1. So after this last update Rust Admin tool (rcon) has not been pushing out player statistics like it normally has and I've commented my issues but no response yet.

    I was wondering if anyone knows of another way to shoot player data via SQL or something? I'm unsure how to do it and would greatly appreciate help if it's not too difficult. I already have php files for the leaderboard layout (based on rcon's data base). Just need an alternative way until that gets fixed. Thanks
     
  2. Will definitely check these out after this weekend! I'd like to keep stats for a long time so I won't have to wipe them. Like for (This Week/All Time) stats. As long as those aren't too intensive I'll try one
     
  3. I wrote a PHP script that pulls data from the PlayerChallenges.json data file and formats it for the browser. You could do that with any other plugin, I'd imagine.
     
  4. You can only if you have access to your server directory from your website, that not always possible and that why mysql is better
     
  5. Was looking into this, has there been any updates in community around providing leaderboard stats outside of the game? Would like to list a sorted/ paged table.
     
  6. Would you send me the script?