| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 1041 人关注过本帖
标题:RSS
只看楼主 加入收藏
不再沉默
Rank: 1
等 级:新手上路
帖 子:20
专家分:0
注 册:2007-10-6
收藏
 问题点数:0 回复次数:0 
RSS
Microsoft VBScript 编译器错误 错误 '800a0408'
 悬赏分:0 - 离问题结束还有 13 天 5 小时
Microsoft VBScript 编译器错误 错误 '800a0408'

无效字符

/admins_rss.asp,行 51

temp1="<?xml version='1.0' encoding='gb2312 '?>" & _ vbcrlf&"<rss version=2.0'>" & _

  源码如下:
tmp_record=rs("m_rss_record")
tmp_table=rs("m_data_name")
tmp_where="hidden=1"
select case inurl
case "forum"
tmp_table="bbs_topic"
tmp_record="id,topic,username,tim,forum_id"
tmp_where="forum_id<>999999999"
end select
sql="select top 20 "&tmp_record&" from "&tmp_table&" where "&tmp_where&" order by id desc"
temp1="<?xml version='1.0' encoding='gb2312 '?>" & _ vbcrlf&"<rss version=2.0'>" & _ 此行 第51行vbcrlf&"<channel>" & _
vbcrlf&"<title>"&joekoe_cms.web_name&" - "&tmp_title&"</title>" & _
vbcrlf&"<description>"&joekoe_cms.web_name&"</description>" & _
vbcrlf&"<link>"&joekoe_cms.web_urls&"</link>" & _
vbcrlf&"<language>zh-cn</language>" & _
vbcrlf&"<docs>"&joekoe_cms.web_name&"</docs>" & _
vbcrlf&"<generator>"&joekoe_cms.web_name&"</generator>"
set rs=joekoe_cms.exec(sql,1)
do while not rs.eof
tmp_topic=rs(1)
tmp_topic=replace(tmp_topic,"&","&")
tmp_topic=joekoe_cms.code_word(tmp_topic)
tmp_url=inurl&"_view.asp?id="&rs(0)
if inurl="forum" then
tmp_url=inurl&"_view.asp?view_id="&rs(0)
end if
temp1=temp1&vbcrlf&vbcrlf&"<item>" & _
vbcrlf&"<title>"&tmp_topic&"</title>" & _
vbcrlf&"<link>"&joekoe_cms.web_urls&tmp_url&"</link>" & _
vbcrlf&"<author>"&rs(2)&"</author>" & _
vbcrlf&"<pubDate>"&rs(3)&"</pubDate>" & _
vbcrlf&"</item>"
rs.movenext
loop
rs.close
temp1=temp1&vbcrlf&vbcrlf&"</channel>" & _
vbcrlf&"</rss>"
call create_file("xml/rss2_"&inurl&".xml",temp1)
call admin_msg("成功更新栏目"&tit_fir&"("&tmp_title&")!","?",1)
end sub

sub joekoe_chk_main()
dim m_index_url
call admin_td(tit)
%>
<tr>
<td width='20%'>目前本系统支持<%response.write tit_fir%>的栏目</td>
<td width='80%'>
<table cellspacing=1 cellpadding=3 class=table0>
<tr align=center>
<td class=td width='20%'>栏目名称</td>
<td class=td width='65%'><%response.write tit_fir%>地址</td>
<td class=td width='15%'>相关操作</td>
</tr>
<%
sql="select m_id,m_index_url,m_mname,m_data_name from admin_menu where m_on_rss=1 order by m_id"
set rs=joekoe_cms.exec(sql,1)
do while not rs.eof
m_index_url=rs("m_index_url")
%>
<tr align=center>
<td><%response.write rs("m_mname")%></td>
<td align=left><a href='xml/rss2_<%response.write m_index_url%>.xml' target=_blank><%response.write joekoe_cms.web_urls%>xml/rss2_<%response.write m_index_url%>.xml</a></td>
<td><a href='?action=update&id=<%response.write rs("m_id")%>'>更新<%response.write tit_fir%></a></td>
</tr>
<%
rs.movenext
loop
rs.close
%>
</table>
</td>
</tr>
<%
call admin_td("什么是"&tit_fir)
%>
<tr>
<td></td>
搜索更多相关主题的帖子: RSS tmp Microsoft record 
2008-01-08 17:23
快速回复:RSS
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.012147 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved