=== is_human() ===
Contributors: Nick Berlette
Donate link: http://www.pancak.es/plugins/is-human/
Tags: captcha, verification, comments, anti-spam
Requires at least: 2.5
Stable tag: 1.3.3
Multi-method verification of humanity for comments and user registrations.
== Description ==
is_human() is the simplest yet most extensive human verification system available on the WordPress market. Users can choose one of three verification types, or have the script show one at random on each page-load.
= Verification Methods =
* Standard Captcha Image
* Simple Math Equation
* Simple Custom Questions (w/ Question Generator)
= New Features =
* Rejected comments logging
* Rejected user registrations logging
* Blacklisting for spammers
* Status update on Dashboard
* Widget to display statistics to public
* Support for User Registration
* Users can reload is_human()
== Other Notes ==
= Detailed Features Information =
* Standard Captcha Image
The standard captcha image that we all have come to know and love. Font family, size, and color are all editable on the options page, along with the image’s dimensions and background color. The background has random lines drawn across it to help prevent decryption.
* Simple Math Equation
is_human() has the ability to calculate two random numbers and throw them into a simple equation that only humans could solve. Only uses addition and subtraction, none of the hard stuff ;-)
* Simple Custom Questions
Another option is_human() gives you is a simple questions system. The administrator (that will be you shortly, I hope) is given a few pre-defined questions, but can also create their own questions with our simple generator or hard-coding them (for more advanced users). We try to keep it simple, to mostly logic questions that anybody can answer.
The system adds an extra page to the WordPress Dashboard to make things a lot easier to maintain. Nearly every feature of is_human() is changeable from the admin panel - from captcha colors to font sizes to input fields, the dashboard addition also includes complete walkthroughs for all of the editing.
= Change Logs =
* 1.2.9 - Options page upgraded, more user-friendly
* 1.3.1 - Added inline reload functionality
* 1.3.2 - Added captcha to User Registration page
* 1.3.3 - Added rejected comments / user registrations logging, blacklisting, status update on dashboard, and a widget.
== Installation ==
1. Upload whole is-human folder to the /wp-content/plugins/ directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Add to your theme's comments page where you want it displayed.
See also: [Plugin Homepage](http://www.pancak.es/plugins/is-human/), [Author Homepage](http://www.pancak.es/).