刚侵站时发现的一个搞笑的脚本!吓人用的
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>正在格式化你服务器的硬盘</title>
<style type="text/css">
<!--
body,td,th {
color: #FF0000;
}
body {
background-color: #000000;
}
.style1 {font-size: 36px}
-->
</style></head>
<body onload="startaction()" bgcolor="#000000" text="#FF0000" link="#FF0000" vlink="#FF0000" alink="#FF0000">
<table width="775" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><script LANGUAGE="JAVASCRIPT">
var timerID=null;
var count=0;
var running=false;
function RandomNumber(max)
{var today = new Date();
var num= Math.round((Math.abs(Math.sin(today.getTime()))*1000))%max+1;
return num;
}
function stopaction()
{if (running)
clearTimeout(timerID);
running=false;
}
function startaction()
{ stopaction();
action();
}
function action()
{if (count!=100)
{ document.outputform.output.value="正在格式化你服务器的硬盘,目前进度:"+count+"%";
count++;
timerID=setTimeout("action()",200+RandomNumber(10));
running=true;
}
else
{ document.outputform.output.value="格式化完毕 ... ...呵呵,你完蛋了,注意网络安全!";
stopaction();
}
}
</script>
</table>
<p align="center" class="style1">正在格式化你服务器的硬盘</p>
<form name="outputform">
<p align="center"><input TYPE="TEXT" NAME="output" size="50"></p>
</form>
<p align="center">
<font size="6">格式化完毕自动进入</font>
<p align="center"><font size="6"><a href="www.hxhack.com/bbs">
www.hxhack.com/bbs</a></font><br>
</p>
<p align="center"><a href="www.hxhack.com/bbs">
www.hxhack.com/bbs</a></p>
<p> </p>
</body>
</html>