WEBStatsX

Discussion in 'Bukkit Tools' started by cynexit, Jan 18, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    cynexit

    Some new functions are online:
    • New config file with more explanations
    • Tons of new monster/block/entity images
    • Custom links can be added
    • New optional page for dynmap
    • Minotar support
     
  2. Offline

    sesicraft

    I just get an Error 500.... not sure why.. any suggestions? I checked the error-log and messages but nothing shows up......weird.
     
  3. Offline

    cynexit

    If you get an Error 500 there must be something in the error log, first thing which comes to my mind is that you are using an old php version > 5.3, is that possible?
     
  4. Offline

    sesicraft

    PHP 5.4.12 (cli) (built: Feb 20 2013 14:41:12)
    Nothing showing in the error log.... topic might be moot as I am running BukkitForge and the permission node doesn't seem to work for users....just ops....I'm trying to figure out how to debug the permissions nodes now.
     
  5. Offline

    Sayshal

    cynexit
    One of your "Known Issues" is bad spelling/english, if I submit a PR with proper english will you accept? Want to know if I'd be wasting my time. :p
     
  6. Offline

    cynexit

    Sure I will! As stated in the first post, two people already made some contributions to the project, so your help will be greatly appreciated. :)
     
  7. Offline

    sesicraft

    any suggestions for me? I added the stats.track permission but it only shows ops...meaning i need to find the actual permission node...

    oh wait!... restarted a few times and now it works (the permissions). The page still 500 errors on me

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 30, 2016
  8. Offline

    Sayshal

    cynexit

    Just spammed you with PRs. Enjoy.
     
    cynexit likes this.
  9. Offline

    Lolmewn

    Sexy new Stats 1.11 has working lastjoin and lastleave, so now you can add a <Online> or <Offline> tag! :D
     
    cynexit likes this.
  10. Offline

    sesicraft

    The online/offline are optional I'm assuming?

    When I click the avatar, the image shows but then doesn't go away... can you put a [x] or something to force close the image?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 30, 2016
  11. Offline

    janosik79

    error 500 :d
    in none of the logs there is nothing
    PHP/5.3.3-7+squeeze15


    mozilla still connects
    opera white page
    chrome error500
     
  12. Offline

    cynexit

    Try to check your config.php, search for the lines:
    PHP:
    $link_to_map "http://".$server_ip ":8123";
    // Don't want the link to be displayed? Uncomment the next line!
    //$link_to_map = "";
    If you uncommented the last line, check if there is a semicolon at the end, if not add one. :)
     
  13. Offline

    janosik79

    Work :)
    everything was in the code

    //$link_to_map = "";
    uncommented to $link_to_map = "";

    THX

    And change code
    Code:
    $prefix = 'stats_'; // [default=stats]
    to
    Code:
    $prefix = 'Stats_'; // [default=stats]
    Because they do not fetch data from the database
     
  14. Offline

    cynexit

    Done, you can now close the popover by clicking on it (anywhere), you can also activate/deactivate the avatars in the config file.
     
  15. Hi, got a problem with the webend, it doesent load anything from the database.
    When is set the dashboard, it show all but not datavalues, even if i click on Players its just standing there "Processing" not more. checked database entrys are in, also database checked from webend all is correctly. What can be the problem?
     
  16. Offline

    Lolmewn

    What is the 'Apellicraft.zip' inside the github download?
    Also, look at this being awesome! http://mcstats.nl/ (There seems to be some stuff wrong with it but whatever)
     
  17. Offline

    cynexit

    Are you sure everything in your config is set correctly and the front end is able to connect to the db? Especially the database prefix.(sometime it's not "stats_" but "Stats_" or "Stats2_" etc.).
    If you verified every setting in the config and you still see nothing, please post the contents of your servers error log.


    I forgot the .gitignore file on my first commit, so that's the reason for the .zip file which contains only garbage. ;) It is deleted since a few days.
    But nonetheless the new global stats page is really awesome! :) Some errors there though, but I know where they come from (I used something like $row[0]...$row[12] to access the rows of the tables, since your global player table has the extra row "server" I think every value is shifted by one row which explains the weird values at the player page).
     
  18. Offline

    Sayshal

    You should make the title texts scale to window size.
     
  19. I was using the stable build "master.zip." wich is probably not working, now that im using dev build it works... wired oO

    Also i noticed in dev build the config.php is smaller and you cant set so many settings like in the stable one. :(

    Edit: Thanks to janosik79 Changing the DBprefix from stats_ to Stats_ was the Problem :)
     
  20. Offline

    cynexit

    The dev branch is way behind the master branch, I would kindly ask you to give the master branch another try ;). If you download the newest version (from right now) you can open the check.php site to check your settings for errors.
    (Example: http://webstatsx.cynexit.com/check.php)
     
  21. Offline

    Lolmewn

    cynexit Oh right, that makes sense. Yep, the 'server' row :) Could do something special with that too..
    Also, the Stats2_servers table.
     
  22. Offline

    GateKeeper258

    I have a basic apache2 web site, I put your folders in as a sub folder "mcstats" and edited the config as well as renamed, mysql is working fine(plugin to mysql) but... just viewing the website is not working. and... my basic website is still fine lol its like apache2 doesnt like subfolders. Any help please?
     
  23. Offline

    cynexit

    Do you have PHP installed? If yes, please open http://yourserver.tld/mcstats/check.php and check for any errors.
     
  24. Offline

    GateKeeper258

    Last edited by a moderator: May 30, 2016
  25. Offline

    Lolmewn

    GateKeeper258 According to your check.php, I'm guessing the config.php contains Syntax Errors.
     
  26. Offline

    sesicraft

    My online/offline stats are not right. People are showing online when they are not.
     
  27. Offline

    cynexit

    You need at least Stats v1.11 on your server to have the online/offline tags work properly. If you have this or a newer version installed please check your mysql player table for lastjoin and lastleave, are these values correct? If no, please report it directly at the plugin page, if they are correct, there is a failure in the web front-end.
     
  28. Offline

    sesicraft

    Lastjoin has values, but lastleave only has value for ops (me). Also, the _death has no values in it at all.
     
  29. Offline

    cynexit

    Sounds like a problem with the plugin, does every user have the "stats.track" permission?
     
  30. Offline

    sesicraft

    yessir. Otherwise, I'm assuming, no stats would be tracked? We are also using BukkitForge.
     
Thread Status:
Not open for further replies.

Share This Page