Content Type
Profiles
Forums
Events
Everything posted by sedative
-
Messenger is working for me now.
-
Happy Birthday! w*****
-
this ss is about 60 seconds old.
-
you guys ready?
-
Sight-seeing in Phobos: http://ileet.net/Shot00000.jpg http://ileet.net/Shot00001.jpg Me falling off of the map in Face: http://ileet.net/Shot00009.jpg This one is very special. This is when I beat Xperties so badly that he accused me of cheating http://ileet.net/Shot00011.jpg And scoring the winning goal in a Bombing Run match: http://ileet.net/Shot00026.jpg
-
Speaking of which, here's one of the coolest screenshots I've taken.. Click Me
-
In the /system/ dir.. normally C:\UT2003\system. They're saved as Shot000*.bmp
-
Read the rest: Washington Post Very interesting story.
-
Right-click on My Computer -> Properties -> Advanced tab -> press the Settings button under Startup and Recovery -> uncheck Automatically Restart Next time that this happens you'll see a BSOD instead of just rebooting. Write down the error code that the screen displays and come back to us with that information. With the info that you've given, it could be one of a thousand things.
-
HappvfNdw Year!!!!!!!11
-
Submitting Forms
sedative replied to gamehead200's topic in Web Development (HTML, Java, PHP, ASP, XML, etc.)
I guess you mean in PHP. Here's my old contact form. You'll have to modify it to your liking. Note: I didn't make this, so I won't be able to help with this.. <?php $target = "your@email.address"; if (($message) && ($from) && ($subject) && ($target) && ($fromname)) { $message = stripslashes($message); mail(" $target ", " $subject ", $message, "From: $fromname <$from>\r\n" ."Reply-To: $from\r\n" ."X-Mailer: PHP/" . phpversion()); echo "<br><br>Mail sent successfully, click <a href=\"$PHP_SELF\">here</a> to send another"; } else { echo " <form name=\"mail\" method=\"post\" action=\"$PHP_SELF\"> <table border=0> <tr> <td>Name:</td> <td><input class=\"editbox\" type=\"text\" name=\"fromname\"><br></td> </tr> <tr> <tr> <td>E-Mail:</td> <td><input class=\"editbox\" type=\"text\" name=\"from\"><br></td> </tr> <tr> <td>Subject:</td> <td><input class=\"editbox\" type=\"text\" name=\"subject\"><br></td> </tr> <tr> <td>Message:</td> <td><br></td> </tr> <tr> <td colspan=2> <textarea class=\"editbox\" name=\"message\" cols=\"80\" rows=\"10\"></textarea> </td> </tr> <tr> <td></td> <td><div align=\"right\"><input class=\"button\" type=\"submit\" name=\"Submit\" value=\"Send\"></div></td> </table> </form> "; } ?> As far as the "missing data" error, you'd use something like... if ((empty($blah1)) || (empty($blah2)) || (empty($blah3))) { $error = "yes"; } if ($error == "yes") { echo "You forgot something, dumbass"; } -
Only when we burn smartass Englishmen at the stake.
-
Canada. The US could use some more parking spaces and firewood.
-
$$$
-
For emulation I'd rather use Daemon Tools. It's simple and free. Why use a porgram that you have to pay for? I've actually spoken to the developers of Alcohol a few times. They take pride in their software and they're right on top of the whole "warez scene". Any crack that is released for Alcohol is eradicated by the next update (which is often). I actually admire them for that. Don't get me wrong.. it's a great piece of software.. just not something I'd shell out some bucks for.
-
Why does EA suck so much? Epic is releasing an expansion pack for UT2003 for free. Those bastards did the same thing for the MOHAA expansion pack. You've already shelled out a bunch of cash for the game, you shouldn't have to spend more for some new maps and weapons/vehicles. Die, EA, Die!
-
Oh, this reminds me.. Fatal1ty just won the CPL tournament in UT2K3. I also uninstalled RTCW shorty after installing it. =/
-
I bought the MX-700 (the wireless one.. I think tha's what you mean) and I love it. Believe it or not, it's great for gaming. Don't notice any mouse lag whatsoever.
-
You should've asked for an Xbox.
-
That's one of the coolest things I've ever heard. Mazeltov my friend.
-
I'm guessing you mean urlencode... and I'm guessing you're looking for a complete list.. friend of mine on IRC got this list with mIRC scripting <space or +> = %20 ! = %21 " = %22 # = %23 $ = %24 % = %25 & = %26 ' = %27 ( = %28 ) = %29 * = %2A + = %2B , = %2C - = %2D . = %2E / = %2F : = %3A ; = %3B < = %3C = = %3D > = %3E ? = %3F @ = %40 [ = %5B \ = %5C ] = %5D ^ = %5E _ = %5F ` = %60 { = %7B | = %7C } = %7D ~ = %7E = %7F € = %80 ? = %81 ‚ = %82 ƒ = %83 „ = %84 … = %85 † = %86 ‡ = %87 ˆ = %88 ‰ = %89 Š = %8A ‹ = %8B Œ = %8C ? = %8D Ž = %8E ? = %8F ? = %90 ‘ = %91 ’ = %92 “ = %93 ” = %94 • = %95 – = %96 — = %97 ˜ = %98 ™ = %99 š = %9A › = %9B œ = %9C ? = %9D ž = %9E Ÿ = %9F = %A0 ¡ = %A1 ¢ = %A2 £ = %A3 ¤ = %A4 ¥ = %A5 ¦ = %A6 § = %A7 ¨ = %A8 © = %A9 ª = %AA « = %AB ¬ = %AC = %AD ® = %AE ¯ = %AF ° = %B0 ± = %B1 ² = %B2 ³ = %B3 ´ = %B4 µ = %B5 ¶ = %B6 · = %B7 ¸ = %B8 ¹ = %B9 º = %BA » = %BB ¼ = %BC ½ = %BD ¾ = %BE ¿ = %BF À = %C0 Á = %C1  = %C2 à = %C3 Ä = %C4 Å = %C5 Æ = %C6 Ç = %C7 È = %C8 É = %C9 Ê = %CA Ë = %CB Ì = %CC Í = %CD Î = %CE Ï = %CF Ð = %D0 Ñ = %D1 Ò = %D2 Ó = %D3 Ô = %D4 Õ = %D5 Ö = %D6 × = %D7 Ø = %D8 Ù = %D9 Ú = %DA Û = %DB Ü = %DC Ý = %DD Þ = %DE ß = %DF à = %E0 á = %E1 â = %E2 ã = %E3 ä = %E4 å = %E5 æ = %E6 ç = %E7 è = %E8 é = %E9 ê = %EA ë = %EB ì = %EC í = %ED î = %EE ï = %EF ð = %F0 ñ = %F1 ò = %F2 ó = %F3 ô = %F4 õ = %F5 ö = %F6 ÷ = %F7 ø = %F8 ù = %F9 ú = %FA û = %FB ü = %FC ý = %FD þ = %FE ÿ = %FF Somebody quote this post.. I dare ya
-
Guys, there's a little site you might've heard of... It's called Google. http://www.timex.com/search97cgi/s97_cgi?A...&ResultCount=12
-
$99 Per Month For Almost 2 Mbytes Of Capacity
sedative replied to MSNwar's topic in General Discussion
That's pretty silly. I remember not too long ago RackShack had a special on servers.. 100GB space/400GB transfer for $99 a month -
I highly doubt that.