• 大小: 0.04M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-30
  • 标签: 在线  抓取模板  

资源简介

利用php实现了网页模板抓取

参考网址:http://schoolbuy.net/gm/index.php

资源截图

代码片段和文件信息

error_reporting(0);
/**
 * 读取文件
 * @param string $filename 路径
 * @param bool $isarray 为true则返回array
 * @return string/array
 */
function read($filename) {
    return file_exists($filename) ? include $filename : array();
}

/**
 * 写入文件
 * @param string $file 路径
 * @param string/array $content 为数组则以return array形式存放
 */
function write($file $content) {
    if (is_array($content)) {
        $content = ‘‘;
    }

    file_put_contents($file $content);
}
function rdv($start=0)
{
  $config = read($GLOBALS[“cfg“]);
  return array_slice($configintval($start));
}
function adv($value)
{

  $GLOBALS[“array“][] = $value;
  write($GLOBALS[“cfg“]$GLOBALS[“array“]);
}
if(isset($_GET[“url“]))
{
 $bu=urldecode($_G

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       4159  2014-01-22 16:19  img\bg.png

     文件       3026  2014-01-23 16:43  js\index.js

     文件      91556  2014-01-22 16:19  js\jquery.min.js

     文件      16474  2014-06-30 22:36  index.php

     文件       1150  2014-01-22 16:13  favicon.ico

     文件      11877  2014-06-30 22:17  css\base.css

     目录          0  2014-04-08 18:35  img

     目录          0  2014-04-08 18:35  js

     目录          0  2014-04-08 18:35  css

----------- ---------  ---------- -----  ----

               128242                    9


评论

共有 条评论