LazyCaptcha

Descripció

LazyCaptcha is a small and lazy plugin to prevent bots from spamming your comments.
It generates a random image with an easy arithmetic task and checks if the result is correct after the comment is trasmitted.
It stores the tasks and results in the WordPress database and deletes them after use or two times a day using a wp-cron job.
It works perfectly on my sites, so I decided to publish it for others on WordPress.org.

Translations

LazyCaptcha comes in german and english. Feel free to translate it to other languages and send me the translation so I can include it into the translation repository

Captures

  • LazyCaptcha in action

Instal·lació

  1. Install via the WordPress plugin admin dialog (search for LazyCaptcha)

PMF

Where can I setup LazyCaptcha?

No where, LazyCaptcha comes without any settings. It is just as it is. If you want to change the layout you can customize the css classes in wplc.css

Ressenyes

No hi ha ressenyes per a aquesta extensió.

Col·laboradors i desenvolupadors

«LazyCaptcha» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.

Col·laboradors

“LazyCaptcha” s’ha traduït a 3 configuracions regionals. Gràcies als traductors per les seves aportacions.

Traduïu «LazyCaptcha» a la vostra llengua.

Interessats en el desenvolupament?

Navegueu pel codi, baixeu-vos el repositori SVN, o subscriviu-vos al registre de desenvolupament per fisl de subscripció RSS.

Registre de canvis

v0.6 (2024-07-06)

  • added check for dorect calls on wp-comments-post.php

v0.5 (2024-06-09)

  • restructured function cut

v0.4 (2023-03-13)

  • coming closer to WordPress coding standards
  • fixed some typos
  • added nonce verification

v0.3 (2022-07-17)

  • fixed work around lazycaptcha by editing a special tag

v0.2 (2021-03-06)

  • corrected calling locations
  • fixed wpdb->prepare use

v0.1 (2021-03-04)

  • initial release