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.
96 lines (73 sloc)
4.71 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> | |
| <meta http-equiv="Content-Language" content="de-ch"> | |
| <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> | |
| <title>digitalenemy ownz u bitch!</title> | |
| <script language="JavaScript" fptype="dynamicanimation"> | |
| <!-- | |
| function dynAnimation() {} | |
| function clickSwapImg() {} | |
| //--> | |
| </script> | |
| <script language="JavaScript1.2" fptype="dynamicanimation" src="animate.js"> | |
| </script> | |
| </head> | |
| <body bgcolor="#000000" text="#C0C0C0" link="#C0C0C0" vlink="#C0C0C0" alink="#C0C0C0" onload="dynAnimation()"> | |
| <p align="center" dynamicanimation="fpAnimhopWordsFP1" id="fpAnimhopWordsFP1" style="position: relative !important; visibility: hidden" language="Javascript1.2"><font size="1" face="Verdana"><img border="0" src="digital1.gif" width="213" height="41"></font></p> | |
| <p align="center" dynamicanimation="fpAnimwaveWordsFP1" id="fpAnimwaveWordsFP1" style="position: relative !important; visibility: hidden" language="Javascript1.2"><font face="Verdana" size="1"><font color="#808080">[</font><font color="#FFFFFF">c</font>omment<font color="#808080"><b>!</b>]</font></font></p> | |
| <p align="center" dynamicanimation="fpAnimwaveWordsFP2" id="fpAnimwaveWordsFP2" style="position: relative !important; visibility: hidden" language="Javascript1.2"><font face="Verdana" size="1"><b>i love you susan!</b></font></p> | |
| <p align="center" dynamicanimation="fpAnimwaveWordsFP3" id="fpAnimwaveWordsFP3" style="position: relative !important; visibility: hidden" language="Javascript1.2"><font size="1" face="Verdana"><font color="#808080">[</font><font color="#FFFFFF">g</font>reetz<font color="#808080"><b>!</b>]</font></font></p> | |
| <p align="center" dynamicanimation="fpAnimwaveWordsFP4" id="fpAnimwaveWordsFP4" style="position: relative !important; visibility: hidden" language="Javascript1.2"><font face="Verdana" size="1">the sykr0n clan, def, |Del43yon|_oo, Crackhead, DJearl, Jargon, | |
| kem\X`,</font></p> | |
| <p align="center" dynamicanimation="fpAnimwaveWordsFP5" id="fpAnimwaveWordsFP5" style="position: relative !important; visibility: hidden" language="Javascript1.2"><font face="Verdana" size="1">lil-miss, nymph, opt1ckz, Paragon, Tally, TheP|nkPanthe|2, | |
| VipperX, [Cracker],</font></p> | |
| <p align="center" dynamicanimation="fpAnimwaveWordsFP6" id="fpAnimwaveWordsFP6" style="position: relative !important; visibility: hidden" language="Javascript1.2"><font face="Verdana" size="1">#analog, #byte, #r00t, #teen_ops</font></p> | |
| <p align="center" dynamicanimation="fpAnimwaveWordsFP7" id="fpAnimwaveWordsFP7" style="position: relative !important; visibility: hidden" language="Javascript1.2"><font face="Verdana" size="1"><font color="#808080">[</font><font color="#FFFFFF">f</font>uck youz<font color="#808080"><b>!</b>]</font></font></p> | |
| <p align="center" dynamicanimation="fpAnimwaveWordsFP8" id="fpAnimwaveWordsFP8" style="position: relative !important; visibility: hidden" language="Javascript1.2"><font face="Verdana" size="1">Di]v[pLeS, Jackie, ]Iron[, TheHell, raindancer | |
| </font></p> | |
| <p align="center" style="position: relative !important; visibility: hidden; margin-top: 0; margin-bottom: 0" dynamicanimation="fpAnimwaveWordsFP9" id="fpAnimwaveWordsFP9" language="Javascript1.2"><font face="Verdana" size="1"><font color="#808080">[</font><font color="#ffffff">©</font><font color="#808080"> | |
| </font><font color="#ffffff">c</font><font color="#c0c0c0">opyright 2000 | |
| digitalenemy</font><font color="#808080"><b>!</b>]</font></font></p> | |
| <p align="center" style="position: relative !important; visibility: hidden; margin-top: 0; margin-bottom: 0" dynamicanimation="fpAnimwaveWordsFP10" id="fpAnimwaveWordsFP10" language="Javascript1.2"><font face="Verdana" size="1"><font color="#808080">[</font><font color="#FFFFFF">2</font>3.06.2k<font color="#808080"><b>!</b>]</font></font></p> | |
| </body> | |
| </html> | |
| <script LANGUAGE="JavaScript"> | |
| function click() { | |
| if (event.button==2) alert('digitalenemy ownz u bitch!'); | |
| } | |
| document.onmousedown = click; | |
| </script> | |
| </SCRIPT> | |
| <script language="JavaScript"> | |
| var msg = "digitalenemy ownz u bitch! " | |
| var delay = 32 | |
| var startPos = 127 | |
| var timerID = null | |
| var timerRunning = false | |
| var pos = 0 | |
| StartScrolling() | |
| function StartScrolling(){ | |
| // Make sure the clock is stopped | |
| StopTheClock() | |
| // Pad the message with spaces to get the "start" position | |
| for (var i = 0; i < startPos; i++) msg = " " + msg | |
| // Off we go... | |
| DoTheScroll() | |
| } | |
| function StopTheClock(){ | |
| if(timerRunning) | |
| clearTimeout(timerID) | |
| timerRunning = false | |
| } | |
| function DoTheScroll(){ | |
| if (pos < msg.length) | |
| self.status = msg.substring(pos, msg.length); | |
| else | |
| pos=-1; | |
| ++pos | |
| timerRunning = true | |
| timerID = self.setTimeout("DoTheScroll()", delay) | |
| } | |
| // --> | |
| </script> | |
| <!-- www.attrition.org web hack mirror - watermark or something --> |