Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
103 lines (83 sloc)
2.75 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <title>Untitled Document</title> | |
| <meta http-equiv="Content-Type" content="text/html; charset=windows-1253"> | |
| <script LANGUAGE="JavaScript"> | |
| <!-- // BannerAD | |
| var bannerAD=new Array(); | |
| var bannerADlink=new Array(); | |
| var adNum=0; | |
| bannerAD[0]="banner1.jpg"; | |
| bannerADlink[0]=""; | |
| bannerAD[1]="banner2.jpg"; | |
| bannerADlink[1]=""; | |
| bannerAD[2]="banner3.jpg"; | |
| bannerADlink[2]=""; | |
| bannerAD[3]="banner4.jpg"; | |
| bannerADlink[3]=""; | |
| bannerAD[4]="banner5.jpg"; | |
| bannerADlink[4]=""; | |
| var preloadedimages=new Array(); | |
| for (i=1;i<bannerAD.length;i++){ | |
| preloadedimages[i]=new Image(); | |
| preloadedimages[i].src=bannerAD[i]; | |
| } | |
| function setTransition(){ | |
| if (document.all){ | |
| bannerADrotator.filters.revealTrans.Transition=Math.floor(Math.random()*23); | |
| bannerADrotator.filters.revealTrans.apply(); | |
| } | |
| } | |
| function playTransition(){ | |
| if (document.all) | |
| bannerADrotator.filters.revealTrans.play() | |
| } | |
| function nextAd(){ | |
| if(adNum<bannerAD.length-1)adNum++ ; | |
| else adNum=0; | |
| setTransition(); | |
| document.images.bannerADrotator.src=bannerAD[adNum]; | |
| playTransition(); | |
| theTimer=setTimeout("nextAd()", 5000); | |
| } | |
| function jump2url(){ | |
| jumpUrl=bannerADlink[adNum]; | |
| jumpTarget=''; | |
| if (jumpUrl != ''){ | |
| if (jumpTarget != '')window.open(jumpUrl,jumpTarget); | |
| else location.href=jumpUrl; | |
| } | |
| } | |
| function displayStatusMsg() { | |
| status=bannerADlink[adNum]; | |
| document.returnValue = true; | |
| } | |
| //--> | |
| </script> | |
| </head> | |
| <body bgcolor="#FFFFFF"> | |
| <h1><font color="#FF0000">Hacked By ScorpionKTX</font></h1> | |
| <p><font color="#000000">Look, I/m sorry about it, but you must protect this site better!<br> | |
| If u want my help to protect it or if someone wants my e-mail, it is <a | |
| href="mailto:scorpionktx@inferno.com">scorpionktx@inferno.com</a><br> | |
| </font></p> | |
| <p>Greetz to: Neon-Lenz (nice to meet ya!), the girl I love (u | |
| know who u are!), all the hackers and Anarchysts of the world, | |
| Iron Maiden, Ozzy, Helloween (Don/t let the Heavy Metal die!), | |
| Pokemon (couse my lil/ brother doesn/t bore me when he/s watching it =), | |
| Mummy and Dady (hi mammy and dady!), the people who created | |
| South Park (it/s funny!), Britney Spears (thank u for let me fuck your | |
| pussy!) and Katie (I still love ya, hun... rest in peace!)<br> | |
| </p> | |
| <p>Fuckz to: Adolf Hitler (rest in the hell!), Chevrolet (I hate your cars!), | |
| Sharon Stone (I/d love fucking you =) and to everybody who hate us!</p> | |
| <h3><br> | |
| And Free for c0mrade (=</h3> | |
| <p> </p> | |
| <p>Well, that/s all.</p> | |
| <p>Byez!</p> | |
| <p> </p> | |
| <p> </p> | |
| </body> | |
| </html> | |
| <!-- www.attrition.org web hack mirror - watermark or something --> |