=== Gab Captcha 2 === Contributors: GabSoftware Donate link: http://www.gabsoftware.com/donate/ Tags: comments, spam, captcha, turing, test Requires at least: 3.0.0 Tested up to: 3.1.3 Stable tag: 1.0.13 Gab Captcha 2 is an efficient and simple captcha plugin for Wordpress comments. == Description ==

Gab Captcha 2 is an efficient and simple captcha plugin for Wordpress comments.

It adds an easy turing test before each comment form. The turing test consist in typing the characters that appear emphasized and red in a text field. The plugin will add an entry in your Wordpress administration area to let you configure some options.

Gab Captcha 2 currently comes in two languages: English (default) and French. You are welcome to propose your own translation or to update existing ones, especially the English one as I am not a native English speaker.

Important notes:

  1. This plugin requires Javascript to be able to post a comment
  2. This plugin can automatically approve valid comments depending on your settings
  3. This plugin requires PHP 5
== Installation ==

This section describes how to install the plugin and get it working.

  1. Extract and upload the directory "gabcaptcha2" and all its content to your '/wp-content/plugins/' directory
  2. Activate the plugin through the 'Plugins' menu in WordPress

Optional but recommended :

  1. Change the options to fit your needs in the 'Settings > Gab Captcha 2' menu in your Wordpress administration area
  2. If you don't want to receive an email after each spam has been catched:
    1. Go to the 'Settings > Discussion' menu
      1. Tick the following checkboxes:
        • "E-mail me whenever > Anyone posts a comment"
        • "Before a comment appears > An administrator must always approve the comment"
        • "Before a comment appears > Comment author must have a previously approved comment"
      2. Uncheck the following checkbox:
        • "E-mail me whenever > A comment is held for moderation"
    2. Go to the 'Settings > Gab Captcha 2' menu
      1. Choose 'yes' for 'Automatically approve comments who passed the test'

You will now receive an email only after a valid comment has been posted.

== Frequently Asked Questions == = Is Gab Captcha unbeatable by spambots? = Definitely not. But it stopped all my spam as of today (getting about 100 spams every single day). = Can I change some settings for Gab Captcha 2? = Yes. Go to the 'Settings > Gab Captcha 2' menu in your Wordpress administration area. = Why Gab Captcha 2 is not translated in my language? = Most probably because nobody submitted a translation for your language yet. But you can help: 1. Copy and paste the file "lang/default.po" and rename it to "lang/gabcaptcha2-code" where "code" is your language code (eg, it is "fr" for French) 2. Use Poedit or any other tool able to handle .po and .mo files 3. Then send me your translated file. Note: do not edit .po files by hand. Use an appropriate tool. == Screenshots == 1. Gab Captcha 2 settings in Wordpress administration area 2. Gab Captcha 2 before the comment text area == Changelog == = 1.0.13 = * This is a maintenance release * Bug fixed: Captcha field length was hard-coded to "4", ignoring the corresponding option. Now fixed. Thanks to Billy Willoughby for reporting this! * Renamed the PHP functions outside the class and the Javascript functions so that they all begin with the "gabcaptcha2_" prefix to avoid conflicts. * Updated French translation. Waiting for the Russian translation. = 1.0.12 = * New administration page * Only two options in the Wordpress options table now * Bugs fixed * Updated French translation = 1.0.11 = * Bugs fixed * Translation issues fixed * If the URL field is not found, try with other fields = 1.0.10 = * Bugs fixed = 1.0.9 = * Russian translation added (thanks!) = 1.0.8 = * Fixed some translation issues * Updated the Readme file = 1.0.7 = * After an invalid solution is provided, automatically scrolls to the comment area so that the user knows he failed. = 1.0.6 = * Fixed the appearance of message "You are posting too quickly. Slow down!" when a valid solution has been provided. = 1.0.5 = * Fixed the appearance of message "Dupplicate comment detected" after retrying to post a comment with a valid solution. * Comments are no longer moved to the spam folder. = 1.0.4 = * Use a class now * Use the standard Wordpress translation system using .po and .mo files. You can contribute your translation using Poedit. * Use the recommended way to insert CSS in Wordpress * Function reorganisation * Code cleaning = 1.0.3 = * Added choice for 3 methods of generation: Standard (most compatible but average security), CSS (improved security, compatible with CSS-capable browsers), and CSS 3 (better security but only compatible with CSS3-compliant browsers) * Corrected a bug in CSS 3 method: the indices of :nth-child() were not shifted, leading to the CSS 3 method to be unusable previously * Corrected some translations = 1.0.2 = * Corrected captcha random generation issue * Improved performance a little. * Added option for CSS3 only captcha solution (but keep in mind that only CSS3-enabled browsers will be compatible!) * Corrected invalid value for CSS property problem = 1.0.1 = * Initial public version == Upgrade Notice == = 1.0.3 = Extract new files and overwrite old ones. If you chose 'CSS 3 only->yes' in the previous version, you have to choose it again now. = 1.0.2 = Just overwrite older files with the new ones = 1.0.1 = None (initial version)