Re: [PHP] image location hiding techniques

2006-02-09 Thread Gerry Danen
I am attempting to call a script that actually renders the image and then check for a session variable. However, the session variable does not seem to be there... Does anybody have an idea why the session var is not available? The script above is called with this: $_SESSION['photoid'] = md5("v

Re: [PHP] image location hiding techniques

2006-02-07 Thread Travis Doherty
hbeaumont hbeaumont wrote: >Hi, > >I have a site with images that I want people to download but not have >the direct path to. ie. I do not want them to be able to just view the >source, find the dir and then download everything or direct link to >them. > >However I can see no way to do this other

[PHP] image location hiding techniques

2006-02-07 Thread hbeaumont hbeaumont
Hi, I have a site with images that I want people to download but not have the direct path to. ie. I do not want them to be able to just view the source, find the dir and then download everything or direct link to them. However I can see no way to do this other than keeping the images on disk, hav