快速业务通道

PHP获取MSN好友列表

作者 佚名技术 来源 NET编程 浏览 发布时间 2012-05-24
bsp;   if (rtrim($temp) != "HTTP/1.1 200 OK"){
        #echo "Unknown HTTP status code: $temp<br>";
        echo "未知状态码 $temp<br/>";
        flush();
        die();
    } else {
        #echo "set_bar_len30?";
    }
}

while ($temp != "\r\n"){
    $temp = fgets($ssl_conn,1024);
    if (substr($temp,0,19)=="Authentication-Info"){
        $auth_info = $temp;
        $temp = fgets($ssl_conn,1024);
        if (substr($temp,0,14)!="Content-Length"){
            $auth_info.= fgets($ssl_conn,1024);
        }
        break;
    }
}
@fclose($ssl_conn);

$temp_array = explode("''",$auth_info);
flush();

data_out("USR $trid TWN S {$temp_array[1]}");
flush();

$temp=data_in();

flush();
$time_since_initmsg = time();
while(!strstr($temp,"ABCHMigrated") && is_string(trim($temp))){
    if (substr($temp,0,3)=="sid"){
        $sid = trim(substr($temp,5));
    }
    if (substr($temp,0,2)=="kv"){
        $kv = trim(substr($temp,4));
    }
    if (substr($temp,0,7)=="MSPAuth"){
        $mspauth = trim(substr($temp,9));
        flush();
    }
    $temp = data_in();
}
$temp = data_in();
#echo "authenticated<br />";
echo "验证通过!<br/>";
flush();

#data_out("LST 9 RL");
#data_in();

data_out("SYN $trid 0 0");
#echo "retreiving_contact_list<br />";
echo "正在获取好友列表……<br/><br/>";
flush();
stream_set_timeout($sbconn,0,125000);

/* a lazy man doing this :D */
for($i=0;$i<160;$i++) # some say max is 150
{
    $temp = data_in();
    switch (substr($temp, 0, 3))
    {
    case "LST":
    $temp_array = explode(" ",$temp);
    $un = substr($temp_array[1], 2);
    $nn = substr($temp_array[2], 2);
    $nn1 = substr($temp_array[2], 0, 1);
    if($nn1 == "F")
    {
    echo "<a href=\"mailto:$un\">$nn</a><br/>";
    }
    else
   

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号