Services_ProjectHoneyPot
[ class tree: Services_ProjectHoneyPot ] [ index: Services_ProjectHoneyPot ] [ all elements ]

Element index for package Services_ProjectHoneyPot

[ a ] [ c ] [ d ] [ e ] [ g ] [ h ] [ i ] [ k ] [ m ] [ n ] [ o ] [ p ] [ q ] [ r ] [ s ] [ t ] [ v ] [ _ ]

_

__construct
in file ProjectHoneyPot.php, method Services_ProjectHoneyPot::__construct()
    Initialize the class.
__construct
in file Result.php, method Services_ProjectHoneyPot_Response_Result::__construct()
    __construct
__construct
in file Response.php, method Services_ProjectHoneyPot_Response::__construct()
    __construct
__construct
in file ResultSet.php, method Services_ProjectHoneyPot_Response_ResultSet::__construct()
__get
in file Result.php, method Services_ProjectHoneyPot_Response_Result::__get()
    magical __get
__set
in file Result.php, method Services_ProjectHoneyPot_Response_Result::__set()
    magical __set
__toString
in file Result.php, method Services_ProjectHoneyPot_Response_Result::__toString()
    Returns a string.
top

a

$accesskey
in file ProjectHoneyPot.php, variable Services_ProjectHoneyPot::$accesskey
top

c

count
in file ResultSet.php, method Services_ProjectHoneyPot_Response_ResultSet::count()
current
in file ResultSet.php, method Services_ProjectHoneyPot_Response_ResultSet::current()
top

d

$debug
in file ProjectHoneyPot.php, variable Services_ProjectHoneyPot::$debug
$debug
in file Response.php, variable Services_ProjectHoneyPot_Response::$debug
$dns_blacklist
in file ProjectHoneyPot.php, variable Services_ProjectHoneyPot::$dns_blacklist
top

e

ERR_INTERNAL
in file ProjectHoneyPot.php, class constant Services_ProjectHoneyPot::ERR_INTERNAL
ERR_NO_IP
in file ProjectHoneyPot.php, class constant Services_ProjectHoneyPot::ERR_NO_IP
ERR_NO_KEY
in file ProjectHoneyPot.php, class constant Services_ProjectHoneyPot::ERR_NO_KEY
    Error constant/codes thrown by the Exception class.
ERR_UNKNOWN_API
in file ProjectHoneyPot.php, class constant Services_ProjectHoneyPot::ERR_UNKNOWN_API
ERR_UNKNOWN_RESP
in file ProjectHoneyPot.php, class constant Services_ProjectHoneyPot::ERR_UNKNOWN_RESP
ERR_USER
in file ProjectHoneyPot.php, class constant Services_ProjectHoneyPot::ERR_USER
example-multiple.php
procedural page example-multiple.php
example-obj.php
procedural page example-obj.php
example-resolver.php
procedural page example-resolver.php
example.php
procedural page example.php
Exception.php
procedural page Exception.php
Exception.php
procedural page Exception.php
top

g

getAll
in file Result.php, method Services_ProjectHoneyPot_Response_Result::getAll()
    Returns all known about this host/ip.
getHoneyPot
in file ProjectHoneyPot.php, method Services_ProjectHoneyPot::getHoneyPot()
    Mostly a placeholder for what's to come. Currently we return a honeypot which has been supplied with self::setHoneypot before.
getHostForLookup
in file ProjectHoneyPot.php, method Services_ProjectHoneyPot::getHostForLookup()
    Builds the host to query.
getLastActivity
in file Result.php, method Services_ProjectHoneyPot_Response_Result::getLastActivity()
    Get the last activity. An integer representation (of the number of days - 0 to 255) or null (if there is none recorded)..
getScore
in file Result.php, method Services_ProjectHoneyPot_Response_Result::getScore()
    Get the score of the host/ip.
getType
in file Result.php, method Services_ProjectHoneyPot_Response_Result::getType()
    Returns which type the current host/ip is. The result is always an array.
top

h

$honeypot
in file ProjectHoneyPot.php, variable Services_ProjectHoneyPot::$honeypot
top

i

isCommentSpammer
in file Result.php, method Services_ProjectHoneyPot_Response_Result::isCommentSpammer()
    Is comment spammer? true/false
isHarvester
in file Result.php, method Services_ProjectHoneyPot_Response_Result::isHarvester()
    Is a harvester? true/false
isSearchEngine
in file Result.php, method Services_ProjectHoneyPot_Response_Result::isSearchEngine()
    Is a search engine? true/false
top

k

key
in file ResultSet.php, method Services_ProjectHoneyPot_Response_ResultSet::key()
top

m

