There are a couple suggestions out there, but I don't know which one I should use, or what would be the best for me. One sounded like you'd actually encode each image as a string and then show that. Another sounded like setting up a user/login thing and then dictating the location of the image by the user ID, but I want to avoid something complicated as that.
Basically, all my photos are organized into subfolders, in a master folder called "photos". I use a PHP script I wrote to scan this directory and create all the galleries from sub directories (see my post about this here).
The problem though is if you view source, you'll see direct links to all my photos. Is there a way to disable access to all the photos, but still allow my php script and fancybox to get at them? I'm not too savvy on the server-side stuff, but I'm learning.
Thanks for any recommendations.