How to use IP2Proxy PHP Library in CodeIgniter 4

Introduction CodeIgniter 4 had become one of the popular web frameworks that people choose to build their website in a short time. As a mature web framework, CodeIgniter provides commonly used classes and tools to aid in web development. However, it still lacks several essential features. For example, it does […]

Importing IP2Proxy data into Cassandra and querying with PHP (IPv4)

Intro The guide will demonstrate how to import IP2Proxy Proxy Detection data (PX11) in CSV form into Apache Cassandra and then query the data in a PHP page. First of all, you will need to download the IP2Proxy PX11 CSV file. Download commercial version at https://ip2location.com/download?code=PX11 Extract out the IP2PROXY-IP-PROXYTYPE-COUNTRY-REGION-CITY-ISP-DOMAIN-USAGETYPE-ASN-LASTSEEN-THREAT-RESIDENTIAL-PROVIDER.CSV […]

How to use IP2Location PHP Library in CodeIgniter 4

Introduction CodeIgniter 4 is one of the popular web frameworks to help web developer to easily and quickly develop a working website. It comes with all the commonly used tools/classes for the web development, but may not contain all the essential classes. For example, CodeIgniter do not have built-in function […]

Importing IP2Proxy data into CouchDB and querying with PHP

The aim of this guide is to demonstrate how to import IP2Proxy data (PX11) in CSV form into CouchDB and then query the data in a PHP web page. First of all, you will need to download the IP2Proxy PX11 CSV file.Download commercial version at https://ip2location.com/download?code=PX11 Extract out the IP2PROXY-IP-PROXYTYPE-COUNTRY-REGION-CITY-ISP-DOMAIN-USAGETYPE-ASN-LASTSEEN-THREAT-RESIDENTIAL-PROVIDER.CSV […]

Importing IP2Proxy data into DynamoDB and querying with PHP

The aim of this guide is to demonstrate how to import IP2Proxy data (PX11) in CSV form into DynamoDB and then query the data in a PHP web page. First of all, you will need to download the IP2Proxy PX11 CSV file.Download commercial version at https://ip2location.com/download?code=PX11 Extract out the IP2PROXY-IP-PROXYTYPE-COUNTRY-REGION-CITY-ISP-DOMAIN-USAGETYPE-ASN-LASTSEEN-THREAT-RESIDENTIAL-PROVIDER.CSV […]

Using IP2Location Library in Drupal

This tutorial shows you about how to deploy IP2Location Library into Drupal 8 or 9, and use it with the IP2Location BIN database. Step1: Navigate to the root folder of your existing Drupal project. Step 2: Install IP2Location library using Composer.composer require ip2location/ip2location-php Step 3: Download the free IP2Location LITE […]