In this tutorial, we demonstrate you on how to lookup IP address in bulk using VB.NET programming languages and IP2Location MySQL database. In this tutorial, we use the IP2Location LITE database to lookup country of origin from the visitor’s IP address. Free databases are available for download at IP2Location LITE database. […]
IP Address Lookup in Bulk Using C-Sharp and MySQL Database
In this tutorial, we demonstrate you on how to lookup IP address in bulk using C-Sharp programming languages and IP2Location MySQL database. In this tutorial, we use the IP2Location LITE database to lookup country of origin from the visitor’s IP address. Free databases are available for download at IP2Location LITE database. […]
IP Address Lookup in Bulk Using PHP and MySQL Database
In this tutorial, we demonstrate you on how to lookup IP address in bulk using PHP programming languages and IP2Location MySQL database. In this tutorial, we use the IP2Location LITE database to lookup country of origin from the visitor’s IP address. Free databases are available for download at IP2Location LITE database. […]
How to automate downloading, unzipping & loading of IP2Location DB24 data into Windows MySQL
Here is a guide for users to fully automate the updating of their IP2Location DB24 database. We will show how to download the IP2Location DB24 csv data from the web server and then unzip it before loading the data into a MySQL server on a Windows platform. We will explain […]
How to automate downloading, unzipping & loading of IP2Location DB24 data into Linux MySQL
Here is a guide for users to fully automate the updating of their IP2Location DB24 database. We will show how to download the IP2Location DB24 csv data from the web server and then unzip it before loading the data into a MySQL server on a Linux platform. The whole shell […]
How to automate downloading, unzipping & loading of IP2Proxy PX4 data into Linux MySQL
Here is a guide for users to fully automate the updating of their IP2Proxy PX4 database. We will show how to download the IP2Proxy PX4 csv data from the web server and then unzip it before loading the data into a MySQL server on a Linux platform. The whole shell […]
Simple GeoDNS using BIND and IP2Location
Implementing Geo-aware DNS using BIND with IP2Location Database This article illustrates how to use the IP2Location IP-Country Database (DB1) to implement a geolocation feature in a BIND DNS server easily. The two concepts we are applying to BIND are “Access Control List” and “Views”. There is no need to patch the BIND […]
Configure Country Access Control in CloudFront Using .NET
The following sample application gets the IP address of the end user and sends the IP address to the IP2Location.io IP Geolocation API. The API returns a JSON string containing the country code that corresponds with the end user’s IP address. The application then evaluates whether the value returned by […]
Configure Country Access Control in CloudFront Using Java
In this example, we demonstrate you on how to obtain country code that is associated with an end user’s IP address. For all users except VN users (Vietnam), users are allowed to access the CloudFront content where distribution is allowed. In this case, the GetCountryCodeServlet.java will request SignedUrl.java to create […]
Configure Country Access Control in CloudFront Using PHP
The following sample application gets the IP address of the end user and sends the IP address to the IP2Location.io IP Geolocation API. The IP2Location.io API returns a JSON string containing the country code that corresponds to the end user’s IP address. The application then will show the country code […]