Databases: Request flood protection
sam (contact me)
This class can be used to detect access floods using a MySQL database to keep track of accesses of site users.
The class stores in a MySQL database table records of the time and IP address of each access.
It can detects floods if the last access from the current user IP address occurred in a period less than a given number of seconds.
Click here for detailed information about this class on phpclasses.org