日志标签 ‘CMS’

给PHP168的CMS增加rss功能

分类: 傲文原创, 建站札记, 网站建设 没有评论 »

给PHP168的CMS增加RSS功能,只要把下面的代码另存为rss.php,上传到网站根目录即可.访问地址http://www.***.com/rss.php

<?php
require(”global.php”);
header(”Content-type: application/xml”);
if($fidDB[config][ListShowType]!=1&&$fidDB[config][ListShowType]!=3){
$listdb_pic=ListPic($webdb[listPicRows]?$webdb[listPicRows]:4,$leng=30);    //图片主题
}
$listdb_pic || $hide_listpic=’none’;    //不存在图片主题的话.要把图片主题的边框隐藏
$listdb || $hide_listnews=’none’;        //如果是大分类的话,就不存在标题,就把标题框隐藏
!$listdb_moresort && !$listdb && !$fidDB[type] && $hide_listnews=”;
{

阅读全文…»

收藏与分享