Forum Moderators: phranque
The problem I am facing is that guest can easyly guess the picture names and type the following URL (http://www.example.com/images/gd_10.jpg) and see any picture he want (restricted).
What should I do to make sure that restricted picture can not be seen by users going in my images folder? Note that I do not have access to htaccess (rewrite).
Thanks
The point is to have all image requests going through one php file where you can set whatever restrictions you need (like # of downloads/min, or per IP)
Cheers