帝国CMS7.5自定义栏目/信息伪静态插件

#推荐
帝国CMS7.5自定义栏目/信息伪静态插件

2026-03-18 2
0 C币
VIP折扣
    折扣详情
  • 体验VIP会员

    免费

  • 月卡VIP会员

    免费

  • 年卡VIP会员

    免费

  • 永久VIP会员

    免费

查看演示
下载不了?请联系网站客服提交链接错误!
TAG标签: 安装指导

#推荐
帝国CMS7.5自定义栏目/信息伪静态插件

2026-03-18 帝国cms插件 9999 2
郑重承诺丨总裁主题提供安全交易、信息保真!
TAG标签:
帝国cms   插件
安装指导
0 C币
VIP权限详情
    会员权限详情
  • 体验VIP会员

    免费

  • 月卡VIP会员

    免费

  • 年卡VIP会员

    免费

  • 永久VIP会员

    免费

开通VIP尊享优惠特权
立即下载 等待添加 升级会员 最新活动
微信扫码咨询 微信扫码咨询

联系电话:18888888888

进入TA的商铺 联系官方客服
详情介绍

欢迎!我白天是个邮递员,晚上就是个有抱负的演员。这是我的网站。我住在天朝的帝都,有条叫做Jack的狗。

纯绿色不影响帝国原有伪静态、静态和动态等功能设置。栏目目录伪静态实现,而不是生成静态的。

帝国CMS7.5自定义栏目/信息伪静态插件说明

1:栏目要选静态-不生成2:内容页存放目录--栏目目录,内容页目录存放形式--不设置目录,(有利SEO,方便匹配栏目ID)3:内容页文件命名形式 不能是目录,但是支持信息文件名的修改,URL也能很好看4:栏目目录和信息文件名是英文或数字(栏目目录建议英文或英文开头,“-_”上下划线留着给别的东西用吧避免冲突如其它伪静态,避免冲突)********为了通用只能遵守上述要求,有这些特殊需求自己改去*********栏目设置截图演示:

伪静态规则:

#栏目RewriteCond %{QUERY_STRING} ^(.*)$RewriteCond %{REQUEST_FILENAME} !-fRewriteCond $1 !^(d/|e/|html/|images/|s/|search/|skin/|t/)RewriteRule ^([0-9a-zA-Z/]+)/(|index.html|index_[0-9]+.html)$ /e/action/list.php?classid=$1&page=$2#内容RewriteCond %{QUERY_STRING} ^(.*)$RewriteCond %{REQUEST_FILENAME} !-fRewriteCond $1 !^(d/|e/|html/|images/|s/|search/|skin/|t/)RewriteRule ^([0-9a-zA-Z/]+)/([0-9a-zA-Z]+)([_0-9]*).html$ /e/action/show.php?classid=$1&id=$2&page=$3

在/e/action/下增加如下php文件:列表list.php代码:

