Home » Web Services » Services_ProjectHoneyPot
A package to interface the http:bl API of ProjectHoneyPot.org.
This package is unmaintained.
Download latest release 0.6.0 (archived versions might be outdated)
License: The BSD License
Description
This package is used to determine if an IP or hostname are a) a search engine, b) suspicious, c) the ip of a harvester or/and d) of a comment spammer.
Maintainers
- Till Klampaeckel (till) — lead, active
Dependencies
Required
- PHP (>= 5.2.0)
- PEAR Installer (>= 1.9.0)
- Net_CheckIP2 (>= 1.0.0RC3)
- Net_DNS2 (>= 1.1.4)
- spl (extension)
Releases
- 0.6.0 (beta, 2011-11-01)
Release notes
License: The BSD License
* updated from Net_DNS to Net_DNS2
* includes one todo, related to: https://code.google.com/p/netdns2/issues/detail?id=4
* updated examples to reflect change
* code no longer uses PEAR.php (yay!)
* set*() provide a fluent interface now
* response-format change (BC-break):
* always Services_ProjectHoneyPot_Result
* implements ArrayAccess
* bugfix: 'Harvester' wasn't marked as one in resultset
* cs fixes, whitespace, etc.
* testing:
* added AllTests.php to make it compatible with PEAR testsuite
* added skip.inc to make .phpt "fail" gracefully
* fixed and updated tests (0.5.3 broken them)
* refactored parts of the code:
* query() >> makeRequest()
* more type-hinting
* update to docblocks
* response parser: no static, OO'd all the way - 0.5.3 (alpha, 2011-01-13)
Release notes
License: The BSD License
* bugfix: Net_CheckIP2 changed API so we had to update
* bump up Net_CheckIP2 version requirement - 0.5.2 (alpha, 2008-04-11)
Release notes
License: The BSD License
* fixed format "array" and "string" (bugs introduced in 0.5.0)
* removed classes for "array" and "string"
* migrated leftover methods into Services_ProjectHoneyPot_Response_Result
* added an example to show usage of custom Net_DNS_Resolver
* cleaned up standard example file - 0.5.1 (alpha, 2008-04-11)
Release notes
License: The BSD License
* small bugfixes
- 0.5.0 (alpha, 2008-03-06)
Release notes
License: The BSD License
* more comments
* introduced new response type ("object")
* documented __set() and __get() with @property
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #18587 | Closed | Req | 0.5.3 | 2011-06-05 | Bump to Net_DNS2? |