<html><head>


<TITLE>|| HACKED By   Vaga kontol & Dr_h0uCk BiG BOSS fuck lol||</TITLE><meta
http-equiv="Content-Type" content="text/html; charset=iso-8859-9">


 <link rel="shortcut icon" href="http://fla.fg-a.com/india-flag-animated-
1.gif"/>




<style type="text/css">




<!--




.ahgcrewstyle {




       color: #F00;




}




.ahg {




       color: #0F0;




}




-->
</style>




<p></p><center>




<center></center>




<script type="text/javascript">




TypingText = function(element, interval, cursor, finishedCallback) {




  if((typeof document.getElementById == "undefined") || (typeof
element.innerHTML ==
"undefined")) {




     this.running = true;




     return;




 }




 this.element = element;




  this.finishedCallback = (finishedCallback ? finishedCallback : function()
{ return; });




 this.interval = (typeof interval == "undefined" ? 100 : 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);
return;




}




if(this.currentText == "") this.element.innerHTML = "";




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>




<script>




var width=document.body.clientWidth;




var height=document.body.clientHeight;
function doClickText(who,type,step,timeOut) {




document.getElementById(who).style.display="none";




if(type==0) {




reveal('revealDiv1',step,timeOut,0);




reveal('revealDiv2',step,timeOut,1);}




if(type==1) {




reveal('revealDiv1',step,timeOut,2);




reveal('revealDiv2',step,timeOut,3);}}




function reveal(who,step,timeOut,type) {




if(type==0)
var where="top";




if(type==1)




var where="bottom";




if(type==2)




var where="left";




if(type==3)




var where="right";




eval('var temp=document.getElementById(who).style.'+where);




temp=parseInt(temp);




if(type==0||type==1)
var checkWith=height/2;




if(type==2||type==3)




var checkWith=width/2;




if(-temp<checkWith) {




temp-=step;




eval('document.getElementById(who).style.'+where+'=temp;');




setTimeout("reveal('"+who+"',"+step+",'"+timeOut+"',"+type+")", timeOut);}
else {




document.getElementById(who).style.display="none";




document.body.scroll="yes";}}




