WEBStatsX

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

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

    Lolmewn

    gerardvanschip Enable the curl library in php - Google will help you ;)
    Sharkykzn I don't think those are available yet, but I am working on them server-side, and I think cynexit is also working on them web-side.
     
  2. Offline

    apes

    hoping someone can help..
    plugin is working fine & /stats command works in game.

    followed the guide & been thru the thread. the check.php gives the right results (and passes parse test), but the formatting looks iffy, see img below (same in firefox & chromium). index.php shows a blank page.

    Show Spoiler

    [​IMG]


    many thanks in advance, new to both php & sql.
     
  3. Offline

    Lolmewn

    apes Maybe you don't have some php modules enabled? I am not sure which ones are needed (I'm sure cynexit knows), but it looks like markup is completely missing.
     
  4. Offline

    apes

    ok, thanks for the quick reply. i'll check modules.
     
  5. Offline

    Sharkykzn

    Maybe check you folder/file permissions as well (chmod).

    Ok, found the setting in the config, just needed to be uncommented out.

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

    mafumeaade13

    What about Achievement support? http://dev.bukkit.org/bukkit-plugins/lolmewnachievements/
     
  7. Offline

    apes

    thanks. i fixed perms & the WEBStatsX page is now showing up, but has no values. as if no-one has played? /stats command shows stuff is definitely being logged.
     
  8. Offline

    Lolmewn

    I think that's also underway :)
    And all values in the config are still correct? check.php still has everything on 'Yes'?
     
    apes likes this.
  9. Offline

    apes

    no, the 'tables exists' were all NO, but i've updated the config with the correct prefix & it's working perfectly. many thanks for your help.
     
  10. Offline

    Lolmewn

    No problem, glad it works now :)
     
    apes likes this.
  11. Offline

    Junrall

    cynexit

    I love the stats page! Very clean and easy to use!!

    If you're still open to some ideas.....
    On the player stats page are two pie graphs. It'd be great to be able to click one of the pie's slices and have the image below below the pie change to match what was clicked.
    Haha... not sure why, but I find myself clicking the slices, expecting the image below to change!

    Anywhoosss.... thanks for a great stats page!

    ~June~
     
  12. Offline

    obscurehero

    All the source is there for you to mess around with. You can always see if the Charisma admin panel offers that feature, or build it yourself. If you do, share it!
     
  13. Offline

    hubeb

    Im having an issue... here is a screen shot, everything works perfectly to my knowledge:
    [​IMG]
    Any help on fixing this issue will be appreciated.
     
  14. Offline

    rguz10

    That port supposed to be 25595? If it is your web-hosting could be blocking that port.
     
  15. Offline

    Bertware

    I don't know if it has been mentioned already, but you could use .htacces mod rewrite for pretty url's, like /player/<playername> etc.
    It doesn't require any changes to the actual code, only to the .htaccess file and it's fairly easy to do, so you could consider adding it to the download and demo :)
     
  16. Offline

    Lolmewn

  17. Offline

    Bertware

    It's been a while since the last time I created these, and I'm running my webserver on nginx now, but I think this should work (maybe with some little tweaks or changes). Note that this might break links on the "player" page if the links are relative instead of absolute.
    Code:
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^/player/(.*) single_player.php?p=$1 [L]
    RewriteRule ^/players players.php [L]
    RewriteRule ^/server server.php [L]
    RewriteRule ^ index.php [L]
    
     
  18. Offline

    Sharkykzn

    Looking for some guidance to add vote stats to this dashboard, any pointers? :confused:
     
  19. Offline

    Lolmewn

    They're not there already? I guess you could copy/paste one of the other stats, but change it's stat name to 'Votes'.
     
  20. Offline

    Sharkykzn

    Aah, ok see they are listed under the players profile, will need to look at tweaking to display on dashboard under say the top 10 players, in a column next to joins or something.
     
  21. Offline

    Lolmewn

    Sharkykzn Oh, there. Yeah, I'm sure you'll figure it out :)
     
  22. Offline

    Sharkykzn

    All sorted, switched some order around and have votes visible in top player panel. Tnx :cool:
     
  23. Offline

    MineTheCube

    Hello,

    I just installed the plugin and the Webstatsx files on my website:
    - check.php everything is YES
    - command "/stats" works in game
    - every one has the permission "stats.track"

    But:
    there is error in console when someone log in, even if "lastJoin-lastLeaveFix" is "true", this is the error:
    And there is no data in the website !

    [​IMG]

    [​IMG]

    Additional info:
    MySQL is almost empty, maybe it's the source of the problem ?
    [​IMG]

    What's wrong ?

    ~ sorry for bad english ~
     
  24. Offline

    yiyoek

    as I fix this?
    [​IMG]
    SERVER STATUS: WARNING: STREAM_SOCKET_CLIENT(): UNABLE TO CONNECT TO TCP://108.170.18.10:25602 (CONNECTION TIMED OUT) IN /HOME/U484758765/PUBLIC_HTML/STATS/STATS_WEB_CORE/CLASSES.PHP ON LINE 478
     
  25. Offline

    Lolmewn

  26. Offline

    MineTheCube

  27. Offline

    Lolmewn

    MineTheCube I'm currently still rewriting most of it. It's a huge overhaul that takes a completely different approach, so it'll take some time. Let's just say "soon".
     
    Sharkykzn likes this.
  28. Offline

    Charly_ZA

    My website shows me as online even when I'm not. Play time is also being shown as a number.
     
  29. Offline

    Lolmewn

    Charly_ZA Which version of Stats are you running?
     
  30. Offline

    Charly_ZA

    Newest one. Downloaded it and installed it 30 minutes ago.
     
Thread Status:
Not open for further replies.

Share This Page