Extension Key: wt_spamshield
Copyright 2005-2008, Alexander Kellner, <Alexander.Kellner@einpraegsam.net>
This document is published under the Open Content License
available from http://www.opencontent.org/opl.shtml
The content of this document is related to TYPO3
- a GNU/GPL CMS/Framework available from www.typo3.com
wt_spamshield is a passive anti-spam extension for TYPO3 forms and work without annoying captchas.
wt_spamshield could be integrated in the standard TYPO3 mailform, powermail, tx_comments and ve_guestbook.
Spamshield uses following different checks against spam (you can enable or disable every check):
Name check: Simple checks if lastname == prename (easy but effective)
Session check: If form will be generated a timestamp is set to the session. Only if this timestamp is available on submit, the db entry will follow (avoids POST values from outside your homepage)
Time (session) check: You can define a time window, where values are ok (min. 10 sec up to 10 min for default)
Link check: Checks how many links are allowed
Akismet check: Akismet is a free online check if your entry is a spam entry
Unique check: Similar to the name check – all values will be checked if there are duplicated entries
Honeypod check: A non-visible input field will be added to the form and if there is an entry, stop mail
If wt_spamshield detects spam, it can send a notify email to the admin (maybe to check function at the beginning).
wt_spamshield can also log every spam detection in the database.
IMPORTANT: If you have ideas for extension improvement, write an email and support fighting spam!
in2code for developing this nice extension (www.in2code.de)
Lina Wolf for adding tx_comments check
For all who help to improve this extension (http://forge.typo3.org/projects/extension-wt_spamshield)
For all who fight spam