/[LeafOK_CVS]/fenglin/www/rss.php
ViewVC logotype

Diff of /fenglin/www/rss.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.12 by sysadm, Tue Mar 18 07:11:18 2025 UTC Revision 1.14 by sysadm, Sat Mar 29 07:06:57 2025 UTC
# Line 1  Line 1 
1  <?  <?
2            require_once "../lib/db_open.inc.php";
3          require_once "../lib/common.inc.php";          require_once "../lib/common.inc.php";
4          require_once "../lib/lml.inc.php";          require_once "../lib/lml.inc.php";
5  ?>  ?>
# Line 42  else Line 43  else
43  if ($page<1)  if ($page<1)
44          $page=1;          $page=1;
45    
 $db_conn=include "./db_open.inc.php";  
   
46  $rs=mysql_query("select section_config.* from section_config left join section_class".  $rs=mysql_query("select section_config.* from section_config left join section_class".
47          " on section_config.CID=section_class.CID where SID=$sid and".          " on section_config.CID=section_class.CID where SID=$sid and".
48          " section_config.enable and section_class.enable and".          " section_config.enable and section_class.enable and".
# Line 86  if ($page>$page_total) Line 85  if ($page>$page_total)
85          <link><? echo $base_url."/bbs/bbs.php?sid=".$sid; ?></link>          <link><? echo $base_url."/bbs/bbs.php?sid=".$sid; ?></link>
86          <language>zh-cn</language>          <language>zh-cn</language>
87          <docs></docs>          <docs></docs>
88          <generator>Rss Generator By FengLin</generator>          <generator>Rss Generator By <? echo $BBS_name; ?></generator>
89          <copyright>Copyright (C) 2003-2025 www.FengLin.info, All rights reserved</copyright>          <copyright>Copyright (C)<? echo $BBS_copyright_duration; ?> <? echo $BBS_host_name; ?>, All rights reserved</copyright>
90  <?  <?
91  $rs=mysql_query("SELECT * from bbs ".  $rs=mysql_query("SELECT * from bbs ".
92          "where SID=$sid and visible and ".          "where SID=$sid and visible and ".


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1