📄 pic_down.asp
字号:
<!--#include file="conn1.asp"-->
<%
dim sma,big,act,tid,spid,pn
sma=request.QueryString("sma")
big=request.QueryString("big")
act=request.QueryString("act")
if act="" then act="2"
tid=request.QueryString("tid")
spid=request.QueryString("spid")
if spid="" then spid="1"
pn=request.QueryString("pn")
if pn="" then pn="1"
%>
<%
Dim Url,Html,start,over,body,wap,wstr,str
Url="http://61.145.124.12/photo/pic_down.aspx?act="&act&"&tid="&tid&"&pn="&pn&"&spid="&spid&"&sma="&sma&"&big="&big&"&wid=2286"
wstr=getHTTPPage(url)
start=Instr(wstr,"<p>")
over=Instr(wstr,"<a href=""index.aspx")
body=mid(wstr,start,over-start)
'------------------------------------------------
body = replace(body,"<p align=""left"">","")
body = replace(body,"<p align=""center"">","")
body = replace(body,"</p>","")
body = replace(body,"<p>","")
body = replace(body,".aspx",".asp")
body = replace(body,"<a href=""#shengming"">免责声明</a><br/>","")
body = replace(body,"photo.3g.cn/upload","61.145.124.12/photo/upload")
body = replace(body,"<a href=""wall_down.asp?act=1&pn=1&tid=0&spid=12900&sma=pic/070910171628_133992a.jpg&big=pic/070910171628_133992b.jpg&sid=&wid=2286"">缩放下载>></a>","")
'--------------------------------------------------
Response.write body
%>
<!--#include file="footer.asp"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -