?? type.php
字號:
<?
####################################################################################################
# 900mm(900mm天空軟件下載小偷系統(tǒng)) #
#--------------------------------------------------------------------------------------------------#
# 主頁: http://www.900mm.com/ #
# 演示:http://www.900mm.com/free8/down/ #
#--------------------------------------------------------------------------------------------------#
# #
# 此程序 為免費(fèi)程序,您可以任意傳播和使用她,除了界面 #
# 上的美化外,您不得對此程序的其他部分作任何修改.(不支持界面美化,現(xiàn)在界面我 #
# 覺得作為網(wǎng)站管理員使用應(yīng)該可以了).本軟件為免費(fèi)軟件.本人不承擔(dān)由本軟件帶 #
# 來的任何損失! #
#--------------------------------------------------------------------------------------------------#
# 此程序采用文本數(shù)據(jù)庫,需要 PHP(4.1.0以上版本)支持. #
#--------------------------------------------------------------------------------------------------#
# 版權(quán)信息不得刪除 #
#--------------------------------------------------------------------------------------------------#
# 版權(quán)所有 *夢幻星空*工作室 #
# Copyright (C) 2005-2008 *夢幻星空* #
# Powered by: *夢幻星空*(E-mail:webmaster@900mm.com QQ:304949475) #
#--------------------------------------------------------------------------------------------------#
####################################################################################################
require './file/commom.php';
if(!$s){
$file=$db -> open("soft_sort.html","cache/soft_sort.php","sort");
$file=str_replace("<font color=#000000>★</font>","",$file);
$file=str_replace("../soft/","download.php?soft=",$file);
$file=str_replace("href=\"sort","href=\"list.php?id=sort",$file);
$file=str_replace("../word","type",$file);
$file=str_replace("<img src='../images/","<img src='images/",$file);
$file=str_replace(".html","",$file);
$softtitle= $db -> cut($file,"<title>天空軟件站","</title>");
$type= $db -> cut($file,"<table width=\"760\" cellspacing=\"1\" cellpadding=\"5\" align=\"center\" border=\"0\" bgcolor=\"#FFFFFF\">","<center><table width=\"760\">");
$type=$db -> cut($type,"<table width=\"722\" border=\"0\" cellspacing=\"3\" cellpadding=\"1\" align=\"center\" bgcolor=\"#EBEFFA\">","<font color=\"#000000\">軟 件 資 訊</font>");
$type=$db -> add_str($type);
}else{
if($get || $az || $offset){
$pages="get=$get&az=$az&offset=$offset";
}
if($pages){
$url="word.php?s=$s&".$pages;
$cache="cache/${s}_${get}_${az}_${offset}.php";
}else{
$url="word.php?s=$s";
$cache="cache/$s.php";
}
$type=$db -> open($url,$cache);
$softtitle= $db -> cut($type,"<title>天空軟件站","</title>");
$type=str_replace("<font color=#000000>★</font>","",$type);
$type=str_replace("../soft/","download.php?soft=",$type);
$type=str_replace("soft/","download.php?soft=",$type);
$type=str_replace("href=\"sort","href=\"list.php?id=sort",$type);
$type=str_replace("../word","type",$type);
$type=str_replace("<font color=#0000ff><b>按軟件名稱排序</b></font>","<span>按軟件名稱排序</span>",$type);
$type=str_replace("<img src='../images/","<img src='images/",$type);
$type=str_replace(".html","",$type);
$type=$db -> cut($type,"您的位置:","<hr noshade size=\"2\" width=\"760\">");
$nowdo=explode("</TD>",$type);
$type=$nowdo[1];
$nowdo=$nowdo[0];
$nowdo=str_replace("list.php?id=sort/soft_sort","type.php",$nowdo);
$nowdo=str_replace("index","index.php",$nowdo);
$type=$db -> cut($type,"</TABLE>","<center><table width=\"760\">");
$type=str_replace("<TABLE width=760 border=0 cellPadding=0 cellSpacing=0>","<TABLE width=760 border=0 cellPadding=3 cellSpacing=3 bgcolor=ffffff>",$type);
$type=str_replace("href='sort/","href='list.php?id=",$type);
$type=str_replace("word.","type.",$type);
$type=$db -> add_str($type);
$nowdo=$db -> add_str($nowdo);
}
$nowdo=$db -> un_str($nowdo);
$softtitle=$db -> un_str($softtitle);
$type=$db -> un_str($type);
include $db -> template('type');
?>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -