Differences
This shows you the differences between the selected revision and the current version of the page.
punbb13:pun_antispam 2008/10/02 06:57 | 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 ===== | + | |
- | + | ||
- | Pun_antispam | + | |
- | Screens | + | |
- | Register | + | |
- | Fields | + | |
- | text input | + | |
- | captcha | + | |
- | label with picture | + | |
- | if enabled | + | |
- | Guest post | + | |
- | Fields | + | |
- | text input | + | |
- | captcha | + | |
- | label with picture | + | |
- | if enabled | + | |
- | Login | + | |
- | Fields | + | |
- | text input | + | |
- | captcha | + | |
- | label with picture | + | |
- | if enabled, after some fails | + | |
- | Administration » Settings » Features | + | |
- | checkbox | + | |
- | Use CAPTCHA on register page | + | |
- | Use CAPTCHA on guest posting | + | |
- | Use CAPTCHA after 5 login failures | + | |
- | Database | + | |
- | <db_prefix>_config | + | |
- | o_pun_antispam_captcha_register | + | |
- | int (1) | + | |
- | default | + | |
- | 1 | + | |
- | o_pun_antispam_captcha_guestpost | + | |
- | int (1) | + | |
- | default | + | |
- | 1 | + | |
- | o_pun_antispam_captcha_login | + | |
- | int (1) | + | |
- | default | + | |
- | 1 | + | |
- | Captcha | + | |
- | Use sessions | + | |
- | If 'captcha' field filled in correctly, on other errors do not ask again | + | |
- | Details? | + |