帝國(guó)cms后臺(tái)實(shí)現(xiàn)刷新多欄目?jī)?nèi)容頁(yè)的方法詳解
來源:易賢網(wǎng) 閱讀:2161 次 日期:2014-08-18 16:17:08
溫馨提示:易賢網(wǎng)小編為您整理了“帝國(guó)cms后臺(tái)實(shí)現(xiàn)刷新多欄目?jī)?nèi)容頁(yè)的方法詳解”,方便廣大網(wǎng)友查閱!

以下代碼適用于帝國(guó)CMS6.6版,7.0版不同處在代碼注釋處已標(biāo)明。

名單

找到e/admin/ChangeData.php文件

原先的欄目是單選菜單

<select name="classid" id="classid">

<option value="0">所有欄目</option>

<?=$class?>

</select>

改為:

<select name="classid[]" size="12" multiple id="classid[]" style="width:310px">

<option value="0">所有欄目</option>

<?=$class?>

</select>

并且改進(jìn)了e/admin/DoRehtml.php的代碼如下:

代碼如下:

<?php

define('EmpireCMSAdmin', '1');

require ("../../class/connect.php");

require ("../../class/db_sql.php");

require ("../../class/functions.php");

$link = db_connect();

$empire = new mysqlquery();

$editor = 1;

//驗(yàn)證用戶

$lur = is_login();

$logininid = $lur['userid'];

$loginin = $lur['username'];

$loginrnd = $lur['rnd'];

$loginlevel = $lur['groupid'];

$loginadminstyleid = $lur['adminstyleid'];

$add = $_GET;

$havehtml = (int)$add['havehtml'];

$tbname = $add['tbname'];

$count = count($tbname);</p><p>// 附加程序開始

if (!is_array($add['classid'])) { //傳遞非數(shù)組值時(shí),在欄目里點(diǎn)擊"信息"操作時(shí)使用

$add['classid'] = array( $add['classid'] );

}

if ($add['classid'][0] == 0) {

$add['classid'] = array(0);

}

$count1 = count($add['classid']);

for ($m = 0; $m < $count1; $m++) {

$classid = $add[classid][$m];

// 附加程序結(jié)束

//刷新所有表

if (!$count) {

$j = 0;

$tsql = $empire->query("select tbname from {$dbtbpre}enewstable order by tid"); // 帝國(guó)cms7.0版 這里有個(gè)條件為:where intb=0

while ($tr = $empire->fetch($tsql)) {

$tbname[$j] = $tr[tbname];

$j++;

}

$count = count($tbname);

}

esetcookie("retablenum", $count, 0, 1);

esetcookie("rechecktablenum", 0, 0, 1);

$url = "../ecmschtml.php?enews=ReNewsHtml&classid=$classid&from=$add[from]&retype=$add[retype]&startday=$add[startday]&endday=$add[endday]&startid=$add[startid]&endid=$add[endid]&havehtml=$havehtml&reallinfotime=" . time();

echo "<link href='../adminstyle/" . $loginadminstyleid . "/adminstyle.css' rel='stylesheet' type='text/css'>

<center>欄目id=$classid 要刷新的表的總個(gè)數(shù)為:<font color=red>$count</font>個(gè)</center>

";

for ($i = 0; $i < $count; $i++) {

$trueurl = $url . "&tbname=" . $tbname[$i];

echo "<table width='100%' border=0 align=center cellpadding=3 cellspacing=1 class=tableborder><tr class=header><td>刷新數(shù)據(jù)表:" . $tbname[$i] . "</td></tr><tr><td bgcolor='#ffffff'><iframe frameborder=0 height=35 id='" . $tbname[$i] . "' scrolling=no src="" . $trueurl . "" width="100%"></iframe></td></tr></table>";

}

}

db_close();

$empire = null;

?></p><p><iframe frameborder=0 height=35 id="checkrehtml" scrolling=no src="CheckRehtml.php?first=1&from=<?php echo $add[from] ?>" width="100%"></iframe>

更多信息請(qǐng)查看IT技術(shù)專欄

更多信息請(qǐng)查看CMS教程
由于各方面情況的不斷調(diào)整與變化,易賢網(wǎng)提供的所有考試信息和咨詢回復(fù)僅供參考,敬請(qǐng)考生以權(quán)威部門公布的正式信息和咨詢?yōu)闇?zhǔn)!
相關(guān)閱讀CMS教程

2025國(guó)考·省考課程試聽報(bào)名

  • 報(bào)班類型
  • 姓名
  • 手機(jī)號(hào)
  • 驗(yàn)證碼
關(guān)于我們 | 聯(lián)系我們 | 人才招聘 | 網(wǎng)站聲明 | 網(wǎng)站幫助 | 非正式的簡(jiǎn)要咨詢 | 簡(jiǎn)要咨詢須知 | 加入群交流 | 手機(jī)站點(diǎn) | 投訴建議
工業(yè)和信息化部備案號(hào):滇ICP備2023014141號(hào)-1 云南省教育廳備案號(hào):云教ICP備0901021 滇公網(wǎng)安備53010202001879號(hào) 人力資源服務(wù)許可證:(云)人服證字(2023)第0102001523號(hào)
云南網(wǎng)警備案專用圖標(biāo)
聯(lián)系電話:0871-65099533/13759567129 獲取招聘考試信息及咨詢關(guān)注公眾號(hào):hfpxwx
咨詢QQ:526150442(9:00—18:00)版權(quán)所有:易賢網(wǎng)
云南網(wǎng)警報(bào)警專用圖標(biāo)