EasyGallery is a smart and simple way to present photos on your own website without a complex installation or administration. Just upload and everything is there.
- Extract and copy to your Webserver
- Make the
PICTURES/folder writeable (chmod 775) - Copy your images to
PICTURES/folder
You need a Webserver with at least PHP 4 installed. Furthermore the GD library is required for thumbnail creation. You can check your PHP version by calling <?php phpinfo(); ?>.
Unfortunately you will have to generate your thumbnails manually before using the gallery. Add a thumbnails/ directory to each of your album folders and for each PICTUREXX.jpg create a thumbnail tn_PICTUREXX.jpg with 140x140px size. Many image processing programs provide the possibility to automate this process, like for example Irfanview.
Change the $root_dir variable in html/gallery.php.
Complete rework of the code, attempt to catch up 4 years of web development
Google Analytics integration. You can now add Google Analytics by setting the Tracking ID in index.php
Google Maps Integration for geolocated Images (EXIF)
Integration of mustache templating engine, separation of content and logic
Changed to fancybox lightbox implementation
Integration of smaller in order to minify js
Code cleanup and refactoring
Switch to Slimbox instead of Litebox.
Some minor fixes and polishing the code.
Automatic thumbnail generation.
Change from Lightbox to Lytebox.
Some minor fixes and polishing the code.
lightbox update (http://www.huddletogether.com/projects/lightbox2/).
#####25.04.2006 --- Version 2.0.1 released
important security update: In all former verisons "A remote attacker could exploit this vulnerability using the 'ordner' parameter to execute script in a victim's Web browser within the security context of the hosting Web site, allowing the attacker to steal the victim's cookie-based authentication credentials." ( http://xforce.iss.net/xforce/xfdb/25943 ).
#####16.04.2006 --- Version 2.0.0 released complete layout is now based on layers (if you have problems with the positioning of the layers use EasyGallery 1.xx)
dynamic hover effects with overlapping in thumbnail view
comment function has been extendet to author comments, that appear as tooltips
style.css has been included
#####16.04.2006 --- Versions 1.16 & 2.0.0 split