| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271 | <?phprequire("../class/connect.php");if(!defined('InEmpireCMS')){	exit();}require("../class/db_sql.php");require("../data/dbcache/class.php");require LoadLang("pub/fun.php");require("../class/schallfun.php");$link=db_connect();$empire=new mysqlquery();eCheckCloseMods('sch');//关闭模块$searchtime=time();$totalnum=(int)$_GET['totalnum'];$sear=(int)$_GET['sear'];if(!$public_r['usetotalnum']){	$totalnum=0;}$firstsearch=0;if($sear<1){	$firstsearch=1;	//搜索间隔	$lastsearchtime=(int)getcvar('lastschalltime');	if($lastsearchtime)	{		if($searchtime-$lastsearchtime<$public_r[schalltime])		{			printerror('SchallOutTime','',1);		}	}	//设置最后搜索时间	esetcookie('lastschalltime',$searchtime,$searchtime+3600*24);}$page=(int)$_GET['page'];$page=RepPIntvar($page);$start=0;$page_line=$public_r['schallpagenum'];//每页显示链接数$line=$public_r['schallnum'];//每页显示记录数$offset=$start+$page*$line;//总偏移量//编码$iconv='';$char='';$targetchar='';if($ecms_config['sets']['pagechar']!='gb2312'){	include_once(ECMS_PATH.'e/class/doiconv.php');	$iconv=new Chinese('');	$char=$ecms_config['sets']['pagechar']=='big5'?'BIG5':'UTF8';	$targetchar='GB2312';}$schallr=ReturnSearchAllSql($_GET);require("../data/dbcache/SearchAllTb.php");$keyboard=$schallr['keyboard'];$query="select id,classid from {$dbtbpre}enewssearchall where ".$schallr['where'];if($totalnum<1){	$totalquery="select count(*) as total from {$dbtbpre}enewssearchall where ".$schallr['where'];	$num=$empire->gettotal($totalquery);	if(empty($num))	{		printerror('SchallNotRecord','',1);	}}else{	$num=$totalnum;}$search=$schallr['search'].'&sear=1';if($public_r['usetotalnum']){	$search.='&totalnum='.$num;}//checkpagenoeCheckListPageNo($page,$line,$num);$query.=" order by infotime desc limit $offset,$line";$sql=$empire->query($query);$listpage=page1($num,$line,$page_line,$start,$page,$search);$url="<a href='".ReturnSiteIndexUrl()."'>".$fun_r['index']."</a> > ".$fun_r['SearchAllNav'];?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>搜索 - Powered by EmpireCMS</title><link href="/skin/default/css/style.css" rel="stylesheet" type="text/css" /><script type="text/javascript" src="/skin/default/js/tabs.js"></script><style type="text/css"><!--.r {display:inline;font-weight:normal;margin:0;font-size:16px;margin-top:10px;}.a{color:green}.fl{color:#77c}--></style></head><body class="listpage"><!-- 页头 --><table width="100%" border="0" cellspacing="0" cellpadding="0" class="top"><tr><td><table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td width="63%"><!-- 登录 --><script>document.write('<script src="/e/member/login/loginjs.php?t='+Math.random()+'"><'+'/script>');</script></td><td align="right"><a onclick="window.external.addFavorite(location.href,document.title)" href="#ecms">加入收藏</a> | <a onclick="this.style.behavior='url(#default#homepage)';this.setHomePage('/')" href="#ecms">设为首页</a> | <a href="/e/member/cp/">会员中心</a> | <a href="/e/DoInfo/">我要投稿</a> | <a href="/e/web/?type=rss2" target="_blank">RSS<img src="/skin/default/images/rss.gif" border="0" hspace="2" /></a></td></tr></table></td></tr></table><table width="100%" border="0" cellpadding="0" cellspacing="10"><tr valign="middle"><td width="240" align="center"><a href="/"><img src="/skin/default/images/logo.gif" width="200" height="65" border="0" /></a></td><td align="center"><a href="http://www.phome.net/OpenSource/" target="_blank"><img src="/skin/default/images/opensource.gif" width="100%" height="70" border="0" /></a></td></tr></table><!-- 导航tab选项卡 --><table width="920" border="0" align="center" cellpadding="0" cellspacing="0" class="nav">  <tr>     <td class="nav_global"><ul>        <li class="curr" id="tabnav_btn_0" onmouseover="tabit(this)"><a href="/">首页</a></li>        <li id="tabnav_btn_1" onmouseover="tabit(this)"><a href="/news/">新闻中心</a></li>        <li id="tabnav_btn_2" onmouseover="tabit(this)"><a href="/download/">下载中心</a></li>        <li id="tabnav_btn_3" onmouseover="tabit(this)"><a href="/movie/">影视频道</a></li>        <li id="tabnav_btn_4" onmouseover="tabit(this)"><a href="/shop/">网上商城</a></li>        <li id="tabnav_btn_5" onmouseover="tabit(this)"><a href="/flash/">FLASH频道</a></li>        <li id="tabnav_btn_6" onmouseover="tabit(this)"><a href="/photo/">图片频道</a></li>        <li id="tabnav_btn_7" onmouseover="tabit(this)"><a href="/article/">文章中心</a></li>        <li id="tabnav_btn_8" onmouseover="tabit(this)"><a href="/info/">分类信息</a></li>      </ul></td>  </tr></table><table width="100%" border="0" cellspacing="10" cellpadding="0">	<tr valign="top">		<td class="list_content"><table width="100%" border="0" cellspacing="0" cellpadding="0" class="position">				<tr>					<td>现在的位置:<a href="/">首页</a> > 搜索</td>				</tr>			</table>			<table width="100%" border="0" cellspacing="0" cellpadding="0" class="box">				<tr>					<td><form action='index.php' method="GET" name="search_news" id="search_news">							<table width="100%" border="0" cellspacing="6" cellpadding="0">								<tr>									<td height="32">关键字:										<input name="keyboard" type="text" id="keyboard" value="<?=$keyboard?>" size="42" />                    <select name="field" id="field">                      <option value="1">全文</option>                      <option value="2">标题</option>                      <option value="3">内容</option>                    </select>                     <input type="submit" name="Submit22" value="搜索" />                    <font color="#666666">(多个关键字请用"空格"隔开)</font> </td>								</tr>							</table>						</form>						<table width="100%" border="0" cellpadding="0" cellspacing="6">							<tr>								<td>系统搜索到约有<strong><?=$num?></strong>项符合<strong><?=$keyboard?></strong>的查询结果</td>							</tr>						</table>						<?php$no=$offset;$subnum=120;$formatdate="Y-m-d H:i:s";while($r=$empire->fetch($sql)){	$tbname=$class_r[$r[classid]]['tbname'];	if(empty($tbname))	{		continue;	}	$titlefield=$schalltb_r[$tbname]['titlefield'];	$smalltextfield=$schalltb_r[$tbname]['smalltextfield'];	$infor=$empire->fetch1("select id,classid,titlepic,newstime,isurl,titleurl,".$titlefield.",".$smalltextfield." from {$dbtbpre}ecms_".$tbname." where id='$r[id]' limit 1");	if(empty($infor['id']))	{		continue;	}	$no++;	$titleurl=sys_ReturnBqTitleLink($infor);	$titlepic=$infor['titlepic']?$infor['titlepic']:$public_r['newsurl']."e/data/images/notimg.gif";	$smalltext=SubSchallSmalltext($infor[$smalltextfield],$subnum);	$title=DoReplaceFontRed($infor[$titlefield],$keyboard);	$smalltext=DoReplaceFontRed($smalltext,$keyboard);	$newstime=date($formatdate,$infor['newstime']);?>						<h2 class="r"><span><?=$no?>.</span> <a class="l" href="<?=$titleurl?>" target="_blank"><?=$title?></a></h2>						<table width="80%" border="0" cellpadding="0" cellspacing="0">							<tbody>							<tr>								<td><?=$smalltext?></td>							</tr>							<tr>								<td><span class="a"><?=$titleurl?> - <?=$newstime?></span></td>							</tr>							<tr>								<td> </td>							</tr>							</tbody>						</table>						<?php}db_close();$empire=null;?>						<table width="100%" border="0" cellspacing="0" cellpadding="0" class="list_page">							<tr>								<td><?=$listpage?></td>							</tr>						</table></td>				</tr>			</table></td>	</tr></table><div class="footer_wrap">    <ul class="footer_wrap_con clearfix">        <li>            <p>足球直播:</p>            <div>                <a href="/zuqiuzhuanti/yingchao.html">英超直播</a>                <a href="/zuqiuzhuanti/yijia.html">意甲直播</a>                <a href="/zuqiuzhuanti/dejia.html">德甲直播</a>                <a href="/zuqiuzhuanti/fajia.html">法甲直播</a>                <a href="/zuqiuzhuanti/zhongchao.html">中超直播</a>            </div>        </li>        <li>            <p>篮球直播:</p>            <div>                <a href="/lanqiuzhuanti/nba.html">NBA直播</a>                <a href="/lanqiuluxiang/nba.html">NBA录像</a>                <a href="/lanqiuzhuanti/cba.html">CBA直播</a>            </div>        </li>        <li>            <p>体育直播:</p>            <div>                <a href="/tiyuzhuanti/f1.html">F1直播</a>                <a href="/tiyuzhuanti/sinuoke.html">斯诺克</a>            </div>        </li>    </ul>    <div class="footer_wrap_b">        <img src="/~static/wap/img/zx_logo_f.png">        <p> | 最专业的体育直播平台</p>    </div></div><div class="fandign">    <p></p>    <span>顶部</span></div><div style="display:none"><?=$public_r['add_www.92game.net.tongji']?></div></body></html>
 |