flfqzrj 发表于 2008-8-17 04:06:17

关于封锁QQ服务器

但关键要得到QQ服务器的IP集,本人有个小程序说不定能帮上你的忙
演示:http://freegame.vpnchina.org.cn/qqip.php
<?php
//qq服务器例表,少个vip的
$hosts="sz.tencent.com";
$hosts="sz2.tencent.com";
$hosts="sz3.tencent.com";
$hosts="sz4.tencent.com";
$hosts="sz5.tencent.com";
$hosts="sz6.tencent.com";
$hosts="sz7.tencent.com";
$hosts="sz8.tencent.com";
$hosts="sz9.tencent.com";
$hosts="tcpconn.tencent.com";
$hosts="tcpconn2.tencent.com";
$hosts="tcpconn3.tencent.com";
$hosts="tcpconn4.tencent.com";
$hosts="tcpconn5.tencent.com";
$hosts="tcpconn6.tencent.com";

//通过获得DNS集获得QQ服务器的IP
for ($ihost=0;$ihost <count($hosts);$ihost++){

$dns = gethostbynamel($hosts[$ihost]);
$qqip[]="58.60.9.58";//VIP的IP地址
for ($i=0;$i<count($dns);$i++){
echo "[".$hosts[$ihost]."]=".$dns[$i]."
";
if (!array_search($dns[$i],$qqip)) //如果IP不存在则增加(因为QQ某些IP是重复的)
        {
        $qqip[]=$dns[$i];
        }
}



}
//下面输出整合后的IP集
echo "=========================
";
sort($qqip);//对IP集来排个序,为了输出好看一点
for ($iqqip=0;$iqqip< count($qqip);$iqqip++){
        echo $qqip[$iqqip]."
";
        }

?>

yktx 发表于 2008-8-17 05:16:50

fgdgdrfgre

win28703 发表于 2008-8-17 22:12:02

it is good

xiaowill21 发表于 2008-8-18 00:18:26

en ,可以,谢谢,相当的不错,

liuhaibin 发表于 2008-8-18 00:37:24

it is good

听世界 发表于 2008-8-18 08:44:28

:lol 看看

shzhulei 发表于 2008-8-19 11:28:37

看看先

zooyo 发表于 2008-8-19 11:43:16

支持原创!

woaini3345 发表于 2008-8-20 11:10:35

也不知道IP全不全

see66 发表于 2008-8-20 11:13:48

啥东西,这么神秘

cobraf117 发表于 2008-8-20 11:44:28

什么东西啊

马甲 发表于 2008-8-20 17:48:52

:) :) :) :)

laojikelly 发表于 2008-8-20 21:28:15

给哥哥看看先。。。

gjm 发表于 2008-8-20 22:31:54

支持一下。谢谢提供

jimfanggoodguy 发表于 2008-8-21 10:07:53

kan kan
页: [1] 2 3 4 5 6 7 8 9 10
查看完整版本: 关于封锁QQ服务器