=== AdsCaptcha === Contributors: AdsCaptcha Author URI: http://www.adscaptcha.com Tags: spam, comments, register, bot, CAPTCHA, security, Ads Captcha, AdsCaptcha, spam prevention, antispam, comments, recaptcha, registration, advertising ,income, money, revenue, ads, advertisement, anti-spam Requires at least: 2.6 Tested up to: 3.0.1 Stable tag: 1.0.2 AdsCptcha - STOP SPAM, MAKE MONEY! == Description == AdsCaptcha allows you to put [CAPTCHA](http://www.adscaptcha.com/) boxes for spam prevention, and also gain profit from it. With the easy installation of [AdsCaptcha](http://www.adscaptcha.com/), the CAPTCHA in your site will actually be memorable ads. Smart, quick and user friendly. [Sign up](http://www.adscaptcha.com/) now in order to get your activation codes. Features: -------- * Fully configured from the admin panel * Setting to hide the CAPTCHA from logged in users and/or admins * Setting to show the CAPTCHA on the registration form and/or comment form Requirements/Restrictions: ------------------------- * Works with Wordpress 2.6+ * PHP 4.3+ * Your theme must have a `ID); ?>` tag inside your comments.php form. Most themes do. == Installation == 1. Download the plugin and extract the folder contained within. 2. Upload or copy the folder to your /wp-content/plugins directory. 3. Visit [http://www.adscaptcha.com/](http://www.adscaptcha.com/) and sign up for a FREE AdsCaptcha keys 4. Activate the plugin through the 'Plugins' menu in WordPress 5. Go to the 'Settings' menu in WordPress and set your AdsCaptcha keys == Screenshots == 1. screenshot-1.gif is the CAPTCHA on the comment form. 2. screenshot-2.gif is the CAPTCHA on the registration form. 3. screenshot-3.gif is the 'AdsCaptcha Options' screen on the 'Admin > Settings > AdsCaptcha' page. == Changelog == = 1.0.2 = * Release date: 30 Nov 2010 * Fixed delete_preferences() warning = 1.0.1 = * Release date: 22 Nov 2010 * Fixed registration CAPTCHA validation = 1.0 = * Release date: 10 Oct 2010 * First release! == Upgrade Notice == = 1.0.2 = This version fixes the delete_preferences() warning. = 1.0.1 = This version fixes the registration CAPTCHA validation process. Upgrade immediately. == Frequently Asked Questions == = What are the keys I need to provide? = After you sign up to [AdsCaptcha](http://www.adscaptcha.com/Publisher/) and register your website, you will get three keys which identify your account and secure your web page. Make sure to copy & paste the exact keys values to your plugin's settings. = The CAPTCHA is not being shown = By default, registered users will not see the CAPTCHA. Log out and try again. If you don't want to hide the CAPTCHA from registered users (or other permission groups), simply uncheck the 'Hide CAPTCHA...' option or change the desired permission group on the AdsCaptcha plugin's settings. = Sometimes the CAPTCHA is displayed AFTER the submit button on the comment form = Best practice is to edit your current theme comments.php file and locate this line: ID); ?> Move this line to BEFORE the comment textarea and the problem should be fixed. Alernately, you can check the 'Rearrange CAPTCHA's position on the comment form automatically' option on the AdsCaptcha plugin's settings, and javascript will attempt to rearrange it for you. This option is less recomended.