Album.php



Download: Album.php

License: GPL
Features:
  1. Creates thumbnails on the fly
  2. Need not generate any more HTML code (saves space)
  3. Just copy into a folder with images and forget
  4. Comments to each image

Pre-Requisites:
  • Apache / PHP / Unix

HOWTO:
  1. Save it as index.php in any folder in public_html with images (JPGs)
  2. Do a "chmod 755 index.php" in that folder
  3. 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