File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed
Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 11CodeIgniter IP2Location Library
22===============================
33
4+ This module enables users to retrieve below geolocation information from an IP address. It supports both the IPv4 and IPv6 address.
5+
6+ * Country
7+ * Region
8+ * City
9+ * Latitude & Longitude
10+ * ZIP Code
11+ * Time Zone
12+ * Area Code
13+ * Net Speed
14+ * ISP
15+ * Domain
16+ * Mobile Information
17+ * Weather Station Information
18+ * Elevation
19+ * Usage Type
20+
21+ This module requires IP2Location BIN database to function. You may download the BIN database at the below link
22+ * IP2Location LITE BIN Database (free): http://lite.ip2location.com
23+ * IP2Location BIN Database (commercial version with high accuracy): http://www.ip2location.com
24+
25+
426Installation
527------------
628Upload ` controllers ` and ` libraries ` to CondeIngniter ` application ` folder.
@@ -38,4 +60,4 @@ Methods
3860 $mnc = $this->ip2location_lib->getMNC($ip);
3961 $mobileCarrierName = $this->ip2location_lib->getMobileCarrierName($ip);
4062 $elevation = $this->ip2location_lib->getElevation($ip);
41- $usageType = $this->ip2location_lib->getUsageType($ip);
63+ $usageType = $this->ip2location_lib->getUsageType($ip);
You can’t perform that action at this time.
0 commit comments