You are here

README.txt in Spamicide 7

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