Form Spam Bot Blocker is a PHP class that can generate forms that prevent submission by spam robots without requiring human users to enter special values. It generates hidden inputs for forms that have special values that are verified on the server after the form is submitted to eventually detect whether the form was sent by a spam robot.
| Tags | Internet Web Dynamic Content CGI Tools/Libraries Software Development Libraries php classes |
|---|---|
| Licenses | LGPL |
| Operating Systems | OS Independent |
| Implementation | PHP |
- All comments
Recent commentsVery easy to bypass
This "protection" is very easy to bypass with, for example, WWW::Mechanize::Sleepy (http://search.cpan.org/perldoc?WWW::Mechanize::Sleepy)