Sorry for taking so long, very busy at work these days.
The account info in the bridge file is fake but the db name is real and so is the host!
gallery link:
http://www.xn85turbo.com/album/forum link:
http://www.xn85turbo.com/forum/login: coppermine
password: gallery
bridge file (2.0 mod):
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
<?php
// ------------------------------------------------------------------------- //
// Coppermine Photo Gallery 1.3.1 //
// ------------------------------------------------------------------------- //
// Copyright (C) 2002-2004 Gregory DEMAR //
//
http://www.chezgreg.net/coppermine/ //
// ------------------------------------------------------------------------- //
// Updated by the Coppermine Dev Team //
// (
http://coppermine.sf.net/team/) //
// see /docs/credits.html for details //
// ------------------------------------------------------------------------- //
// 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. //
// ------------------------------------------------------------------------- //
// CVS version: $Id: invisionboard.inc.php,v 1.7 2004/07/09 06:57:55 gaugau Exp $
// ------------------------------------------------------------------------- //
// Invision Power Board v1.1 Integration for Coppermine //
// ------------------------------------------------------------------------- //
// Modify the values below according to your Board installation //
// ------------------------------------------------------------------------- //
// database configuration
define('IB_DB_NAME', 'suzuki'); // The name of the database used by the board
define('IB_BD_HOST', 'localhost'); // The name of the database server
define('IB_DB_USERNAME', 'login'); // The username to use to connect to the database
define('IB_DB_PASSWORD', 'password'); // The password to use to connect to the database
// The web path to your Invision Board directory
// In this example
http://yoursite_name.com/ivboard/define('IB_WEB_PATH', '/forum/');
// ------------------------------------------------------------------------- //
// You can keep the default values below if your installation is standard
// ------------------------------------------------------------------------- //
// The prefix for the Invision Board cookies
define('IB_COOKIE_PREFIX', ''); // The prefix used for board cookies
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
I copied the login.php file to the forum/sources/login.php from the mod 2.0 hack.