i have a zip file that i need to open (done this) and edit before i can up load the files but i am unsure of what to put in these areas
/** Complete your database info below and then run the yourdomain.com/install/ **/
/**************** DATABASE MODIFICATION SECTION ****************/
$server = "localhost"; // Server Host
$DBusername = "root"; // Database Username
$DBpassword = ""; // Database Password
$database = "league"; // Database Name
Some help would be great thanks
wolfen64
/** Complete your database info below and then run the yourdomain.com/install/ **/
/**************** DATABASE MODIFICATION SECTION ****************/
$server = "localhost"; // Server Host
$DBusername = "root"; // Database Username
$DBpassword = ""; // Database Password
$database = "league"; // Database Name
Some help would be great thanks
wolfen64