Geolocation is a great way to put relevant content to your web visitors and it is a technology that can be used in almost any application you can think of. In this tutorial, we use the IP2Location.io IP Geolocation API to lookup geolocation information from the visitor’s IP address. Instead […]
Display a visitor’s geolocation information using API in PHP
Geolocation is a great way to put relevant content to your web visitors and it is a technology that can be used in almost any application you can think of. In this tutorial, we use the IP2Location.io IP Geolocation API to lookup geolocation information from the visitor’s IP address. Instead […]
IP Address Lookup Caching Using ElastiCache Memcached
In this tutorial, we will demonstrate how to cache an IP2Location query with the help of Amazon Web Service ElastiCache. ElastiCache has 2 engines available for caching. The one we will be using is the memcached engine. For this demonstration, we will be running our PHP code on an AWS […]
IP address proxy lookup optimization For MySQL
In this tutorial, we will do a comparison between a standard IP range query vs a more optimized query. In this case, there may be gaps in the ranges with no data. For this comparison, we will use the IP2Proxy PX2 database to lookup proxy data from the visitor’s IP […]
Deploying IP2Location .NET component as a global object in ASP.NET using VB.NET
The aim of this guide is to demonstrate the deployment of the IP2Location .NET component as a global object in ASP.NET. First of all, you will need to download the IP2Location .NET component from NuGet. Download at https://www.nuget.org/packages/IP2Location.IPGeolocation/ and install in your Visual Studio. Next, you will need to download the […]
Converting IP2Proxy data from IP number ranges to CIDR
The aim of this guide is to demonstrate how to convert the IP2Proxy data from IP number ranges to CIDR. First, download the IP2Proxy data file and extract out the IP2Proxy CSV data file.. Next, create a file called ip2proxy-to-cidr.pl and paste the following Perl code into it. use strict; use […]
Converting IP2Proxy data from IP number ranges to IP address ranges
The aim of this guide is to demonstrate how to convert the IP2Proxy data from IP number ranges to IP address ranges. First, download the IP2Proxy data file and extract out the IP2Proxy CSV data file.. Next, create a file called ip2proxy-to-ip-address-range.pl and paste the following Perl code into it. […]
Converting IP2Proxy data from IP number ranges to individual IP addresses
The aim of this guide is to demonstrate how to convert the IP2Proxy data from IP number ranges to individual IP addresses. First, download the IP2Proxy data file from https://www.ip2location.com/download and extract out the IP2Proxy CSV data file.. Next, create a file called ip2proxy-to-ip-address.pl and paste the following Perl code into it. […]
How to lookup IP location on Twitter
Notice: We regret to inform you that we are no longer support the IP2Location Twitter Bot. You can now lookup an IP location by tweeting a message to IP2Location Twitter account. There is no additional configuration required to use this service. By just mentioning us (@ip2location) with an IP address, […]
How to create custom report in Matomo to display geo location information
In this tutorial, we are going to share with you how to create a custom report in Matomo. In this custom report, we will display the country code, region name, city name, latitude and longitude information of the visitors’ IP address. Before we could generate the custom report, we need […]