php ÅúÁ¿²éѯËѹ·sogou´úÂë·ÖÏí

6年以前  |  阅读数:1126 次  |  编程语言:PHP 

php ÅuÁ¿²eѯËѹsogouµÄrank,dz£²»´i£¬Ö÷ÒªÊÇʹÓÃÁËphpµÄfile_get_contents()½¨¡£


    <?php
    date_default_timezone_set('Asia/Shanghai');
    header('Content-Type: text/html; charset=utf-8');

    @$txt = file_get_contents("list.txt" );
    $arr = explode("\r\n" , trim($txt));

    if(count($txtarr)<0){
      exit('no site');
    }

    foreach($arr as $v){
      $sr=file_get_contents("http://rank.ie.sogou.com/sogourank.php?ur=http%3A%2F%2F{$v}%2F");
      $sr=str_replace('sogourank=','',$sr);
      if($sr>2){
        echo $v."<br />\n";
      }else{
        continue;  
      }
    }

ÒÔÉÏËuÊo¾ÍÊDZ¾ÎĵÄÈ«²¿ÄÚÈÝÁË£¬Ï£Íu´o¼ÒÄܹ»Ï²»¶¡£

Copyright© 2013-2020

All Rights Reserved 京ICP备2023019179号-8