Country domain names
Status: Abandoned
Brought to you by:
speedywise
I want to add support for all country domain names.
You can see the full list here:
http://www.thrall.org/domains.htm
At the following page you can find many local domain
names (of google):
http://www.google.com/language_tools?hl=en
This feature can be added directly to the phpWhois
class.
Uri.
Logged In: YES
user_id=1264877
This website is also useful to find whois info:
http://www.iana.org/cctld/cctld-whois.htm
I also got this message from the admin of phpWhois:
Hi !!
domains not currently supported don't have a whois server
registered
at iana ( http://www.iana.org/cctld/cctld-whois.htm ).
Most of them
don't either have a web based whois service or is
protected by gotcha's
If you want to add support for domains that have a web
based whois
service you could do it the same way as the .mt, just
adding a line
int the $this->WHOIS_SPECIAL array on whois.servers.php:
'mt' =>
'http://www.um.edu.mt/cgi-bin/nic/whois?domain={domain}.
{tld}',
it means:
(domain) => (url of web based whois plus args)