国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > ASP > 正文

asp實現禁止搜索引擎蜘蛛訪問的代碼

2020-07-27 12:40:56
字體:
來源:轉載
供稿:網友

這段代碼可以控制常用的搜索引擎無法訪問asp頁面,需要在每個asp頁面包含這段代碼。

<%function isspider()dim i,agent,searrayagent="agent:"&LCase(request.servervariables("http_user_agent"))searray=array("googlebot","baiduspider","sogouspider","yahoo","Sosospider")isspider= falsefor i=0 to ubound(searray) if (instr(agent,searray(i))>0) then isspider=truenextend functionfunction fromse()dim urlrefer,searray,iurlrefer="refer:"&LCase(request.ServerVariables("HTTP_REFERER"))fromse= falseif urlrefer="" then fromse= falsesearray=array("google","baidu","sogou","yahoo","soso")for i=0 to ubound(searray) if (instr(urlrefer,searray(i))>0) then fromse=truenextend functionif(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 ifend if                if (fromse()) then response.write("<br/>") response.endelseend if%>

以上所述就是本文的全部內容了,希望大家能夠喜歡。

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 兴化市| 梨树县| 富阳市| 邵武市| 漳州市| 民权县| 西盟| 灵璧县| 普陀区| 敦化市| 台东县| 阜阳市| 岑溪市| 南昌县| 东莞市| 嘉义市| 高平市| 宁波市| 固安县| 融水| 抚松县| 岑溪市| 龙胜| 法库县| 扎兰屯市| 乌什县| 南宁市| 通州市| 天峻县| 肃北| 扎囊县| 永吉县| 威宁| 陵川县| 阿拉尔市| 蒲城县| 临邑县| 建德市| 临颍县| 定边县| 平陆县|