全球主机交流论坛

标题: 借点人气,求whois server 越全越好!! [打印本页]

作者: wu1990    时间: 2011-2-12 13:08
标题: 借点人气,求whois server 越全越好!!
借点人气,求whois server 越全越好!!

就是43端口的,大家懂得
作者: woaijay987    时间: 2011-2-12 13:11
不错......
作者: sadly    时间: 2011-2-12 13:24
http://www.iana.org/domains/root/db/
作者: Globalization    时间: 2011-2-12 13:25
www.whoisserver .com
作者: zllovesuki    时间: 2011-2-12 13:47
function get_whois_server($tld) {
        $whois = get_whois_server_from_db($tld);
        if ($whois == false) {
                $data = @file_get_contents("http://www.iana.org/domains/root/db/{$tld}.html") or $error = true;
                if ($error == true) die('Invalid domain');
                preg_match("/\<\/b\>[\s]*([a-z0-9-\%]+\.[a-z0-9-\%]+(?:\.{1}[a-z0-9-\%]+)*)\</i", $data, $matches);
                $whois = $matches[1];
                add_whois_server_to_db($tld, $whois);
        }
        return $whois;
}


自动连接到iana获取whois服务器,觉得好的请加分。
作者: www4074    时间: 2011-2-12 14:04
标题: 回复 5# 的帖子
这具是PHP的?
作者: wdlth    时间: 2011-2-12 15:22
iana有,国家域名可以去国家nic。
作者: xx2008    时间: 2011-2-12 15:49
都是高手,以前还不知道,学习了
作者: qun    时间: 2011-2-12 17:49
神马东西……
作者: Showfom    时间: 2011-2-13 03:22
iana一个一个挨个查询




欢迎光临 全球主机交流论坛 (https://443502.xyz/) Powered by Discuz! X3.4