Ive tried everything WAMP is running fine, i reinstalled apache and its running, but i cant go to my website, and the times that i think i can it asks for a username/password through which ive tried everything i could think of including my SQL Password but nothing works.
this is my index:
$lang="en"; // Language ("en" - english, "ru" - russian)
$title="Hellfire WoW"; // Insert the title of your server here
$host="hellfirewow.servegame.org"; // HOST for Character database
$user="root"; // USER for Character database
$password="******"; // PASS for Character database
$db="character"; // NAME of Character database
$hostr="hellfirewow.servegame.org"; // HOST for Logonserver database
$userr="root"; // USER for Logonserver database
$passwordr="******"; // PASS for Logonserver database
$dbr="character"; // NAME of Logonserver database
$database_encoding = 'CP1251'; // Set encoding
$img_base = "img/"; // Image dir
$server = "hellfirewow.servegame.org"; // Ascent Server Address
$port = "3306"; // Ascent Server Port (* I had to change this to the MySQL 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...
im guessing its a complete and utter mess help plz?
Edit:
Forgot to mention im trying to use SPORA


Reply With Quote


