卖夹饼的
新手上路

UID 90412
精华
0
积分 5
帖子 3
金钱 5 喜悦币
威望 0
人脉 0
阅读权限 10
注册 2007-3-30
状态 离线
|
[广告]: 代充Paypal帐号美元
上网必备,IP代理及偷IP程序!
有句话说的好:常在河边走哪有不湿鞋,当你在登陆一些网站或贴吧的时候就会留下足际
所以和很多人一样我也用代理IP,一般都查不到,比较麻烦的是更新,今天无聊所以我就用
PHP写了一个偷代理ip的程序,共大家共同控讨!(必须和下面的软件共同使用)
如果你想用代理可以下一个花刺
下载地址:http://www.onlinedown.net/soft/33681.htm
我的程序:
<?php
//////小偷程序,偷代理IP的/////
//////DATE:2007-3-27
/////auchor:cheng
/////QQ:361890231
///////////////////////////////////
$sFile = file_get_contents("http://www.ipbbs.com/index.php", False, $cxContext);
$num=strpos($sFile,"<table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"1\" width=\"760\" bgcolor=\"#9F9975\">");
$sfile=substr($sFile,$num);
$endnum= strpos($sfile,"搜索结果");
$sfile=substr($sfile,0,$endnum);
$endnum= strrpos($sfile,"</script>");
$sfile=substr($sfile,0,$endnum);
$endnum= strrpos($sfile,"else");
$sfile=substr($sfile,$endnum);
$endnum= strrpos($sfile,"}");
$sfile=substr($sfile,$endnum+1);
$sfile=str_replace("list('","",$sfile);
$sfile=str_replace("'","",$sfile);
for($i=a;$i<=z;$i++){
$sfile=str_replace($i,"",$sfile);
}
for($i=A;$i<=Z;$i++){
$sfile=str_replace($i,"",$sfile);
}
$sfile=str_replace(");","",$sfile);
$sfile=str_replace(",,","",$sfile);
$sfile=str_replace(", ,","",$sfile);
$sfile=str_replace("..","10.0.0.1",$sfile);
$sfile=str_replace(",",":",$sfile);
$name=date("Y-m-d");
$name="loadip/".$name.".txt";
$fp1=fopen($name,"w");
fputs($fp1,$sfile);
fclose($fp1);
echo "偷取网站网址为:http://www.ipbbs.com/index.php<br>";
echo "程序以偷到本地loadip文件夹中<br>文件名为:".$name."请注意查收!<br>";
echo "<a href=".$name." target=_blank>点击此处打开</a>";
?>
用法:文件不用说,拷出来放到PHP文件中就可以,
下载花刺,安装,完后点击导入,程序会在你的目录下建个loadip文件夹,从里面找到今天导出
的IP点击确定,选中所有的点验证选中,过一会里面会有不能用的,在点击清理,OK了
找几个时间小的打上勾,关闭后右击右下角的花刺点一个IP做为代理,
测试一下,打开http://www.ip138.com看看你的IP,打不开可换一个代理试试,查询一下,呵呵
|
|