Jump to content

gamehead200

Patron
  • Posts

    6,876
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by gamehead200

  1. Its so much easier just to make 4 different directories and put the images you want in what image and put the same code in each directory! BTW, nice sig!
  2. ROFL! :rofl: Loved the toilet one!
  3. http://www.jmarshall.com/tools/cgiproxy/ Have someone install this on a webserver with a password! Works for me!
  4. That will definetely not work... See here: http://forums.invisionpower.com/index.php?...13& This code should work: <?php $dh = opendir("."); while (false !== ($file = readdir($dh))) { if (preg_match('/\.jpg$/i', $file) and $file != "avatar.png") // scanning for .jpg files only and stopping avatar.jpg being loaded (you will run into errors if this isnt here) { $filelist[] = $file; } } srand((double)microtime()*1000000); $picnum = rand(0, sizeof($filelist) - 1); header("Location: " . $filelist[$picnum]); closedir($dh); ?> Just replace the .jpg with the file extension you need to use. Leave avatar.png as is, and name the file avatar.png. Put all your images in one directory!
  5. This is just a great name generator... http://www.cyborgname.com/ Here are a few it came up with! And my favourite: Sounds a lot like them, doesn't it?
  6. Mwahahahaha... Suckers! Just heard about it on TechLive!
  7. You're the one that mentioned it! finalmaxim, do the following: 1. Disable "System Restore". 2. Enable your XP firewall. 3. Download the blaster tool from Symantec. 4. Run the tool from Symantec. 5. Restart your computer. 6. If no "Shutting Down" pop ups appear, you're OK. So re-enable "System Restore". Good luck once again!
  8. You need to be using Windows Messenger for it to work... Its kind of stupid, but its the only way!
  9. LOL! Formatting solves all or most problems!
  10. Never happened to me before... Try booting into safe mode by pushing the F8 key when your computer is turned on over and over again. If it doesn't boot, something is corrupt or something is not working properly. If it does boot, then come back and ask your question again. I think there's something corrupt, because this happened to me on a Windows 2000 system!
  11. Enable your firewall, then use the blaster removal tool!
  12. Please use more meaningful subject in topic title. http://www.msfn.org/board/index.php?showtopic=15603
  13. The new coming up version will allow animated custom smilies in messages!
  14. Not another LOTR joke!
  15. I have Pro and its the same thing as sven... Don't know what's going on...
  16. Welcome to crazy hacker land! Just kidding... Welcome to MSFN!
  17. There is a free version of IPB without support!
  18. Seen it... Funny then, funny now!
  19. Oh... Well, that's kind of a strange error message... This should go in the Windows PE section!
  20. Check your boot.ini file located in C:\. If there are more than 2 entries, you will have to delete the ones you don't need or want. You will have to uncheck the read only attribute to edit it.
  21. WTF!? That doesn't look like WinPE...
  22. There's a partition manager in Windows XP in Computer Management. That should be enough to find the hidden partition.
  23. Yup... I use that... Great utility!
  24. Wow... Have you listened to all 30,000 something songs?? I only have 402! I know sven has about 1145!
  25. The eMacs at school drive me nuts... They always freeze on me!
×
×
  • Create New...