This great app gives you option to protect your URLs for specific ips. It is good to restrict access for some senstive information on your server. While user name and password always helps some scripts can run over and over until they get the right password. With restricted ips only the ones you set can have access. It is much more secure than user name and password.
How it works? (Demo – over here: http://iqdesk.co.uk/engine/)
1) Insert the url you want to protect and add allowed IPs – all the rest will be denied.
2) On the urls you want to protect insert one php line:
include_once(‘[path_to_engine]/modules/pathprotector/libs/pathprotector.php’);
and replace path_to_engine with where you installed iQDesk engine.
3) Users that are not on the ips list will get denied message
How it works? (Demo – over here: http://iqdesk.co.uk/engine/)
1) Insert the url you want to protect and add allowed IPs – all the rest will be denied.
2) On the urls you want to protect insert one php line:
include_once(‘[path_to_engine]/modules/pathprotector/libs/pathprotector.php’);
and replace path_to_engine with where you installed iQDesk engine.
3) Users that are not on the ips list will get denied message