The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
Spam filter solution - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5) +--- Thread: Spam filter solution (/showthread.php?tid=2223) |
Spam filter solution - aurelien64 - Oct 9th, 2012 Hi, I've been using stopforumspam.com to block automatically spams, without having to use captchas. It's just a hook that checks if the submitted ip or email address (which is required in all our forms) has already been black listed. It is not perfect but has been quite efficient, used on top of the honey pot method. Here is the code I use in the Hook Manager, under the "ft_process_form, start" Code Hook: PHP Code: $spam=0; Feedback is welcome. I'd love to see it integrated in a spam module |