Differences

This shows you the differences between the selected revision and the current version of the page.

punbb13:pun_antispam 2008/10/02 08:39 punbb13:pun_antispam 2020/02/06 11:04 current
Line 1: Line 1:
-====== Antispam (pun_admin_antispam) ====== +Moved to [[punbb13:extensions:pun_antispam]]
-[[punbb13:Official extensions|PunBB 1.3 official extension]] +
-  * Status: **Under development** +
-  * Current version: **none** +
- +
-===== General idea ===== +
-Protect the forum using CAPTCA from  +
-  * Bruteforcing the passwords  +
-  * Spam in guest posts  +
-  * Bot registration  +
- +
-===== Specification ===== +
-  * Put CAPTCHA at the Register, Guest post and Login pages. +
-  * Add options to Administration => Settings => Features +
-    * Use CAPTCHA on register page (checkbox, checked by default) +
-    * Use CAPTCHA on guest posting (checkbox, checked by default) +
-    * Use CAPTCHA after 5 login failures (checkbox, checked by default) +
-  * Add database table <db_prefix>_config +
-    * o_pun_antispam_captcha_register = 1 +
-    * o_pun_antispam_captcha_guestpost = 1 +
-    * o_pun_antispam_captcha_login = 1 +
-  * CAPTCHA implementation +
-    * Use sessions to store the code. +
-    * When the test is passed by the user, do not ask again it again on other pages for some time (or until user does something suspicious). +
-    * TODO: Describe how the code will be modified against bots. +
-    * IDEA: Use the words list? E.g. "punbb", "forum", "guest", "user" asn s.o. +
-    * IDEA: Use the empty invisible field with title like "do not fill this". If filled, this is a bot.+

Personal Tools