I updated it to use mysqli and changed the table names.
If anyone has any trouble let me know. :D
LogLimiter implements an easy way to limit the login attempts from an user in a time period, for preventing things like bruteforces attacks.
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).