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

📄 search.php

📁 天空下载小偷PHP版,更新了CACHE程式段
💻 PHP
字号:
<?
require './commom.php';


	if(!$get){
		$get= "indate";
	}
	if(!$sor){
		$sor="00";
	}
	if(!$az){
		$az="1";
	}
	if(!$offset){
		$offset="0";
	}
	$ss_name=urlencode($ss_name);

		$url= "search.php?offset=$offset&ss_name=$ss_name&sor=$sor&get=$get&az=$az";

	$file=$db -> open($url);
	$file=$db -> cut($file,"您的位置:","<hr noshade size=\"2\" width=\"760\">");
	$file=str_replace("<td align=left>","<td align=left class='listtd'>",$file);
	$file=str_replace("#FFCC00","000000",$file);
	$file=str_replace(".html","",$file);
	$file=str_replace("sort/","list.php?id=",$file);
	$file=str_replace("soft/","download.php?soft=",$file);
	$file=str_replace("flash/","flash.php?soft=",$file);
	$file=str_replace("article/","article.php?soft=",$file);
	$file=str_replace("href=\"index\"","href=\"index.php\"",$file);
include $db -> template('search');
?>


⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -