FUNK_WHOIS

A simple to set up 'whois' domain look up script. 


How to install

FUNK_WHOIS can be run 'straight from the box'. All you need to do is upload the
files, in binary mode, to your web server and call the whois.php script.


Options

The following options can be set up in the file whois_config.php

You can set up FUNK_WHOIS to allow for single tld search or multiple search.
In single mode the script will just look up one domain extension at a time. 
In multiple mode  it can look up all the extensions at once.

You can log all the searches performed. The log lists the date, time, searchers
IP and domain name searched for.

If you have the facility to register domains you can add a link to your
domain registration script. That way if a searcher sees the domain they
are after is free they just click on the link and get taken to your registration
script.

Adding new tld look up details.

Extra tlds can be added very simply. Load the file tlds.php into your favourite
text editor and add the following 3 lines for each new tld

$tld[1]=".co.uk";
$nic[1]="whois.nic.uk";
$rep[1]="No match for";

Change the section between the " "'s to suit the new domain lookup.
You then need to alter the line 
$tlds = 13;
to match the new number of tld look-ups available.





