Ratings | | Unique User Downloads | | Download Rankings |
Not enough user ratings | | Total: 978 | | All time: 3,706 This week: 134 |
|
Description | | Author |
This class can be used to limit the number of times an user fails to login.
It keeps track in a MySQL database the number of a time an user with a given IP address fails to attempt to login.
When the number of failed login attempts exceeded a given limit, the class sets a cookie that is used to determine that the user is blocked while the cookie does not expire. Recommendations
| |
|
Details
== LogLimiter
== A PHP class for login attempts abuse preventing.
= What is LogLimiter
LogLimiter implements an easy way to limit the login attempts from an user
in a time period, for preventing things like bruteforces attacks.
= Using LogLimiter
LogLimiter usage is simple. It is explained in the example file, moreover
the class file is heavily commented.
The only thing you need to do is to create the MySQL tables of LogLimiter
(use the tables.sql dump file).
= LogLimiter License
LogLimiter has not a license. Simply do what you want.
I just enjoyed coding Token, don't care about.
= Author contacts
Website: http://sydarex.org
Email: sydarex@gmail.com
= Notes
This is, in fact, a re-release of LogLimiter; I had already released it
time ago.
The only difference is the license change.
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.