<?phprequire('../class/connect.php');require('../class/db_sql.php');require('../class/functions.php');require('../class/t_functions.php');require('../data/dbcache/class.php');require LoadLang('pub/fun.php');$link=db_connect();$empire=new mysqlquery();$editor=1;$classid=RepPostStr($_GET['classid']);//修改过滤方式--yognlan//获取真实classid--yognlanif(!is_numeric($classid)){foreach ($class_r as $val){foreach ($val as $val2){if($classid==$val['classpath']){$classid=$val['classid'];break;}}}}if(empty($classid)){printerror("ErrorUrl","history.go(-1)",1);}$search='&classid='.$classid;$tbname=$class_r[$classid][tbname];$mid=$class_r[$classid][modid];if(empty($tbname)||empty($mid)||InfoIsInTable($tbname)){printerror("ErrorUrl","history.go(-1)",1);}$cr=$empire->fetch1("select classid,classpagekey,intro,classimg,cgroupid,islist,classtempid,listdt,bdinfoid,repagenum,islast,infos from {$dbtbpre}enewsclass where classid='$classid'");if(empty($cr['classid'])){printerror("ErrorUrl","history.go(-1)",1);}if($class_r[$classid][islast]&&$cr['bdinfoid']){printerror("ErrorUrl","history.go(-1)",1);}//是否支持动态页/*伪静态不需要if(empty($class_r[$classid]['listdt'])&&!$cr['repagenum']){$classurl=sys_ReturnBqClassname($cr,9);Header("Location:$classurl");exit();}*///权限if($cr['cgroupid']){$mgroupid=(int)getcvar('mlgroupid');if(!strstr($cr[cgroupid],','.$mgroupid.',')){printerror('NotLevelToClass','history.go(-1)',1);}}$GLOBALS['navclassid']=$classid;$url=ReturnClassLink($classid);$pagetitle=$class_r[$classid]['classname'];$pagekey=$cr['classpagekey'];$pagedes=$cr['intro'];$classimg=$cr['classimg']?$cr['classimg']:$public_r[newsurl].'e/data/images/notimg.gif';//---封面式---if(!$class_r[$classid][islast]&&$cr['islist']!=1){/*伪静态不需要 ---yonglanif(empty($cr['listdt'])||$cr['islist']==3){printerror("ErrorUrl","history.go(-1)",1);}*/if($cr[islist]==2){$classtemp=GetClassText($classid);$dttempname='classpage'.$classid;}else{if(empty($cr['classtempid'])){printerror('ErrorUrl','',1);}$classtemp=GetClassTemp($cr['classtempid']);$dttempname='classtemp'.$cr['classtempid'];}$string=DtNewsBq($dttempname,$classtemp,0);$string=str_replace('[!--newsnav--]',$url,$string);//位置导航$string=Class_ReplaceSvars($string,$url,$classid,$pagetitle,$pagekey,$pagedes,$classimg,$addr,0);$string=str_replace('[!--page.stats--]','',$string);echo stripSlashes($string);exit();}//---列表式---$add='';//栏目if($class_r[$classid][islast])//终极栏目{$add.="classid='$classid'";$have_class=0;}else{$add.=ReturnClass($class_r[$classid][sonclass]);$have_class=1;}//排序if(empty($class_r[$classid][reorder])){$addorder="newstime desc";}else{$addorder=$class_r[$classid][reorder];}//列表模板$tempid=$class_r[$classid]['dtlisttempid']?$class_r[$classid]['dtlisttempid']:$class_r[$classid]['listtempid'];if(empty($tempid)){printerror('ErrorUrl','',1);}$tempr=$empire->fetch1("select tempid,temptext,subnews,listvar,rownum,showdate,modid,subtitle,docode from ".GetTemptb("enewslisttemp")." where tempid='$tempid'");if(empty($tempr[tempid])){printerror('ErrorUrl','',1);}$page=(int)substr($_GET['page'],6);//page是带index-所以去掉----yonglan$page=RepPIntvar($page)?RepPIntvar($page):1;$start=0;$line=$class_r[$classid]['lencord'];//每页显示记录数$page_line=10;//每页显示链接数$offset=$page*$line-$line;//总偏移量//系统模型$ret_r=ReturnReplaceListF($mid);//优化$yhadd='';$yhid=$class_r[$classid][yhid];$yhvar='qlist';if($yhid){$yhadd=ReturnYhSql($yhid,$yhvar,1);}//总数$totalnum=(int)$_GET['totalnum'];if($totalnum<1){if($yhadd){$totalquery="select count(*) as total from {$dbtbpre}ecms_".$tbname." where ".$yhadd.$add;$num=$empire->gettotal($totalquery);}else{$num=ReturnClassInfoNum($cr,0);}}else{$num=$totalnum;}$search.='&totalnum='.$num;$query="select ".ReturnSqlListF($mid)." from {$dbtbpre}ecms_".$tbname." where ".$yhadd.$add;$query.=" order by ".ReturnSetTopSql('list').$addorder." limit $offset,$line";$sql=$empire->query($query);//伪静态$pagefunr=eReturnRewriteClassUrl($classid,0);$pagefunr['repagenum']=$cr['repagenum'];$pagefunr['dolink']=empty($class_r[$classid]['classurl'])?$public_r['newsurl'].$class_r[$classid]['classpath'].'/':$class_r[$classid]['classurl'].'/';$pagefunr['dofile']='index';$pagefunr['dotype']=$class_r[$classid]['classtype'];//分页/*不用默认分页了---yonglanif($pagefunr['rewrite']==1||$pagefunr['repagenum']){$listpage=InfoUsePage($num,$line,$page_line,$start,$page,$search,$pagefunr);}else{$listpage=page1($num,$line,$page_line,$start,$page,$search);}*/$listpage=yl_pagelist($num,$line,$page_line,$start,$page);//自己加的分页---yonglanfunction yl_pagelist($num,$line,$page_line,$start,$page){//自己加的分页函数---yonglanglobal $fun_r;if($num<=$line){return '';}$f='_';//伪静态分页分割符号$url=preg_replace('/_[0-9]+/', '', $_SERVER['HTTP_X_REWRITE_URL']?$_SERVER['HTTP_X_REWRITE_URL']:$_SERVER['REQUEST_URI']);if(!strripos($url,'.')){$url=$url.'index.html';}$urlarr=explode('.', $url);$snum=3;//最小页数$totalpage=ceil($num/$line);//取得总页数$firststr='<a title="'.$fun_r['trecord'].'">&nbsp;<b>'.$num.'</b> </a>&nbsp;&nbsp;';//上一页if($page<>0){$toppage='<a href="'.substr($urlarr[0],0,-5).'">'.$fun_r['startpage'].'</a>&nbsp;';$pagepr=$page-1;if($pagepr==1){$prepage='<a href="'.substr($urlarr[0],0,-5).'">'.$fun_r['pripage'].'</a>&nbsp;';}else{$prepage='<a href="'.$urlarr[0].$f.$pagepr.'.'.$urlarr[1].'">'.$fun_r['pripage'].'</a>';}}//下一页if($page!=$totalpage){$pagenex=$page+1;$nextpage='&nbsp;<a href="'.$urlarr[0].$f.$pagenex.'.'.$urlarr[1].'">'.$fun_r['nextpage'].'</a>';$lastpage='&nbsp;<a href="'.$urlarr[0].$f.$totalpage.'.'.$urlarr[1].'">'.$fun_r['lastpage'].'</a>';}$starti=$page-$snum<0?0:$page-$snum;$no=0;for($i=$starti+1;$i<$totalpage+1&&$no<$page_line;$i++){$no++;if($page==$i){$is_1="<b>";$is_2="</b>";}else{if($i==1){//第一页不加page0$is_1='<a href="'.substr($urlarr[0],0,-5).'">';$is_2="</a>";}else{$is_1='<a href="'.$urlarr[0].$f.$i.'.'.$urlarr[1].'">';$is_2="</a>";}}$pagenum=$i;$returnstr.="&nbsp;".$is_1.$pagenum.$is_2;}$returnstr=$firststr.$toppage.$prepage.$returnstr.$nextpage.$lastpage;return $returnstr;}//自己写的分页函数结束-----yonglannet//页面支持标签if($public_r['dtcanbq']){$tempr[temptext]=DtNewsBq('list'.$tempid,$tempr[temptext],0);}else{if($public_r['searchtempvar']){$tempr[temptext]=ReplaceTempvar($tempr[temptext]);}}$listtemp=$tempr[temptext];$rownum=$tempr[rownum];if(empty($rownum)){$rownum=1;}$formatdate=$tempr[showdate];$subnews=$tempr[subnews];$subtitle=$tempr[subtitle];$docode=$tempr[docode];$modid=$tempr[modid];$listvar=str_replace('[!--news.url--]',$public_r[newsurl],$tempr[listvar]);//公共$listtemp=str_replace('[!--newsnav--]',$url,$listtemp);//位置导航$listtemp=Class_ReplaceSvars($listtemp,$url,$classid,$pagetitle,$pagekey,$pagedes,$classimg,$addr,0);$listtemp=str_replace('[!--page.stats--]','',$listtemp);$listtemp=str_replace('[!--show.page--]',$listpage,$listtemp);$listtemp=str_replace('[!--show.listpage--]',$listpage,$listtemp);$listtemp=str_replace('[!--list.pageno--]',$page+1,$listtemp);//取得列表模板$list_exp="[!--empirenews.listtemp--]";$list_r=explode($list_exp,$listtemp);$listtext=$list_r[1];$no=$offset+1;$changerow=1;while($r=$empire->fetch($sql)){//替换列表变量$repvar=ReplaceListVars($no,$listvar,$subnews,$subtitle,$formatdate,$url,$have_class,$r,$ret_r,$docode);$listtext=str_replace("<!--list.var".$changerow."-->",$repvar,$listtext);$changerow+=1;//超过行数if($changerow>$rownum){$changerow=1;$string.=$listtext;$listtext=$list_r[1];}$no++;}//多余数据if($changerow<=$rownum&&$listtext<>$list_r[1]){$string.=$listtext;}$string=$list_r[0].$string.$list_r[2];echo stripSlashes($string);db_close();$empire=null;?>复制代码内容show.php代码:<?phprequire('../class/connect.php');require('../class/db_sql.php');require('../class/functions.php');require('../class/t_functions.php');require LoadLang('pub/fun.php');require('../data/dbcache/class.php');require('../data/dbcache/MemberLevel.php');$link=db_connect();$empire=new mysqlquery();$classid=RepPostStr($_GET['classid']);//修改过滤方式--yognlan$id=RepPostStr($_GET['id']);//修改过滤方式--yognlan//获取真实classid--yognlanif(!is_numeric($classid)){foreach ($class_r as $val){foreach ($val as $val2){if($classid==$val['classpath']){$classid=$val['classid'];break;}}}}//获取真实信息id--yognlanif(is_numeric($id) && !$class_r[$classid]['filename']){$where="classid='$classid' and id='$id'";}else{$where="classid='$classid' and filename='$id'";}$page=(int)substr($_GET['page'],1);//page是带横线所以去掉----yonglan$page=RepPIntvar($page)?RepPIntvar($page):1;$mid=$class_r[$classid]['modid'];$tbname=$class_r[$classid]['tbname'];//验证IPeCheckAccessDoIp('showinfo');if(!$classid||!$id||!$mid||!$tbname||InfoIsInTable($tbname)){printerror('此信息不存在','',1,0,1);}$r=$empire->fetch1("select * from {$dbtbpre}ecms_".$tbname." where $where limit 1");if(!$r['id']||$classid!=$r['classid']){printerror('此信息不存在','',1,0,1);}$id=$r['id'];//ID重新赋值--yognlan//外部链接if($r['isurl']){$titleurl=$r['titleurl'];Header("Location:$titleurl");exit();}//是否支持动态内容页/*伪静态不需要--yonglannetif($class_r[$classid]['showdt']!=2){$titleurl=sys_ReturnBqTitleLink($r);Header("Location:$titleurl");exit();}*///副表$finfor=$empire->fetch1("select ".ReturnSqlFtextF($mid)." from {$dbtbpre}ecms_".$tbname."_data_".$r['stb']." where id='$r[id]' limit 1");$r=array_merge($r,$finfor);//权限if($r['groupid']||$class_r[$classid]['cgtoinfo']){define('empirecms','wm_chief');define('PageCheckLevel','wm_chief');$check_tbname=$tbname;$check_infoid=$id;$check_classid=$classid;$check_path="../../";$checkinfor=$r;@include("../class/CheckLevel.php");}//存文本if($emod_r[$mid]['savetxtf']){$stf=$emod_r[$mid]['savetxtf'];if($r[$stf]){$r[$stf]=GetTxtFieldText($r[$stf]);}}//初始值$search="&classid=$classid&id=$id";$line=1;$start=0;$page_line=6;//每页显示链接数$offset=$page*$line-$line;//总偏移量$GLOBALS['navclassid']=$r[classid];$GLOBALS['navinfor']=$r;//取得内容模板$r[newstempid]=$r[newstempid]?$r[newstempid]:$class_r[$r[classid]][newstempid];$newstemp_r=$empire->fetch1("select tempid,temptext,showdate from ".GetTemptb("enewsnewstemp")." where tempid='$r[newstempid]'");//替换模板变量function DtGetHtml($add,$newstemp_r,$mid,$tbname,$line,$page_line,$start,$page,$search){global $public_r,$class_r,$class_zr,$class_tr,$fun_r,$empire,$dbtbpre,$emod_r,$level_r;//更新点击$empire->query("update {$dbtbpre}ecms_".$tbname." set onclick=onclick+1 where id='$add[id]' limit 1");$add['onclick']=$add['onclick']+1;//模板参数$newstemptext=$newstemp_r[temptext];$formatdate=$newstemp_r[showdate];//页面$pagetitle=ehtmlspecialchars($add[title]);$url=ReturnClassLink($add[classid]);//导航$newstemptext=DtInfo_ReplaceSvars($newstemptext,$url,$add[classid],$pagetitle,$add[keyboard],$pagetitle);//相关信息if(strstr($newstemptext,'[!--other.link--]')){$keyboardtext=GetKeyboard($add[keyboard],$add[keyid],$add[classid],$add[id],$class_r[$add[classid]][link_num]);}//分页字段$ptitle=$add['title'];$truepage='';$titleselect='';$expage='[!--empirenews.page--]';//分页符$pf=$emod_r[$mid]['pagef'];if($pf&&strstr($add[$pf],$expage))//有分页{$n_r=explode($expage,$add[$pf]);$thispagenum=count($n_r);if($page<0||$page>$thispagenum){$page=1;}$add[$pf]=$n_r[$page-1];if($page){$ti_r=explode('[/!--empirenews.page--]',$n_r[$page]);if(count($ti_r)>=2){$ptitle=$ti_r[0];$add[$pf]=$ti_r[1];}else{$ptitle=$add['title'].'('.($page-1).')';}}//伪静态$pagefunr=eReturnRewriteInfoUrl($add['classid'],$add['id'],0);$pagefunr['repagenum']=0;//取得分页//屏蔽---yonglan $truepage=InfoUsePage($thispagenum,$line,$page_line,$start,$page,$search,$pagefunr);//自己写的伪静态分页---yonglan//前台分页function yl_showpage($num,$line,$page_line,$start,$page){global $fun_r;if($num<=$line){return '';}$f='_';//伪静态分页分割符号$url=preg_replace('/_[0-9]+/', '', $_SERVER['HTTP_X_REWRITE_URL']?$_SERVER['HTTP_X_REWRITE_URL']:$_SERVER['REQUEST_URI']);$urlarr=explode('.', $url);$snum=3;//最小页数$totalpage=ceil($num/$line);//取得总页数$firststr='<a title="'.$fun_r['trecord'].'">&nbsp;<b>'.$num.'</b> </a>&nbsp;&nbsp;';//上一页if($page>1){$toppage='<a href="'.$url.'">'.$fun_r['startpage'].'</a>&nbsp;';$pagepr=$page-1;if($pagepr==1){$prepage='<a href="'.$url.'">'.$fun_r['pripage'].'</a>&nbsp;';}else{$prepage='<a href="'.$urlarr[0].$f.$pagepr.'.'.$urlarr[1].'">'.$fun_r['pripage'].'</a>';}}//下一页if($page!=$totalpage){$pagenex=$page+1;$nextpage='&nbsp;<a href="'.$urlarr[0].$f.$pagenex.'.'.$urlarr[1].'">'.$fun_r['nextpage'].'</a>';$lastpage='&nbsp;<a href="'.$urlarr[0].$f.($totalpage).'.'.$urlarr[1].'">'.$fun_r['lastpage'].'</a>';}$starti=$page-$snum<0?0:$page-$snum;$no=0;for($i=$starti+1;$i<$totalpage+1&&$no<$page_line;$i++){$no++;if($page==$i){$is_1="<b>";$is_2="</b>";}else{if($i==1){//第一页不加page0$is_1='<a href="'.$url.'">';$is_2="</a>";}else{$is_1='<a href="'.$urlarr[0].$f.$i.'.'.$urlarr[1].'">';$is_2="</a>";}}$pagenum=$i;$returnstr.="&nbsp;".$is_1.$pagenum.$is_2;}$returnstr=$firststr.$toppage.$prepage.$returnstr.$nextpage.$lastpage;return $returnstr;}$truepage=yl_showpage($thispagenum,$line,$page_line,$start,$page);//伪静态分页            //自己写的伪静态分页结束----yonglan//下拉式分页if(strstr($newstemptext,'[!--title.select--]')){for($j=0;$j<$thispagenum;$j++){$spurl=eReturnRewritePageLink($pagefunr,$j);if($j==0){$sptitle=$add[title];}else{$ti_r=explode('[/!--empirenews.page--]',$n_r[$j]);$sptitle=count($ti_r)>=2?$ti_r[0]:$add[title].'('.($j+1).')';}$select='';if($page==$j){$ptitle=$sptitle;$select=' selected';}$titleselect.='<option value="'.$spurl.'"'.$select.'>'.$sptitle.'</option>';}$titleselect='<select name="titleselect" onchange="self.location.href=this.options[this.selectedIndex].value">'.$titleselect.'</select>';}//下一页链接if($page==$thispagenum-1){$thisnextlink=eReturnRewritePageLink($pagefunr,0);}else{$thisnextlink=eReturnRewritePageLink($pagefunr,$page+1);}}//返回替换验证字符$docheckrep=ReturnCheckDoRepStr();if($add[newstext]){if(empty($public_r['dorepword'])&&$docheckrep[3]){$add[newstext]=ReplaceWord($add[newstext]);//过滤字符}if(empty($public_r['dorepkey'])&&$docheckrep[4]&&!empty($add[dokey]))//替换关键字{$add[newstext]=ReplaceKey($add['newstext'],$add['classid']);}if($public_r['opencopytext']){$add[newstext]=AddNotCopyRndStr($add[newstext]);//随机复制字符}}//变量$tempf=$emod_r[$mid]['tempf'];$fr=explode(',',$tempf);$fcount=count($fr)-1;//变量替换$newstempstr=$newstemptext;//模板for($i=1;$i<$fcount;$i++){$f=$fr[$i];$value=$add[$f];if($f=='downpath')//下载地址{if(strstr($newstemptext,'[!--downpath--]')){$value=ReturnDownSoftHtml($add);}}elseif($f=='onlinepath')//观看地址{if(strstr($newstemptext,'[!--onlinepath--]')){$value=ReturnOnlinepathHtml($add);}}elseif($f=='morepic')//图片集{if(strstr($newstemptext,'[!--morepic--]')){$value=ReturnMorepicpathHtml($add);}}elseif($f=='newstime')//时间{if(strstr($newstemptext,'[!--newstime--]')){$value=date($formatdate,$value);}}elseif($f=='befrom')//信息来源{if($docheckrep[1]&&strstr($newstemptext,'[!--befrom--]')){$value=ReplaceBefrom($value);}}elseif($f=='writer')//作者{if($docheckrep[2]&&strstr($newstemptext,'[!--writer--]')){$value=ReplaceWriter($value);}}elseif($f=='titlepic')//标题图片{if(empty($value)){$value=$public_r[newsurl].'e/data/images/notimg.gif';}}elseif($f=='title')//标题{}else//正常字段{if(!strstr($emod_r[$mid]['editorf'],','.$f.',')){if(strstr($emod_r[$mid]['tobrf'],','.$f.','))//加br{$value=nl2br($value);}if(!strstr($emod_r[$mid]['dohtmlf'],','.$f.','))//去除html{$value=RepFieldtextNbsp(ehtmlspecialchars($value));}}}$newstempstr=str_replace('[!--'.$f.'--]',$value,$newstempstr);}//固定变量$newstempstr=str_replace('[!--id--]',$add[id],$newstempstr);$newstempstr=str_replace('[!--classid--]',$add[classid],$newstempstr);$newstempstr=str_replace('[!--class.name--]',$class_r[$add[classid]][classname],$newstempstr);$newstempstr=str_replace('[!--ttid--]',$add[ttid],$newstempstr);$newstempstr=str_replace('[!--tt.name--]',$class_tr[$add[ttid]][tname],$newstempstr);$newstempstr=str_replace('[!--onclick--]',$add[onclick],$newstempstr);$newstempstr=str_replace('[!--userfen--]',$add[userfen],$newstempstr);$newstempstr=str_replace('[!--username--]',$add[username],$newstempstr);//带链接的用户名if($add[ismember]==1&&$add[userid]){$newstempstr=str_replace('[!--linkusername--]',"<a href='".$public_r[newsurl]."e/space/?userid=".$add[userid]."' target=_blank>".$add[username]."</a>",$newstempstr);}else{$newstempstr=str_replace('[!--linkusername--]',$add[username],$newstempstr);}$newstempstr=str_replace('[!--userid--]',$add[userid],$newstempstr);$newstempstr=str_replace('[!--other.link--]',$keyboardtext,$newstempstr);$newstempstr=str_replace('[!--news.url--]',$public_r[newsurl],$newstempstr);$newstempstr=str_replace('[!--plnum--]',$add[plnum],$newstempstr);$newstempstr=str_replace('[!--totaldown--]',$add[totaldown],$newstempstr);$newstempstr=str_replace('[!--keyboard--]',$add[keyboard],$newstempstr);//链接$titleurl=sys_ReturnBqTitleLink($add);$newstempstr=str_replace('[!--titleurl--]',$titleurl,$newstempstr);$newstempstr=str_replace('[!--page.stats--]','',$newstempstr);$classurl=sys_ReturnBqClassname($add,9);$newstempstr=str_replace('[!--class.url--]',$classurl,$newstempstr);//下一篇if(strstr($newstemptext,'[!--info.next--]')){$next_r=$empire->fetch1("select isurl,titleurl,classid,id,title from {$dbtbpre}ecms_".$class_r[$add[classid]][tbname]." where id>$add[id] and classid='$add[classid]' order by id limit 1");if(empty($next_r[id])){$infonext="<a href='".$classurl."'>".$fun_r['HaveNoNextLink']."</a>";}else{//链接$nexttitleurl=sys_ReturnBqTitleLink($next_r);$infonext="<a href='".$nexttitleurl."'>".$next_r[title]."</a>";}$newstempstr=str_replace('[!--info.next--]',$infonext,$newstempstr);}//上一篇if(strstr($newstemptext,'[!--info.pre--]')){$next_r=$empire->fetch1("select isurl,titleurl,classid,id,title from {$dbtbpre}ecms_".$class_r[$add[classid]][tbname]." where id<$add[id] and classid='$add[classid]' order by id desc limit 1");if(empty($next_r[id])){$infonext="<a href='".$classurl."'>".$fun_r['HaveNoNextLink']."</a>";}else{//链接$nexttitleurl=sys_ReturnBqTitleLink($next_r);$infonext="<a href='".$nexttitleurl."'>".$next_r[title]."</a>";}$newstempstr=str_replace('[!--info.pre--]',$infonext,$newstempstr);}//投票if(strstr($newstemptext,'[!--info.vote--]')){$myvotetext=sys_GetInfoVote($add[classid],$add[id]);$newstempstr=str_replace('[!--info.vote--]',$myvotetext,$newstempstr);}//评分if(strstr($newstemptext,'[!--pinfopfen--]')){$pinfopfen=$add[infopfennum]?round($add[infopfen]/$add[infopfennum]):0;$newstempstr=str_replace('[!--pinfopfen--]',$pinfopfen,$newstempstr);$newstempstr=str_replace('[!--infopfennum--]',$add[infopfennum],$newstempstr);}$string=$newstempstr;//替换变量$string=str_replace('[!--p.title--]',strip_tags($ptitle),$string);$string=str_replace('[!--next.page--]',$thisnextlink,$string);$string=str_replace('[!--page.url--]',$truepage,$string);$string=str_replace('[!--title.select--]',$titleselect,$string);return $string;}if(empty($newstemp_r['tempid'])){printerror('ErrorUrl','',1);}//页面支持标签if($public_r['dtncanbq']){$newstemp_r[temptext]=DtNewsBq('text'.$newstemp_r[tempid],$newstemp_r[temptext],1);}else{if($public_r['searchtempvar']){$newstemp_r[temptext]=ReplaceTempvar($newstemp_r[temptext]);}}$string=DtGetHtml($r,$newstemp_r,$mid,$tbname,$line,$page_line,$start,$page,$search);echo stripSlashes($string);db_close();$empire=null;?>

