This allows you to add a link in your photogallery so that your users can download the current album that they are viewing, as a zip file. The file dynamically adds all the photos to the zip file and presents it to the user for download, this way even if you were to update the photoalbum with more photos you don't need to go back and update the zip file, since this will take care of it when the user requests the zip download.
Now available for download ! Try it out and let me know if you find any errors!
REQUIREMENTS ----------- 1. PHP 4 or greater (there is a chance the archives will work with PHP 3) 2. Compiled with zlib for gzip and zip support. (Gzip currently not supported. On the to do list for future versions.) 3. Compiled with bz2 for bzip2 support. (Currently not supported. On the to do list for future versions.)