[Acsent]Website MYSQL error, help ? xD
http://i101.photobucket.com/albums/m...s_2006/a-1.jpg
Code:
$lang="en"; // Language ("en" - english, "ru" - russian)
$title="Pir8 Gaming"; // Insert the title of your server here
$host="localhost"; // HOST for Character database
$user="root"; // USER for Character database
$password=""; // PASS for Character database
$db="ascent_char"; // NAME of Character database
$hostr="localhost"; // HOST for Logonserver database
$userr="root"; // USER for Logonserver database
$passwordr=""; // PASS for Logonserver database
$dbr="ascent_world"; // NAME of Logonserver database
$database_encoding = 'CP1251'; // Set encoding
$img_base = "img/"; // Image dir
$server = "xx.xxx.xx.xx"; // 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...
and no , its not the ports i had it setup and worked yesterday, but i had to do a system restor on my server comp, got some problems with it.
anyways, now i cant get the shit to work ._.
IF ANYONE KNOWS WHAT THE PROBLEM IS , PLEASE TELL ME . xD
-alex
Re: [Acsent]Website MYSQL error, help ? xD
It appears that the "pir8.se is offline" is an image overtop of the actual line of code that we need to help you. If you are covering that path and file up its fine... but its pointing to line 479 in that file. There is something that isn't jiving with what that file is telling your DB to do and the number of rows in the table its trying to access. It may be setup to access the wrong table, or when you did your system restore your DB didn't get restored properly. You could try reloading it if nothing else.
In any case, it may have little or nothing to do with your config.php file.
Re: [Acsent]Website MYSQL error, help ? xD
it was my fault , i should've used ascent_char on both :P