whois

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    whois

    does anybody know of a whois server i can add to my whois script that can lookup .mobi

    my whois script currently uses these server definitions:
    Code:
    "com" => array("whois.crsnic.net","No match for"),
    						"net" => array("whois.crsnic.net","No match for"),				
    						"org" => array("whois.pir.org","NOT FOUND"),					
    						"biz" => array("whois.biz","Not found"),					
    						"info" => array("whois.afilias.net","NOT FOUND"),					
    						"co.uk" => array("whois.nic.uk","No match"),					
    						"co.ug" => array("wawa.eahd.or.ug","No entries found"),	
    						"or.ug" => array("wawa.eahd.or.ug","No entries found"),
    						"ac.ug" => array("wawa.eahd.or.ug","No entries found"),
    						"ne.ug" => array("wawa.eahd.or.ug","No entries found"),
    						"sc.ug" => array("wawa.eahd.or.ug","No entries found"),
    						"nl" 	=> array("whois.domain-registry.nl","not a registered domain"),
    						"ro" => array("whois.rotld.ro","No entries found for the selected"),
    						"com.au" => array("whois.ausregistry.net.au","No data Found"),
    						"ca" => array("whois.cira.ca", "AVAIL"),
    						"org.uk" => array("whois.nic.uk","No match"),
    						"name" => array("whois.nic.name","No match"),
    						"us" => array("whois.nic.us","Not Found"),
    						"ws" => array("whois.website.ws","No Match"),
    						"be" => array("whois.ripe.net","No entries"),
    						"com.cn" => array("whois.cnnic.cn","no matching record"),
    						"net.cn" => array("whois.cnnic.cn","no matching record"),
    						"org.cn" => array("whois.cnnic.cn","no matching record"),
    						"no" => array("whois.norid.no","no matches"),
    						"se" => array("whois.nic-se.se","No data found"),
    						"nu" => array("whois.nic.nu","NO MATCH for"),
    						"com.tw" => array("whois.twnic.net","No such Domain Name"),
    						"net.tw" => array("whois.twnic.net","No such Domain Name"),
    						"org.tw" => array("whois.twnic.net","No such Domain Name"),
    						"cc" => array("whois.nic.cc","No match"),
    						"nl" => array("whois.domain-registry.nl","is free"),
    						"pl" => array("whois.dns.pl","No information about"),
    						"pt" => array("whois.ripe.net","No entries found"),
    						"de" => array("whois.denic.de","not found in database"),
                                                    "in" => array("whois.inregistry.net","NOT FOUND"),
                                                    "eu" => array("whois.eu","FREE"),
                                                    "za.org" => array("whois.za.net","No such domain"),
                                                    "za.net" => array("whois.za.net","No such domain"),
                                                    "tv" => array("tvwhois.verisign-grs.com","No match for")
    sigpic

    |~~Dont forget to say thanx~~|

    #2
    if you know of any more server defs please let me know
    sigpic

    |~~Dont forget to say thanx~~|

    Comment

    Working...
    X