首页 > 作文

php采集中国代理服务器网的方法

更新时间:2023-04-06 09:11:12 阅读: 评论:0

本文实例讲述了php采集中国代理服务器网的方法。分享给大家供大家参考。具体如下:

<?php/** * 采集中国代理服务器网 最新列表 */c最有意义的生日礼物lass proxy{  /* 需采集列表  */  public $list;  /* 代理列表 保存路径 */  public $save_path = 'proxy.txt';  /* 获取采集列表 */  function get_list($page)  {    $url = 'http://www.cnproxy.com/proxy(*).html';    // 处理列表    $this->list = preg王莉_replace('/\(\*\)/', $page, $url);    return $this->list;  }  /* 采集代理内容 */  function get($page)  {    $this->get_list($page);    $file = stripslashes(file_get_contents($this->list));    $zz = '/<tr><td>([0-9\.]+)<script type=text\/javascript>document\.write\(":"([\+a-z]+)\)<\/script><\/td><td>[\w]+<\/td><td>[\w\,]+<\/td>/is';    preg_match_all($zz, $file, $temp);    unt($temp[0]);    $th = array('z', 'm', 'k', 'l', 'd', 'x', 'i', 'w', 'q', 'b');    $th2 = array(3, 4, 2, 9, 0, 5, 7, 6, 8, 1);    foreach ($temp[2] as $k=>$v) {      $v = preg_replace("/[\+]+/", '', $v);      $s = str_replace($th, $th2, $v);      $re .= $temp[1][$k] . ':' . $s . "\r\n";    }    $this->save($re);    return true;  }  /* 保存 */  function save($re)  {    return file_put_contents($this->save_path, $re, file_append);  }  /* 读取 */  function read()  {    return file_get_contents($this->save_path);  }}// 初始化采集类$p = new proxy;$start = 1;$end =适合集体表演的节目如果我是 10;// 控制if($_get['a'] == 'start') {  echo '正在发送采集请求';  echo '<meta http-equiv="refresh" content="3;url=?p=1">';} elif(ist($_get['p'])) {  $i = $_get['p']++;  if($i >= $end+1) {    exit('<meta http-equiv="refresh" content="0;url=?a=end">');  } el {    echo '正在请求列表 '. $i .' > '. $end;    if($p->get($i)) {      echo '<met审时度势意思a http-equiv="refresh" content="3;url=?p='.$_get['p']++.'">';    }  }} elif($_get['a'] == 'end') {  echo '采集完毕';} el {  echo '<form>      <input type="hidden" name="a" value="start" />      <input type="submit" value="开始采集" />     </form>';}?>

希望本文所述对大家的php程序设计有所帮助。

本文发布于:2023-04-06 09:11:08,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/zuowen/5d8d7e3d8bf45284d21bf1a3b01e788a.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

本文word下载地址:php采集中国代理服务器网的方法.doc

本文 PDF 下载地址:php采集中国代理服务器网的方法.pdf

标签:列表   代理服务器   中国   我是
相关文章
留言与评论(共有 0 条评论)
   
验证码:
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图