Here is a guide for users to fully automate the updating of their IP2Proxy PX8 IPv6 database. We will show how to download the IP2Proxy PX8 IPv6 CSV data from the web server and then unzip it before loading the data into a MySQL server on a Linux platform. We […]
How to automate downloading, unzipping & loading of IP2Location DB24 data into Linux MySQL (IPv6)
Here is a guide for users to fully automate the updating of their IP2Location DB24 IPv6 database. We will show how to download the IP2Location DB24 IPv6 CSV data from the web server and then unzip it before loading the data into a MySQL server on a Linux platform. We […]
Importing IP2Proxy data into Oracle Database and querying with PHP (IPv6)
The aim of this guide is to demonstrate how to import IP2Proxy data (PX12 IPv6) in CSV form into Oracle Database and then query the data in a PHP web page. Download commercial version at https://ip2location.com/download?code=PX12IPV6 Extract out the IP2PROXY-IPV6-PROXYTYPE-COUNTRY-REGION-CITY-ISP-DOMAIN-USAGETYPE-ASN-LASTSEEN-THREAT-RESIDENTIAL-PROVIDER-FRAUDSCORE.CSV file from the downloaded zipped file. Important Note We will […]
Importing IP2Proxy data into Oracle Database and querying with PHP (IPv4)
The aim of this guide is to demonstrate how to import IP2Proxy data (PX12) in CSV form into Oracle Database and then query the data in a PHP web page. Download commercial version at https://ip2location.com/download?code=PX12 Extract out the IP2PROXY-IP-PROXYTYPE-COUNTRY-REGION-CITY-ISP-DOMAIN-USAGETYPE-ASN-LASTSEEN-THREAT-RESIDENTIAL-PROVIDER-FRAUDSCORE.CSV file from the downloaded zipped file. Important Note We will not […]
Importing IP2Location data into Oracle Database and querying with PHP (IPv6)
The aim of this guide is to demonstrate how to import IP2Location data (DB26 IPv6) in CSV form into Oracle Database and then query the data in a PHP web page. Download commercial version at https://ip2location.com/download?code=DB26IPV6 Extract out the IPV6-COUNTRY-REGION-CITY-LATITUDE-LONGITUDE-ZIPCODE-TIMEZONE-ISP-DOMAIN-NETSPEED-AREACODE-WEATHER-MOBILE-ELEVATION-USAGETYPE-ADDRESSTYPE-CATEGORY-DISTRICT-ASN.CSV file from the downloaded zipped file. Important Note We will […]
Importing IP2Proxy data into SQLITE and querying with C# (IPv4)
Intro The aim of this guide is to demonstrate how to import IP2Proxy data (PX12) in CSV form into SQLITE and then query the data using C#. First of all, you will need to download the IP2Proxy PX12 CSV file. Download commercial version at https://ip2location.com/download?code=PX12 Extract out the IP2PROXY-IP-PROXYTYPE-COUNTRY-REGION-CITY-ISP-DOMAIN-USAGETYPE-ASN-LASTSEEN-THREAT-RESIDENTIAL-PROVIDER-FRAUDSCORE.CSV file […]
Importing IP2Location data into SQLITE and querying with C# (IPv6)
Intro The aim of this guide is to demonstrate how to import IP2Location data (DB26 IPv6) in CSV form into SQLITE and then query the data using C#. First of all, you will need to download the IP2Location DB26 IPv6 CSV file. Download commercial version at https://ip2location.com/download?code=DB26IPV6 Extract out the […]
Importing IP2Proxy data into SQLITE and querying with C# (IPv6)
Intro The aim of this guide is to demonstrate how to import IP2Proxy data (PX12 IPv6) in CSV form into SQLITE and then query the data using C#. First of all, you will need to download the IP2Proxy PX12 IPv6 CSV file. Download commercial version at https://ip2location.com/download?code=PX12IPV6 Extract out the […]
Using the IP2Proxy Java Component in a Singleton class
Intro Normally, you would not have to encapsulate the IP2Proxy Java Component in a Singleton class. You could just create a global IP2Proxy object and instantiate that. After that, just have all threads query proxy data from that global object. What we are doing in this article is more for […]
How to display the geolocation results on amChart map
There is a growing number of websites that display various geolocation information using an interactive map object, for example, an amChart. A well-designed map display could provide visitors a quick glance of important information. For example, a statistical company could use the map to illustrate the service utilization rates globally, […]