代码分享,这个是网站提供的三种会员,每个ip每天只能获取三次
所以换个ip就可以无限查看了
获取页面如下(图省事,就简单的输出了下)
思路很好,思源补注释,仅供学习参考
<?php function get_psd($id)//伪造ip获取密码 { $ip = rand(1, 254) . '.' . rand(1, 254) . '.' . rand(1, 254) . '.' . rand(1, 254); $mainurl = 'http://www.zhanghao.cc/index.php?c=main&a=getpass&id=' . $id; $opts = array('http' => array('header' => 'X-Forwarded-For:' . $ip . '')); $context = stream_context_create($opts); $contents = file_get_contents($mainurl, false, $context); //echo $contents; exit($contents); } $id = $_GET['id'];//截取id if ($id != "") { get_psd($id); } $ip = rand(1, 254) . '.' . rand(1, 254) . '.' . rand(1, 254) . '.' . rand(1, 254); $url = 'http://www.zhanghao.cc/'; $opts = array('http' => array('header' => 'Cookie:' . @$cookie . '')); $context = stream_context_create($opts); $contents = file_get_contents($url, false, $context);//此处可以用curl提高速度 //正则表达式 preg_match_all('/class="a30b-01fd-9af9-abb9 table1">(.*?)name="aqy">[\\s|\\S]*?class="01fd-9af9-abb9-44f8 table1">(.*?)name="yk">[\\s|\\S]*?class="9af9-abb9-44f8-64ed table1">(.*?)"w300 b kr"/', $contents, $match); preg_match_all('/<font color="red">(.*?)<\\/font[\\s|\\S]*?id="(.*?)" class/', $match[1][0], $xunl); preg_match_all('/<font color="red">(.*?)<\\/font[\\s|\\S]*?id="(.*?)" class/', $match[2][0], $aiqy); preg_match_all('/<font color="red">(.*?)<\\/font[\\s|\\S]*?id="(.*?)" class/', $match[3][0], $you); //echo $match[1][0]; echo "迅雷会员:<br>"; for ($i = 0; $i < count($xunl[1]); $i = $i + 1) { echo '账号:' . $xunl[1][$i] . ' id:' . $xunl[2][$i] . '<a href="/zh/?id=' . $xunl[2][$i] . '">点我查看密码</a>' . "<br>"; } echo "爱奇艺:<br>"; for ($i = 0; $i < count($aiqy[1]); $i = $i + 1) { echo '账号:' . $aiqy[1][$i] . ' id:' . $aiqy[2][$i] . '<a href="/zh/?id=' . $aiqy[2][$i] . '">点我查看密码</a>' . "<br>"; } echo "优酷:<br>"; for ($i = 0; $i < count($you[1]); $i = $i + 1) { echo '账号:' . $you[1][$i] . ' id:' . $you[2][$i] . '<a href="/zh/?id=' . $you[2][$i] . '">点我查看密码</a>' . "<br>"; }
美化版本下载:VIP会员帐号获取.zip
1.主要原理用到了php的post和if函数 if($_POST["password"] == right_pwd) 2.我们需要输入一次后某时间段不失效就用到了cookies, setcook...
bing图片,清晰而且精美,做背景是不错的选择,而且每日一图 ps:选择强迫症的读音 第一步:创建一个bing.php文件,放入下列代码 <?php $str=file_get_conte...
微信域名安全检测API PHP源码 感谢蓝优提供源码 这是一个很简单操作,利用跳转检测是否和域名一致。调用:域名/api.php?url= <?php /** --------...
由于微信的限制,应用文件在内置浏览器中下载全部被屏蔽掉,造成很多人用微信扫描二维码下载时点击下载按钮没反应,我想到的是做一个提示用户在浏览器中打开下载。网上流传的各种微信打开下载链接,微信已更新基本失...
laysns资源网系统今日文章时间加红 只需要写一个判断,那如果今日未发文则显示昨日时间加红怎么实现呢? 首先laysns资源网系统新版增加了一个 $todayPublishNum 函...
1要拼接接收的手机号和短信 public function sendcode() { $parpm = input(); $valist = $this-&g...