1. Please post code between [*CODE] php [*/CODE]

    Check with phpmyadmin if you have data in the table live_data.
     
  2. yes in my phpmyadmin there is a live_data but empty
     

    Attached Files:

    • php.jpg
      php.jpg
      File size:
      174.4 KB
      Views:
      24
  3. I've the exact same issue.
     
  4. @cenk Download last stats plugin. Unzip.
    Open live.php
    Find 63 string
    Change <? to <?php and save. That's all.
    Upload.

    it helped me.
     
  5. Even if your php tag are correct/compatible, there is no data on the DB, you won't diplay much.
     
  6. as I mention in my earlier post it's not solution
    it may help to you but it's not mean it will work for us too
    there is something wrong and despite I did both modification in live.php pie chart still not visible and in myphpadmin data is empty as well
     
  7. Hi i receive a message that my token is not the good one in database.php file

    But it's the same, and update work fine ... and stat are updated ...

    Why this message is spoted ?
     
  8. I'm trying to find a reason why the live stats don't get updated for certain servers, not sure where to look for as I can't reproduce the bug. Can anyone with the bug post their server log?
     
  9. there is no error log
    it's just simply not working
    only problem is pie chart rest of it okay
     
  10. Unless there is an error in the console, there would be no reason the live_data table would be empty. It's possible that the error shows right after starting the server, or exactly 1 minute later.
     
  11. nope
    server wiped
    restarted
    followed closely no error at all

    I think problem is not related with pluginwise
    I am sure that; live.php should be modified but despite we modified live.php as descried above nothing change

    all system working except pie chart
     
  12. It is not the files fault, your database is not being updated with the live data, it's either a problem with the rust server or with the webserver.
     
  13. I know that but I am not only person facing problem with apple chart
     
  14. Last edited by a moderator: Jul 5, 2015
  15. URL directs to a blank white page
     
  16. Fixed URL
     
  17. Free Slots count is incorrect:
    Now: value: <?=$data["max_players"];?>,
    Should be like that: value: <?=$data["max_players"]-$data["player_count"];?>,
     
  18. Wow yeah, no idea how I missed that, ty
     
  19. Several suggestions:
    1. Embed live info to web-site (i can't do it now using WordPress)
    2. Title of statistics (insert <title>)
    3. Remove POS in Buildings pages (It indicates where players house is)
    4. Convert Date to normal view
     
  20. 1., 2. Added to the suggestion list.
    3. This feature is already suggested under "Hiding Columns"
    4. Coming in the next version