This quick installer installs Viper Guestbook with settings from an existing Coppermine Gallery installation.

Some of the settings:
mysql info
guestbook admin email address

This custom install script will fill out the guestbook URL in config for you.

You must be logged in as gallery admin for this installer to run.

If you leave the folder name as "guestbook" and are okay with the guestbook file in the gallery being called "guestbook.php", you can proceed to run the custom install script. The custom installation script must be located in the root of the gallery folder, with the guestbook folder being a subdirectory in the gallery.

For example:
gallery/
	viper-install.php
	guestbook/
	guestbook.php (will be created by the installer)
	otherGalleryFilesAndFolders
	
If you prefer different names for the guestbook folder and/or file, please edit the following in the viper-install.php file to reflect the names you want to use:
$GB_DIR = "guestbook";
$GB_FILE = "guestbook.php";

If this custom installer does not work for you, please install the guestbook manually and follow the instructions to integrate the guestbook into the gallery.