PHP Classes
elePHPant
Icontem

IP Address Subnet Sniffer: Determine if an IP address belongs to a subnetwork

Recommend this page to a friend!
  Info   View files View files (2)   DownloadInstall with Composer Download .zip   Reputation   Support forum (1)   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2005-11-08 (10 years ago) RSS 2.0 feedStarStarStar 51%Total: 1,503 This week: 1All time: 2,519 This week: 1,047Up
Version License Categories
ipaddresssubnetsniff 1.0GNU General Publi...Networking
Description Author

This class can be used to determine wether a given IP address belongs to a given list of subnetworks.

The class takes an array of subnetwork masks to be checked in the form of strings with decimal numbers seperated dots .

Then the class can check whether a given IP address belongs to any of the specified subnetworks by applying the respective masks.

This class was created to emulate the "Deny from x.x.x.x" directive for Apache (nd other servers -- for example, Samba uses a similar format for allowing/denying access to a range of IP addresses). I needed a way to deny/allow access to a range of IP addresses but, for technical reasons, I could not use a .htaccess file, and had to do the IP address processing within the PHP script itself.

For example, you can emulate the line "Deny from 192.168.0.0/24" by supplying the string "192.168.0.0/24" to the class. To see exactly how to do this, see the documentation within the class file itself.

Picture of Jeffrey Silverman
Name: Jeffrey Silverman <contact>
Classes: 2 packages by
Country: United States United States

Details
This class is well documented with comments and
full examples inside the main class code.

Feel free to contact me with questions.

-- 
Jeffrey Silverman
jeffrey@jhu.edu
  Files folder image Files  
File Role Description
Plain text file IPAddressSubnetSniffer.php Class This class determines whether a given IP address is in a given list of subnets. The idea is to use this determination to allow/deny access to a PHP script based on IP address. Because of the way a particular web environment that I was using was set up, I was unable to use a .htaccess file for this task. I could not find a built-in PHP function or functions to do this task, so this class was built.
Accessible without login Plain text file README Data Shorty documentation

 Version Control Unique User Downloads Download Rankings  
 0%
Total:1,503
This week:1
All time:2,519
This week:1,047Up
User Ratings User Comments (1)
 All time
Utility:87%StarStarStarStarStar
Consistency:81%StarStarStarStarStar
Documentation:-
Examples:-
Tests:-
Videos:-
Overall:51%StarStarStar
Rank:1923
 
Excellent
7 years ago (kishore kumar)
60%StarStarStarStar