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
JPlush76
Forum Regular
Posts: 819 Joined: Thu Aug 01, 2002 5:42 pm
Location: Los Angeles, CA
Contact:
Post
by JPlush76 » Fri Mar 07, 2003 1:18 pm
daven
Forum Contributor
Posts: 332 Joined: Tue Dec 17, 2002 1:29 pm
Location: Gaithersburg, MD
Contact:
Post
by daven » Fri Mar 07, 2003 1:24 pm
heheh. So true.
protokol
Forum Contributor
Posts: 353 Joined: Fri Jun 21, 2002 7:00 pm
Location: Cleveland, OH
Contact:
Post
by protokol » Fri Mar 07, 2003 11:58 pm
Gotta love M$ bashing
Stoker
Forum Regular
Posts: 782 Joined: Thu Jan 23, 2003 9:45 pm
Location: SWNY
Contact:
Post
by Stoker » Sat Mar 08, 2003 12:31 am
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 » Sat Mar 08, 2003 6:26 pm
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 » Sat Mar 08, 2003 7:10 pm
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
Post
by 60host » Fri Mar 14, 2003 12:23 pm
Some times you just do not need to do that. Microsoft guarantees it is going to happen some day with or without you.
cheers
phice
Moderator
Posts: 1416 Joined: Sat Apr 20, 2002 3:14 pm
Location: Dallas, TX
Contact:
Post
by phice » Sat Mar 15, 2003 11:16 pm
Code: Select all
<?php
if (substr(php_uname(), 0, 7) == "Windows") {
die ("Sorry, this script doesn't run on Windows.\n");
}
?>
bibbouk
Forum Newbie
Posts: 1 Joined: Sun Mar 16, 2003 11:11 am
Post
by bibbouk » Sun Mar 16, 2003 11:11 am
m3mn0n
PHP Evangelist
Posts: 3548 Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada
Post
by m3mn0n » Sun Mar 16, 2003 12:35 pm
phice wrote: Code: Select all
<?php
if (substr(php_uname(), 0, 7) == "Windows") {
die ("Sorry, this script doesn't run on Windows.\n");
}
?>
lmao