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

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

點(diǎn)擊這里在線咨詢客服
新站提交
  • 網(wǎng)站:51998
  • 待審:31
  • 小程序:12
  • 文章:1030137
  • 會(huì)員:747

這篇文章主要給大家匯總介紹了一些帝國cms常用標(biāo)簽以及使用小技巧,非常的實(shí)用,這里推薦給大家。    

判斷會(huì)員是否登錄
 

  1. <?php 
  2. if(!$_COOKIE[ecmsmlusername]){ 
  3. $srr="登錄可見"; 
  4. }else{ 
  5. $srr="[!--lbsly--]"; 
  6. ?> 
? ?
 
?
  1. [!--news.url--]skin/default/ 
  2.  
  3. [e:loop={"select classid,classname,bname from phome_enewsclass where classid='$GLOBALS[navclassid]'",1,24,0}]<title><?=$bqr[bname]?></title>[/e:loop] 
  4.  
  5. [e:loop={"select * from phome_enewsclass where classid='$GLOBALS[navclassid]'",1,24,0}]<title><?=$bqr[bname]?></title>[/e:loop] 
  6.  
  7. <?php 
  8. $fcr=explode('|',$class_r[$GLOBALS[navclassid]][featherclass]); 
  9. $topbclassid=$fcr[1]?$fcr[1]:$GLOBALS[navclassid];//取得當(dāng)前欄目的頂級欄目ID 
  10. $rs=$empire->fetch1("select * from phome_enewsclass where classid=$topbclassid"); 
  11. ?> 
  12. _<?=$rs['bname']?>_<?=$public_r[sitename]?> 頂級欄目名稱+網(wǎng)站標(biāo)題 
  13.  
  14. <?=$class_r[$GLOBALS[navclassid]][bname]?> 得到當(dāng)前欄目的名稱 
  15. <title>[!--pagetitle--] </title> 或  <title><?=$class_r[$GLOBALS[navclassid]][bname]?></title> 
  16. <meta name="keywords" content="[!--pagekey--]" /> 
  17. <meta name="description" content="[!--pagedes--]" /> 

 

  1. isgood=1 一級推薦 
  2.   
  3. firsttitle=1 一級頭條 
  4.   
  5. [e:loop={10,3,0,0}] 10當(dāng)前欄目,3顯示條數(shù), 
  6.   
  7. [e:loop={4,1000,0,1,'leib="樓市快訊"','id DESC'}] 1有圖片的顯示。 
  8.   
  9. [e:loop={"select * from phome_ecms_xtgg where firsttitle=1 order by id DESC limit 20",6,24,0}] 
  10.   
  11. <?=$bqno?> [!--no.num--] 循環(huán)序號 
  12.   
  13. <?=$bqsr['titleurl']?> <?=$bqr[title]?> <?=esub($bqr[title],8)?> 
  14.   
  15. [/e:loop] 


<?=DoWapRepNewstext($r[newstext])?>

時(shí)間調(diào)用標(biāo)簽:<?=date("Y-m-d",$bqr['newstime'])?>


列表頁

您當(dāng)前的位置:[!--newsnav--]

[!--no.num--]

[!--show.listpage--]

內(nèi)容頁

[!--info.next--]下一篇 [!--info.pre--]上一篇

萬能標(biāo)簽用[!--onclick--] 靈動(dòng)標(biāo)簽用<?=$bqr[onclick]?> 點(diǎn)擊量

 

復(fù)制代碼代碼如下:
$titleurl=sys_ReturnBqTitleLink($navinfor); 獲得當(dāng)前頁面的網(wǎng)址
$url = "http://".$_SERVER ['HTTP_HOST'].$_SERVER['PHP_SELF']; 獲得當(dāng)前頁面的網(wǎng)址

 

sql語句

 

復(fù)制代碼代碼如下:
<?php 
//報(bào)名人數(shù) 
$num=$empire->gettotal("select count(*) as total from phome_enewsfeedback where kft='".$navinfor[title]."'");
?>

 

帝國CMS經(jīng)常用到的調(diào)用sql語句:

請注意,如果是帝國7.0版本的,需要將checked=1去掉

 

復(fù)制代碼代碼如下:
  1,根據(jù)最新文章 select * from [!db.pre!]ecms_news where checked=1 order by newstime desc limit 10
  2,根據(jù)推薦文章 select * from [!db.pre!]ecms_news where checked=1 and isgood=1 order by newstime desc limit 10
  3,根據(jù)熱門文章 select * from [!db.pre!]ecms_news where checked=1 order by onclick desc limit 10
  4,根據(jù)頭條新聞 select * from [!db.pre!]ecms_news where checked=1 and firsttitle=1 order by newstime desc limit 10
  5,根據(jù)評論排行 select * from [!db.pre!]ecms_news where checked=1 order by plnum desc limit 10
  6,根據(jù)digg排行 select * from [!db.pre!]ecms_news where checked=1 order by diggtop desc limit 10
  7,根據(jù)投票排行 select * from [!db.pre!]ecms_news where checked=1 order by votenum desc limit 10
  8,根據(jù)下載排行 select * from [!db.pre!]ecms_news where checked=1 order by totaldown desc limit 10
  9,根據(jù)評分排行 select * from [!db.pre!]ecms_news where checked=1 order by infopfen desc limit 10

 

小技巧收錄:

php三元條件運(yùn)算符:

 

復(fù)制代碼代碼如下:
<?=$bqr['ftitle']?$bqr['ftitle']:$bqr['title']?>

 

靈動(dòng)或者php查詢調(diào)用編輯器內(nèi)容的時(shí)候要加stripslashes刪除反斜杠比如:

 

復(fù)制代碼代碼如下:
<?=stripslashes($r['newstext'])?>

 

內(nèi)容頁當(dāng)前信息ID:

 

復(fù)制代碼代碼如下:
$navinfor['id']

 

列表內(nèi)容模板信息ID:

 

復(fù)制代碼代碼如下:
$r['id']

 

當(dāng)前欄目名:

 

復(fù)制代碼代碼如下:
$class_r[$GLOBALS['navclassid']]['classname'];

 

當(dāng)前欄目父欄目:

 

復(fù)制代碼代碼如下:
$class_r[$GLOBALS['navclassid']]['bclassid'];

 

當(dāng)前欄目別名:

 

復(fù)制代碼代碼如下:
$class_r[$GLOBALS['navclassid']]['bname'];

 

當(dāng)前欄目子欄目:

 

復(fù)制代碼代碼如下:
$class_r[$GLOBALS['navclassid']]['sonclass'];

 

當(dāng)前欄目子判斷是否為終級欄目:

 

復(fù)制代碼代碼如下:
$class_r[$GLOBALS['navclassid']]['islast'];

 

當(dāng)前欄目是否有已審核信息:

 

復(fù)制代碼代碼如下:
$GLOBALS['num']==0為沒有信息

 

帝國cms中引入php路徑寫法(例子是文件在根目錄)

 

復(fù)制代碼代碼如下:
<?php include(ECMS_PATH."./bottom.php");?>

 

排除置頂、頭條、推薦等,sql附加條件:

 

復(fù)制代碼代碼如下:
'istop=0 and isgood=0 and firsttitle=0'

 

上上級欄目id:
 

  1. <?php 
  2. $bclassid=$class_r[$GLOBALS[navclassid]][bclassid]; 
  3. $bbclassid=$class_r[$bclassid][bclassid]; 
  4. echo $bbclassid; 
  5. ?> 
  6. $bbclassid就是上上級父欄目id 
?

投稿、登陸、反饋、留言等之后跳轉(zhuǎn)指定頁面:

 

復(fù)制代碼代碼如下:
<input type=hidden name=ecmsfrom value="返回頁面地址">

 

統(tǒng)計(jì)信息被收藏?cái)?shù):

 

