?? top.php
字號:
<?
####################################################################################################
# 900mm(900mm天空軟件下載小偷系統) #
#--------------------------------------------------------------------------------------------------#
# 主頁: http://www.900mm.com/ #
# 演示:http://www.900mm.com/free8/down/ #
#--------------------------------------------------------------------------------------------------#
# #
# 此程序 為免費程序,您可以任意傳播和使用她,除了界面 #
# 上的美化外,您不得對此程序的其他部分作任何修改.(不支持界面美化,現在界面我 #
# 覺得作為網站管理員使用應該可以了).本軟件為免費軟件.本人不承擔由本軟件帶 #
# 來的任何損失! #
#--------------------------------------------------------------------------------------------------#
# 此程序采用文本數據庫,需要 PHP(4.1.0以上版本)支持. #
#--------------------------------------------------------------------------------------------------#
# 版權信息不得刪除 #
#--------------------------------------------------------------------------------------------------#
# 版權所有 *夢幻星空*工作室 #
# Copyright (C) 2005-2008 *夢幻星空* #
# Powered by: *夢幻星空*(E-mail:webmaster@900mm.com QQ:304949475) #
#--------------------------------------------------------------------------------------------------#
####################################################################################################
require './file/commom.php';
if($id){
$topfile="${id}.html";
$cache="cache/top_${id}.php";
}else{
$topfile="top_000000_a.html";
$cache="cache/top_000000_a.php";
}
$file= $db -> open($topfile,$cache,'top');
if(isset($file)){
$file=str_replace("<font color=#000000>★</font>","<IMG border=0 height=12 src='images/page1.gif' width=10>",$file);
$file=str_replace("../soft/","download.php?soft=",$file);
$file=str_replace("../article/","article.php?soft=",$file);
$file=str_replace("../flash/","flash.php?soft=",$file);
$file=str_replace("value='top","value='top.php?id=top",$file);
$file=str_replace("../sort/","list.php?id=",$file);
$file=str_replace(".html","",$file);
$softtitle= $db -> cut($file,"<title>天空軟件站","</title>");
$file= $db -> cut($file,"您的位置:","<center><table width=\"760\">");
$file= $db -> cut($file,"</TABLE><br>","</td></tr></table></td></tr></table>")."</td></tr></table></td></tr></table>";
$file=$db -> add_str($file);
$db -> writetofile($cache,"<?\n\$file=\"$file\";\n\$softtitle=\"$softtitle\";\n?>");
}else{
include $cache;
}
$file=$db -> un_str($file);
$softtitle=$db -> un_str($softtitle);
include $db -> template('top');
?>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -