[RC1] AntiSpam Mod

A place for MOD Authors to post and receive feedback on MODs still in development. No MODs within this forum should be used within a live environment! No new topics are allowed in this forum.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

IMPORTANT: MOD Development Forum rules

On February 1, 2009 this forum will be set to read only as part of retiring of phpBB2.

[RC1] AntiSpam Mod

Postby Garry » Mon Dec 25, 2006 5:46 pm

MOD Title: AntiSpam Mod
MOD Description: Mod checks for spam patterns in new posts and edits, scores them and moves them away if a threshold is reached
MOD Version: 0.1

MOD Download: http://glendown.de/antispam.zip


Demo Board: http://glendown.de/phpBB2
Last edited by Garry on Tue Jan 02, 2007 7:47 pm, edited 1 time in total.
Garry
Registered User
 
Posts: 32
Joined: Sun Oct 20, 2002 6:52 pm

Postby Ramon Fincken » Tue Dec 26, 2006 4:49 pm

what does it do?
I can post freely..

http://glendown.de/phpBB2/viewtopic.php?p=85#85
http://glendown.de/phpBB2/viewtopic.php?p=86#86


Ah right I see.. you gotta work on the wordlist my friend !
PhpBBinstallers.net, a mod and forum installation, upgrade, conversion and customization service ..
Are you an experienced Phpbb custom- coder? Or are you good with Styles? PM me for info..
Before changing a file, some code or installing a MOD >> Make a backup first!

Do you like my mods? paypal me $1 :) forumsoftware[AT}creativepulses[DOT}nl

PhpBBantispam.com || Instant find your mod here
User avatar
Ramon Fincken
Registered User
 
Posts: 4833
Joined: Thu Oct 14, 2004 1:04 am
Location: NL, The Netherlands Amsterdam @GMT +1

Postby Garry » Tue Jan 02, 2007 7:46 pm

A good week of being used live on a regular forum which has been getting hit by Spammers regularly resulted in all but one (which looked more like a non-sense-post than spam, possibly in order to check whether stuff could be posted) to be moved into the quarantine forum ... I've added a couple extra words, though the quality will improve with additional patterns being added ...

Here's a replacement SQL table content ... delete the current content and add this ...
INSERT INTO `phpbb_antispam` (`pattern`, `description`, `score`, `pvt`) VALUES
('/(?i)(v.agr.|vi.gra|viagr.)/', 'Viagra (incl. obfuscated versions)', 10, 0),
('/(?i)online.*casino/', 'Online Casino', 10, 0),
('/(?i)http:\\/\\//', 'URL', 5, 0),
('/(?i)erectile.*drugs/', 'Erectile Drugs', 10, 0),
('/(?i)erection/', 'Erection', 10, 0),
('/(?i)drugs/', 'Drugs', 10, 0),
('/(?i)pharmacy/', 'Pharmacy', 10, 0),
('/(?i)naked/', 'Naked', 10, 0),
('/(?i)britney spears/', 'Britney Spears', 20, 0),
('/(?i)impotence/', 'Impotence', 20, 0),
('/(?i)penis/', 'Penis', 20, 0),
('/(?i)hardcore.*sex/', 'Hardcore sex', 20, 0),
('/(?i)casino/', 'Casino', 20, 0),
('/(?i) tits /', 'Tits', 20, 0),
('/(?i)slut/', 'Slut', 20, 0),
('/(?i)profit/', 'Profit', 5, 0),
('/(?i)investment/', 'Investment', 10, 0),
('/(?i)money/', 'Money', 5, 0),
('/(?i)big returns/', 'big returns', 10, 0);

(the two obfuscated above are ti ts and sl ut w/o the space)
Garry
Registered User
 
Posts: 32
Joined: Sun Oct 20, 2002 6:52 pm


Return to [2.0.x] MODs in Development

Who is online

Users browsing this forum: No registered users and 8 guests