zddl.asp
资源名称:wap.rar [点击查看]
上传用户:sking1122
上传日期:2020-09-24
资源大小:1005k
文件大小:2k
源码类别:
手机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">
- <wml>
- <!--#include file="conn.inc"--><%
- '====================================================================
- ' 请你保留这段说明,这并不会影响你的速度. 电脑交流:http://www.cnscu.cn
- ' 程序制作:横云 掌上校园收倾心整理收集于互联网,感谢你的支持!
- ' 升级时间: 2008-2-5 主页地址:HTTP://wap.cnscu.cn
- ' E-Mail: cnscu@126.com 客服QQ:554904632 QQ群:30493504 QQ群2:46659883
- '====================================================================
- %> <%
- xx=request.QueryString("xx")
- if xx="" then response.redirect "http://218.200.244.92/PullServlet?SPID=900111&ServiceID=00002067&MISC_I=1&SPURL=http://love.mfyys.com/bbs/zddl.asp?xx=1"
- if request.ServerVariables("HTTP_X_UP_subno")<>"" then
- sjhm = right(request.ServerVariables("HTTP_X_UP_subno"),11)
- elseif Request.ServerVariables("HTTP_X_UP_CALLING_LINE_ID")<>"" then
- sjhm = right(request.serverVariables("HTTP_X_UP_CALLING_LINE_ID"),11)
- elseif request("MISC_MSISDN")<>"" then
- elseif Request.ServerVariables("REMOTE_ADDR")<>"" then
- sjhm=Request.ServerVariables("REMOTE_ADDR")
- else
- response.redirect "cnscu_grdl.asp"
- end if
- '过滤地址
- function usbb(str)
- str=trim(str)
- if IsNull(str) then exit function
- str=replace(str,"http://218.200.244.92/PuLLSrevlet;xid=Gv94plQz!-1425231122!727640253?MTSC_U=","")
- str=replace(str,"http://218.200.244.92/PullServlet?SPID=900111&ServiceID=00002067&MISC_I=1&SPURL=","")
- usbb=str
- end function
- %>
- <head>
- <meta http-equiv='Cache-Control' content='no-cache'/>
- </head>
- <%if xx<>"" then%>
- <card title="自动登陆成功" ontimer="<%=request.QueryString("MTSC_U")%>?sjhm=<%=sjhm%>">
- <timer value="10"/>
- <%else%>
- <card title="自动登陆中">
- <%end if%>
- <p>
- 手机号<%=sjhm%><br/>
- +++++++++<br/>
- <!--#include file="w.asp"-->
- </p>
- </card>
- </wml>