PHP Classes

File: readme.txt

Recommend this page to a friend!
  Classes of Francesco Cirać   Log Limiter   readme.txt   Download  
File: readme.txt
Role: Documentation
Content type: text/markdown
Description: Readme file
Class: Log Limiter
Limit the number of failed login attempts
Author: By
Last change:
Date: 14 years ago
Size: 821 bytes
 

Contents

Class file image Download

== 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.