1. Hey Vilsol,

    i have a little problem with the stats plg. I set up everything correctly (i think), but the page keeps blank and is not showing any stats. Just the layout.
    Stats | Dashboard

    Do you have a idea what can cause the problem?

    I do not get an error in the game console. I added the token and the link to the query.php. And added all database information in the database.php. I used the database.sql to set up the database tables. All is in there but not receiving / saveing any data.
     
  2. Hey I have set the site up correctly and is tracking data but I seem to have an issue with the fact that it doesnt display a few of the graphs even though the data is being collected.
    Stats | Dashboard
     
  3. Edit database.php and chance " for ':

    Code:
    <?php$TOKEN = "";$DB_HOST = 'localhost';
    $DB_NAME = 'stats';
    $DB_USER = 'root';
    $DB_PASS = '';$pdo = new PDO("mysql:dbname=".$DB_NAME.";host=".$DB_HOST, $DB_USER, $DB_PASS);
    $pdo->setAttribute(PDO::ATTR_DEFAULT_FETCH_MODE, PDO::FETCH_NUM);
    Work for me, database is filled but dont show nothing in web site.
     
  4. Where u all found the token? I do not get any token in rcon console, ingame console or Server console. Where and how to find it?
     
  5. Code:
    oxide/config/stats.json
     
  6. Ignore me... Got it.....
     
  7. Also to further that the things like plants and entities do not actually update.
    Is there any recomendations that anyone can provide on debugging this.

    Thanks
     
  8. Dashboard works but not the other navigation tabs (players, buildings, animals killed, ..., ...)

    Error when trying to access the list of players stats
    thanks
     
    Last edited by a moderator: Sep 30, 2015
  9. what is this ?

    how to use stats plugins

    i don't understand T^T

    tutoral plz...
    movie!!!
     

    Attached Files:

  10. execute the sql in your DB
     
  11. I just found out about this plugin. Got it working easy enough. It's awesome! Is it abandoned now?
     
  12. I would say so, But to be safe I would send a message directly to the mod designer.
    I decided he was inactive as it hasn't been updated in a long time and haven't seen much activity regarding this mod for a while. But I may have missed something so always good to contact creator first.
     
  13. how to make this : Copy the token from the server console to 'database.php'

    where is database.php ??
    [DOUBLEPOST=1444344987][/DOUBLEPOST]
    I found this sry !
    [DOUBLEPOST=1444345864][/DOUBLEPOST]He doesn"t work why ? Stats | Dashboard
     
  14. Check the folder which has to be to your webserver or website. -.-
     
  15. The Plugin Stats doesn't generate the Token..
    What can i do?
     
    Last edited by a moderator: Oct 11, 2015
  16. When I point to the directory does it need to be to the query.php or the install directory
     
  17. Пожалуйста, помогите настроить плагин. Я скачал все файлы на веб-сервере ничего не происходит
    [DOUBLEPOST=1444678094,1444669464][/DOUBLEPOST]All thanks figured out, everything works
     

    Attached Files:

  18. hello,

    anyone have the solution my problem?
    In fact, I have access to the home page with my stats, but when I want to surf in the menu, for example by going on "Players" and "List" error appears.

    Parse error: syntax error, unexpected end of file in /public_html/stats/stats.php on line 645

    line 645 = </html>
    thx
     
  19. I have the same problem

    thx
     
  20. Hey everyone, Sorry for the lack of updates, many IRL things came along, but I am hoping that I will soon release an update and patch all of the bugs. I would like to release it within the next two weeks, but I can't promise anything.