Everything posted by r2d2
-
Random things you have always wanted to know
certain chemicals in the meat cause a hormonal imbalance. Meat is toxic!!
-
The 'You're Banned' Game (over 38,000 banned!)
banned for thinking flashing eyes roar.
-
The 'You're Banned' Game (over 38,000 banned!)
Banned for having an abnormally dysfunctional brain.
-
Creating a website in Dreamweaver using MySQL and PHP
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!
-
The 'You're Banned' Game (over 38,000 banned!)
Banned for bad spelling.
-
Creating a website in Dreamweaver using MySQL and PHP
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!
-
The 'You're Banned' Game (over 38,000 banned!)
banned for working on tipit
-
Creating a website in Dreamweaver using MySQL and PHP
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:
-
Creating/recording online vids...
Sticky! Sticky!
-
Speed Question
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.
-
Creating a website in Dreamweaver using MySQL and PHP
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: ).
-
How do I know if I've deleted a keylogger?
if the scans don't pick anything up, it's probably gone.
-
Random things you have always wanted to know
- The 'You're Banned' Game (over 38,000 banned!)
banned for being a cosmic woodcutting worker.- The 'You're Banned' Game (over 38,000 banned!)
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...- Stupid msn virus..? Please help me, I'm desperate..
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...- The 'You're Banned' Game (over 38,000 banned!)
banned for banning me twice in one post- The 'You're Banned' Game (over 38,000 banned!)
banned for not reading my edit.- The 'You're Banned' Game (over 38,000 banned!)
banned for having a disproportioned panda as your avatar EDIT: banned for posting while I was posting!- Random things you have always wanted to know
there's a good question...- CountDown From 15K - COUNTDOWN FINISHED!!!!
13256 --> 11- The 'You're Banned' Game (over 38,000 banned!)
banned for having 4 people make your sig.- Stupid msn virus..? Please help me, I'm desperate..
heh, open msn and run hijackthis. I'll be happy to go through it for you...- A question of science
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.- Random things you have always wanted to know
I didn't write any of those, and I barely skimmed the list... some are really odd but others seem plausible... - The 'You're Banned' Game (over 38,000 banned!)
Important Information
By using this site, you agree to our Terms of Use.