Ez a bővítmény nem lett tesztelve a WordPress legutóbbi 3 fő kiadásával. Lehetséges, hogy már nincs karbantartva, frissítve és a használata gondot jelenthet a frissebb WordPress verziókkal.

Image Captcha

Leírás

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.

Képernyőmentések

  • 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.

Telepítés

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

GYIK

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)

Vélemények

Nincsenek értékelések erről a bővítményről.

Közreműködők és fejlesztők

“Image Captcha” egy nyílt forráskódú szoftver. A bővítményhez a következő személyek járultak hozzá:

Közreműködők

“Image Captcha” fordítása a saját nyelvünkre.

Érdekeltek vagyunk a fejlesztésben?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Változási napló

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