News

eAccelerator caching

a. Reduce load on the DB server This is based on the caching technique described on https://www.zenphoto.org/2008/01/hacks/ We'll use eAccelerator shm cache instead of storing the query results on disk. 1. Edit the functions-db.php (…)

Server side optimization

Database result cache As we know, the database will use many resource and time to query the information of Image. If we want to save time, we could do optimization with cache the result. What I use is two functions, you could use (…)

Client side optimization

As per yahoo! optimization guidelines http://developer.yahoo.com/yslow/ for making Zenphoto faster at client-side, here are some hacks. FIRST: Edit .htaccsss file and (…)

Flickr importer

This script grabs the photos and meta data and creates albums in Zenphoto and entries in the appropriate tables.

e107 autogallery to Zenphoto migration

A tutorial from 2008 to migrated from the autogallery plugin of the CMS e107 (…)

Coppermine to Zenphoto import

A very basic script in Perl that will copy over Metadata from Coppermine to Zenphoto. The data is keyed on filename, so it is assumed that you have unique filenames in your albums.

Import Menalto Gallery 2 Image Descriptions

A Perl script to import Menalto Gallery 2 Image Descriptions.

MWZenphoto - MediaWiki integration

A MediaWiki extension to allow inclusion of images from a Zenphoto gallery using a simple tag in the markup.

Windows Live Photo Gallery Zenphoto Plugin

This is a plugin for Windows Live Photo Gallery application that permits publishing photos to a installation of Zenphoto gallery. The code is (…)

Vista Order Prints Wizard

This script gives you the ability to use the Windows Vista Order Prints Wizard to upload files to your Zenphoto installation using the Explorer sidebar. Just drop it in the root Zenphoto installation directory to install it.