Page 1 of 1

[WEBSITE] .htaccess pages

Posted: Sun Jun 02, 2013 12:03 pm
by Lapin
I was bored so i made those error page for my website :)
(I was bored 1 year ago :D )

403 page
(Acces restricted)

http://extrem-team.com/403.shtml



424 Page
(Method failure)
http://extrem-team.com/424.shtml

414 Page
(Requested URL too large)
http://extrem-team.com/414.shtml


405 page
(Method not allowed)
http://extrem-team.com/405.shtml


426 page
Upgrade required (Yes , i was too lazy to make the HTML page)
http://extrem-team.com/426.jpg

505 page
OLOLOOLOLOLO OVERLOADING
http://extrem-team.com/505.swf

404 page
(Don't ask me to explain what is Error 404 made for >.> )
http://extrem-team.com/404.shtml

In french , Lapin means Rabbit, thats a joke on my Username
Rabbit strikes again

Re: [WEBSITE] .htaccess pages

Posted: Sun Jun 02, 2013 12:43 pm
by RobbingHood
The 404 page is actually pretty cool/creative :) Not bad (Y)
But honestly? I've never in my whole life seen 405, 426, 505, 414 and 424 in action :P

Also, if you don't fuck it up, noone is ever going to see those pages :mrgreen:

PS: 500 is missing :o

Re: [WEBSITE] .htaccess pages

Posted: Sun Jun 02, 2013 1:00 pm
by Lapin
RobbingHood wrote:
PS: 500 is missing :o




Woops, yeah , i'll move 505 to 500.

Re: [WEBSITE] .htaccess pages

Posted: Sun Jun 02, 2013 1:02 pm
by RobbingHood
Lapin wrote:Woops, yeah , i'll move 505 to 500.

How long does that .swf actually play? Until place 1 in queue? :shock:

Re: [WEBSITE] .htaccess pages

Posted: Sun Jun 02, 2013 1:11 pm
by Lapin
RobbingHood wrote:
Lapin wrote:Woops, yeah , i'll move 505 to 500.

How long does that .swf actually play? Until place 1 in queue? :shock:




Code: Select all

queue_mc.pNumber = 800 + random(2000); // Random start Queue
time = 60;
time_mc.pNumber = time + " mins";


Code: Select all

if (random(5) == 1)
{
    queue_mc.pNumber = Math.floor(queue_mc.pNumber) - 1;
} // end if
time = time + random(10) - 3;
time_mc.pNumber = time + " mins";



I let you make an Algorithm to get your answer :mrgreen:

Re: [WEBSITE] .htaccess pages

Posted: Sun Jun 02, 2013 1:17 pm
by RobbingHood
Lapin wrote:I let you make an Algorithm to get your answer :mrgreen:

lololol :lol:
Should've seen that the time/place in queue are of higher quality than the rest of the .swf :roll: