symphonists / canofspam

Can Of Spam is an event filter for Symphony that prevents spammers from bombing your forms.

Home Page:http://getsymphony.com/download/extensions/view/20735/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can Of Spam

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" **

  1. Upload \canofspam in this archive to your Symphony \extensions folder.

  2. Enable it by selecting the "Can Of Spam", choose "Enable/Install" from the with-selected menu, then click Apply.

  3. Add the "Can Of Spam" event to your page (adds the hash to the param pool).

  4. Add the "Can Of Spam" filter to your section event (validates the submitted hash).

  5. 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" />

About

Can Of Spam is an event filter for Symphony that prevents spammers from bombing your forms.

http://getsymphony.com/download/extensions/view/20735/


Languages

Language:PHP 100.0%