LazyCaptcha

描述

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

屏幕截图

  • LazyCaptcha in action

安装

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

常见问题

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

评价

此插件暂无评价。

贡献者及开发者

“LazyCaptcha” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

「LazyCaptcha」插件已被翻译至 3 种本地化语言。 感谢所有译者为本插件所做的贡献。

将“LazyCaptcha”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

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