How to install IP2Location Geolocation Library in Alpine Linux

This tutorial is going to guide you with the installation of the IP2Location Geolocation into Alpine Linux – a small and lightweight linux distro. In summary, to use IP2Location C Library, you will need to download the source from the github, https://github.com/chrislim2888/IP2Location-C-Library/, build and install into your Linux system. Step […]

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 (PX12) 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 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 […]