View Single Post
Old
  (#2 (permalink))
dar63
Moderator
 
dar63's Avatar
 
Status: Offline
Posts: 473
Join Date: Oct 2002
Location: UK
06-29-2004, 09:14 PM

config.php should look like

Code:
$dbhost = "localhost";
$dbuname = "deadcla_Bo";
$dbpass = "addyourdbpassword";
$dbname = "deadcla_Boyz";
$prefix = "nuke";
$user_prefix = "nuke";
$dbtype = "MySQL";
   
Reply With Quote