最近在seopassword中听公开课,听到了讲师分享一个蜘蛛劫持代码,觉得好玩,发来跟大家分享分享。老鸟略过。这个代码是在百度或者谷歌蜘蛛来抓取的时候自动判断,然后返回一个特定的网页。把这个代码复制以后改成.asp后缀以后放在网站根目录就可以了(请自己改成自己需要的内容)。大家不妨试试。自己可以试验下可行性 <!DOCTYPE html> <html dir=”ltr”> <head> <meta http-equiv=”Content-Type” content=”text/html; charset=gb2312″ /> <title>无标题文档</title> <% 定义方法函数 function Getbot() dim s_agent GetBot=”" s_agent=Request.ServerVariables(“HTTP_USER_AGENT”) if instr(1,s_agent,”googlebot”,1) > 0 t...