⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 top.php

📁 900mm天空下载小偷系统最终修正版 很好的下载系统
💻 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 + -