library log-limiter
A PHP class for login attempts abuse preventing.
footballfan141/log-limiter
A PHP class for login attempts abuse preventing.
- Monday, August 22, 2016
- by FootballFan141
- Repository
- 1 Watchers
- 2 Stars
- 3 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
NOTICE:
What was updated
I updated it to use mysqli and changed the table names., (*1)
If anyone has any trouble let me know. :D, (*2)
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., (*3)
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)., (*4)