=== Hiddy captcha 1.5.1 ===
Plugin URI: http://hiddy.etechs.it/
Description: This plugin provides you an easy captcha without javascript, without images, without math. Only a few of CSS and a few of server side.
Donate link: http://www.etchs.it
Requires at least: 2.3
Tested up to: 3.2.1
Stable tag: 1.5.5
Version: 1.5.5
Author: Enrico Zogno 
Contributors: K76
Tags: comments, spam, captcha

== Description ==
This plugin provides you an easy captcha without javascript, without images, without math. Only a few of CSS and a few of server side.
An hidden text input is placed in comment form a human cannot see it so a human cannot compile it, a spambot otherwise see the text input and is forced to compile it.
The plugin check the existence of this text input and check if it has a value or not. It drops all comment with a value in the text input as spam.
Really simple and powerfull antispam system. Low CPU usage and no access to DB.

== Installation ==
search in wordpress.org db for hiddy and simply install it or ....

1. Upload contents of the ZIP file to your wp-content/plugins folder.
2. Activate the "Hiddy" plugin
3. Done :)

I raccomend to see the setting page

Use the page at http://hiddy.etechs.it/ for bug reports,
suggestions or feature requests.


== Changelog ==
= 1.5.5 =
*		2011/12/19 	added hiddy on user registration form if enabled by wp
= 1.5.1 =
*		2011/11/08	carrington-mobile theme fix (disabled hiddy in mobile version)
= 1.5 = 
*		2011/10/24 	disabled default proud message display
*					php code fixes (now cannot launch hiddy.php page, returns 404 error)
*					removed already integrated WP antiflood function
= 1.4b = 
*		2011/10/20	ereg functions are deprecated in php 5.3.0 so preg_match is the new funzions
*					modified footer message
*					modified inherit div style in footer message
= 1.4 = 
*		2011/10/19 	minor fixes and better option page
= 1.3 =
*		2008/12/22	Enable dashboard editing and reply in WP 2.7 tnx to Davide Salerno
= 1.2 =
*		2008/04/29	bug fix for compatibility with FireFox and password management
= 1.1b =
*		2007/12/04	Activate/deactivate trackback filter
*					hooked trackback
*					improoved performance in stylesheet call
*					little bug fix
= 1.0 =
* 		2007/11/26	Added option page for flooding settings
= 0.6b =
*		2007/11/20  	Fixed some php bug :/
= 0.6 =
*		2007/11/16  	Fixed a bug for WP 2.3.1.
*					added time spent posting comment check
*					removed function.php
*					integrated genpass function
= 0.5b =
*		2007/10/24  	Bug fix (tnx to Crestina)
= 0.5 =
*		2007/10/09	added random stylesheet name
*					added random file name
*					added random field type
= 0.2 =
*    		2007/10/08 	Fix bug in edit comment (tnx Shor www.geekissimo.com)
= 0.1b =
*              		Dont show comments that are not approved
= 0.1a =
*    	2007/10/05 	Initial release