=== Project Honey Pot Http:BL ===
Tags: anti-spam, spam, harvester, crawler, comment, filter, block, project honey pot, httpbl, security
Contributors: Thaya Kareeson
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=madeinthayaland@gmail.com¤cy_code=USD&amount=&return=&item_name=Donate+a+cup+of+coffee+or+two+for+Project+Honey+Pot+HttpBL+WordPress+Plugin
Requires at least: 2.5
Tested up to: 2.6
Stable Tag: 1.3.1
Project Honey Pot Http:BL allows you to verify IP addresses of clients connecting to your blog against the Project Honey Pot database.
== Description ==
!!UPDATE!! This plugin is no longer supported/updated as I have joined my
development efforts with Jan Stepien and his original http:BL plugin. Please use
http:BL plugin instead: http://wordpress.org/extend/plugins/httpbl/.
Project Honey Pot Http:BL allows you to verify visitors' IP address against the
Project Honey Pot
database. Using the Http:BL API, this plugin flags, logs, and blocks visitors
with a high threat score, helping you prevent harvesters, spammers, or other
suspicious bots from abusing your blog.
This plugin requires you to sign up for a free account at Project Honey Pot
(http://www.projecthoneypot.org/?rf=45626) so that you can use their Http:BL
API to verify your visitors.
This plugin is based on Jan Stepien's http:BL version 1.4
(http://wordpress.org/extend/plugins/httpbl/).
== Installation ==
1. Upload the plugin to your plugins folder: `wp-content/plugins/`.
2. Activate the 'Project Honey Pot Http:BL' plugin from the Plugins admin panel.
3. Go to the Options -> PHP Http:BL admin panel to configure the plugin.
4. Enter your Project Honey Pot Access Key. (If you've already signed up for a
free account at projecthoneypot.org, you can get the access key from
http://www.projecthoneypot.org/httpbl_configure.php.
5. (optional) Change Personal Honey Pot link. This is the link that *blocked*
visitors get redirected to. Optimally, you would want to put some kind of
bot trap URL here.
6. (optional) Disable logging or 'Log only blocked visitors' if you want to save
database space.
7. (optional) Enable statistics display and place php_httpbl_stats() in your theme.
== Frequently Asked Questions ==
= What is Project Honey Pot? =
Project Honey Pot is the first and only distributed system for identifying
spammers and the spambots they use to scrape addresses from your website. Using
the Project Honey Pot system you can install addresses that are custom-tagged to
the time and IP address of a visitor to your site. If one of these addresses
begins receiving email we not only can tell that the messages are spam, but also
the exact moment when the address was harvested and the IP address that gathered
it. More information here.
= Does this work with cache plugins? =
Not yet. It is do-able but it requires .htaccess hacking and folder relocation.
I would rather make this plugin cacheable and plug-and-play than release a hack.
= How do I upgrade from Jan's original plugin and not lose data? =
The code has been written to be backwards compatible with Jan's original plugin.
The plugin will look for 'php_httpbl_log' first and if that table doesn't exist,
then it will look for 'httpbl_log' to do its logging. So all you have to do is
activate the plugin and use it.
== Changelog ==
1.3.1
- PHP Http:BL is no longer supported. Please use Http:BL instead.
1.3.0
- Fixed a major bug in the previous release that broke logging.
- Added CSS to admin menu to let user identify options groups easier.
1.2.0
- Added backwards compatibility with Jan's original plugin (using table
'httpbl_log' for logging).
1.1.0
- Removed "\n\t" from HTML printout as this shows badly on some platforms.
1.0.1
- Fixed readme.txt typo to use php_httpbl_stats() instead of httpbl_stats()
1.0
- Initial release
- Fixed database bugs
- Fixed usability
- Improved documentation
== Screenshots ==
None Yet