Changeset 44251
- Timestamp:
- 05/04/08 17:42:39 (2 months ago)
- Files:
-
- abusech-httpbl-check/trunk/check_httpbl.php (modified) (1 diff)
- abusech-httpbl-check/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
abusech-httpbl-check/trunk/check_httpbl.php
r44249 r44251 2 2 /* 3 3 Plugin Name: abuse.ch httpBL check 4 Version: 1. 24 Version: 1.3 5 5 Plugin URI: http://dnsbl.abuse.ch 6 6 Description: Check if a visitor is listed on httpbl.abuse.ch, see http://dnsbl.abuse.ch/faq.php#about_httpbl for more information abusech-httpbl-check/trunk/readme.txt
r44249 r44251 1 abuse.ch httpBL check 1 === Plugin Name === 2 Contributors: admin [at] abuse {dot} ch 3 Tags: blacklist, rbl, dnsbl, check, stop abusers, lookup 4 Stable tag: 1.3 5 6 Check if a visitor is listed on httpbl.abuse.ch, see http://dnsbl.abuse.ch/faq.php#about_httpbl for more information 7 8 == Description == 2 9 3 10 This plugin checks if a visitor is listed on httpbl.abuse.ch. … … 9 16 10 17 See http://dnsbl.abuse.ch/faq.php#about_httpbl for more information. 18 19 == Installation == 20 21 1. Upload `check_httpbl.php` to the `/wp-content/plugins/` directory 22 2. Activate the plugin through the 'Plugins' menu in WordPress 23 24 You can check the plugin by using the following link http://www.abuse.ch/httpbl/test.php 25 26 == Frequently Asked Questions == 27 28 29 == Screenshots == 30 31 1. If the ip-address of one of your visitors is blacklisted on httpbl.abuse.ch, he will receive an error message.
