日日操夜夜添-日日操影院-日日草夜夜操-日日干干-精品一区二区三区波多野结衣-精品一区二区三区高清免费不卡

公告:魔扣目錄網為廣大站長提供免費收錄網站服務,提交前請做好本站友鏈:【 網站目錄:http://www.ylptlb.cn 】, 免友鏈快審服務(50元/站),

點擊這里在線咨詢客服
新站提交
  • 網站:51998
  • 待審:31
  • 小程序:12
  • 文章:1030137
  • 會員:747

搜索結果頁支持標簽:

<?php
require("../../class/connect.php");
include("../../class/db_sql.php");
include("../../data/dbcache/class.php");
require('../../class/functions.php');
require('../../class/t_functions.php');
include "../".LoadLang("pub/fun.php");

$editor=1;
$link=db_connect();
$empire=new mysqlquery();
$getvar=$_GET['getvar'];
if(empty($getvar))
{
?$getfrom="history.go(-1)";
}
else
{
?$getfrom="../../../search/";
}
//搜索結果
$searchid=(int)$_GET['searchid'];
if(empty($searchid))
{
?printerror("SearchNotRecord",$getfrom,1);
}
$search_r=$empire->fetch1("select searchid,keyboard,result_num,orderby,myorder,tbname,tempid,andsql,trueclassid from {$dbtbpre}enewssearch where searchid='$searchid'");

if(empty($search_r['searchid']))
{
?printerror("SearchNotRecord",$getfrom,1);
}
$page=(int)$_GET['page'];
$start=0;
$page_line=$public_r['search_pagenum'];//每頁顯示鏈接數
$line=$public_r['search_num'];//每頁顯示記錄數
if(!(int)$_GET['line']){
?$line=$public_r['search_num'];//每頁顯示記錄數
}else{
?$line=(int)$_GET['line'];
?$search="&line=".(int)$_GET['line'];
}
$search.="&classid=".(int)$_GET['classid'];
$offset=$page*$line;//總偏移量
$search.="&searchid=".$searchid;
$myorder=$search_r[orderby];
if(empty($search_r[myorder]))
{
?$myorder.=" desc";
}
$add=stripSlashes($search_r['andsql']);
$num=$search_r[result_num];
$query="select * from {$dbtbpre}ecms_".$search_r[tbname]." where checked=1".$add;
$query.=" order by ".$myorder." limit $offset,$line";
$sql=$empire->query($query);
$listpage=page1($num,$line,$page_line,$start,$page,$search);
//取得模板
if($search_r['tempid'])
{
?$tempr=$empire->fetch1("select tempid,temptext,subnews,listvar,rownum,showdate,modid,subtitle,docode from ".GetTemptb("enewssearchtemp")." where tempid='".$search_r['tempid']."' limit 1");
}
elseif(empty($class_r[$search_r[trueclassid]][searchtempid]))
{
?$tempr=$empire->fetch1("select tempid,temptext,subnews,listvar,rownum,showdate,modid,subtitle,docode from ".GetTemptb("enewssearchtemp")." where isdefault=1 limit 1");

}
else
{
?$tempr=$empire->fetch1("select tempid,temptext,subnews,listvar,rownum,showdate,modid,subtitle,docode from ".GetTemptb("enewssearchtemp")." where tempid='".$class_r[$search_r[trueclassid]][searchtempid]."' limit 1");

}
$have_class=1;
?
//頁面支持標簽(知行網絡)
$tempr[temptext]=DtNewsBq('list'.$tempr[tempid],$tempr[temptext],0);

//替換公共模板變量
$listtemp=$tempr[temptext];
if($public_r['searchtempvar'])
{
?$listtemp=ReplaceTempvar($listtemp);
}
$search_r[keyboard]=htmlspecialchars($search_r[keyboard]);
$listtemp=str_replace("[!--show.page--]",$listpage,$listtemp);
$listtemp=str_replace("[!--keyboard--]",$search_r[keyboard],$listtemp);
$listtemp=str_replace("[!--ecms.num--]",$num,$listtemp);
$url="<a href='".$public_r[newsurl]."'>".$fun_r['index']."</a>&nbsp;>&nbsp;".$fun_r['adsearch'];
$pagetitle=$fun_r['adsearch']." ".$search_r[keyboard];
$listtemp=ReplaceSvars($listtemp,$url,0,$pagetitle,$pagetitle,$pagetitle,$add,0);
$rownum=$tempr[rownum];
if(empty($rownum))
{
?$rownum=1;
}
$formatdate=$tempr[showdate];
$subnews=$tempr[subnews];
$subtitle=$tempr[subtitle];
$docode=$tempr[docode];
$modid=$tempr[modid];
$listvar=str_replace('[!--news.url--]',$public_r[newsurl],$tempr[listvar]);
//字段
$ret_r=ReturnReplaceListF($tempr[modid]);
//取得列表模板
$list_exp="[!--empirenews.listtemp--]";
$list_r=explode($list_exp,$listtemp);
$listtext=$list_r[1];
$no=$offset+1;
$changerow=1;
while($r=$empire->fetch($sql))
{
?//替換列表變量
?$repvar=ReplaceListVars($no,$listvar,$subnews,$subtitle,$formatdate,$url,$have_class,$r,$ret_r,$docode);
?$listtext=str_replace("<!--list.var".$changerow."-->",$repvar,$listtext);
?$changerow+=1;
?//超過行數
?if($changerow>$rownum)
?{
??$changerow=1;
??$string.=$listtext;
??$listtext=$list_r[1];
?}
?$no++;
}

db_close();
$empire=null;
//多余數據
if($changerow<=$rownum&&$listtext<>$list_r[1])
{
?$string.=$listtext;
}
$string=$list_r[0].$string.$list_r[2];
echo stripSlashes($string);
?>

將此文件放到e/search/result/index.php目錄覆蓋就OK了

分享到:
標簽:帝國 支持 效果 標簽 模板
用戶無頭像

網友整理

注冊時間:

網站:5 個   小程序:0 個  文章:12 篇

  • 51998

    網站

  • 12

    小程序

  • 1030137

    文章

  • 747

    會員

趕快注冊賬號,推廣您的網站吧!
最新入駐小程序

數獨大挑戰2018-06-03

數獨一種數學游戲,玩家需要根據9

答題星2018-06-03

您可以通過答題星輕松地創建試卷

全階人生考試2018-06-03

各種考試題,題庫,初中,高中,大學四六

運動步數有氧達人2018-06-03

記錄運動步數,積累氧氣值。還可偷

每日養生app2018-06-03

每日養生,天天健康

體育訓練成績評定2018-06-03

通用課目體育訓練成績評定