xml.asp
上传用户:angela
上传日期:2022-05-11
资源大小:853k
文件大小:1k
- <!--#include file="../inc/Cls_Conn.asp"-->
- <!--#include file="../Inc/Cls_Config.asp"-->
- <?xml version="1.0" encoding="gb2312"?>
- <config>
- <lists>
- <%
- set rs=conn.execute("select * from PlayerClass order by classid")
- do while not rs.eof
- %>
- <list name="<%=rs("classname")%>">xml_<%=rs("classid")%>.asp</list>
- <%
- rs.movenext
- loop
- rs.close
- set rs=nothing
- CloseConn
- %>
- </lists>
- <copyright>一起玩吧</copyright>
- <url>http://www.33520.com</url>
- <readme>
- <line>欢迎来到<a href='asfunction:LJie,http://www.33520.com'>▓一起玩吧▓</a>在线音乐播放器</line>
- <line>希望你能找到合适的战歌</line>
- <line></line>
- <line>让游戏充满激情</line>
- <line>请记住本站地址哦</line>
- <line>http://www.33520.com/</line>
- <line>最新最好听的战歌都在在</line>
- <line></line>
- <line>想你所未想,寻你未曾体会的感觉!</line>
- <line></line>
- <line>想下载本站歌曲请联系客服QQ</line>
- </readme>
- </config>