Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
22.08 KB
MD5: dd3ac86802bf1038cd78363345adfb37
SHA-1: 35e3d109d864f16b63e2e6472b3483f082d43fa9
SHA-256: 313fa18fe69e4a3a0572e4da9847dd47b2501e0015ff3a110bc11f88e3275260
Download zip
25.81 KB
MD5: ca036510b74854a7e2456c99a54b50b5
SHA-1: 1ad9148db8a74c7d9a5bc0f6131eafda063c92b6
SHA-256: 0c4e5559bf86ef575fde21be1a6471e06b867ac1ceb2022e70fd740bc0b9aa1a
Release notes
http:BL is now Drupal 7 Ready
Features:
- http:BL lookups for visitor IPs
- Blocking of requests coming from blacklisted IPs
- Database caching, decreasing the number of DNS lookups
- Honeypot link placement on ban page and optionally in footer
- Whitelisting through the httpbl cache table
- Blacklisted IPs banned (added to Drupal blocked_ips table)
- Greylisting: grants the user access if they pass a simple test
- Optional: Checking only when a comment is placed,
re-writes blocked comments for easier admin identification - Basic statistics on the number of blocked visits
- Optional 3 levels of logging (Error only, Positive Lookups or Verbose - for testing and gaining trust)
- Length of time cached visits are held are determined by configurable settings (not hard coded)
- Default Views included (identify blocked and whitelisted IPs with links to their Honeypot profiles)
- Integration with Drupal Help and Permissions
Note that the module can also function without http:BL functionality -- its use will then be limited to the placement of a Honeypot link in the footer.