At 1st I was getting the error about root@localhost pw for some reason I fixed it but now im getting this
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\wamp\www\index.php on line 479
any ideas?Code:$lang="en"; // Language ("en" - english, "ru" - russian) $title="Realm of Hostility"; // Insert the title of your server here $host="localhost"; // HOST for Character database $user="****"; // USER for Character database $password="****"; // PASS for Character database $db="character"; // NAME of Character database $hostr="localhost"; // HOST for Logonserver database $userr="****"; // USER for Logonserver database $passwordr="****"; // PASS for Logonserver database $dbr="world"; // NAME of Logonserver database $database_encoding = 'CP1251'; // Set encoding $img_base = "img/"; // Image dir $server = "hostility.game-server.cc"; // 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...
Also where and how do I host the stats.xml file?
Im using SQLYog and wamp5


Reply With Quote

