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.
100 lines (77 sloc)
4.99 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=white text=black link=black vlink=black alink=black onload="dynAnimation()"> | |
| <p align="left" dynamicanimation="fpAnimdropWordFP1" id="fpAnimdropWordFP1" style="position: relative !important; visibility: hidden" language="Javascript1.2"><font size="8" face="Impact">philer!</font></p> | |
| <p align="left" dynamicanimation="fpAnimdropWordFP1" id="fpAnimdropWordFP1" style="position: relative !important; visibility: hidden" language="Javascript1.2"><font face="Verdana" size="1"><font color=black>[</font><font color="black"><b>h</b></font>acked<font color=black><b>!</b>]</font></font></p> | |
| <p align="left" dynamicanimation="fpAnimdropWordFP1" id="fpAnimdropWordFP1" style="position: relative !important; visibility: hidden" language="Javascript1.2"><b><font face="Verdana" size="1" color="black">...owned...</font></b></p> | |
| <p align="left" dynamicanimation="fpAnimdropWordFP1" id="fpAnimdropWordFP1" style="position: relative !important; visibility: hidden" language="Javascript1.2"><font face="Verdana" size="1"><font color=black>[</font><font color="black"><b>g</b></font>reetz<font color=black><b>!</b>]</font></font></p> | |
| <p align="left" dynamicanimation="fpAnimdropWordFP1" id="fpAnimdropWordFP1" style="position: relative !important; visibility: hidden" language="Javascript1.2"><font face="Verdana" size="1">digitalenemy, rapeworm, Reve|at|on, Neon-Lenz, fuqrag, | |
| #rsh on dugnet, #secure on msn, #teen_ops, | |
| ][Nemesis][,</font></p> | |
| <p align="left" dynamicanimation="fpAnimdropWordFP1" id="fpAnimdropWordFP1" style="position: relative !important; visibility: hidden" language="Javascript1.2"><font face="Verdana" size="1">pimpshiz, TheP|nkPanthe|2, | |
| #rsh on dugnet, #electronicsouls on dugnet, #hackers on dugnet, datagram, Scurvy, eVil1</font></p> | |
| <p align="left" dynamicanimation="fpAnimdropWordFP3" id="fpAnimdropWordFP3" style="position: relative !important; visibility: hidden" language="Javascript1.2"><font face="Verdana" size="1"><font color=black>[</font><font color="black"><b>f</b></font>uck youz<font color=black><b>!</b>]</font></font></p> | |
| <p align="left" dynamicanimation="fpAnimdropWordFP1" id="fpAnimdropWordFP1" style="position: relative !important; visibility: hidden" language="Javascript1.2"><font face="Verdana" size="1">#klown, LiLBrAt, Rogue, and all redefacers (Rogue) | |
| </font></p> | |
| <p align="left" dynamicanimation="fpAnimdropWordFP1" id="fpAnimdropWordFP1" style="position: relative !important; visibility: hidden" language="Javascript1.2"><font face="Verdana" size="1"> | |
| this defacement is becuz i want the world to know how much i hate CPT.<br> | |
| you guys say i can spell strncpy(). well thats why im an NT defacer. DUMBASS!<br> | |
| whatever i just wanna say that most of them are flaming homosexuals.<br> | |
| *cough* e_ *cough*. i have no problem with the rest of you.<br> | |
| peace, im out!<br> | |
| </font></p> | |
| <p align="left" 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=black>[</font><a href="mailto:philer@hackermail.com"><font color="black"><b>p</b></font><font color="black">hiler@hackermail.com</font></a><font color=black><b>!</b></font><font color="black"><b>/</b></font><font color="black">p</font>enetration<b>!</b><font color=black>]</font></font></p> | |
| <p align="left" dynamicanimation="fpAnimdropWordFP1" id="fpAnimdropWordFP1" style="position: relative !important; visibility: hidden" language="Javascript1.2"><font face="Verdana" size="1"><font color=black>[</font><font color="black"><b>o</b></font>wned by philer for ElectronicSouls<font color=black><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 --> |