| 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 |
?> |
?> |
| 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". |
| 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 ". |