Jump to content

Desparately need simple URL-based thumbnail script


markkanning

Recommended Posts

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

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.