From 5a81a9a1958eaa5ae9c402ded1876681a33fb4af Mon Sep 17 00:00:00 2001 From: Chris Lim Date: Fri, 3 Mar 2017 14:24:24 +0800 Subject: [PATCH] update readme --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ac0b756..acb4732 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,11 @@ -### IP2Proxy PHP Module +# IP2Proxy PHP Module -This is the PHP module to lookup IP2Proxy databases from https://www.ip2location.com/proxy-database +This module allows user to query an IP address if it was being used as open proxy, web proxy, VPN anonymizer and TOR exits. It lookup the proxy IP address from **IP2Location BIN Data** file. This data file can be downloaded at -**IP2Proxy Database** contains IP addresses which are used as VPN anonymizer, open proxies, web proxies and Tor exits. The database includes records for all public IPv4 addresses. +* Free IP2Proxy BIN Data: http://lite.ip2location.com +* Commercial IP2Proxy BIN Data: http://www.ip2location.com/proxy-database - - -#### Usage +## Usage Open and read IP2Proxy binary database. There are 3 modes: @@ -53,4 +52,3 @@ echo '

ISP: ' . $records['isp'] . '

'; ``` -