Spam-Filters blocking (12)

1 Name: Anonymous : 2007-09-16 23:31 ID:CHRT0SSP [Del]

Anti-spam filters triggered.
If you are not a spammer, you are probably accidentially trying to use an URL that is listed in the spam file. Try editing your post to remove it. Sorry for any inconvenience.

---

This message keeps bugging every user who like to insert his name while posting few pictures to the board. It is possible to just post pictures without name (Anonymous) and everything is just fine but as soon as they post with their names the script starts bugging.

I set "use constant SPAM_TRAP => 0;" but it doesnt seem to work.

Is there any Option to just switch off or fix this spam-filters?

2 Name: Anonymous : 2007-09-18 23:49 ID:8AeqlXry [Del]

Don't start new threads for every question, use the threads linked above.

3 Name: Anonymous : 2007-09-27 21:55 ID:qmDORWq0 [Del]

Where is the sql config in config.pl? I can't seem to find it naywhere, if searched through the whole thing, manually, and with find. Do I have to add stuff in?

Help is appreciated.

4 Name: Anonymous : 2007-09-28 05:08 ID:K1wVsVDo [Del]

use constant SQL_DBI_SOURCE => 'DBI:mysql:database=YOURDATABASEHERE;host=localhost';
use constant SQL_USERNAME => 'YOURDATADABEUSERNAME'; # MySQL login name
use constant SQL_PASSWORD => 'YOURDATABASEPASSWORD'; # MySQL password
use constant SQL_TABLE => 'comments'; # Table (NOT DATABASE) used by image board
use constant SQL_ADMIN_TABLE => 'admin'; # Table used for admin information
use constant SQL_PROXY_TABLE => 'proxy'; # Table used for proxy information

5 Name: Anonymous : 2007-09-28 09:05 ID:Heaven [Del]

>>4 and that's only for wakaba, in config.pl. Kareha does not use SQL.

6 Name: Fou-Lu!Id1gMYGA52!!UIR4DE3n : 2008-11-04 08:49 ID:lS3dz2qQ [Del]

I would just like to point out that most of http://wakaba.c3.cx/antispam/index.html is 403 :(

7 Name: !WAHa.06x36 : 2008-11-05 09:17 ID:Heaven [Del]

>>6

Not that I can see?

8 Name: Fou-Lu!Id1gMYGA52!!UIR4DE3n : 2008-11-05 09:30 ID:Heaven [Del]

Hmm, well I'm getting dozens of 403's

9 Name: Fou-Lu!Id1gMYGA52!!UIR4DE3n : 2008-11-08 06:49 ID:Cpz/pnJH [Del]

Ah! It seems that my school's squid proxy must have been triggering something in the .htaccess or something!

10 Name: Fou-Lu!Id1gMYGA52!!UIR4DE3n : 2008-11-18 13:11 ID:Heaven [Del]

(and still is)

11 Name: Storlek!desu/4y/Xg : 2008-12-11 19:21 ID:zVNhu9c6 (Image: 0x0 txt, 3 kb) [Del]

I made a somewhat unpleasant patch to Wakaba and Kareha to follow links, due to a handful of really persistent spammers and the increasing popularity of using link-redirectors to get around the filters.
I'm not a Perl hacker and really this could probably have been written a lot more cleanly by someone who was, but it seems to work fairly well.
To get it working just add use constant LINKSPAM_FILES => ('linkspam.txt'); and use constant SPAM_FOLLOW_LINKS => 1; in config.pl. Then every link posted will be downloaded and matched against linkspam.txt just like how the comment itself is matched against spam.txt, and additionally, all of the redirected URLs are added to the comment. It's a really effective way to cut off the majority of spam links.

12 Name: Storlek!desu/4y/Xg : 2008-12-11 19:23 ID:Heaven (Image: 0x0 txt, 4 kb) [Del]

... and here's the Kareha patch, same as above

Name: Link:
Leave these fields empty (spam trap):
More options...
Verification: