📄 type.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(!$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');
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -