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