hello do you have a tutorial for install the php whois script? Thanks
PHP Whois Script Installing
» PHP Forum Archive » PHP snippets and example code » Discuss our PHP snippets here
The most popular forum posts:
Comments / discussions
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.
you just needed my email.Right? this script doesn't work.no installation, nothing to tell me how to get it running.
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...
The .EU & .FR check does nog work very well all (random.eu) domains are registerd
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