Αυτό το πρόσθετο δεν έχει δοκιμασθεί με τις 3 τελευταίες κύριες εκδόσεις του WordPress. Μπορεί να μην αναπτύσσεται ή να υποστηρίζεται άλλο και να έχει προβλήματα συμβατότητας με τις πιο πρόσφατες εκδόσεις του WordPress.

Image Captcha

Περιγραφή

Image Captcha plugin is a powerful captcha protection for WordPress login and comment forms. Image Captcha – it’s free and easy to use tool that will protect you from spam in the comments and prevent hacking the admin panel. In order to post comments or login, users will have to enter the name of the object in the picture. This prevents spam from automated bots. You can also set a ban by ip-address after three wrong inputs.

Features

  • Captcha on Login form
  • Captcha on Register form
  • Captcha on Lost Password form
  • Captcha on Comment form
  • Ban by ip-address after three wrong inputs
  • An ability to add custom captcha images

Translation

  • Russian (ru_RU)

Technical support

If you notice any bugs in the plugins, you can notify us about it and we’ll investigate and fix the issue then. Your request should contain URL of the website, issues description and WordPress admin panel credentials.

Στιγμιότυπα

  • screenshot-1.jpg is the captcha on the comment form.

  • screenshot-2.jpg is the captcha on the login form.

  • screenshot-3.jpg is the captcha settings on the admin plugins page.

Εγκατάσταση

  1. Upload the captcha folder to the /wp-content/plugins/ directory.
  2. Activate the plugin via the ‘Plugins’ menu in WordPress.

Συχνές Ερωτήσεις

Missing CAPTCHA on the comment form?

You might have a theme where comments.php is not coded properly.

Wopdpress version matters.

(WP2 series) Your theme must have a tag <?php do_action('comment_form', $post->ID); ?> inside the file /wp-content/themes/[your_theme]/comments.php.
Most WP2 themes already have it. The best place to put this tag is before the comment textarea, you can move it up if it is below the comment textarea.

(WP3 series) WP3 has a new function comment_form inside of /wp-includes/comment-template.php.
Your theme is probably not up-to-date to call that function from comments.php.
WP3 theme does not need the code line do_action('comment_form'… inside of /wp-content/themes/[your_theme]/comments.php.
Instead it uses a new function call inside of comments.php: <?php comment_form(); ?>
If you have WP3 and captcha is still missing, make sure your theme has <?php comment_form(); ?>
inside of /wp-content/themes/[your_theme]/comments.php (please check the Twenty Ten theme’s comments.php for proper example)

Κριτικές

Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.

Συνεισφέροντες & Προγραμματιστές

“Image Captcha” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.

Συντελεστές

Σύνοψη αλλαγών

V1.2

An ability to display captcha in Register and Lostpassword forms has been added.

V1.1

Fixed bag.

V1.1

Usability at the settings page of plugin was improved.

V1.0

Initial Release