📄 list.asp
字号:
<!--#include file="head.asp" -->
<!--#include file="inc/clsThief.asp" -->
<%
dim c_id,s_id,style,page
c_id=request("c_id")
s_id=request("s_id")
style=request("style")
page=request("page")
dim pagelist,myThief2
set myThief2=new clsThief
if style="" then
myThief2.src="http://www.flash8.net/flash/list.aspx?c_id="&c_id&"&s_id="&s_id&""
else
myThief2.src="http://www.flash8.net/flash/list.aspx?style="&style&"&c_id="&c_id&"&s_id="&s_id&"&page="&page&""
end if
myThief2.steal '开始偷窃
myThief2.cut "<a href=""http://www.flash8.net/bbs"">论坛</a></td>","<body leftmargin=""0"" topmargin=""0"">"
myThief2.change "<iframe frameborder=""0"" src=""../google.aspx"" height=""22"" width=""160"" scrolling=""no""></iframe>",""
myThief2.change "<iframe frameborder=""0"" src=""searchform.aspx"" height=""22"" width=""439"" scrolling=""no""></iframe>",""
myThief2.change "list.aspx","list.asp"
myThief2.change "../images/","http://www.flash8.net/images/"
myThief2.change "http://www.flash8.net/images/flash/menu2.gif","images/menu2.gif"
myThief2.change "http://www.flash8.net/images/flash/left_flash.gif","images/left_flash.gif"
myThief2.change "<script language=""JavaScript"" src=""http://www.flash8.net/flash8_a_d_s/news_left.js""></script>","<iframe marginwidth=0 marginheight=0 frameborder=0 scrolling=no src='http://www.12124.com/xx180.htm' width=160 height=60></iframe><br><script src='http://union.3721.com/cust.js?pid=S_yongwei_106387&pid1=U_yongwei_106388&SearchHeight=60&SearchWidth=160&boxColor=2C8FD2&txtColor=FFFFFF&Key=3231,3216,3233,3236,3235,3269,3289,3294,3296,3295,3298,3299,3300,3291,3293,3123'></script>"
myThief2.change "target=_blank href='","target=_blank href='showflash.asp?id="
myThief2.change ".jpg""><a href=""",".jpg""><a href=""showflash.asp?id="
myThief2.change ".gif""><a href=""",".gif""><a href=""showflash.asp?id="
myThief2.change "Flash 8首页","阳光森林"
myThief2.change "作品区首页","动漫首页"
myThief2.change "闪吧",""
myThief2.change "<a href=""http://www.flash8.net/flash"">","<a href=""index.asp"">"
myThief2.change ".shtml",""
pagelist=myThief2.value '获得偷取的内容
set myThief2=nothing '释放对象
pagelist="<html><head><link rel=""stylesheet"" href=""wind98.css""><title>『阳光森林-动漫频道』</title></head><body>"&pagelist&"</body></html>"
response.write(pagelist)
%><!--#include file="bottom.asp" -->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -