PHP Forums Archive

PHP Whois Script Installing

Tags: whois, script, install

mariemusic posted on 2008-04-19 22:05:31 #

hello do you have a tutorial for install the php whois script? Thanks

Comments / discussions

Olaf posted on 2008-04-20 06:52:59 #

No, I don't have. Never wrote a manual because a whois script is mostly for professionals.

Try the examples, if they don't work 9 of the 10 times there is a limit on the web server where the script is installed.

konpaman posted on 2009-02-22 04:00:53 #

you just needed my email.Right? this script doesn't work.no installation, nothing to tell me how to get it running.

Olaf posted on 2009-02-22 08:27:39 #

check the demo from my site, works great ;)

just put all files into one directory from your server:

your_websites_root/classes/whois/

and run the example script, if it doesn't work you should check if "whois" is installed on your server...

indigio posted on 2009-05-04 12:32:02 #

The .EU & .FR check does nog work very well all (random.eu) domains are registerd

Olaf posted on 2009-05-05 07:28:26 #

Hi,

not sure what was wrong for the .fr tld, but the eu-whois has changed the string from "free" to "available", Change the server_list.php entry to:

$servers['eu']['free'] = "AVAILABLE";

you can always test your settings with this sample script: whois_servertest.php

Please open a new post if you have further questions