📄 download.asp
字号:
<!--#include file="dbkillercnect.asp"-->
<!--#include file="sqlfiltrate.asp"-->
<title>Downloading...</title>
<%
id=request("id")
module=request("module")
typeid=request("type")
sql="select * from "&front0&module&" where id="&id
set rs=conn.execute(sql)
%>
<script>
<%
if typeid=1 then folder="scan" else:end if
if typeid=2 then folder="attack" else:end if
if typeid=3 then folder="backdoor" else:end if
if typeid=4 then folder="sniffer" else:end if
if typeid=5 then folder="nettools" else:end if
if typeid=6 then folder="crack" else:end if
if typeid=7 then folder="system" else:end if
if typeid=8 then folder="programme" else:end if
if typeid=9 then folder="recovery" else:end if
if typeid=10 then folder="mend" else:end if
if typeid=11 then folder="other" else:end if
if module="tools" then%>
window.location="/downloads/<%=folder%>/<%=rs("to_add")%>"
<%else:end if
if module="releases" then%>
window.location="/downloads/releases/<%=rs("re_add")%>"
<%else:end if%>
</script>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -