![]() |
|
4/28/2008 Nightly - Full Image Protection doest work - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: 4/28/2008 Nightly - Full Image Protection doest work (/thread-2781.html) |
4/28/2008 Nightly - Full Image Protection doest work - s0me0ne - 2008-04-30 I tried out Just checking, because this is a feature I've really been waiting for. 4/28/2008 Nightly - Full Image Protection doest work - acrylian - 2008-04-30 The direct path is always accessable if you know it. You would have to set up some htaccess rules to protect the actual image. We didn't include it because not everybody is allowed to edit htaccess rules or has even mod_rewrite. Take a look here for example: The best is always not to post high resolution images on your website at all...:-) 4/28/2008 Nightly - Full Image Protection doest work - williamz - 2008-05-01 I protect my images by putting the albums directory outside of the web directory. This is configured in the zp-config.php $conf['external_album_folder'] = '/home/users/example/albums'; That way only zenphoto php files have access to the images and there's no way to get to it via the web directly. 4/28/2008 Nightly - Full Image Protection doest work - acrylian - 2008-05-01 Right, I forgot about that possiblity. 4/28/2008 Nightly - Full Image Protection doest work - s0me0ne - 2008-05-01 Brilliant, thanks williamz |