免费一级码无码婬片AA,多姿,国产成人精品日本亚洲18图 ,亚洲欧美视频一区,久久久久国产精品一区

做網(wǎng)站找實(shí)速,專業(yè)網(wǎng)站制作設(shè)計(jì)平臺(tái)
首頁(yè) > 課堂 > 網(wǎng)站技術(shù) > 詳情
網(wǎng)站標(biāo)簽 / Tags

帝國(guó)CMS內(nèi)容頁(yè)調(diào)用會(huì)員組ID 支持靜態(tài)頁(yè)生成

2020-02-16 15:53:54   來(lái)源:實(shí)速網(wǎng)絡(luò)|網(wǎng)站建設(shè)|網(wǎng)站設(shè)計(jì)|網(wǎng)站優(yōu)化|網(wǎng)站仿制|網(wǎng)站SEO|網(wǎng)站推廣|空間域名|主機(jī)VPS|服務(wù)器|網(wǎng)站源碼|網(wǎng)站模版   瀏覽: 次
帝國(guó)CMS內(nèi)容頁(yè)調(diào)用會(huì)員組ID 支持靜態(tài)頁(yè)生成 發(fā)布時(shí)間:2019-11-06 來(lái)源:未知 瀏覽: 關(guān)鍵詞:

帝國(guó)CMS內(nèi)容頁(yè)調(diào)用會(huì)員組ID 支持靜態(tài)頁(yè)生成

發(fā)布時(shí)間:2019-11-06 來(lái)源:未知 瀏覽: 關(guān)鍵詞:

<?php

require("class/connect.php");

include("class/db_sql.php");

include("config/config.php");

include("data/dbcache/class.php");

$link=db_connect();

$empire=new mysqlquery();

$classid=intval($_GET['classid']);

$id=intval($_GET['id']);

$muserid=(int)getcvar('mluserid');//用戶id

$musername=RepPostVar(getcvar('mlusername'));//用戶名

$mgroupid=(int)getcvar('mlgroupid');//會(huì)員組id

$r=$empire->fetch1("select id,title from {$dbtbpre}ecms_".$class_r[$classid][tbname]." where id='$id' and  classid='$classid' limit 1");

if($mgroupid == 1){?>

document.write('會(huì)員等級(jí)不夠');

<?}

if($mgroupid == 2){?>

document.write('標(biāo)題:<?=$r[title]?>');

<?

}else{?>

document.write('請(qǐng)登錄');

<?php

}

db_close();

$empire=null;

?>

在/e/目錄新建文件  show.php 存入以上代碼 

模板里用   <script src="[!--news.url--]e/show.php?classid=[!--classid--]&id=[!--id--]"></script> 調(diào)用

責(zé)任編輯:實(shí)速科技