Login   Register  
PHP Classes

Class: AHostLookup

Icontem
elePHPant

  Classes of George Clarke  >  AHostLookup  >  Download  >  Support forum Support forum (1)  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: AHostLookup Support forum
Base name: ahostlookup
Description: Get hostname, zip code and hit count for an IP.
Version: -
Required PHP version: -
License: GNU General Public License (GPL)
Country specific: This package is specific mainly for applications used in United States United States .
 
  Author   Group folder image Groups   Detailed description  
  Applications   Files Files  

Author

Picture of George Clarke
Name: George Clarke <e-mail contact>
Published packages: 7 Browse this author's classes Browse this author's classes
Country: United States United States - PHP jobs in United States
Home page: http://www.gaclarke.com/

Innovation Award

PHP Programming Innovation award nominee
July 2005
Number 4
The ability to determine the location of the users may be very useful for sites that can use that information to provide services to their users depending on the region where they live.

There are several types of databases and online services that are able to determine the zip code of the network of a given ISP from the IP address of a user accessing from that network.

However, as the time passes, some IP address ranges are reassigned to different ISPs that are located in different places. The existing IP address range databases tend to get outdated.

This class provides a solution to build an upto date IP address range database.

When it does not know the location of a given IP address, it uses the whois service to retrieve the information of the corresponding ISP, the ISP location zip code and the assigned IP range.

The retrieved information is stored in a local MySQL database to avoid further whois lookup overhead.

Manuel Lemos

Groups

Group folder image Networking Networking protocols, clients and servers View top rated classes
Group folder image Databases Database management, accessing and searching View top rated classes
Group folder image Web services Web data clipping, SOAP or XML-RPC clients and servers View top rated classes
Group folder image Geography Locations, mapping and demographics View top rated classes

Detailed description

This class can be used to lookup the host name, ISP name and the United States ZIP code of the network of a given IP address.

It also returns the upper and lower IP addresses of the block of that the given IP belongs.

This class will keep a running count of the number of times a block of IPs were looked up and the date and time of last lookup of each block.

This class can lookup the IP address in a MySQL database, which is provided with this class, and if not found, it can lookup the IP from the ARIN Web site and then save the newly found information in the database.

Applications that use this class

Link Description
My Host Hits Host hits to gaclarke.com
Add link image If you know an application of this package, send a message to the author to add a link here.

Files

File Role Description
Plain text file ahostdisplay.php Appl. Displays blocks of IPs with count greater than 0. Used with ahostlookup.php
Plain text file ahostlookup.php Example Demo script for ahostlookup class.
Plain text file class.ahostlookup.php Class The class file for ahostlookup class.
Plain text file isps.sql Data database for ahostlookup class
Plain text file isps_alter.sql Data Upgrades existing isps table to the new version.
Download all files: ahostlookup.tar.gz ahostlookup.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.