当前位置: 首页 > 站长资讯 > 正文页面

帝国cms相关链接无内容时调用当前栏目最热信息的方法

这篇文章主要为大家分享下帝国cms相关链接无内容时调用当前栏目最热信息的方法,需要的朋友可以参考下rdb网站目录_网站网址收录与提交入口

帝国cms相关链接,这里以帝国cms 7.0为例具体代码 在/e/class/functions.phprdb网站目录_网站网址收录与提交入口

$keyboardtext='<?=GetKeyboard($ecms_gr[keyboard],$ecms_gr[keyid],$ecms_gr[classid],$ecms_gr[id],$class_r[$ecms_gr[classid]][link_num])?>';可以看到相关链接的信息是通过GetKeyboard得到,找到 GetKeyboard修改一下就可以了,也是在/e/class/functions.phprdb网站目录_网站网址收录与提交入口

代码如下:rdb网站目录_网站网址收录与提交入口

//取得相关链接rdb网站目录_网站网址收录与提交入口

function GetKeyboard($keyboard,$keyid,$classid,$id,$link_num){rdb网站目录_网站网址收录与提交入口
global $empire,$public_r,$class_r,$fun_r,$dbtbpre;rdb网站目录_网站网址收录与提交入口

if($keyid&&$link_num)rdb网站目录_网站网址收录与提交入口

{rdb网站目录_网站网址收录与提交入口

$add="id in (".$keyid.")";rdb网站目录_网站网址收录与提交入口

$tr=$empire->fetch1("select otherlinktemp,otherlinktempsub,otherlinktempdate from ".GetTemptb("enewspubtemp")." limit 1");//取得相关链接模板rdb网站目录_网站网址收录与提交入口

$temp_r=explode("[!--empirenews.listtemp--]",$tr[otherlinktemp]);rdb网站目录_网站网址收录与提交入口

$key_sql=$empire->query("select id,newstime,title,isurl,titleurl,classid,titlepic,lastvolume from {$dbtbpre}ecms_".$class_r[$classid][tbname]." where ".$add." order by newstime desc limit $link_num");rdb网站目录_网站网址收录与提交入口

while($link_r=$empire->fetch($key_sql))rdb网站目录_网站网址收录与提交入口

{rdb网站目录_网站网址收录与提交入口

$text=RepOtherTemp($temp_r[1],$link_r,$tr);rdb网站目录_网站网址收录与提交入口

$text=str_replace('[!--no--]',$i,$text);rdb网站目录_网站网址收录与提交入口

$text=str_replace('[!--state--]',$link_r[state],$text);rdb网站目录_网站网址收录与提交入口

$text=str_replace('[!--lastvolume--]',$link_r[lastvolume],$text);rdb网站目录_网站网址收录与提交入口

$keyboardtext.=$text;rdb网站目录_网站网址收录与提交入口

//$keyboardtext.=RepOtherTemp($temp_r[1],$link_r,$tr);rdb网站目录_网站网址收录与提交入口

}rdb网站目录_网站网址收录与提交入口

$keyboardtext=$temp_r[0].$keyboardtext.$temp_r[2];rdb网站目录_网站网址收录与提交入口

}rdb网站目录_网站网址收录与提交入口

elserdb网站目录_网站网址收录与提交入口

{rdb网站目录_网站网址收录与提交入口

$keyid=GetKeyid($keyboard,$classid,0,$link_num);rdb网站目录_网站网址收录与提交入口
if($keyid)rdb网站目录_网站网址收录与提交入口

{rdb网站目录_网站网址收录与提交入口

$fsql=$empire->query("update {$dbtbpre}ecms_".$class_r[$classid][tbname]."_data_1 set keyid='$keyid' where id='$id'");rdb网站目录_网站网址收录与提交入口

$add="id in (".$keyid.")";rdb网站目录_网站网址收录与提交入口

$tr=$empire->fetch1("select otherlinktemp,otherlinktempsub,otherlinktempdate from ".GetTemptb("enewspubtemp")." limit 1");//取得相关链接模板rdb网站目录_网站网址收录与提交入口

$temp_r=explode("[!--empirenews.listtemp--]",$tr[otherlinktemp]);rdb网站目录_网站网址收录与提交入口

$key_sql=$empire->query("select id,newstime,title,isurl,titleurl,classid,titlepic,lastvolume from {$dbtbpre}ecms_".$class_r[$classid][tbname]." where ".$add." order by newstime desc limit $link_num");rdb网站目录_网站网址收录与提交入口

while($link_r=$empire->fetch($key_sql))rdb网站目录_网站网址收录与提交入口

{rdb网站目录_网站网址收录与提交入口

$text=RepOtherTemp($temp_r[1],$link_r,$tr);rdb网站目录_网站网址收录与提交入口

$text=str_replace('[!--no--]',$i,$text);rdb网站目录_网站网址收录与提交入口

$text=str_replace('[!--state--]',$link_r[state],$text);rdb网站目录_网站网址收录与提交入口

$text=str_replace('[!--lastvolume--]',$link_r[lastvolume],$text);rdb网站目录_网站网址收录与提交入口

$keyboardtext.=$text;rdb网站目录_网站网址收录与提交入口

//$keyboardtext.=RepOtherTemp($temp_r[1],$link_r,$tr);rdb网站目录_网站网址收录与提交入口

}rdb网站目录_网站网址收录与提交入口

$keyboardtext=$temp_r[0].$keyboardtext.$temp_r[2];rdb网站目录_网站网址收录与提交入口

}rdb网站目录_网站网址收录与提交入口

elserdb网站目录_网站网址收录与提交入口

{rdb网站目录_网站网址收录与提交入口

$add="";rdb网站目录_网站网址收录与提交入口

$tr=$empire->fetch1("select otherlinktemp,otherlinktempsub,otherlinktempdate from ".GetTemptb("enewspubtemp")." limit 1");//取得相关链接模板rdb网站目录_网站网址收录与提交入口

$temp_r=explode("[!--empirenews.listtemp--]",$tr[otherlinktemp]);rdb网站目录_网站网址收录与提交入口

$key_sql=$empire->query("select id,newstime,title,isurl,titleurl,classid,titlepic,lastvolume from {$dbtbpre}ecms_".$class_r[$classid][tbname]." where order by onclick desc limit $link_num");rdb网站目录_网站网址收录与提交入口

while($link_r=$empire->fetch($key_sql))rdb网站目录_网站网址收录与提交入口

{rdb网站目录_网站网址收录与提交入口

$text=RepOtherTemp($temp_r[1],$link_r,$tr);rdb网站目录_网站网址收录与提交入口

$text=str_replace('[!--no--]',$i,$text);rdb网站目录_网站网址收录与提交入口

$text=str_replace('[!--state--]',$link_r[state],$text);rdb网站目录_网站网址收录与提交入口

$text=str_replace('[!--lastvolume--]',$link_r[lastvolume],$text);rdb网站目录_网站网址收录与提交入口

$keyboardtext.=$text;rdb网站目录_网站网址收录与提交入口

//$keyboardtext.=RepOtherTemp($temp_r[1],$link_r,$tr);rdb网站目录_网站网址收录与提交入口

}rdb网站目录_网站网址收录与提交入口

$keyboardtext=$temp_r[0].$keyboardtext.$temp_r[2];rdb网站目录_网站网址收录与提交入口

}rdb网站目录_网站网址收录与提交入口

//----------------------------------------------------------------------------------------------rdb网站目录_网站网址收录与提交入口

//$keyboardtext=$fun_r['NotLinkNews'];rdb网站目录_网站网址收录与提交入口

}rdb网站目录_网站网址收录与提交入口

return $keyboardtext;rdb网站目录_网站网址收录与提交入口

}rdb网站目录_网站网址收录与提交入口

原来的官方代码rdb网站目录_网站网址收录与提交入口

在没有关键字的时候直接就给出rdb网站目录_网站网址收录与提交入口

$keyboardtext=$fun_r['NotLinkNews'];rdb网站目录_网站网址收录与提交入口

这显示无相关信息rdb网站目录_网站网址收录与提交入口

我做了一个无keyid的时候再去获取一次keyid,rdb网站目录_网站网址收录与提交入口

$keyid=GetKeyid($keyboard,$classid,0,$link_num);rdb网站目录_网站网址收录与提交入口

确实没有关键字的时候读取人气最高的几条信息rdb网站目录_网站网址收录与提交入口

$key_sql=$empire->query("select id,newstime,title,isurl,titleurl,classid,titlepic,lastvolume from {$dbtbpre}ecms_".$class_r[$classid][tbname]." where order by onclick desc limit $link_num");rdb网站目录_网站网址收录与提交入口

 rdb网站目录_网站网址收录与提交入口

 rdb网站目录_网站网址收录与提交入口

  

此文由 网站目录_网站网址收录与提交入口 编辑,未经允许不得转载!:

相关文章