Search found 5 matches

by ZyanKLee
Mon Feb 18, 2008 12:37 am
Forum: General discussions
Topic: Anti-Spam-Vorschläge für dieses Forum
Replies: 4
Views: 7823

na dann bin ich ja mal gespannt wie gut dieser Trick mit den agreed hilft ;)
by ZyanKLee
Sun Feb 17, 2008 2:18 pm
Forum: General discussions
Topic: Anti-Spam-Vorschläge für dieses Forum
Replies: 4
Views: 7823

Anti-Spam-Vorschläge für dieses Forum

Moin,

hab seitdem ich hier bin bemerkt, dass ihr mit einem Wahnsinnsaufwand zu kämpfen habt aufgrund des Spams.

Gerade eben habe ich einen Eintrag in einem Blog gefunden, der euch evtl helfen könnte:
http://www.arisia.de/2007/05/16/spamschutz-fuer-phpbb-foren/
Eine einfach Möglichkeit ...
by ZyanKLee
Sun Feb 17, 2008 12:21 am
Forum: Bug reports
Topic: pmf 2.0.5: Using "wget" in text forces 501 error
Replies: 7
Views: 12078

I would give you the advice to NOT disable mod_security2 but rather add some excludes to the rules.

to prohibit using wget in GET/POST statements is not the worst thing an administrator can do.
by ZyanKLee
Sun Feb 17, 2008 12:18 am
Forum: Bug reports
Topic: xhtml error within inc/News.php in pmf-2.5.0-dev
Replies: 2
Views: 5618

You're welcome.

I think pmf is the best FAQ out there ... please keep up the good work.
by ZyanKLee
Sat Feb 16, 2008 4:00 pm
Forum: Bug reports
Topic: xhtml error within inc/News.php in pmf-2.5.0-dev
Replies: 2
Views: 5618

xhtml error within inc/News.php in pmf-2.5.0-dev

Hey,

per definition "id" tags in xhtml/css are only allowed once per page.
in pmf-2.5.0-dev there is a id="goNews" every time a new news is displayed.
This brakes W3C-validity - I would suggest to apply the following patches:

--- inc/News.php.old 2008-02-16 15:52:36.000000000 +0100
+++ inc/News ...