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.
- Download the script
- Create Table using .sql file provided
- Edit logger file to include database credentials and whitelist ip's
- Add following to every script you want to limit.
include_once('../PATH_TO LOGGER FILE/logger.php');