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.

WP No-Bot Question

Descripción

This plugin is just a very effective yet simple plugin which adds a question to the comment form that blocks most automated spam-bots by making them answer a common sense question. For optimal effectiveness, you should add multiple questions so that the spambots can’t «memorize» the question and answer. The plugin will display questions at random to prevent the aformentioned memorization. Multiple answers can be added per question to account for variances in answers. (e.g. «five», «Five», «5»)

Plugin homepage: http://www.compdigitec.com/apps/wpnobot

Please drop a comment if it works for you, if you found any bugs or if you have suggestions/ideas for this plugin – complaints welcome!

Instalación

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

  1. Upload the wp_nobot_question directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Enable and edit the question&answer under «Settings -> Edit WP No-Bot Question»

Preguntas frecuentes

How do I change or disable this plugin’s settings?

Disable and edit the question and answer under «Settings -> Edit WP No-Bot Question»

Why is the CAPTCHA / Question-box not showing up?

Make sure you are using a WordPress 3.0 theme – upgrade your theme to use comment_form() or make sure it calls do_action('comment_form_after_fields'); somewhere in the comment box.

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

«WP No-Bot Question» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

«WP No-Bot Question» ha sido traducido a 1 idioma local. Gracias a los traductores por sus contribuciones.

Traduce «WP No-Bot Question» 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

0.1.7

  • 5ac02cb Fix spacing
  • e16180e Tested with 5.4
  • 68a221b Avoid invalid indexing of comment_type when not a comment
  • 7aff66c Compatible with 4.6

0.1.6

  • 6768a8f Tested with 4.3
  • fd0d6e2 l10n: update
  • 4662faf Add direct access to settings

0.1.5

  • 51f4772 Tested with 3.9

0.1.4

  • 4357959 Tested with 3.7.1
  • 17efd18 l10n: Greek translation by ifaist0s

0.1.3

  • 883ed15 Add a basic hashing mechanism to the question
  • 9214d36 Support questions/answers with quotation marks
  • 3b35ca3 Escape HTML special characters in admin
  • 787b294 Validate the existance of the wp_nobot_answer_question field

0.1.2

  • c911cc4 Update fr-FR translation
  • e84f760 Bump the version to 0.1.2
  • ce4d073 Implement addition/deletion of multiple questions
  • 2823060 Support multiple questions in the database
  • 01bcabd Factorize question template
  • b07ce93 Don’t store empty answers

0.1.1

  • a0e0933 Translate the delete link when dynamic
  • 765172c fr-FR translation update
  • 2123900 Update pot file for translators
  • 9ab727e Appreciation note
  • 74c1e17 Implement an option to allow protection of the registration page separat
  • 635e4a9 Enable protecting the registration page as well
  • bce22e1 Kill typecast to array warning
  • a84ddb1 Fix whitespace errors

0.1

  • Initial version