<%
From_url = Cstr(Request.ServerVariables("HTTP_REFERER"))
Serv_url = Cstr(Request.ServerVariables("SERVER_NAME"))
if mid(From_url,8,len(Serv_url)) <> Serv_url and mid(From_url,8,len(Serv_url))<>"qqxhx.com"
and mid(From_url,8,len(Serv_url))<>"www.qqxhx.com" then
response.write "您下载的软件来自QQ新航线,请直接从主页下载,谢谢 " ’防止盗链
response.write "QQ新航线http://www.qqxhx.com" ’防止盗链
response.end
end if
%>