Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Image Captcha

Descripción

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.

Capturas

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

Instalación

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

Preguntas frecuentes

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)

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

«Image Captcha» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Image Captcha» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

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