下载地址
  • 提取密码
  • 1561
  • 解压密码
  • DWQwdewq
收藏 (15) 打赏

感谢您的支持,我会继续努力的!

打开微信/支付宝扫一扫,即可进行扫码打赏哦,分享从这里开始,精彩与您同在
点赞 ()

所有文章为演示数据,不提供下载地址,版权归原作者所有,仅提供演示效果!

CMS主题网 帝国cms插件 帝国CMS7.5自定义栏目/信息伪静态插件 /showinfo-34-796-0.html

我们只做高端Wordpress主题开发!

常见问题
  • 本站所有资源版权均属于原作者所有,这里所提供资源均只能用于参考学习用,请勿直接商用。若由于商用引起版权纠纷,一切责任均由使用者承担。
查看详情
  • 最常见的情况是下载不完整: 可对比下载完压缩包的与网盘上的容量,若小于网盘提示的容量则是这个原因。这是浏览器下载的bug,建议用
查看详情

相关文章

帝国cms伪春菜插件,为网站      这个插件是仿制的wordpress里的伪春菜插件,用了其中的js文件,然后写了个帝国cms版的后台控制面板,前台基本一样。包含GBK和UTF版本安装方法1:复制文件。将plugin文件直接复制到根
#推荐
2026-03-18 4 0C币
EcmsAPI帝国CMS8.0轻量API      插件介绍使用php特性自加载功能,或使用composer包管理工具,任选一种;除入口文件,其余全部采用类文件编写,错误全部由异常处理接管,逻辑更简洁、更高效(代码高复用);版本控制更加灵活(/ap
#推荐
2026-03-18 3 0C币
批量检测网盘分享地址是否      插件说明因为我的站长站资源大部分都是传网盘的,网盘分享链接时不时失效非常影响用户体验,所以下载网盘地址需要经常维护补链。网上有一些批量查询网盘分享链接失效的工具,但是基本都收费,而且有的检查工具还
#推荐
2026-03-18 3 0C币
帝国CMS7.5基于SCWS框架的      插件介绍帝国CMS7.5基于SCWS框架的在线分词插件,利用PSCWS4分词工具进行关键词提取,最终实现关键词与TAGS的自动填充。插件安装方法一、手动生成进入帝国CMS后台 –> 系统设置 –>
#推荐
2026-03-18 3 0C币
帝国网站访问统计插件      我的站长站原创帝国网站访问统计小插件跟帝国官方的统计插件功能没法比,5555本插件简单、小巧、访问记录存文本,不需要数据库支持。帝国cms插件使用方法1.将文件复制到网站eextend目录2.在模
#推荐
2026-03-18 2 0C币
帝国CMS管理员密码重置插      插件名称:帝国CMS-管理员密码重置插件插件作者:帝国CMS官方插件介绍:当你忘记管理员帐号、密码时可以使用此插件进行密码重置。安装插件 1、将upload目录下的文件上传至帝国cms系统目录;2
#推荐
2026-03-18 2 0C币
帝国CMS结合项插件下载[列      帝国cms插件安装方法1、打开fieldand.txt文件,将文件里的所有内容复制到 /e/class/userfun.php 文件里(放在&lt;?php和?>之间任意位置);(推荐用dreamwea
#推荐
2026-03-18 2 0C币
帝国7.0前台批量传图到图      使用方法使用方法一、将uploadify上传到网站目录e/extend/下二、进入后台,依次点击 系统 数据表与系统模型找到图片系统数据表,点击管理字段找到morepic 修改投稿表单替换html
#推荐
2026-03-18 2 0C币