index33.asp
资源名称:wap.rar [点击查看]
上传用户:sking1122
上传日期:2020-09-24
资源大小:1005k
文件大小:3k
源码类别:
手机WAP编程
开发平台:
ASP/ASPX
- <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%><?xml version="1.0" encoding="utf-8"?>
- <%response.buffer=true%>
- <%Response.ContentType = "text/vnd.wap.wml; charset=utf-8"%>
- <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
- <!--#include file="conn.inc"-->
- <!--#include file="yksb.asp"--><%
- '====================================================================
- ' 请你保留这段说明,这并不会影响你的速度. 电脑交流:http://www.cnscu.cn
- ' 程序制作:横云 掌上校园收倾心整理收集于互联网,感谢你的支持!
- ' 升级时间: 2008-2-5 主页地址:HTTP://wap.cnscu.cn
- ' E-Mail: cnscu@126.com 客服QQ:554904632 QQ群:30493504 QQ群2:46659883
- '====================================================================
- %> <%set zhlhp=Server.CreateObject("ADODB.Recordset")
- zhhssqllp="select * from ltjb where CStr(id)=1"
- zhlhp.open zhhssqllp,conn,1,1
- ltname=zhlhp("name")
- ltlogo=zhlhp("logo")
- zhlhp.close
- set zhlhp=nothing%>
- <%set jszx=Server.CreateObject("ADODB.Recordset")
- jssql="select tj,zx,id from cnscu_gr where cstr(zx)=1 order by tj asc"
- jszx.open jssql,conn,1,3
- if clng(ttvv)-jszx("tj")>30 then jszx("zx")=0
- jszx.update
- jszx.close
- set jszx=nothing%>
- <wml>
- <head><meta http-equiv='Cache-Control' content='no-cache'/>
- </head>
- <card title="<%=ltname%>">
- <p>
- <%
- bb=request("bb")
- if bb="" then bb="2"
- if bb="1" then fl="tm"
- if bb="2" then fl="hhsj"
- if bb<>"1" or bb<>"2" then bb="2"
- %>
- <%if cnscu="youke" or cnscu="" then%>
- <a href="cnscu_grdl.asp">登陆/注册</a><br/>
- <%end if%>
- <%
- if len(ltlogo)>7 then
- response.write("<img src='" & ltlogo & "' alt='ing'/><br/>")
- end if
- %>
- <%if cnscu<>"youke" and cnscu<>"" then%>
- <!--#include file="xxts.asp"-->
- 欢迎您:<b><a href="gr_zl.asp?id=<%=myid%>&cnscu=<%=cnscu%>"><%=myni%></a></b><br/>
- <%end if%>
- <!--#include file="gg.asp"-->
- <a href="lt_view.asp?tid=2044&cnscu=<%=cnscu%>">新社区意见专帖</a><br/>
- =论坛列表=<br/>
- <%
- set rsql=Server.CreateObject("ADODB.Recordset")
- rsspt="select * from sclt order by pid asc"
- rsql.open rsspt,conn,1,2%>
- <%
- if rsql.eof then
- response.write("暂无论坛,请登陆后台添加")
- else
- rsql.Move(0)
- dim j
- j=1
- do while ((not rsql.EOF) and j <=5000)
- %>
- <a href='lt_list.asp?ltid=<%=rsql("id")%>&cnscu=<%=cnscu%>'><%=ubb(rsql("name"))%></a>
- <%if rsql("brr")=1 then%><br/><%end if%>
- <%
- rsql.MoveNext
- j=j+1
- loop
- end if
- rsql.close
- set rsql=nothing
- %>
- <a href="hy.asp?cnscu=<%=cnscu%>">会员中心</a>|<a href="bangzhu.asp?cnscu=<%=cnscu%>">新手帮助</a><br/>
- 社区在线:<a href="lt_zxhy.asp?cnscu=<%=cnscu%>"><%=Application("OnLine")%></a>人<br/>
- --------<br/>
- <!--#include file="w.asp"-->
- </p>
- </card>
- </wml>