zddl.asp
上传用户:sking1122
上传日期:2020-09-24
资源大小:1005k
文件大小:2k
源码类别:

手机WAP编程

开发平台:

ASP/ASPX

  1. <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%><?xml version="1.0" encoding="utf-8"?>
  2. <%response.buffer=true%>
  3. <%Response.ContentType = "text/vnd.wap.wml; charset=utf-8"%>
  4. <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml"> 
  5. <wml>
  6. <!--#include file="conn.inc"--><%
  7. '====================================================================
  8. ' 请你保留这段说明,这并不会影响你的速度.   电脑交流:http://www.cnscu.cn
  9. ' 程序制作:横云   掌上校园收倾心整理收集于互联网,感谢你的支持!
  10. ' 升级时间: 2008-2-5   主页地址:HTTP://wap.cnscu.cn
  11. ' E-Mail: cnscu@126.com    客服QQ:554904632 QQ群:30493504 QQ群2:46659883
  12. '====================================================================
  13. %> <%
  14. xx=request.QueryString("xx")
  15. 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"
  16. if request.ServerVariables("HTTP_X_UP_subno")<>"" then
  17. sjhm = right(request.ServerVariables("HTTP_X_UP_subno"),11)
  18. elseif Request.ServerVariables("HTTP_X_UP_CALLING_LINE_ID")<>"" then
  19. sjhm = right(request.serverVariables("HTTP_X_UP_CALLING_LINE_ID"),11)
  20. elseif request("MISC_MSISDN")<>"" then
  21. elseif Request.ServerVariables("REMOTE_ADDR")<>"" then
  22. sjhm=Request.ServerVariables("REMOTE_ADDR")
  23. else
  24. response.redirect "cnscu_grdl.asp"
  25. end if
  26. '过滤地址
  27. function usbb(str)
  28. str=trim(str)
  29. if IsNull(str) then exit function
  30. str=replace(str,"http://218.200.244.92/PuLLSrevlet;xid=Gv94plQz!-1425231122!727640253?MTSC_U=","")
  31. str=replace(str,"http://218.200.244.92/PullServlet?SPID=900111&ServiceID=00002067&MISC_I=1&SPURL=","")
  32. usbb=str
  33. end function
  34. %>
  35. <head>
  36. <meta http-equiv='Cache-Control' content='no-cache'/>
  37. </head>
  38. <%if xx<>"" then%>
  39. <card title="自动登陆成功" ontimer="<%=request.QueryString("MTSC_U")%>?sjhm=<%=sjhm%>">
  40. <timer value="10"/>
  41. <%else%>
  42. <card title="自动登陆中">
  43. <%end if%>
  44. <p>
  45. 手机号<%=sjhm%><br/>
  46. +++++++++<br/>
  47. <!--#include file="w.asp"-->
  48. </p>
  49. </card>
  50. </wml>