Leírás
Since the vast majority of WordPress spam is automated in nature, the goal of BotBlocker is to block comment spam bots and not hinder users. This is accomplished through the use of honeypot technology, which tricks the spambot into identifying itself by performing actions that a human could not.
BotBlocker’s features include:
- Works out of the box to block spam
- Automatically stops spam-bots from commenting
- Zero hindrance to users: no CAPTCHAS, math questions, passwords or extra input required
- Zero false positives and ignores registered users
- Can be configured to completely block spam-bots or flag comments as spam
- Spam detection messages can be easily adjusted
- No javascript or cookies required
- Hooks into
wp-comments-post.php
to prevent spam-bots from directly submitting spam comments - Should work fine with most customized comment forms
- No API keys required
http://www.lform.com/botblocker/ for more information.
Plugin by LFORM, a web design company in New Jersey.
Képernyőmentések
Telepítés
- Upload the
botblocker
folder in the zip file to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- BotBlocker is installed and working!
- Additional configuration can be performed by clicking on ‘Settings’ in the ‘Plugins’ screen.
GYIK
- Will BotBlocker conflict with my comment form customizations?
-
BotBlocker should not interfere with your form customizations, whether you have added fields or removed them. Barring extensive customizations to the core of the comment system, there should be no issues.
- Will BotBlocker conflict with my other comment or spam plugins?
-
BotBlocker works by hooking into WordPress’s comment system and should play OK with most plugins, however there is no guarantee.
Vélemények
Közreműködők és fejlesztők
“BotBlocker” egy nyílt forráskódú szoftver. A bővítményhez a következő személyek járultak hozzá:
Közreműködők“BotBlocker” fordítása a saját nyelvünkre.
Érdekeltek vagyunk a fejlesztésben?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Változási napló
1.0.4
- Fixed bug with mechanism that prevents comments from directly being submitted to wp-comments-post.php.
1.0.3
- Fixed bug that caused logged in users & admins to be flagged as spam bots. Registered users & admins will no longer be filtered by the spam bot system.
1.0.2
- Fixed debug mode
1.0.1
- Added screenshot of plugin settings screen
- Tweaked menu option
1.0
- Initial release