2015-12-30, 10:09:29
I hardly use default thumbnails created on image upload. I'm using pic.php from you mvlcek but as I don't want to show full path to plugin directory, I'm using some basic rewriting so my urls to pictures are:
>>> "/thumbnail?src=/RelativePathInDataUploads/image.ext&w=120&h=90&c=1"
some friends don't recommend me using it because they say it's not safe to use it (as it's similar to TimThumb), but I don't see any potential risk in it + when used with rewrite, so there is no real path and wrong path is always redirected to 404
>>> "/thumbnail?src=/RelativePathInDataUploads/image.ext&w=120&h=90&c=1"
some friends don't recommend me using it because they say it's not safe to use it (as it's similar to TimThumb), but I don't see any potential risk in it + when used with rewrite, so there is no real path and wrong path is always redirected to 404