2.0releasedCan Of Spam
Protect your forms against spam with a hidden hash-validation-field.
Clone URLgit://github.com/symphonists/canofspam.git
Add as a submodulegit submodule add git://github.com/symphonists/canofspam.git extensions/canofspam --recursive
Compatibility
| 2.0.0 | 2.0.3 | 2.0.4 | 2.0.5 | 2.0.6 | 2.0.7 | 2.1.0 | 2.1.1 | 2.1.2 | 2.2.0 | 2.2.1 | 2.2.2 | 2.2.3 | 2.2.4 | 2.2.5 | 2.3.0 | 2.3.1 | 2.3.2 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| No | No | No | No | No | No | No | No | No | No | No | No | No | No | No | 2.0 | 2.0 | 2.0 |
Readme
Can Of Spam
- Version: 2.0
- Author: Symphony Community (https://github.com/symphonists)
- Build Date: 2012-06-18
- Requirements: Symphony 2.3.x
Protect your forms against spam with a hidden hash-validation-field.
Installation
** Note: The latest version can always be grabbed with "git clone git://github.com/symphonists/canofspam.git" **
Upload the 'canofspam' folder in this archive to your Symphony 'extensions' folder.
Enable it by selecting the "Can Of Spam", choose "Enable/Install" from the with-selected menu, then click Apply.
Add the "Can Of Spam" event to your page (adds the hash to the param pool).
Add the "Can Of Spam" filter to your section event (validates the submitted hash).
Add a hidden "Can Of Spam" field to your form (contains the hash from the param pool).
Example HTML
<input name="canofspam" value="{$canofspam}" type="hidden" />
Version history
Requires Symphony 2.3.x
- Compatible with Symphony 2.3
- Completely rewritten and simplified