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.
97 lines (73 sloc)
4.5 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-Type" content="text/html; charset=windows-1252"> | |
| <title>philer is ownin your asses in the y2k!</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="fpAnimwaveWordsFP1" id="fpAnimwaveWordsFP1" style="position: relative !important; visibility: hidden" language="Javascript1.2"><font size="1" face="Verdana"><a href="file:///c:/con/con"><img border="0" src="philer2k.gif" width="213" height="41" alt="philer ownz you!"></a></font></p> | |
| <p align="center" dynamicanimation="fpAnimdropWordFP1" id="fpAnimdropWordFP1" style="position: relative !important; visibility: hidden" language="Javascript1.2"><font face="Verdana" size="1"><font color="#808080">[</font><font color="#FFFFFF"><b>h</b></font>acked<font color="#808080"><b>!</b>]</font></font></p> | |
| <p align="center" dynamicanimation="fpAnimflyRightFP1" id="fpAnimflyRightFP1" style="position: relative !important; visibility: hidden" language="Javascript1.2"><b><font face="Verdana" size="1" color="#C0C0C0">your security is whack.</font><font face="Verdana" size="1" color="#808080">!</font></b></p> | |
| <p align="center" dynamicanimation="fpAnimdropWordFP2" id="fpAnimdropWordFP2" style="position: relative !important; visibility: hidden" language="Javascript1.2"><font face="Verdana" size="1"><font color="#808080">[</font><font color="#FFFFFF"><b>g</b></font>reetz<font color="#808080"><b>!</b>]</font></font></p> | |
| <p align="center" dynamicanimation="fpAnimwaveWordsFP1" id="fpAnimwaveWordsFP1" style="position: relative !important; visibility: hidden" language="Javascript1.2"><font size="1" face="Verdana">only a few shoutz. neon-lenz, poltergeists, rsh, fuqrag, rapeworm, Reve|at|on, digitalenemy</font></p> | |
| <p align="center" dynamicanimation="fpAnimelasticRightFP1" id="fpAnimelasticRightFP1" style="position: relative !important; visibility: hidden" language="Javascript1.2"><font face="Verdana" size="1"> | |
| this is just another defacement to add to my list.<br> | |
| dont feel bad you are one of a bunch of my defaces.<br> | |
| this is done because i want people to fjeer!<br><br> | |
| god damnit i hate the fuckin hitler crew so much!<br> | |
| they are the biggest bunch of losers i know.<br> | |
| you know why i hate em? cuz im black and i have jewish friends!<br> | |
| being a 15 year old black guy in an all white town is tough.<br> | |
| so fjeer me already!<br> | |
| </font></p> | |
| <p align="center" style="position: relative !important; visibility: hidden; margin-top: 0; margin-bottom: 0" dynamicanimation="fpAnimdropWordFP4" id="fpAnimdropWordFP4" language="Javascript1.2"><font face="Verdana" size="1"><font color="#808080">[</font><a href="mailto:philer@hackermail.com"><font color="#FFFFFF"><b>p</b></font><font color="#C0C0C0">hiler@hackermail.com</font></a><font color="#808080"><b>!</b></font><font color="#FFFFFF"><b>/</b></font><font color="#C0C0C0">p</font>enetration<b>!</b><font color="#808080">]</font></font></p> | |
| <p align="center" dynamicanimation="fpAnimdropWordFP1" id="fpAnimdropWordFP1" style="position: relative !important; visibility: hidden" language="Javascript1.2"><font face="Verdana" size="1"><font color="#808080">[</font><font color="#FFFFFF"><b>o</b></font>wned by philer for ElectronicSouls<font color="#808080"><b>!</b>]</font></font></p> | |
| </body> | |
| </html> | |
| <script LANGUAGE="JavaScript"> | |
| function click() { | |
| if (event.button==2) alert('www.philer2k.com'); | |
| } | |
| document.onmousedown = click; | |
| </script> | |
| </SCRIPT> | |
| <script language="JavaScript"> | |
| var msg = "philer is ownin your asses in the y2k! www.philer2k.com " | |
| 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 --> |