Skip to content

With this script / Code, its is possible to limit the number of requests that are made to a webpage in the course of a day based on IP address or any other information.

License

Notifications You must be signed in to change notification settings

rmak78/Log-and-Limit-Demo-Script-Access-Per-Day-By-IP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Log-and-Limit-Demo-Script-Access-Per-Day-By-IP

If you wish to prevent abuse of your DEMO Applications, Themes and Scripts on your server. This is the code for you. With this script / Code, its is possible to limit the number of requests that are made to a webpage in the course of a day based on IP address or any other information.

How to install

  1. Download the script
  2. Create Table using .sql file provided
  3. Edit logger file to include database credentials and whitelist ip's
  4. Add following to every script you want to limit.
include_once('../PATH_TO LOGGER FILE/logger.php');

About

With this script / Code, its is possible to limit the number of requests that are made to a webpage in the course of a day based on IP address or any other information.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages