Download: Album.php
License: GPL
Features:
- Creates thumbnails on the fly
- Need not generate any more HTML code (saves space)
- Just copy into a folder with images and forget
- Comments to each image
Pre-Requisites:
HOWTO:
- Save it as index.php in any folder in public_html with images (JPGs)
- Do a "chmod 755 index.php" in that folder
- You can add comments by adding .txt files for each image
[ MyPic.jpg has its comments in MyPic.jpg.txt ]
Suggestions/Updates/Contributions : Santhosh @ gMail [.] com
ScreenShot:
Note: If PHP is not enabled for you by default, create
'htaccess' file in your public_html with these entries
AddType text/html .php
AddHandler cgi-script .php
DirectoryIndex index.html index.php
IndexOptions +FoldersFirst +ScanHTMLTitles
Don't forget to chmod 644 htaccess
|