Advanced Guestbook 2.4.4 (PHP/MySQL)
Copyright (c) Chi Kien Uong
URL: http://www.proxy2.de
Coppermine integration 1.0.4
Copyright (c) 2010 Gian Luigi Rocca
URL: http://vanrokken.altervista.org/
Email: glrocca@tin.it
**************************************************************************
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
***************************************************************************

Requirements:

  - MySQL 3.22.x or higher
  - PHP 4.1 or higher

Installation:

1. Extract this archive to your CPG root directory

2. Give write permissions (at least 755) to these directories:
    /guestbook/public
    /guestbook/tmp

3. Run the script 'install.php' in your guestbook directory
(i.e. http://www.yourDomain.com/guestbook/install.php)

4. Open /lang/your_lang.php and add this code at the end of file (before ?> ):
// ------------------------------------------------------------------------- //
// File guestbook.php  
// ------------------------------------------------------------------------- //

if (defined('GUESTBOOK_PHP')) {

$lang_guestbook_php = array(
  'guestbook' => 'Guestbook', // "Guestbook" in your language
  'contact' => 'Contact us', // "Contact us" in your language  
);
}

You can have your guestbook act like a contact form, by placing in your sys or sub menu a "Contact us" link to 
/guestbook.php?file=addentry&amp;gb_private=1
"Private message" flag in the "add entry" form will be automatically selected, so that message sent by user will appear only in admin panel "Private message" section and in your mailbox (if you have enabled private messages notification by email). 
A convenient header is displayed on top of the form (English and Italian only, other languages need adapting translation).

Further documentation: 
see /guestbook/doc directory

Support:
http://forum.coppermine-gallery.net/index.php/topic,56398.0.html
