Jump to content

sven

Member
  • Posts

    963
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by sven

  1. sven

    euro trip

    its just the sound the computer makes when he gets an email message. its wav format because i had to replace my original messenger sound which was called newemail.wav removed off website due to some copyright, will put it somewhere else maybe
  2. sven

    euro trip

    NO!!!! i set it as my msn messenger "got email" sound
  3. sven

    euro trip

    never mind, i made one myself. if any of you want it, ask me.
  4. sven

    euro trip

    this was a great movie. to anyone who has seen the movie, would you know where i could find the mail sound? its so hilarious. "mail motha F*cka" soo funny
  5. here's the link to teh theme I have Itunes 14 have fun good think I keep all the zips for my themes.
  6. are you tired of your old plain computer case? want something a little more fun!!! well take you old nintendo system and turn it into a pc!!!! follow the instuctions and you'll have a nintendo pc in no time!!! nintendo computer so cool
  7. really funny pictures involving computers. really funny
  8. if its just not recording, did you check microphone is selected in the recording window? because it could be selected on something else. that coujld be a rason of not recording.
  9. march 22nd, and its still down
  10. what, then how come you never showed it to me?!?
  11. lol, haha
  12. i agree, burn in hell
  13. Just wondering how many of us are still in the stone age, im still running 2 windows 95 machines!!! *Make sure your still using the machine also, those old computers in the closet dont count . neither does virtual pc. this is the main OS.
  14. the lijnk just hapens to open on a linux is better page
  15. lol, i once unselected the startup disk, and had to call some mac guy to find out how to fix it. took me a 1/2 hour to find out how to fix it. the only good thing is the changing desktop. put it to change every 5 seconds. drives people crazy.
  16. its called info pen, it has a 30 day trial. there is also an msn plus plug-in but im not sure if it works...
  17. i have so many times. twice in 10 minutes. they probabily can only be crashed by windows users, or when they connect to a windows ftp . tell your stories
  18. source check for yourself, sites down
  19. system back up
  20. you have an image create php code. it puts text over a specified image. this is one of mine that shows which itunes song is playing. <?php Header ('Content-type: image/png'); Header('Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0'); Header('Expires: Thu, 19 Nov 1990 08:52:00 GMT'); Header('Pragma: no-cache'); // create the image $nameofimage = "now-playing.jpg"; //name of image $image = imagecreatefromjpeg($nameofimage); // set the colours $cool = imagecolorallocate($image, 87, 87, 87); $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 iTunes file (or other information) $fname = "CurrentSong.txt"; $songfile = fopen($fname, "r"); $artist = fgets($songfile); if($artist != " ") { $songname = fgets($songfile); $song = "Playing: $songname by $artist"; } else $song = "No music is playing"; fclose($songfile); // set the font $font = '/font.ttf'; // put it all together //puts text on the image, see bellow about variables ImageTTFText ($image, 8, 0, 9, 20, $white, $font, $song); // output and destroy imagepng($image); imagedestroy($image); ?> imageTTFText completed script example
  21. me spend lot time front screen and see know problem...
  22. msn messenger has gone down again, last updated 10:43:00 AM Pacific Time. click here for service status this is getting annoying
  23. also, if you have msnplus! installed, make sure that you unchecked log conversations.
  24. you gotta love google news alerts the rest of the article : here source : dvd-recordable.org/
  25. 1. Add one capful of shampoo to the water in the toilet. Put both lids up. 2. Pick up the cat and soothe him while you carry him towards the bathroom. 3. In one smooth movement, put the cat in the toilet and close both lids (You may need to stand on the lid.) The cat will self-agitate and make ample suds. (Never mind the noises that come from the toilet, the cat is actually enjoying this.) 4. Flush the toilet three or four times. (This provides a "power-wash" and "rinse".) 5. Have someone open the door to the outside. (Be sure that there are no people between the toilet and the outside door.) 6. Stand behind the toilet as far as you can, and quickly lift both lids. 7. The now-clean cat will rocket out of the toilet, and run outside where he will dry himself off. The toilet will be sparkling clean! Now who said a man can't find ways to cut the cleaning time of a home! Sincerely, Your Dog Spot hehehe, i gotta try this one
×
×
  • Create New...