Jump to content

r2d2

Members
  • Posts

    192
  • Joined

  • Last visited

Everything posted by r2d2

  1. certain chemicals in the meat cause a hormonal imbalance. Meat is toxic!!
  2. Banned for having an abnormally dysfunctional brain.
  3. use imagecopyresampled($copy,$orig,0,0,0,0,$newWidth,$newHeight,$oldWidth,$oldHeight) . Put that with the script that moves the images from the temp folder. ($copy is the path to the new pic made with imagecreatefromjpeg/gif/png()) This changes it on upload. Then you can either keep or delete the original. You can always just use the path to the temp folder as $orig, and not need to worry about deleting or moving the original image. Hope that helps!
  4. it's likely my script didn't work because you didn't set it up right, it is part or a 3 page script :shock: I can help you with the display multi images part though, this displays all the files in the directory, and if one isn't an image it may crash. here goes: $files = scandir('/images'); foreach($files as $file) { print ' '; } this assumes that this php file is in the same folder as the folder "images". it goes through the folder, putting each file into the array $files, then dissects $files and displays each file as an image. hope this helps!
  5. hehe, you're going to make me write it anyway. :twisted: :wall: $type = getimagesize($image); switch($type) { case 1: imagecreatefromgif($img); break; case 2: imagecreatefromjpeg($img); break; case 3: imagecreatefrompng($img); break; } :twisted: :twisted: :wall: :twisted: :mrgreen:
  6. if she is connected directly to the router, it would make sense, but still, by being closer it takes less time for stuff to get to the router, so she would get more speed.
  7. how are the arrays going? yes, it is possible, though it is a very long script, which I can't type out at the moment. Your create an image tutorial might just be right, as you make a new file, define the height and width of the new image, then copy the old image into the new one. Then you get to blow up the old image :mrgreen:. I'll help you as much as I can, wherever you may need it, as this is one of the tougher things to do with PHP (it's not actually as simple as the first part of my post may have lead you to believe :boohoo: ).
  8. if the scans don't pick anything up, it's probably gone.
  9. banned for being a cosmic woodcutting worker.
  10. banned for overlooking the "in one post" part of my post. unless you were referring to the panda thing, which was meant for the post above yours...
  11. I didn't see anything out of the ordinary, though there were a lot of msn's, one for the toolbar, one for the messenger, another for the messenger, and there was another messenger. Only thing I found somewhat odd, though it probably is fine. try clearing internet data, like cookies and whatnot (clear personal data from internet options in tools) that might clear it, though I'm not sure...
  12. banned for having a disproportioned panda as your avatar EDIT: banned for posting while I was posting!
  13. heh, open msn and run hijackthis. I'll be happy to go through it for you...
  14. It shrinks because the metal gets very hot, and then the plastic part starts to melt, and when you put a plastic bag or other thin plastic next to something hot, it shrivels up. The sparks are just the current arcing.
  15. I didn't write any of those, and I barely skimmed the list... some are really odd but others seem plausible...
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.