Ranking system database?

Results 1 to 3 of 3
  1. #1
    QuoteShiek Member NanayaQ is offline
    MemberRank
    Jul 2012 Join Date
    791Posts

    Ranking system database?

    Does anyone know where the ranking is store? since activating toplist I do not see player,guild, or others ranking, even though the server is on for 54 hour since then just wondering if I did something wrong or do I need to create a database on mysql for it or is it a week ranking if so then I wonder if its possible to edit it.

    Edit: Well going to take a rest importing rank to mysql, should just leave it be since its working the way it should be atm.
    Last edited by NanayaQ; 18-06-14 at 05:32 AM.


  2. #2
    Enthusiast Indelible is offline
    MemberRank
    Mar 2010 Join Date
    nil space boxLocation
    33Posts

    Re: Ranking system database?

    fw use wdb, not mysql.

    assuming you have made correct toplist.conf (if not, copy tables = line from gamedbd conf to toplist.conf and setup directories in config like you have them setup ... )

    here is script i wrote, that handles toplist for my own server.

    Code:
    #!/bin/sh
    
    cd /root/toplist/
    
    rm -f /root/toplist/dbdata/*
    rm -f /root/toplist/dblogs/*
    
    /bin/cp -rf /dbf/dbhomewdb/dbdata/* /root/toplist/dbdata
    /bin/cp -rf /dbf/dbhomewdb/dblogs/* /root/toplist/dblogs
    
    ./toplist toplist.conf /root/toplist/
    
    sleep 5
    
    /usr/bin/killall -KILL toplist

  3. #3
    QuoteShiek Member NanayaQ is offline
    MemberRank
    Jul 2012 Join Date
    791Posts

    Re: Ranking system database?

    @Indelible Ah... I see thanks. :)



Advertisement