while ( $cfgset && $row = mysql_fetch_assoc($cfgset))
{
$tr_config[$row['name']] = $row['value'];
}
} else
{
echo "<br><br>NukeTreasury FATAL ERROR: Unable to connect to SQL database. Please check your settings in modules/Donations/config.php<br><br>";
}
?>
movieman Lieutenant
Joined: Feb 29, 2004
Posts: 274
Location: New York
Posted:
Sat Jan 12, 2008 7:25 am
it means change these files to you database and whatever your username and pass is for that database. normally you would create a seperate database for this module so all your data is stored to that database only it will still work with your phpnuke site as long as all the data is correct, those are the only files you need to change .
examle:
/* Database configuration */
$hostname = "localhost";
$database_= "yourdataase name";
$username= "your username";
$password = "your password for that database or whatever your host assigned you.";
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum