Recommend this page to a friend! |
Download .zip |
Info | View files (7) | Download .zip | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2007-02-20 (9 years ago) | Not enough user ratings | Total: 1,187 | All time: 3,078 This week: 871 |
Version | License | Categories | ||||
phpip2country 1.0 | GNU General Publi... | Databases, Geography |
Description | Author | |||||||||||||
This class can be used to determine the country of a given IP searching in an IP range database. |
|
#==============================================================================# +---------------------------------------+ | phpIP2Country - IP Address to Country | +---------------------------------------+ Author : Mike Leigh Email : mike@mikeleigh.com Website : http://www.mikeleigh.com/scripts/phpip2country Support : http://www.mikeleigh.com/forum Licence : GNU GPL - see LICENCE file Version : 0.1 phpIP2Country is a IP address to Country lookup system. Incorporating phpIP2Country into your application is as simple as including the class file like so: include('path/to/ip2country.class.php'); For installation instructions see the INSTALL file. For license details see the LICENSE file. For development history see the CHANGELOG file. #==============================================================================# |
Files |
File | Role | Description |
---|---|---|
CHANGELOG | Doc. | Change Log |
ip2country.class.php | Class | phpIP2Country Main Class |
test.ip2country.class.php | Example | Example Usage |
populate_database.php | Aux. | Script to populate the database with the CSV Data |
LICENCE | Lic. | License File |
INSTALL | Doc. | Installation |
README | Doc. | Readme |
phpip2country-2007-02-20.zip 9KB | |
phpip2country-2007-02-20.tar.gz 8KB | |
Install with Composer |
Needed packages | ||
Class | Download | Why it is needed | Dependency |
---|---|---|---|
phpDB | .zip .tar.gz | Communication with the Database | Required |
phpCSV | .zip .tar.gz | Required to read the IP CSV Data feed | Required |
phpFile | .zip .tar.gz | Used to access the filesystem | Required |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Related pages |
IP Data The CSV file of the IP Address data that this class requires |
Support Forum Forum for the discussion and support of phpIP2Country |