📄 zddl.asp
字号:
<% @LANGUAGE="VBSCRIPT" CODEPAGE="65001" %>
<%Response.ContentType = "text/vnd.wap.wml; charset=utf-8"%>
<?xml version="1.0" encoding="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"-->
<%
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 "66hc_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>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -