Table of Content
Very good PHP photo album
easyPhpAlbum
http://www.mywebmymail.com/
just one index.php but with very good features, auto generated thumbnails at first time.
amazing site including easyPhpAlbum
customize:
1) main configuration.php
$show_poweredby_easyphpalbum=false; $title='Janet Art Gallery'; $images_per_page=18; $columns_per_page=6; $thumb_size=80; $border_width=4; $show_binder=true; $binder_spacing=6; $clip_corner=0; $clip_corner_round=false; $thumbnail_opacity=true; $opacity_level=80; $copyright='Copyright digiArk Studio'; $restrict_access=true; $users='fred,1234,guest,guestpassword,rob,eric';
2) sub album configuration.php
$show_statistics=false; $use_main_config=false; $use_album_config='paint'; // all sub album use same reference config file $images_per_page=40; $columns_per_page=8;
note: before try php image handling need to open php gd in php.ini
extension=php_mbstring.dll extension=php_exif.dll extension=php_gd2.dll