Skip to content
View in the app

A better way to browse. Learn more.

Tip.It Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

r2d2

Members
  • Joined

  • Last visited

Everything posted by r2d2

  1. certain chemicals in the meat cause a hormonal imbalance. Meat is toxic!!
  2. banned for thinking flashing eyes roar.
  3. Banned for having an abnormally dysfunctional brain.
  4. 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!
  5. Banned for bad spelling.
  6. 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!
  7. banned for working on tipit
  8. 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:
  9. 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.
  10. 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: ).
  11. if the scans don't pick anything up, it's probably gone.
  12. banned for being a cosmic woodcutting worker.
  13. 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...
  14. 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...
  15. banned for banning me twice in one post
  16. banned for not reading my edit.
  17. banned for having a disproportioned panda as your avatar EDIT: banned for posting while I was posting!
  18. there's a good question...
  19. banned for having 4 people make your sig.
  20. heh, open msn and run hijackthis. I'll be happy to go through it for you...
  21. 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.
  22. I didn't write any of those, and I barely skimmed the list... some are really odd but others seem plausible...

Important Information

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

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.