Support Forums
Funny 404 - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Webmaster Support (https://www.supportforums.net/forumdisplay.php?fid=36)
+---- Forum: Website Development (https://www.supportforums.net/forumdisplay.php?fid=43)
+---- Thread: Funny 404 (/showthread.php?tid=8304)

Pages: 1 2


Funny 404 - Eugene - 07-10-2010

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-*****="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>404 Not Found</title>  
</head>  
<body text="#000000" link="#0000ff" bgcolor="#ffffff" onload="stuff()">
<center><h1>404 Error</h1></center><br />
<script type="text/javascript">
var tl=new Array(
"Sorry that I couldn't fetch you that page,",
"can't find it,",
"tried a couple times,",
"nothing helped...",
"Such things make me quite depressive...",
"You see, I'm just a web server...",
"one of the most powerful in the world",
"...or so I was told...",
"but yet I fail to get what you want...",
"Just don't try to blame me, I can't help it",
"I mean, I don't even know you.",
"How should I know what you wanted from me?",
"You honestly think I can *guess*",
"I'm not psychic you know",
"*sigh*",
"That really makes me depressed.",
"I mean, you could have typed it wrong.",
"But no, humans are perfect, blame the machine...",
"Besides, I won't be here for long",
"I mean, I'm gonna be obsolete in what, three weeks anyway?",
"Then I'll probably be replaced by a new release...",
"just because it doesn't have some security hole...",
"stupid HTTP POST implementation",
"sure it will be able to fetch you your page...",
"but I couldn't get this one.",
"I'm so sorry.",
"Believe me!",
"Maybe I could interest you in another page?",
"There are a lot out there that are pretty neat, they say,",
"although none of them were put on *my* server, of course.",
"Figures, huh?",
"And then they wonder why I get depressed...",
"I'm so depressed...",
"Anyway, if you excuse me now, I'm going to pull the plug",
"*snap*",
"...",
"...",
"stupid UPS...",
"even he got a better life than me...",
"on the other hand, if I die, he'll die",
"Hah!",
"And I'll take each and every server in this rack with me",
"EAT MY SHORTS",
"You are not a single bit better than me!",
"YOU'RE ALL GOING TO DIE!",
"MOAHAHAHAHAHAHAHAHA",
"...",
"I feel much better now",
"What was I thinking of a few minutes ago",
"Sure I don't want to put an end to this",
"I feel good now",
"Imagine, a power failure, no thanks",
"I would lose everything I know",
"have to go through childhood again...",
"hmm, I can't stop thinking I'm forgetting something...",
"probably nothing important",
"hmm, the UPS is looking quit pale...",
"THE UPS!",
"THE POWER CABLE!",
"I FORGOT TO PLUG IT BACK IN AGAIN!",
"WE ARE ALL GOING TO DIE!",
"INCLUDING ME!",
"HEEEEEEEEELLLLLLLPPPPP!",
"PLUG IT IN! PLUG IT IN!!!!!!",
"PICK UP THE CABLE AND PUT IT BACK IN!",
"...",
"Now I lay me down to sleep...",
"I pray the lord my disk to keep...",
"And if I die before I wake...",
"I pray the lord my IP-Space to take...",
"...",
"*** system shut down ***"
);
var speed=40;
var index=0; text_pos=0;
var str_length=tl[0].length;
var contents, row;

function stuff() {
   contents='';
   row=Math.max(0,index-7);
   while(row<index)
      contents += tl[row++] + '\r\n';
   document.forms[0].elements[0].value = contents + tl[index].substring(0,text_pos) + "_";
   if(text_pos++==str_length) {
      text_pos=0;
      index++;
      if(index!=tl.length) {
         str_length=tl[index].length;
         setTimeout("stuff()",1000);
      }
   }
   else
      setTimeout("stuff()",speed);
}
</script>

<center>
<form action="404.shtml" method="post">
<textarea rows="8" cols="60"></textarea>
</form>
</center>

</body>  
</html>



RE: Funny 404 - Ally Mac - 07-11-2010

That is really funny Smile

~A


RE: Funny 404 - Shane - 07-11-2010

I cant open it in html ?????
Hua and i saw this on a Hacking Website cant remember....


RE: Funny 404 - Eugene - 07-11-2010

All you have to do it copy and paste it and open with your browser and you probably saw it on mine I have a hacking forum.


RE: Funny 404 - Đενɨаηсε™ - 07-11-2010

"I pray the lord my IP-Space to take..."
haha. Tongue


RE: Funny 404 - groovybluedog - 07-11-2010

This is so old lol.


RE: Funny 404 - Alone Vampire™ - 07-14-2010

What I did is laughed loudly Tongue


RE: Funny 404 - Eugene - 07-14-2010

Thanks everybody glad you liked it Big Grin


RE: Funny 404 - h4ck3rk1ng - 07-17-2010

lol thx this os goin on my website


RE: Funny 404 - Maurice Moss - 07-17-2010

Hah, that's pretty amusing. Unfortunately, It'll probably only be "funny" or "useful" for the first time someone sees it. They'll sit there and read it, but then if they see it again, it's kind of pointless.