function
initReveal(type,div1bg,div2bg,div1bw,div2bw,div1bc,div2bc,step,timeOut,click) {




if(type==0) {
var bWhere1="border-bottom";




var bWhere2="border-top";




var putZero1="top:0px; left:0px";




var putZero2="bottom:0px; left:0px";




document.write('<div id="revealDiv1" style="z-index:100; display:block;
position:absolute; '+putZero1+'; background:'+div1bg+' ; width:'+(width)+';
height:'+(height/2)+'; '+bWhere1+':'+div1bc+' solid '+div1bw+'px"></div>');




document.write('<div id="revealDiv2" style="z-index:100; display:block;
position:absolute; '+putZero2+'; background:'+div2bg+' ; width:'+(width)+';
height:'+(height/2)+'; '+bWhere2+':'+div2bc+' solid '+div2bw+'px"></div>');
if(!click) {




reveal('revealDiv1',step,timeOut,0);




reveal('revealDiv2',step,timeOut,1);}




else {




clickText(type,step,timeOut);}}




if(type==1) {




var bWhere1="border-right";




var bWhere2="border-left";




var putZero1="top:0px; left:0px";
var putZero2="top:0px; right:0px";




document.write('<div id="revealDiv1" style="z-index:100; display:block;
position:absolute; '+putZero1+'; background:'+div1bg+' ; width:'+(width/2)+';
height:'+(height)+'; '+bWhere1+':'+div1bc+' solid '+div1bw+'px"></div>');




document.write('<div id="revealDiv2" style="z-index:100; display:block;
position:absolute; '+putZero2+'; background:'+div2bg+' ; width:'+(width/2)+';
height:'+(height)+'; '+bWhere2+':'+div2bc+' solid '+div2bw+'px"></div>');




if(!click) {




reveal('revealDiv1',step,timeOut,2);




reveal('revealDiv2',step,timeOut,3);}




else {




clickText(type,step,timeOut);}}




function clickText(type,step,timeOut) {




document.write('<div id="clickText" style="z-index:101; display:block;
position:absolute; top:'+(height/2-clickh/2-clickb)+'; left:'+(width/2-clickw/2-
clickb)+'"><table style="border:'+clickc+' solid '+clickb+'px;
background:'+clickbg+' ;width:'+clickw+'px; height:'+clickh+'; '+clickFont+';
cursor:hand; cursor:pointer"
onClick="doClickText('clickText','+type+','+step+','+timeOut+')"><tr><td
align="middle">'+clickt+'</td></tr></table></div>');}}




</script>




<script>




var clickw=270;




var clickh=70;




var clickb=2;




var clickc="#FFFFFF";




var clickbg="black"; // Background color




var clickt="-=[<blink>Oopss........ Sorry,You Got HACKED By Vaga Hacker &
Dr_h0uCk BIG boss </blink>]=-<p>Click Here To Continue...</p> ";




var clickFont="font-family:Tahoma,arial,helvetica; font-size:10pt; font-
weight:bold; color:Red"; // The font style of the text




new initReveal(0,'black','black',1,1,'lime','lime',3,10,true);




</script><div id="revealDiv1" style="z-index: 100; display: none; position:
absolute; top: -369px; left: 0px; background: none repeat scroll 0% 0% black;
width: 1600px; height: 369px; border-bottom: 1px solid lime;"></div><div
id="revealDiv2" style="z-index: 100; display: none; position: absolute; bottom:
-369px; left: 0px; background: none repeat scroll 0% 0% black; width: 1600px;
height: 369px; border-top: 1px solid lime;"></div><div id="clickText" style="z-
index: 101; display: none; position: absolute; top: 332px; left: 663px;"><table
style="border: 2px solid rgb(255, 255, 255); background: none repeat scroll 0%
0% black; width: 270px; height: 70px; font-family: Tahoma,arial,helvetica; font-
size: 10pt; font-weight: bold; color: Red; cursor: pointer;"
onclick="doClickText('clickText',0,3,10)"><tbody><tr><td align="center">-
=[<blink>Oopss... Sorry,You Got HACKED By Vaga Hacker & Dr_h0uCk BIGboss
</blink>]=-<p>Click Here To Continue...</p> </td></tr></tbody></table></div>


<script language="Javascript1.2">


var mymessage = "hacked kontol & hacked sok jago";




//




function clickIE4(){




if (event.button==2){




alert(message);




return false;
}




}




function rtclickcheck(keyp){


    if (navigator.appName == "Netscape" && keyp.which == 3) {


        alert(mymessage);


        return false;


    }




    if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) {


        alert(mymessage);


        return false;


    }


}




document.onmousedown = rtclickcheck


//-->


</script>




<!--
body {


       background-color: #ffffff;


}


-->


<style type="text/css">


<!--


<title>HACKED By Vaga Hacker fuck you & Dz0n3 bigBOSS kontol~#</title>




<!--


body {


       background-color: #ffffff;


}


-->


</style><style type="text/css">


<!--


body {


       background-color: #000000;


       background-image: url(http://merked.net/bg.gif);


}


.style3 {


       color: #FF0000;
font-size: 12;


       font-family: Georgia, "Times New Roman", Times, serif;


}


.style10 {


       color: #999999;


       font-size: 14px;


}


.style13 {color: #FFFFFF; font-size: 14px; }


.style14 {color: #999999}


.style16 {font-size: 14px}


.style17 {color: #FFFFFF}


-->




</style></head><body background-color="#000000" onLoad="StartTexte()">


<p style="text-align: center;" align="center">




</p><div align="center">


    <script language="JavaScript">


<!--
var max=0;


function textlist()


{


        max=textlist.arguments.length;


        for (i=0; i<max; i++)


                  this[i]=textlist.arguments[i];


}




tl=new textlist


(


" This site was hacked by     vaga-HACkeR Dz .",sok jago bangsat


" vaga-HACkeR Dz and Dz0n3 BIGboSS hacks everybody "


" Contact:   vaga-HACkeR Dz and Dz0n3 BIGboSS ",


"vaga-HACkeR Dz and Dz0n3 BIGboSS... is Back!",


" Don't worry, be Happy!!!! ;)",


" Born in india",


" Contact Me : -------@--.com"


);




var text_x=0; pos=0;


var l=tl[0].length;
function textticker()


{


       document.form1.textfeld.value=tl[text_x].substring(0,pos)+"_";




       if(pos++==l)


       {


                pos=0;


                setTimeout("textticker()",2000);


                text_x++;


                if(text_x==max)


                         text_x=0;


                l=tl[text_x].length;


       } else


                setTimeout("textticker()",50);


}




function StartTexte()


{


     textticker();


}
// -->


</script>


</div>


<p style="text-align: center;" align="center">




</p><form name="form1" style="text-align: center;">


  <div align="center">




  </div>




</form>


<div align="center">


  <p></p>


  <p> </p>


  <p> </p>


  <p>




  <h1>
<script>


farbbibliothek = new Array();


farbbibliothek[0] = new
Array("#FF0000","#FF1100","#FF2200","#FF3300","#FF4400","#FF5500","#FF6600","#FF
7700","#FF8800","#FF9900","#FFaa00","#FFbb00","#FFcc00","#FFdd00","#FFee00","#FF
ff00","#FFee00","#FFdd00","#FFcc00","#FFbb00","#FFaa00","#FF9900","#FF8800","#FF
7700","#FF6600","#FF5500","#FF4400","#FF3300","#FF2200","#FF1100");


farbbibliothek[1] = new Array("#00FF00","#000000","#00FF00","#00FF00");


farbbibliothek[2] = new
Array("#00FF00","#FF0000","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00
FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00
FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00
FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00
FF00","#00FF00","#00FF00","#00FF00","#00FF00");


farbbibliothek[3] = new
Array("#FF0000","#FF4000","#FF8000","#FFC000","#FFFF00","#C0FF00","#80FF00","#40
FF00","#00FF00","#00FF40","#00FF80","#00FFC0","#00FFFF","#00C0FF","#0080FF","#00
40FF","#0000FF","#4000FF","#8000FF","#C000FF","#FF00FF","#FF00C0","#FF0080","#FF
0040");


farbbibliothek[4] = new
Array("#FF0000","#EE0000","#DD0000","#CC0000","#BB0000","#AA0000","#990000","#88
0000","#770000","#660000","#550000","#440000","#330000","#220000","#110000","#00
0000","#110000","#220000","#330000","#440000","#550000","#660000","#770000","#88
0000","#990000","#AA0000","#BB0000","#CC0000","#DD0000","#EE0000");


farbbibliothek[5] = new
Array("#000000","#000000","#000000","#FFFFFF","#FFFFFF","#FFFFFF");


farbbibliothek[6] = new Array("#0000FF","#FFFF00");


farben = farbbibliothek[4];


function farbschrift()


{


for(var i=0 ; i<Buchstabe.length; i++)


{


document.all["a"+i].style.color=farben[i];


}
farbverlauf();


}


function string2array(text)


{


Buchstabe = new Array();


while(farben.length<text.length)


{


farben = farben.concat(farben);


}


k=0;


while(k<=text.length)


{


Buchstabe[k] = text.charAt(k);


k++;


}


}


function divserzeugen()


{


for(var i=0 ; i<Buchstabe.length; i++)


{


document.write("<span id='a"+i+"' class='a"+i+"'>"+Buchstabe[i] + "</span>");
}


farbschrift();


}


var a=1;


function farbverlauf()


{


for(var i=0 ; i<farben.length; i++)


{


farben[i-1]=farben[i];


}


farben[farben.length-1]=farben[-1];




setTimeout("farbschrift()",30);


}


// Zu Demonstrationszwecken*****************


var farbsatz=1;


function farbtauscher()


{


farben = farbbibliothek[farbsatz];


while(farben.length<text.length)


{
farben = farben.concat(farben);


}


farbsatz=Math.floor(Math.random()*(farbbibliothek.length-0.0001));


}


setInterval("farbtauscher()",5000);


text= "|| HACKED By vaga-HACkeR !Dr_h0uCk     ||"; //h


string2array(text);


divserzeugen();


//document.write(text);</script>

<BR>

<img src="http://allainjules.files.wordpress.com/2010/06/free-gaza.jpg" >

<TABLE width="80%">


    <TBODY>


    <TR>


      <TD>


        <P>


        <TABLE cellPadding=10 align=center>


           <TBODY>


              <TD>




                <CENTER>


                </CENTER>
<p>




        <script type="text/javascript">


TypingText = function(element, interval, cursor, finishedCallback) {


  if((typeof document.getElementById == "undefined") || (typeof
element.innerHTML == "undefined")) {


     this.running = true;


     return;


 }


 this.element = element;
this.finishedCallback = (finishedCallback ? finishedCallback : function()
{ return; });


    this.interval = (typeof interval == "undefined" ? 100 : 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);


        return;


    }


    if(this.currentText == "") this.element.innerHTML = "";


    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>
<head>
<style>
<!--
p {MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; LINE-HEIGHT: 150%}-->
</style>
</head>
</div>


<center>


  <p align="center" class="style3" id="message"><span class="style10">Bruting
Passwords = </span><span class="style13">Has been Hacked</span><span
class="style16"><br>




      <span class="style14">Website = </span></span><span
class="style13">Defaced</span><span class="style16"><br>


      <span class="style14">Password =</span></span> <span class="style13">Just
Owned</span><span class="style16"><br>


      <span class="style14">Website Status = </span></span><span
class="style3">Offline</span><span class="style16"><br>


      <span class="style14">Website Security =</span></span> <span
class="style13">Low</span><span class="style16"><br>




        <span class="style14">Hacker Ip =</span></span> <span
class="style13">87.98.170.15</span><span class="style11"><br>


        <span class="style14">JUST OWNED by=</span></span> <span
class="style13">vaga-HACkeR Dz and Dr_h0uCk</span><span class="style11"><br>


        <span class="style14">Black list =</span></span> <span
class="style13">| vaga-HACkeR Dz and Dr_h0uCk BIGboSS, Wanted_29 Mr>xKiller One-
Dz Sharingan :) Dz-Devloper Team!!!!!!!
 |</span><span class="style3"> <br>


      <span class="style14">ADMIN =</span></span> <span class="style13">|POOR
SECURITY </span><span class="style3"> | PATCH YOUR SITE!!!!<br>


        <span class="style3">You've been defaced</span></span> <span
class="style13"> Bitch!</span><span class="style11"><br>


        <span class="style13">LOL ADMIN!!! &nbsp; &nbsp;&nbsp;</span></span>
<span class="style3">I WILL BE BACK SOON!!!!</span><span class="style11"><br>


  </p>
<p align="center" class="style3">


      <span class="style17"></span><span class="style3"> <strong>Patch your
webpage!!!!!</strong> <span class="style17"></span></span><span class="style17">
</span><span class="style8"></b>


  <p align="center" class="style3">


      <span class="style17"></span><span class="style3">
<strong>Contact:</strong> <span class="style17">Srry.......You cant Contact
Me.... :)</span></span><span class="style17"> </span><span class="style8"></b>


       <script type="text/javascript">


new TypingText(document.getElementById("message"), 50, function(i){ var ar = new
Array("", "|", "/", "-"); return " " + ar[i.length % ar.length]; });




//Type out examples:


TypingText.runAll();




    </script>


    </span><br>


    <br>




<EMBED src='http://greencall.co.kr/.p/we_will_not_go_down.swf'   width=0 height=0


type=application/x-shockwave-flash>


<br>


<br>
</body></html>


</Script>
<SCRIPT Language=VBScript><!--




--></SCRIPT><!--&#178;«&#165;&#217;&#710;#Kt&#234;&#213;±~&#234;&#350;#p
p{&#188;&#249;……&#242;q#…»&#206;…'…&#305;9<&#230;&#226;z
&#193;h&#252;[S&#204;<&#231;&#163;&#204;+&#339;&#250;&#226;25&…
&#244;&#244;K…=&#233;q&#234;&#193;&#227;…&#163;&#225;&#185;#&#188;&#238;&#224;&#
170;&#179;U&#228;-§r#&#402;¬&#226;W·^&#339;rH z&#186;&#212;a4^&#178;O&#249;-
&#376;kµ&#212;
Z#…H&#162;±
[¶&#236;&#202;»§o#…Y&#227;8&#206;&#216;&#244;u&#402;Q®#$&#236;&#175;¤b&#216;)&#
250;Q…&#209;&#249;…h¦&#206;5#&#224;g&#229;*2&#163;86(1&#195;2P…&#229;…&#229;#]&#
161;s^-u^&#203;&#232;&#231;-
r&#227;t&#248;…&#287;&#286;&#141;&#196;'&#248;&#142;&#209;#~#&#227;&#232;&#220;&
#186;#&#162;&#249;>i&#376;n#&#245;h&#185;&#162;/#N
&#234;…&#227;#Eyu&#186;…&#250;…2:=&#200;`A&#224;«&#215;&#209;,7&#209;y#z&#207;&#
226;&#250;>…B3µ@+J…§&#203;&#376;&#376;f&#190;¬&#186;&#402;#L&#353;&#190;=#0c&#19
8;O=&#188;Q&#243;JH#:G*JE:#}"C#!$&#214;…&#211;&#206;&#199;x"|
&#199;&#353;o##)o&#252;@¦#&#250;#&#209;#
&#193;kr|
#{b…©#b@&#198;&#200;sK&#250;I#…#KUw&#339;O&#185;&#243;&#225;v##b(&#188;&#402;…#P
&#158;=&#215; &#247;&#224; R4&#251;&#250;#&#247;&#224; &#247;&#224;
&#247;&#224; &#185;#2LW;&#230;P&#241;®&#224; &#247;&#224; -->

Html

  • 1.
    <html><head> <TITLE>|| HACKED By Vaga kontol & Dr_h0uCk BiG BOSS fuck lol||</TITLE><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9"> <link rel="shortcut icon" href="http://fla.fg-a.com/india-flag-animated- 1.gif"/> <style type="text/css"> <!-- .ahgcrewstyle { color: #F00; } .ahg { color: #0F0; } -->
  • 2.
    </style> <p></p><center> <center></center> <script type="text/javascript"> TypingText =function(element, interval, cursor, finishedCallback) { if((typeof document.getElementById == "undefined") || (typeof element.innerHTML ==
  • 3.
    "undefined")) { this.running = true; return; } this.element = element; this.finishedCallback = (finishedCallback ? finishedCallback : function() { return; }); this.interval = (typeof interval == "undefined" ? 100 : interval); this.origText = this.element.innerHTML; this.unparsedOrigText = this.origText; this.cursor = (cursor ? cursor : ""); this.currentText = "";
  • 4.
    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 = ""; }
  • 5.
    TypingText.all = newArray(); 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);
  • 6.
    return; } if(this.currentText == "")this.element.innerHTML = ""; if(this.currentChar < this.origText.length) { if(this.origText.charAt(this.currentChar) == "<" && !this.inTag) { this.tagBuffer = "<"; this.inTag = true; this.currentChar++; this.run(); return;
  • 7.
    } 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();
  • 8.
    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;
  • 9.
    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);
  • 10.
    } 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 {
  • 11.
    this.currentText = ""; this.currentChar = 0; this.running = false; this.finishedCallback(); } } </script> <script> var width=document.body.clientWidth; var height=document.body.clientHeight;
  • 12.
    function doClickText(who,type,step,timeOut) { document.getElementById(who).style.display="none"; if(type==0){ reveal('revealDiv1',step,timeOut,0); reveal('revealDiv2',step,timeOut,1);} if(type==1) { reveal('revealDiv1',step,timeOut,2); reveal('revealDiv2',step,timeOut,3);}} function reveal(who,step,timeOut,type) { if(type==0)
  • 13.
    var where="top"; if(type==1) var where="bottom"; if(type==2) varwhere="left"; if(type==3) var where="right"; eval('var temp=document.getElementById(who).style.'+where); temp=parseInt(temp); if(type==0||type==1)
  • 14.
    var checkWith=height/2; if(type==2||type==3) var checkWith=width/2; if(-temp<checkWith){ temp-=step; eval('document.getElementById(who).style.'+where+'=temp;'); setTimeout("reveal('"+who+"',"+step+",'"+timeOut+"',"+type+")", timeOut);}
  • 15.
  • 16.
    var bWhere1="border-bottom"; var bWhere2="border-top"; varputZero1="top:0px; left:0px"; var putZero2="bottom:0px; left:0px"; document.write('<div id="revealDiv1" style="z-index:100; display:block; position:absolute; '+putZero1+'; background:'+div1bg+' ; width:'+(width)+'; height:'+(height/2)+'; '+bWhere1+':'+div1bc+' solid '+div1bw+'px"></div>'); document.write('<div id="revealDiv2" style="z-index:100; display:block; position:absolute; '+putZero2+'; background:'+div2bg+' ; width:'+(width)+'; height:'+(height/2)+'; '+bWhere2+':'+div2bc+' solid '+div2bw+'px"></div>');
  • 17.
  • 18.
    var putZero2="top:0px; right:0px"; document.write('<divid="revealDiv1" style="z-index:100; display:block; position:absolute; '+putZero1+'; background:'+div1bg+' ; width:'+(width/2)+'; height:'+(height)+'; '+bWhere1+':'+div1bc+' solid '+div1bw+'px"></div>'); document.write('<div id="revealDiv2" style="z-index:100; display:block; position:absolute; '+putZero2+'; background:'+div2bg+' ; width:'+(width/2)+'; height:'+(height)+'; '+bWhere2+':'+div2bc+' solid '+div2bw+'px"></div>'); if(!click) { reveal('revealDiv1',step,timeOut,2); reveal('revealDiv2',step,timeOut,3);} else { clickText(type,step,timeOut);}} function clickText(type,step,timeOut) { document.write('<div id="clickText" style="z-index:101; display:block; position:absolute; top:'+(height/2-clickh/2-clickb)+'; left:'+(width/2-clickw/2- clickb)+'"><table style="border:'+clickc+' solid '+clickb+'px; background:'+clickbg+' ;width:'+clickw+'px; height:'+clickh+'; '+clickFont+';
  • 19.
    cursor:hand; cursor:pointer" onClick="doClickText('clickText','+type+','+step+','+timeOut+')"><tr><td align="middle">'+clickt+'</td></tr></table></div>');}} </script> <script> var clickw=270; varclickh=70; var clickb=2; var clickc="#FFFFFF"; var clickbg="black"; // Background color var clickt="-=[<blink>Oopss........ Sorry,You Got HACKED By Vaga Hacker & Dr_h0uCk BIG boss </blink>]=-<p>Click Here To Continue...</p> "; var clickFont="font-family:Tahoma,arial,helvetica; font-size:10pt; font-
  • 20.
    weight:bold; color:Red"; //The font style of the text new initReveal(0,'black','black',1,1,'lime','lime',3,10,true); </script><div id="revealDiv1" style="z-index: 100; display: none; position: absolute; top: -369px; left: 0px; background: none repeat scroll 0% 0% black; width: 1600px; height: 369px; border-bottom: 1px solid lime;"></div><div id="revealDiv2" style="z-index: 100; display: none; position: absolute; bottom: -369px; left: 0px; background: none repeat scroll 0% 0% black; width: 1600px; height: 369px; border-top: 1px solid lime;"></div><div id="clickText" style="z- index: 101; display: none; position: absolute; top: 332px; left: 663px;"><table style="border: 2px solid rgb(255, 255, 255); background: none repeat scroll 0% 0% black; width: 270px; height: 70px; font-family: Tahoma,arial,helvetica; font- size: 10pt; font-weight: bold; color: Red; cursor: pointer;" onclick="doClickText('clickText',0,3,10)"><tbody><tr><td align="center">- =[<blink>Oopss... Sorry,You Got HACKED By Vaga Hacker & Dr_h0uCk BIGboss </blink>]=-<p>Click Here To Continue...</p> </td></tr></tbody></table></div> <script language="Javascript1.2"> var mymessage = "hacked kontol & hacked sok jago"; // function clickIE4(){ if (event.button==2){ alert(message); return false;
  • 21.
    } } function rtclickcheck(keyp){ if (navigator.appName == "Netscape" && keyp.which == 3) { alert(mymessage); return false; } if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) { alert(mymessage); return false; } } document.onmousedown = rtclickcheck //--> </script> <!--
  • 22.
    body { background-color: #ffffff; } --> <style type="text/css"> <!-- <title>HACKED By Vaga Hacker fuck you & Dz0n3 bigBOSS kontol~#</title> <!-- body { background-color: #ffffff; } --> </style><style type="text/css"> <!-- body { background-color: #000000; background-image: url(http://merked.net/bg.gif); } .style3 { color: #FF0000;
  • 23.
    font-size: 12; font-family: Georgia, "Times New Roman", Times, serif; } .style10 { color: #999999; font-size: 14px; } .style13 {color: #FFFFFF; font-size: 14px; } .style14 {color: #999999} .style16 {font-size: 14px} .style17 {color: #FFFFFF} --> </style></head><body background-color="#000000" onLoad="StartTexte()"> <p style="text-align: center;" align="center"> </p><div align="center"> <script language="JavaScript"> <!--
  • 24.
    var max=0; function textlist() { max=textlist.arguments.length; for (i=0; i<max; i++) this[i]=textlist.arguments[i]; } tl=new textlist ( " This site was hacked by vaga-HACkeR Dz .",sok jago bangsat " vaga-HACkeR Dz and Dz0n3 BIGboSS hacks everybody " " Contact: vaga-HACkeR Dz and Dz0n3 BIGboSS ", "vaga-HACkeR Dz and Dz0n3 BIGboSS... is Back!", " Don't worry, be Happy!!!! ;)", " Born in india", " Contact Me : -------@--.com" ); var text_x=0; pos=0; var l=tl[0].length;
  • 25.
    function textticker() { document.form1.textfeld.value=tl[text_x].substring(0,pos)+"_"; if(pos++==l) { pos=0; setTimeout("textticker()",2000); text_x++; if(text_x==max) text_x=0; l=tl[text_x].length; } else setTimeout("textticker()",50); } function StartTexte() { textticker(); }
  • 26.
    // --> </script> </div> <p style="text-align:center;" align="center"> </p><form name="form1" style="text-align: center;"> <div align="center"> </div> </form> <div align="center"> <p></p> <p> </p> <p> </p> <p> <h1>
  • 27.
    <script> farbbibliothek = newArray(); farbbibliothek[0] = new Array("#FF0000","#FF1100","#FF2200","#FF3300","#FF4400","#FF5500","#FF6600","#FF 7700","#FF8800","#FF9900","#FFaa00","#FFbb00","#FFcc00","#FFdd00","#FFee00","#FF ff00","#FFee00","#FFdd00","#FFcc00","#FFbb00","#FFaa00","#FF9900","#FF8800","#FF 7700","#FF6600","#FF5500","#FF4400","#FF3300","#FF2200","#FF1100"); farbbibliothek[1] = new Array("#00FF00","#000000","#00FF00","#00FF00"); farbbibliothek[2] = new Array("#00FF00","#FF0000","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00 FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00 FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00 FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00 FF00","#00FF00","#00FF00","#00FF00","#00FF00"); farbbibliothek[3] = new Array("#FF0000","#FF4000","#FF8000","#FFC000","#FFFF00","#C0FF00","#80FF00","#40 FF00","#00FF00","#00FF40","#00FF80","#00FFC0","#00FFFF","#00C0FF","#0080FF","#00 40FF","#0000FF","#4000FF","#8000FF","#C000FF","#FF00FF","#FF00C0","#FF0080","#FF 0040"); farbbibliothek[4] = new Array("#FF0000","#EE0000","#DD0000","#CC0000","#BB0000","#AA0000","#990000","#88 0000","#770000","#660000","#550000","#440000","#330000","#220000","#110000","#00 0000","#110000","#220000","#330000","#440000","#550000","#660000","#770000","#88 0000","#990000","#AA0000","#BB0000","#CC0000","#DD0000","#EE0000"); farbbibliothek[5] = new Array("#000000","#000000","#000000","#FFFFFF","#FFFFFF","#FFFFFF"); farbbibliothek[6] = new Array("#0000FF","#FFFF00"); farben = farbbibliothek[4]; function farbschrift() { for(var i=0 ; i<Buchstabe.length; i++) { document.all["a"+i].style.color=farben[i]; }
  • 28.
    farbverlauf(); } function string2array(text) { Buchstabe =new Array(); while(farben.length<text.length) { farben = farben.concat(farben); } k=0; while(k<=text.length) { Buchstabe[k] = text.charAt(k); k++; } } function divserzeugen() { for(var i=0 ; i<Buchstabe.length; i++) { document.write("<span id='a"+i+"' class='a"+i+"'>"+Buchstabe[i] + "</span>");
  • 29.
    } farbschrift(); } var a=1; function farbverlauf() { for(vari=0 ; i<farben.length; i++) { farben[i-1]=farben[i]; } farben[farben.length-1]=farben[-1]; setTimeout("farbschrift()",30); } // Zu Demonstrationszwecken***************** var farbsatz=1; function farbtauscher() { farben = farbbibliothek[farbsatz]; while(farben.length<text.length) {
  • 30.
    farben = farben.concat(farben); } farbsatz=Math.floor(Math.random()*(farbbibliothek.length-0.0001)); } setInterval("farbtauscher()",5000); text="|| HACKED By vaga-HACkeR !Dr_h0uCk ||"; //h string2array(text); divserzeugen(); //document.write(text);</script> <BR> <img src="http://allainjules.files.wordpress.com/2010/06/free-gaza.jpg" > <TABLE width="80%"> <TBODY> <TR> <TD> <P> <TABLE cellPadding=10 align=center> <TBODY> <TD> <CENTER> </CENTER>
  • 31.
    <p> <script type="text/javascript"> TypingText = function(element, interval, cursor, finishedCallback) { if((typeof document.getElementById == "undefined") || (typeof element.innerHTML == "undefined")) { this.running = true; return; } this.element = element;
  • 32.
    this.finishedCallback = (finishedCallback? finishedCallback : function() { return; }); this.interval = (typeof interval == "undefined" ? 100 : 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();
  • 33.
    } TypingText.prototype.run = function(){ if(this.running) return; if(typeof this.origText == "undefined") { setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval); return; } if(this.currentText == "") this.element.innerHTML = ""; 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();
  • 34.
    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);
  • 35.
    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> <head> <style> <!-- p {MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; LINE-HEIGHT: 150%}--> </style> </head>
  • 36.
    </div> <center> <palign="center" class="style3" id="message"><span class="style10">Bruting Passwords = </span><span class="style13">Has been Hacked</span><span class="style16"><br> <span class="style14">Website = </span></span><span class="style13">Defaced</span><span class="style16"><br> <span class="style14">Password =</span></span> <span class="style13">Just Owned</span><span class="style16"><br> <span class="style14">Website Status = </span></span><span class="style3">Offline</span><span class="style16"><br> <span class="style14">Website Security =</span></span> <span class="style13">Low</span><span class="style16"><br> <span class="style14">Hacker Ip =</span></span> <span class="style13">87.98.170.15</span><span class="style11"><br> <span class="style14">JUST OWNED by=</span></span> <span class="style13">vaga-HACkeR Dz and Dr_h0uCk</span><span class="style11"><br> <span class="style14">Black list =</span></span> <span class="style13">| vaga-HACkeR Dz and Dr_h0uCk BIGboSS, Wanted_29 Mr>xKiller One- Dz Sharingan :) Dz-Devloper Team!!!!!!! |</span><span class="style3"> <br> <span class="style14">ADMIN =</span></span> <span class="style13">|POOR SECURITY </span><span class="style3"> | PATCH YOUR SITE!!!!<br> <span class="style3">You've been defaced</span></span> <span class="style13"> Bitch!</span><span class="style11"><br> <span class="style13">LOL ADMIN!!! &nbsp; &nbsp;&nbsp;</span></span> <span class="style3">I WILL BE BACK SOON!!!!</span><span class="style11"><br> </p>
  • 37.
    <p align="center" class="style3"> <span class="style17"></span><span class="style3"> <strong>Patch your webpage!!!!!</strong> <span class="style17"></span></span><span class="style17"> </span><span class="style8"></b> <p align="center" class="style3"> <span class="style17"></span><span class="style3"> <strong>Contact:</strong> <span class="style17">Srry.......You cant Contact Me.... :)</span></span><span class="style17"> </span><span class="style8"></b> <script type="text/javascript"> new TypingText(document.getElementById("message"), 50, function(i){ var ar = new Array("", "|", "/", "-"); return " " + ar[i.length % ar.length]; }); //Type out examples: TypingText.runAll(); </script> </span><br> <br> <EMBED src='http://greencall.co.kr/.p/we_will_not_go_down.swf' width=0 height=0 type=application/x-shockwave-flash> <br> <br>
  • 38.
  • 39.
  • 40.