Package:
Summary:
Generate pronounceable passwords like GNU pwgen
Groups:
Author:
Description:
This class can be used to generate pronounceable passwords like GNU pwgen program.
It can generate a random text of a given length that can be used as a password.
The class provides options to include numbers or symbols, capitalize letters, avoid vowels.
The generated text is organized in such way that is easy to pronounce in English.
Package:
Summary:
Recognize and handle Web robot by IP or user agent
Groups:
Author:
Description:
This class can be used to recognize and handle Web robots by IP address or user agent.
It can check the IP address of the computer or the user agent of the browser program currently accessing the Web server to determine if it is within a range of IP addresses known to be of Web robots like search engine site crawlers or even malicious crawlers.
The class can call different callback functions depending on the type of crawler that was identified.
It can also be set on debug mode by taking a given IP address or string as user agent instead of the user agent string sent by the accessing browser.
The Web robots information is stored in a database. The class can load that database from a text data file. The database can be accessed using supplied database class or a database adapter class from the Zend Framework.