index.php
8.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
<?php
require("../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'];
$firstsearch=0;
if($totalnum<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']."&totalnum=".$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>
<footer>
<div class="layout-row cf">
<p class="cr">Copyright © 2017 Renew Gravity Fitness Bay</p>
<ul>
<li>
<a href="https://www.facebook.com/renewgravitybay/" class="facebook"></a>
</li>
<li>
<a href="https://line.me/R/ti/p/%40renewgym" class="line"></a>
</li>
</ul>
</div>
</footer>
<script type="text/javascript" src="/static/lib/mod_4296a9b.js"></script>
<script type="text/javascript" src="/static/lib/jquery_ccb031d.js"></script>
<script type="text/javascript" src="/static/js/slide_ca22c8b.js"></script>
<script type="text/javascript" src="/static/html/footer/footer_a5a1613.js"></script>
<script type="text/javascript">
require('modules/js/slide');
</script>
</body>
</html>