Jump to content

gamehead200

Patron
  • Posts

    6,876
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by gamehead200

  1. In the mean time, everyone can go to http://neoscum.net! A N3OW1N hate site, I think... Welcome to MSFN!
  2. http://images.google.com :punk: :punk:
  3. For god's sake...If they can clone animals because it is legal, then why is it illegal to clone humans?
  4. the_JOHN, were you previously registered with the username "JOHN"?
  5. Well, right now I'm using Norman Virus Control on my Dell in my basement, and since my motherboard for my new computer came with PC Cillin 2002, I installed it, and it has been working really well...It picks up all of my e-mail viruses and worms, and even the ones I download...So, you guys always thought PC Cillin sucked, well, I guess you were wrong....
  6. I've noticed that many of the "Happy Birthday" threads go into the General Discussion forum...Maybe we should have a birthday forum as a sub-forum of the General Discussion forum...
  7. Yea, happy birthday! Why does everyone have their birthday before mine? :cry:
  8. Are you running a firewall?
  9. You can choose in folder options to unhide everything and all operating system files (which is dangerous if a hacker hacks j00)...That should work...
  10. Hey XPerties, tell him you have the power to shut down his website! Then he'll get the message!
  11. I ran the test at my dad's office and he had TELNET open... Wonder why...Now, for some reason, I'm the computer administrator there...
  12. Something is definetely wrong...
  13. JERUSALEM (AP) -- It's the bizarre, nightmarish stuff of a child's nursery rhyme: An Israeli woman swallowed a cockroach and right after it, down went a fork she used to try to fish the critter out of her throat. A winged cockroach jumped into the woman's mouth as she was cleaning her home in a village in northern Israel this week. And as the story goes, the 32-year-old woman tried to scoop the bug out with a fork but swallowed it as well. "It's a bit of a strange story," said Dr. Nikola Adid, who operated on the woman on Tuesday to remove the fork from her stomach -- the bug was already digested. "This is the first time I've ever encountered anything like this. None of my medical colleagues in this country have heard of anything similar either." An X-ray showed the fork, lodged sideways in her stomach. Adid, a surgeon at the Poria Hospital in Tiberias, on the Sea of Galilee, removed the fork with laparoscopic surgery, a minimally invasive procedure performed through a tiny incision a patient's abdomen. The woman is recovering well, Adid said -- better off than the old woman of the children's rhyme: "There was an old woman who swallowed a fly. I don't know why she swallowed a fly. Perhaps she'll die." News Source: CNN.com
  14. you heard me. I dont like you. Go away. LOL! I love it when the fight... DOG FIGHT!
  15. Yay! Hope she's gone for good! I mean, I hope she has a great time...
  16. He probably means where he has to put his name and password...I have that too...I think you can't unset that...It comes by default in Windows XP... Oh, its only SqueakyByte...He was banned a while ago...
  17. 30 C outside...18 C inside! (Montreal)
  18. That's something you don't hear everyday! And XPerties is already married...I think...
  19. I don't think so because it is newer than Windows XP...
  20. Happy Birthday, sedative! And many more...
  21. Feedback forum!
  22. OK, so I have my GD image which takes random text from a text file...But what I want to know is how can I code this so that when the image runs out of space, the remaining text can go to the next line? This is my code right now: <?php Header ('Content-type: image/jpeg'); Header('Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0'); Header('Expires: Thu, 19 Nov 1981 08:52:00 GMT'); Header('Pragma: no-cache'); // create the image $image = imagecreatefrompng ("http://www.astromike.com/gd_stuff/ip/pic.png"); // set the colours $cool = imagecolorallocate($image, 81, 86, 96); $black = imagecolorallocate($image, 0, 0, 0); $white = imagecolorallocate($image, 255, 255, 255); $red = imagecolorallocate($image, 255, 0, 0); $grey = imagecolorallocate($image, 204, 204, 204); $green = imagecolorallocate($image, 206, 129, 18); $blue = imagecolorallocate($image, 0, 0, 255); // set quote file $quotes = file('quotes.txt'); $quote = array_rand($quotes); // set the font and print text $font = '/home/soaresm/public_html/gd_stuff/ip/font.ttf'; ImageTTFText ($image, 8, 0, 10, 17, $black, $font, "Your IP Address is ".$REMOTE_ADDR); ImageTTFText ($image, 8, 0, 10, 34, $black, $font, "gamehead loves ".$name); ImageTTFText ($image, 8, 0, 10, 51, $black, $font, $quotes[$quote]); // output and destroy imagepng($image); imagedestroy($image); ?> $quotes is the text file...
  23. That's what I first thought...I closed the page right away...
  24. My music teacher's friend used to play the Clarinet. She would always eat before she played and she never took the reed (the wood thing on the mouthpiece) off of her mouthpiece. One day, she couldn't blow any air through that Clarinet, and the reed wouldn't come off. So she grabbed a screwdriver, took off the reed, and guess what she found... A FAMILY OF MAGGOTS!
  25. Now that's just nasty...
×
×
  • Create New...