20小時讀一次目標的站,可以自己修改,看下就明白怎麼弄其他站了,很簡單的.
chuanqi.php //小偷
複製程式碼
複製程式碼
程式碼如下:
extract($_GET);extract($_POST);
$clinchurl = "http://www.haosfcom. "; //目標站
$url = $clinchurl.$domain;
$fp=@fopen($url,"r") or die("timeout");//網頁是否能開啟
$fcontents = file_get_contents($url);
//echo $fcontents;
if(eregi('傳奇伺服器名稱
(.* if(eregi('傳奇伺服器名稱》(.* if(eregi)* )>下一頁',$fcontents,$regs))
{
//上面的(.*)是你要得到的內容-列表的。 #990000">
傳奇伺服器名稱 | ".$regs[1]."";
//把得到的內容的html補齊,自己發揮
}//END IF
$clinch=str_replace('
| ','你自己的廣告',$clinch);
//一連串的str_replace,替換掉不需要的東西,例如廣告或圖片
?>
?>
include "lanmu.php"; //欄目清單
?>
//利用這個判斷更新html頁面
=$clinch?>
include "foot.php"; include "foot.php";
?> make.php //產生html.快取
複製程式碼
複製程式碼
程式碼如下:
extract($_GET);extract($_POST);
$url="http://xxxxxxx.com/chuanqi.php";
if(!$file){ $file="index.html";$url="http://xxxxxxxxxxxx.com/chuanqi.php"; }
/*自己加判斷這個$url的語句,來賦予 $file不同的名字-----------》產生不同的html名字
例如:
if($file="wow.html"){
//$file是在人們造訪html頁面時由iframe傳遞過來的
$url="http://xxxxxx/wow.php" //對應的動態頁面
}
*/
$path=$file;
$cache_filetime = filemtime($path);
if.
//** the cache is not expire
echo "還沒有必要更新";
}else{
$fp=@fopen($url,"r")) ("timeout");//判斷網頁能否開啟 $fcontents = file_get_contents($url);
$handle=fopen($path,'w'); //寫入方式開啟路徑 fwrite($handle,$fcontents); //把剛才替換的內容寫進產生的HTML檔 fclose($handle); echo "done"; 🎜>
http://www.bkjia.com/PHPjc/317063.htmlwww.bkjia.comtrue
http: //www.bkjia.com/PHPjc/317063.htmlTechArticle20小時讀一次目標的站,可以自己修改,看下就明白怎麼弄其他站了,很簡單的. chuanqi.php//小偷複製程式碼如下: ? extract($_GET);extract($_POST);...