This is what my index.php looks like. the question marks are the parts i dont understand. so can you please show me your index.php page or tell me what to put where the question marks are. thanks.
$lang="en"; // Language ("en" - english, "ru" - russian)
$title="Darth Jables WoW"; // Insert the title of your server here
$host="???"; // HOST for Character database
$user="root"; // USER for Character database
$password="root"; // PASS for Character database
$db="???"; // NAME of Character database
$hostr="???"; // HOST for Logonserver database
$userr="root"; // USER for Logonserver database
$passwordr="root"; // PASS for Logonserver database
$dbr="???"; // NAME of Logonserver database
$database_encoding = 'CP1251'; // Set encoding
$img_base = "img/"; // Image dir
$server = "???"; // Ascent Server Address
$port = "8129"; // Ascent Server Port
$lock_acc=0; // Lock created account to IP address (1 - on, 0 - off)
$lock_reg=0; // Registration only one (or more) account from one IP address
// 0 - not limit, 1 - one acc, 2 - two acc, etc...