i created mysql database for it, and set config.php, but i cannot instal it. i recieve this error
CODE
nstalling XMB 1.8 Partagium
Database connection error!!!
A connection to the Database could not be established.
Please check your username, password, database name and host.
Also make sure config.php is rightly configured!
When connecting, the database returned:
Error 1045: Access denied for user: 'hatebree@69.50.188.18' (Using password: YES)
Database connection error!!!
A connection to the Database could not be established.
Please check your username, password, database name and host.
Also make sure config.php is rightly configured!
When connecting, the database returned:
Error 1045: Access denied for user: 'hatebree@69.50.188.18' (Using password: YES)
config.php file is like this
CODE
<?php
/* $Id: config.php,v 1.1.2.2 2004/07/20 17:51:31 ajv Exp $ */
/*
XMB 1.8 Partagium
© 2001 - 2003 Aventure Media & The XMB Developement Team
http://www.aventure-media.co.uk
http://www.xmbforum.com
For license information, please read the license file which came with this edition of XMB
*/
// Database connection settings
$dbname = 'hatebree_hatebreexmb'; // Name of your database
$dbuser = 'hatebree'; // Username used to access it
$dbpw = '*****'; // Password used to access it
$dbhost = 'hatebreed.uni.cc'; // Database host, usually 'localhost'
$database = 'mysql'; // Database type, currently only mysql is supported.
$pconnect = 1; // Persistent connection, 1 = on, 0 = off, use if 'too many connections'-errors appear
// Table Settings
$tablepre = 'xmb_'; // Table-pre
// Path-settings
// In full_path, put the full URL you see when you go to your boards, WITHOUT the filename though!!
// And please, don't forget the / at the end...
$full_url = ''http://www.hatebreed.uni.cc/music/';
// Plugin Settings
$plugname[1] = ''; // Added plugin name, to create another plugin, copy and change [1] to [2] etc
$plugurl[1] = ''; // This is the location, link, or URL to the plugin
$plugadmin[1] = 'no'; // Is this plugin only for admins? Set to yes for admins, no for public
// max image size in kilobytes. We do not check for image dimensions. This is approximately 0.95 MB in size
// If you have a limited hosting budget, you might want to cut this right down
$max_attach_size = 1000000;
// Registration settings
/***************
* Registrations from the same IP to happen more than once per 24 hours,
* To allow
* turn the following option 'off'. Meaning instead of the default:
* $ipreg = 'on';
*
* change it to:
* $ipreg = 'off';
*
****************
* The ipcheck, checks if your IP is a valid IPv4 or IPv9 type, if none of these, it will kill.
* this might shut a few users out, so you can turn it off by changing the $ipcheck variable to 'off'
****************/
$ipreg = 'on';
$ipcheck = 'off';
?>
/* $Id: config.php,v 1.1.2.2 2004/07/20 17:51:31 ajv Exp $ */
/*
XMB 1.8 Partagium
© 2001 - 2003 Aventure Media & The XMB Developement Team
http://www.aventure-media.co.uk
http://www.xmbforum.com
For license information, please read the license file which came with this edition of XMB
*/
// Database connection settings
$dbname = 'hatebree_hatebreexmb'; // Name of your database
$dbuser = 'hatebree'; // Username used to access it
$dbpw = '*****'; // Password used to access it
$dbhost = 'hatebreed.uni.cc'; // Database host, usually 'localhost'
$database = 'mysql'; // Database type, currently only mysql is supported.
$pconnect = 1; // Persistent connection, 1 = on, 0 = off, use if 'too many connections'-errors appear
// Table Settings
$tablepre = 'xmb_'; // Table-pre
// Path-settings
// In full_path, put the full URL you see when you go to your boards, WITHOUT the filename though!!
// And please, don't forget the / at the end...
$full_url = ''http://www.hatebreed.uni.cc/music/';
// Plugin Settings
$plugname[1] = ''; // Added plugin name, to create another plugin, copy and change [1] to [2] etc
$plugurl[1] = ''; // This is the location, link, or URL to the plugin
$plugadmin[1] = 'no'; // Is this plugin only for admins? Set to yes for admins, no for public
// max image size in kilobytes. We do not check for image dimensions. This is approximately 0.95 MB in size
// If you have a limited hosting budget, you might want to cut this right down
$max_attach_size = 1000000;
// Registration settings
/***************
* Registrations from the same IP to happen more than once per 24 hours,
* To allow
* turn the following option 'off'. Meaning instead of the default:
* $ipreg = 'on';
*
* change it to:
* $ipreg = 'off';
*
****************
* The ipcheck, checks if your IP is a valid IPv4 or IPv9 type, if none of these, it will kill.
* this might shut a few users out, so you can turn it off by changing the $ipcheck variable to 'off'
****************/
$ipreg = 'on';
$ipcheck = 'off';
?>
please helpme!

