You are here

README.txt in http:BL 7

Same filename in this branch
  1. 7 README.txt
  2. 7 views/README.txt
Same filename and directory in other branches
  1. 6.2 views/README.txt
Read Me (README.txt)
---------------------------------------------------------

 * Version 7.x-dev
 * Contact: Bryan Lewellen (bryrock) (http://drupal.org/user/346823)
 *
 *

  httpbl.views.inc 			- provides exposure of httpbl table to Views
  httpbl.views_default.inc	- provides a simple default view/report of IPs blocked via Project Honeypot

------------
INSTALLATION
------------
	These views will be installed when the module is installed.

Accessing these default Views reports
--------------------------------------------
Reports are available in admin/reports
and are accessible to anyone with proper permissions.

There are two reports:
	http:BL Blocked Hosts
	http:BL Cleared

In order to see these reports,
some level of caching must be set in admin >> config >> people >> httpbl.

If "Http:BL cache and Drupal blocked_ips table" is set, then items shown
with a status of 1 should also be found in the blocked_ips table, to be
removed in both tables when the expiry date has passed.

Items with a status of 2 are found only in the database cache for httpbl, and
this also would apply to status 1 items if caching is set only to
"Http:BL cache."

Items with a status of 0 (safe IPs) are in http:BL Cleared.

The IP addresses in the report include links to ProjectHoneyPot.org that
will allow you to see their current information profile for that IP.


KNOWN ISSUES
------------

File

views/README.txt
View source
  1. Read Me (README.txt)
  2. ---------------------------------------------------------
  3. * Version 7.x-dev
  4. * Contact: Bryan Lewellen (bryrock) (http://drupal.org/user/346823)
  5. *
  6. *
  7. httpbl.views.inc - provides exposure of httpbl table to Views
  8. httpbl.views_default.inc - provides a simple default view/report of IPs blocked via Project Honeypot
  9. ------------
  10. INSTALLATION
  11. ------------
  12. These views will be installed when the module is installed.
  13. Accessing these default Views reports
  14. --------------------------------------------
  15. Reports are available in admin/reports
  16. and are accessible to anyone with proper permissions.
  17. There are two reports:
  18. http:BL Blocked Hosts
  19. http:BL Cleared
  20. In order to see these reports,
  21. some level of caching must be set in admin >> config >> people >> httpbl.
  22. If "Http:BL cache and Drupal blocked_ips table" is set, then items shown
  23. with a status of 1 should also be found in the blocked_ips table, to be
  24. removed in both tables when the expiry date has passed.
  25. Items with a status of 2 are found only in the database cache for httpbl, and
  26. this also would apply to status 1 items if caching is set only to
  27. "Http:BL cache."
  28. Items with a status of 0 (safe IPs) are in http:BL Cleared.
  29. The IP addresses in the report include links to ProjectHoneyPot.org that
  30. will allow you to see their current information profile for that IP.
  31. KNOWN ISSUES
  32. ------------