markkanning Posted March 7, 2007 Share Posted March 7, 2007 Hey all, I don't know why, but all the old web content for simple, URL-based auto-thumbnailers has all been replaced by upload-and-thumbnail content. I can't seem to find one f@#$in' script anywhere anymore that just allows you to thumbnail an image on-the-fly by passing the image name as a variable for the thumbnail script. Can SOMEONE please point me to one?!!!!! I've got all the upload/thumbnail/save-to-file scripts I can handle. But I don't want to clog my server with a bunch of thumbnail images. :'( mark Link to comment https://forums.phpfreaks.com/topic/41544-desparately-need-simple-url-based-thumbnail-script/ Share on other sites More sharing options...
SammyGunnz Posted March 7, 2007 Share Posted March 7, 2007 Won't give you a script but this should point you in the right direction: <?php unlink($path.$thumbnail); ?> It's like magic. Guaranteed not to clutter your server with thumbnails....but depending on your code design and traffic, may not be the best route. Make sure proper permissions have been set for that directory/folder. Link to comment https://forums.phpfreaks.com/topic/41544-desparately-need-simple-url-based-thumbnail-script/#findComment-201329 Share on other sites More sharing options...
akitchin Posted March 7, 2007 Share Posted March 7, 2007 have a look at phpThumb. you source your image to the phpThumb .php file and pass it the parameters it needs (file name/location, max heights and widths, etc). quite a handy little plugin. Link to comment https://forums.phpfreaks.com/topic/41544-desparately-need-simple-url-based-thumbnail-script/#findComment-201369 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.