Description
Spamtrap adds simple rules that help catch and block spambots on:
- wp-login
- wp-register
- wp-comments
Rules that the client must pass for a successfull action:
- test if the client performed a GET on resource page
- test if the client run the javascript code
Note
This plugin scatters invisible links to spam traps email addresses throughout your wordpress blog to help collect and catch spam.
Install this plugin to help contribute to the project and catch spammers by hiding links to honey pots (spam traps) in your blog. The links are never visible to human visitors, but the spambots and crawlers follow them straight into the traps.
Details about spamtraps can be found at http://en.wikipedia.org/wiki/Spamtrap
Installation
- Upload the entire
spamtrap
folder to the/wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
You will find ‘Spamtrap’ menu in your WordPress admin panel.
FAQ
waiting for questions
Contributors & Developers
“SpamTrap” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “SpamTrap” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.3.2 : 25.03.2014
- wp-register : check if client run javascript code
0.3.1
- wp-login : check if client run javascript code
0.2.3
- more random in email addresses
- changed main domain
0.2.2
- Generated email addresses contain host’s hash and a timestamp
0.2.0
- Posibility to link to spamtrap
0.1.1
- Changed format of generated email addresses
0.1.0
- First release