PHP Classes
elePHPant
Icontem

Firewall Protection: Restrict the access to pages based on IP address

Recommend this page to a friend!
  Info   View files View files (4)   DownloadInstall with Composer Download .zip   Reputation   Support forum (2)   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2010-12-09 (5 years ago) RSS 2.0 feedNot enough user ratingsTotal: 692 This week: 1All time: 4,522 This week: 1,047Up
Version License PHP version Categories
firewall-protection 0.7GNU Lesser Genera...5.0HTTP, PHP 5, Security
Description Author

This class can be used to restrict the access to pages based on IP address.

It can check if the IP address of the user computer and compares it to ranges of allowed and forbidden IP addresses.

If the IP address is not in the list of allowed addresses or is in the list in forbidden address, the class throws an exception.

The lists of allowed and forbidden addresses may be defined programmatically or read from a configuration file in XML format.

The class also gives you oppertunity for XXS filtering and SQL injection escaping at a global level so you can be 100% safe and you do not need to escape any data in your script.

Now you also can block all input, this is most not nessecary, but it can be used for emergency and when site is down or if you are just showing static page.

Picture of Petter Kjelkenes
Name: Petter Kjelkenes <contact>
Classes: 9 packages by
Country: Norway Norway
Innovation award
Innovation award
Nominee: 2x

  Files folder image Files  
File Role Description
Plain text file firewall.class.php Class The firewall class source
Accessible without login Plain text file example.configscript.php Example Config loaded firewall example!
Accessible without login Plain text file example.firewall.php Example Example usage
Accessible without login Plain text file firewallconfig.xml Data Config script

 Version Control Unique User Downloads Download Rankings  
 0%
Total:692
This week:1
All time:4,522
This week:1,047Up
User Comments (1)
Flawed by design.
6 years ago (Artur Graniszewski)
27%StarStar