2017 © Pedro Peláez
 

library log-limiter

A PHP class for login attempts abuse preventing.

image

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

The README.md

NOTICE:

I "FootballFan141" didn't create this class I just updated it for use in my application.

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)

The original at PHPClasses.org


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)

The Versions

22/08 2016

dev-master

9999999-dev https://github.com/FootballFan141/LogLimiter/

A PHP class for login attempts abuse preventing.

  Sources   Download