- Online Photos Albums with automatic generation of thumbnails. Notice : This project is now closed..
| • Dynamic Jpeg Thumbnail Generation (t_ Filename) | • Login/password For Administrator |
| • No Database Require | • Upload Picture, Doen't Need To Upload Picture Via Ftp (if Available) |
| • Picture Rotation (if Available) | • Main Album Description |
| • File Rename | • Multiples Pages |
| • Online Pictures Notes | • Upload/Download Zip |
| • Exif Data From Digital Picture (if Available) | • Remote Link (Link To A Http:// Picture), Generate Thumbail |
| • Sub-Directory | • Rebuild Thumbnail |
| • Erase All Pictures | • Option To Generate Thumbnail Only On-fly |
| • Sorting Options |
 Main User Screen with a popup with file infos.
|
 Simple User Exif Popup.
|
 Directory in administration mode (Info, Delete directory, click to view).
|
 Directory Informations like files,subdirectories number and last modification date.
|
 Admin Screen. Note : Rotate function aren't available on this server.
|
 Edition of a description.
|
 Page number, can be positionned on top and/or bottom of page.
|
 Rename a file and linked file (thumbnail and description).
|
 Exif data, don't forget to filter binary section and key, do not display all section (too long for javascript popup).
|
 Rotate icons (if available).
|
- PHP 4.x.x could be find on www.php.net.
- Use GD 2.0 or GD 1.x (choise was automatic in config file). Gif are resized in html when using gd2.
- Use Exif (Only available in PHP 4 compiled using --enable-exif).
- Modify
$main_login=""; and $main_pwd=""; in config.php.
- Add
$admin=1;session_register('admin'); in index.php to bypass login/pwd.
- Configure some options like thumbnail size or exif infos.
- Autoconfig Script.
- Sort Data in XML.
- Guest user.
- Search in name or description.
- Want more ? so .. email me.
All theses stuff will be in next major version (2.0)
- In several php configuration, first load produce javascript error due to php rewriting rules for session cookies (see session.use_trans_sid in php.ini). Use the option session.session.use_only_cookies and session.use_trans_sid in your php configuration file to fix this problem.
- Not a bug just a notice ; First load on remote link produce reduced thumbnail not proportionnal.
- Same bug as above for gif with gd2, thumbnail could not be generate.
- While rotate a jpg, exif data was not maintain, a new rotate function or a exif.copydata method must be write (thks to Eliseo Franco for report).
- Billa for great features ideas.
- Phil for some idea and debug.
- Pouyou for beta testing.
- Eliseo for support and bug repport.
- And all other to use it.