getImageFormat(); // If image is GIF if ($image_format == 'GIF') { $image_thumbnail = $image_thumbnail->coalesceImages(); } // Resize image $image_thumbnail->resizeImage(300,null,null,1,null); $image_thumbnail->writeImage("images/thumbnails/".$image_basename); $success = "Your Image uploaded successfully!"; } else { $error = "F, Upload failed"; } } else { $error = "Something went fuckywucky, please try later"; } } } } else { // No image present $error = "No file lol"; } } } else { $error = "You must be logged in to upload images"; //header("Location: https://superdupersecteteuploadtest.fluffybean.gay"); } ?>

Upload image

In this world you have 2 choices, to upload a really cute picture of an animal or fursuit, or something other than those 2 things.

".$error."

"; } if (isset($success)) { echo "

".$success."

"; } ?>