View Single Post
  #15 (permalink)  
Old 2008-07-01, 04:40 PM
luisito2525 luisito2525 is offline
Junior Member
 
Join Date: Jul 2008
Posts: 2
luisito2525 is on a distinguished road
Default help

Quote:
Originally Posted by gurhy View Post
This means you have set your database username or password wrong, you may also want to check the database name aswell to be sure you pointing at the correct database.

alter these settings in lib.php

oh and you may see the setting for the database repeated twice for some reason, just lease then as doubles with your database setting in its place ortherwise you run in to the same problem.
yes i been trying to get it but first the sql file is corrupt i cant import it to my db and the lib.php i just don get it

$conf["sites_database_name"] = "p0_1432408_****";
$conf["sites_database_name"] = "p0_1432408_****";
$conf["sites_database_login"] = "p0_1432408";
$conf["sites_database_login"] = "p0_1432408";
$conf["sites_database_password"] = "****";
$conf["sites_database_password"] = "****";
$conf["path"]='/demos/games/kings';

//---------- Admin Panel Options
$conf['admin_login']='Admin';
$conf['admin_password']='*****';
pls help im trying to get this to work send me a email at Luismanuelcuba@yahoo.com
Reply With Quote