[Ascent} Help with Spora Server Page and stats.xml

Results 1 to 3 of 3
  1. #1
    Member Tasul is offline
    MemberRank
    Oct 2007 Join Date
    47Posts

    [Ascent} Help with Spora Server Page and stats.xml

    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
    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...
    any ideas?

    Also where and how do I host the stats.xml file?

    Im using SQLYog and wamp5


  2. #2
    Member PachecoF is offline
    MemberRank
    Feb 2006 Join Date
    BrasilLocation
    36Posts

    Re: [Ascent} Help with Spora Server Page and stats.xml

    your problem is dbr, you have to use dbr=character

  3. #3
    You don't know me. Paco44 is offline
    Grand MasterRank
    Apr 2006 Join Date
    IllinoisLocation
    1,777Posts

    Re: [Ascent} Help with Spora Server Page and stats.xml

    You have your setting backwards for your databases.



Advertisement