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.
151 lines (128 sloc)
4.05 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=iso-8859-1"> | |
| <meta name="GENERATOR" content="ADAM"> | |
| <title>Carroll ISD is Owned!!</title> | |
| </head> | |
| <body bgcolor="#000000" text="#FFFFFF" onload="startclock();"> | |
| <script language="JavaScript"> | |
| <!-- | |
| // this script was provided by | |
| // Stefan - the Programinator | |
| // mailto:trickys@doomhammer.com | |
| // http://www.doomhammer.com | |
| // with very minor modification by kiratoy@2600.com | |
| // please credit him accordingly if you use this script | |
| // added to http://www.kevinmitnick.com by fill@2600.com | |
| // thanks | |
| var Temp2; | |
| var timerID = null; | |
| var timerRunning = false; | |
| function showtime() { | |
| now = new Date(); | |
| var CurHour = now.getHours(); | |
| var CurMinute = now.getMinutes(); | |
| var CurMonth = now.getMonth(); | |
| var CurDate = now.getDate(); | |
| var CurYear = now.getYear(); | |
| var CurSecond = now.getSeconds(); | |
| now = null; | |
| Hours = CurHour | |
| Minutes = CurMinute | |
| Seconds = CurSecond | |
| var Years = CurYear - 95 | |
| // now.getMoth() is apparently base 0! | |
| var Months = CurMonth - 2 + 1 | |
| var Dates = CurDate - 15 | |
| if (Dates < 0) | |
| { | |
| Dates = 28 - 15 + CurDate | |
| // roll back 1 month | |
| Months = Months - 1 | |
| } | |
| if (Months < 0) | |
| { | |
| Months = 12 - 2 + CurMonth | |
| // roll back 1 year | |
| Years = Years - 1 | |
| } | |
| if(Years < 0) {Years = 0} | |
| if (Years!=1) {var ys="s"} else {var ys=""}; | |
| if (Months!=1) {var mos="s"} else {var mos=""} | |
| if (Dates!=1) {var ds="s"} else {var ds=""} | |
| if (Hours!=1) {var hs="s"} else {var hs=""} | |
| if (Minutes!=1) {var mis="s"} else {var mis=""} | |
| if (Seconds!=1) {var ss="s"} else {var ss=""} | |
| Temp2='Kevin has been imprisoned without a trial for '+Years+' year'+ys+', '+Months+' month'+mos+', '+Dates+' day'+ds+', '+Hours+' hour'+hs+', '+Minutes+' minute'+mis+', '+Seconds+' second'+ss+' and counting! ' | |
| Temp3=Years+' year'+ys+', '+Months+' month'+mos+', '+Dates+' day'+ds+', '+Hours+' hour'+hs+', '+Minutes+' minute'+mis+', '+Seconds+' second'+ss | |
| document.frm.left.value=Temp3; | |
| timerID = setTimeout("showtime()",1000); | |
| timerRunning = true; | |
| } | |
| var timerID = null; | |
| var timerRunning = false; | |
| function stopclock () { | |
| if(timerRunning) | |
| clearTimeout(timerID); | |
| timerRunning = false; | |
| } | |
| function startclock () { | |
| // Make sure the clock is stopped | |
| stopclock(); | |
| showtime(); | |
| } | |
| // --> | |
| </script> | |
| <p align="center"><img src="uqs-network.jpg" width="331" | |
| height="331"> </p> | |
| <p align="center"><img src="Ownd.gif" align="middle" width="320" | |
| height="366"> </p> | |
| <p align="center"> </p> | |
| <p align="center">You Have Been Owned By UneeQ Security!</p> | |
| <p align="center">No Files were Destoryed or harmed. Just | |
| Renamed.</p> | |
| <p align="center">This was in The pursuit of Knowlege. </p> | |
| <p align="center">Now you know. Tighten Security.. Consider This | |
| as a Free Service... </p> | |
| <p align="center"> </p> | |
| <p align="center"><img src="Jokedrag.gif" width="600" | |
| height="130"></p> | |
| <p align="center"> </p> | |
| <p align="center">::Carroll High School:: </p> | |
| <p align="center">Our Relentless Pursuit of a Student's Right to | |
| Free Speech! </p> | |
| <p align="center">This Site's Security was comprimised by Fuzz | |
| Buster </p> | |
| <hr> | |
| <p align="center">Shouts out to </p> | |
| <p align="center">The Guild d00d -- aT0m1K -- neur0t1k -- Sh0ckor | |
| </p> | |
| <p align="center">SlaYer -- 2600 -- Dingis --Freak</p> | |
| <p align="center">SickBoy -- Skinny -- Crash -- Crazy -- Dufus </p> | |
| <p align="center"> </p> | |
| <p align="center"><a href="http://www.kevinmitnick.com"><img | |
| src="freekev.jpg" border="0" width="150" height="34"></a> </p> | |
| <p align="center"> | |
| <table border="0" cellpadding="0" cellspacing="0" width="100"> | |
| <tr> | |
| <td align="center"><form name="frm"> | |
| <p align="center"><input type="text" size="60" | |
| name="left" value="Checking..."> </p> | |
| </form> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td><p align="center"><font color="#FFFFFF" size="2" | |
| face="verdana">Kevin Mitnick Lockdown Clock: </font></p> | |
| <p align="center"><font color="#FFFFFF" size="2" | |
| face="verdana">This is how long it's been since Kevin | |
| Mitnick has been imprisoned by the U.S. Government | |
| without a trial. </font></p> | |
| </td> | |
| </tr> | |
| </table> | |
| </p> | |
| <p align="center">©1999 uQs </p> | |
| </body> | |
| </html> |