makeRequest
in file ProjectHoneyPot.php, method Services_ProjectHoneyPot::makeRequest()
    Make the actual lookup.
top

n

next
in file ResultSet.php, method Services_ProjectHoneyPot_Response_ResultSet::next()
top

o

offsetExists
in file Result.php, method Services_ProjectHoneyPot_Response_Result::offsetExists()
offsetGet
in file Result.php, method Services_ProjectHoneyPot_Response_Result::offsetGet()
offsetSet
in file Result.php, method Services_ProjectHoneyPot_Response_Result::offsetSet()
offsetUnset
in file Result.php, method Services_ProjectHoneyPot_Response_Result::offsetUnset()
top

p

parse
in file Response.php, method Services_ProjectHoneyPot_Response::parse()
    Parse the response into an array or object.
parseResponse
in file ProjectHoneyPot.php, method Services_ProjectHoneyPot::parseResponse()
    Parses the response object into a 'readable' format
ProjectHoneyPot.php
procedural page ProjectHoneyPot.php
top

q

query
in file ProjectHoneyPot.php, method Services_ProjectHoneyPot::query()
    Checks if the supplied IP is listed.
top

r

$resolver
in file ProjectHoneyPot.php, variable Services_ProjectHoneyPot::$resolver
$respObj
in file Response.php, variable Services_ProjectHoneyPot_Response::$respObj
RESPONSE_HR_COMMENTSPAMMER
in file Response.php, class constant Services_ProjectHoneyPot_Response::RESPONSE_HR_COMMENTSPAMMER
RESPONSE_HR_HARVESTER
in file Response.php, class constant Services_ProjectHoneyPot_Response::RESPONSE_HR_HARVESTER
RESPONSE_HR_SEARCHENGINE
in file Response.php, class constant Services_ProjectHoneyPot_Response::RESPONSE_HR_SEARCHENGINE
    HR representations to match the int type returned from the API
RESPONSE_HR_SUSPICIOUS
in file Response.php, class constant Services_ProjectHoneyPot_Response::RESPONSE_HR_SUSPICIOUS
rewind
in file ResultSet.php, method Services_ProjectHoneyPot_Response_ResultSet::rewind()
Result.php
procedural page Result.php
ResultSet.php
procedural page ResultSet.php
Response.php
procedural page Response.php
top

s

Services_ProjectHoneyPot
in file ProjectHoneyPot.php, class Services_ProjectHoneyPot
    A class to interface services provided by ProjectHoneyPot.org
Services_ProjectHoneyPot_Exception
in file Exception.php, class Services_ProjectHoneyPot_Exception
    Exception class for Services_ProjectHoneyPot
Services_ProjectHoneyPot_Response
in file Response.php, class Services_ProjectHoneyPot_Response
    A class to parse the response from ProjectHoneyPot.org
Services_ProjectHoneyPot_Response_Exception
in file Exception.php, class Services_ProjectHoneyPot_Response_Exception
    Exception class for Services_ProjectHoneyPot_Response
Services_ProjectHoneyPot_Response_Result
in file Result.php, class Services_ProjectHoneyPot_Response_Result
    A class to return the result from ProjectHoneyPot.org
Services_ProjectHoneyPot_Response_ResultSet
in file ResultSet.php, class Services_ProjectHoneyPot_Response_ResultSet
    A class to return wrap the result Services_ProjectHoneyPot_Response_Result
setAccesskey
in file ProjectHoneyPot.php, method Services_ProjectHoneyPot::setAccesskey()
    Set the access key necessary to use this service.
setDebug
in file ProjectHoneyPot.php, method Services_ProjectHoneyPot::setDebug()
    Enable debug on runtime.
setDnsBlacklist
in file ProjectHoneyPot.php, method Services_ProjectHoneyPot::setDnsBlacklist()
    Sets another (than the default) server to query.
setHoneypot
in file ProjectHoneyPot.php, method Services_ProjectHoneyPot::setHoneypot()
    Sets an URL or an array of URLs to use for redirecting later on, if the IP is found 'guilty'. ;-)
setResolver
in file ProjectHoneyPot.php, method Services_ProjectHoneyPot::setResolver()
    Set, or create a Net_DNS2_Resolver for internal use.
setResponseFormat
in file ProjectHoneyPot.php, method Services_ProjectHoneyPot::setResponseFormat()
    Set the format to retrieve the info in.
top

t

toArray
in file Result.php, method Services_ProjectHoneyPot_Response_Result::toArray()
    Just returns an array.
top

v

valid
in file ResultSet.php, method Services_ProjectHoneyPot_Response_ResultSet::valid()
top

Documentation generated on Mon, 11 Mar 2019 15:45:13 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.