復(fù)制代碼代碼如下:
<?
$favas=$empire->gettotal("select count(*) as total from {$dbtbpre}enewsfava where id='$navinfor[id]' and classid='$GLOBALS[navclassid]'");
?>
<?=$favas?>就是這條信息的收藏?cái)?shù)

 

列表、結(jié)合項(xiàng)判斷當(dāng)前沒有信息給出提示:

<?
if($GLOBALS['num']=='0'){
?>
<p>對不起,暫時(shí)沒有任何信息!</p>
<?
}else{
?>
[!--empirenews.listtemp--]<!--list.var1-->[!--empirenews.listtemp--]
<?
}
?>
[/code]

動(dòng)態(tài)使用:

網(wǎng)站名稱:<?=$public_r['sitename']?>
網(wǎng)站地址:<?=$public_r['newsurl']?>

帝國自身的時(shí)間轉(zhuǎn)換函數(shù):

 

復(fù)制代碼代碼如下:
<?=format_datetime($bqr[newstime],'Y-m-d')?>

 

此函數(shù)自帶判斷,比較不錯(cuò),推薦。

判斷內(nèi)容是否有圖片,沒有圖片則顯示文中廣告 有圖片則不顯示:

 

復(fù)制代碼代碼如下:
<?php
$string=$navinfor['newstext'];//內(nèi)容字段
$some="<img ";
$num=explode($some,$string);
if(count($num)>1){//判斷內(nèi)容中是否有圖片
?>
[!--newstext--]
<?
}else{
?>
<div id="ad">我是廣告</div>
[!--newstext--]
<?
}
?>

 

截取加過濾標(biāo)簽:

 

復(fù)制代碼代碼如下:
<?=esub(htmlspecialchars(strip_tags($navinfor[newstext])),160)?>

 

內(nèi)容頁或靈動(dòng)標(biāo)簽支持標(biāo)題屬性
內(nèi)容頁:

 

復(fù)制代碼代碼如下:
<?=DoTitleFont($navinfor[titlefont],$navinfor[title])?>

 

靈動(dòng)標(biāo)簽:

 

復(fù)制代碼代碼如下:
<?=DoTitleFont($bqr[titlefont],$bqr[title])?>

 

標(biāo)題截取字?jǐn)?shù)+標(biāo)題屬性:

 

復(fù)制代碼代碼如下:
<?=DoTitleFont($bqr[titlefont],esub($bqr[title],32,'...'))?>

 

以上所述就是本文的全部內(nèi)容了,希望大家能夠喜歡。

分享到:
標(biāo)簽:帝國 cms
用戶無頭像

網(wǎng)友整理

注冊時(shí)間:

網(wǎng)站:5 個(gè)   小程序:0 個(gè)  文章:12 篇

  • 51998

    網(wǎng)站

  • 12

    小程序

  • 1030137

    文章

  • 747

    會(huì)員

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

數(shù)獨(dú)大挑戰(zhàn)2018-06-03

數(shù)獨(dú)一種數(shù)學(xué)游戲,玩家需要根據(jù)9

答題星2018-06-03

您可以通過答題星輕松地創(chuàng)建試卷

全階人生考試2018-06-03

各種考試題,題庫,初中,高中,大學(xué)四六

運(yùn)動(dòng)步數(shù)有氧達(dá)人2018-06-03

記錄運(yùn)動(dòng)步數(shù),積累氧氣值。還可偷

每日養(yǎng)生app2018-06-03

每日養(yǎng)生,天天健康

體育訓(xùn)練成績評定2018-06-03

通用課目體育訓(xùn)練成績評定