xml.asp
上传用户:angela
上传日期:2022-05-11
资源大小:853k
文件大小:1k
源码类别:

外挂编程

开发平台:

ASP/ASPX

  1. <!--#include file="../inc/Cls_Conn.asp"-->
  2. <!--#include file="../Inc/Cls_Config.asp"-->
  3. <?xml version="1.0" encoding="gb2312"?>
  4. <config>
  5.   <lists>
  6. <%
  7. set rs=conn.execute("select * from PlayerClass order by classid")
  8. do while not rs.eof
  9. %>
  10. <list name="<%=rs("classname")%>">xml_<%=rs("classid")%>.asp</list>
  11. <%
  12. rs.movenext
  13. loop
  14. rs.close
  15. set rs=nothing
  16. CloseConn
  17. %>
  18.         </lists>
  19.   <copyright>一起玩吧</copyright>
  20.   <url>http://www.33520.com</url>
  21.   <readme>
  22. <line>欢迎来到&lt;a href='asfunction:LJie,http://www.33520.com'&gt;▓一起玩吧▓&lt;/a&gt;在线音乐播放器</line>
  23. <line>希望你能找到合适的战歌</line>
  24. <line></line>
  25. <line>让游戏充满激情</line>
  26. <line>请记住本站地址哦</line>
  27. <line>http://www.33520.com/</line>
  28. <line>最新最好听的战歌都在在</line>
  29. <line></line>
  30. <line>想你所未想,寻你未曾体会的感觉!</line>
  31. <line></line>
  32. <line>想下载本站歌曲请联系客服QQ</line>
  33.  </readme>
  34. </config>