Skip to content

Commit 106f93d

Browse files
committed
Update README.md
1 parent 9c9c1b1 commit 106f93d

1 file changed

Lines changed: 13 additions & 11 deletions

File tree

README.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,19 @@ IP2Location (PHP Module)
22
========================
33
[![Total Downloads](https://img.shields.io/packagist/dt/ip2location/ip2location-php.svg?style=flat-square)](https://packagist.org/packages/ip2location/ip2location-php)
44

5+
*This is the official release maintained by IP2Location.com*
6+
57
This PHP module provides fast lookup of country, region, city, latitude, longitude, ZIP code, time zone, ISP, domain name, connection speed, IDD code, area code, weather station code, weather station name, MNC, MCC, mobile brand, elevation, and usage type from IP address by using IP2Location database. This module uses a file based database available at IP2Location.com.
68

79
This module can be used in many types of projects such as:
810

9-
1) select the geographically closest mirror
10-
2) analyze your web server logs to determine the countries of your visitors
11-
3) credit card fraud detection
12-
4) software export controls
13-
5) display native language and currency
14-
6) prevent password sharing and abuse of service
15-
7) geotargeting in advertisement
11+
1. select the geographically closest mirror
12+
2. analyze your web server logs to determine the countries of your visitors
13+
3. credit card fraud detection
14+
4. software export controls
15+
5. display native language and currency
16+
6. prevent password sharing and abuse of service
17+
7. geotargeting in advertisement
1618

1719
The database will be updated in monthly basis for the greater accuracy. Free sample database is available at /samples directory or download it from http://www.ip2location.com/developers.
1820

@@ -22,10 +24,10 @@ The complete database is available at http://www.ip2location.com under Premium s
2224
INSTALLATION
2325

2426
To install this module, unzip the package and copy the following files to your web folder.
25-
i) IP2Location.php
26-
ii) example.php
27-
iii) databases/IP-COUNTRY-SAMPLE.BIN
28-
iv) databases/IPV6-COUNTRY-SAMPLE.BIN
27+
* IP2Location.php
28+
* example.php
29+
* databases/IP-COUNTRY-SAMPLE.BIN
30+
* databases/IPV6-COUNTRY-SAMPLE.BIN
2931

3032
To test this installation, please browse example.php using web browser.
3133

0 commit comments

Comments
 (0)