I think we should add this to our websites

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
JPlush76
Forum Regular
Posts: 819
Joined: Thu Aug 01, 2002 5:42 pm
Location: Los Angeles, CA
Contact:

I think we should add this to our websites

Post by JPlush76 »

User avatar
daven
Forum Contributor
Posts: 332
Joined: Tue Dec 17, 2002 1:29 pm
Location: Gaithersburg, MD
Contact:

Post by daven »

heheh. So true.
User avatar
protokol
Forum Contributor
Posts: 353
Joined: Fri Jun 21, 2002 7:00 pm
Location: Cleveland, OH
Contact:

Post by protokol »

Gotta love M$ bashing :lol:
User avatar
Stoker
Forum Regular
Posts: 782
Joined: Thu Jan 23, 2003 9:45 pm
Location: SWNY
Contact:

Post by Stoker »

Take a look at
http://www.joeysmith.com/
with a Bill Gates browser (or Opera >6 in IE mode) :)
Solean
Forum Newbie
Posts: 1
Joined: Sat Mar 08, 2003 6:26 pm

Post by Solean »

I'm adding it as my custom error page!
evilcoder
Forum Contributor
Posts: 345
Joined: Tue Dec 17, 2002 5:37 am
Location: Sydney, Australia

Post by evilcoder »

i like the idiot one better. Although the real OS one looks real and only has subtle differences which is cool.
60host
Forum Newbie
Posts: 3
Joined: Fri Mar 14, 2003 12:16 pm

he he he

Post by 60host »

:lol:

Some times you just do not need to do that. Microsoft guarantees it is going to happen some day with or without you.

cheers
User avatar
phice
Moderator
Posts: 1416
Joined: Sat Apr 20, 2002 3:14 pm
Location: Dallas, TX
Contact:

Post by phice »

Code: Select all

<?php
if (substr(php_uname(), 0, 7) == "Windows") {
   die ("Sorry, this script doesn't run on Windows.\n");
}
?>
Image Image
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

phice wrote:

Code: Select all

<?php
if (substr(php_uname(), 0, 7) == "Windows") {
   die ("Sorry, this script doesn't run on Windows.\n");
}
?>
lmao
Post Reply