Thanks for downloading my php photo gallery! This script searches subdirectories for image files and creates the corresponding links and navigation for them. Per-photo comment is supported. The script doesn't support index pages or thumbnails, just the photos and navigation are shown.
this script is licensed under the GNU-GPL License. It allows you to freely use and modify the script to your wishes, as long as you redistribute any derivatives under the same GNU-GPL license.
Put your images in subfolders called gallery1, gallery2, gallery3, and so on. Put the titles for the various galleries in the links.txt file, a new line for every title. Now all photos will be automatically recognized.
You can add comments by creating the files gallery1.txt, gallery2.txt, gallery3.txt, and so on. These files work the same as links.txt, a new line for every new entry. Note that these comment files are not necessary.
You can customize the look of the gallery by opening the index.php file and change the css style sheet, or the order of appearance of the layers in the end. Know what you do before you start changing the php code parts!
For more help, tips and tricks you can always have a look at my forum's PHP Scripting threads!