You are here

README.txt in Spamicide 8

Same filename and directory in other branches
  1. 5 README.txt
  2. 6 README.txt
  3. 7 README.txt
Description
-----------------------
Another tool in the fight against spam and false users

Author
-----------------------
Wes Roepken < wes at lipcpro dot com >

Features
-----------------------
When you first install Spamicide, it inserts an input field on certain core
forms as a first line of defense against comment spam, bogus users, etc...
the field is then hidden with a very small .css file, if the spammer or his bot
fills in the field the form is rejected with no notice to the user, redirecting
back to the same page if it's not the login page (else the home page).

It provides better usability (no user interaction at all) and smaller code
base (no large database tables or need to communicate with another site) than
other alternatives.

The admin interface provides the ability
1) to enable/disable it for the base core forms mentioned and delete others
2) add links for admins to add spamicide on any form a module might provide
3) to enable logging of attempts to spam your site with the ip address of
the attacker
4) to change the name of the field if logs show that the spammers have
learned how to defeat this trick with that particular name

Needed
-----------------------
Help with translations, feedback, suggestions.

File

README.txt
View source
  1. Description
  2. -----------------------
  3. Another tool in the fight against spam and false users
  4. Author
  5. -----------------------
  6. Wes Roepken < wes at lipcpro dot com >
  7. Features
  8. -----------------------
  9. When you first install Spamicide, it inserts an input field on certain core
  10. forms as a first line of defense against comment spam, bogus users, etc...
  11. the field is then hidden with a very small .css file, if the spammer or his bot
  12. fills in the field the form is rejected with no notice to the user, redirecting
  13. back to the same page if it's not the login page (else the home page).
  14. It provides better usability (no user interaction at all) and smaller code
  15. base (no large database tables or need to communicate with another site) than
  16. other alternatives.
  17. The admin interface provides the ability
  18. 1) to enable/disable it for the base core forms mentioned and delete others
  19. 2) add links for admins to add spamicide on any form a module might provide
  20. 3) to enable logging of attempts to spam your site with the ip address of
  21. the attacker
  22. 4) to change the name of the field if logs show that the spammers have
  23. learned how to defeat this trick with that particular name
  24. Needed
  25. -----------------------
  26. Help with translations, feedback, suggestions.