WEBStatsX

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

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

    generalen

  2. Offline

    Lolmewn

  3. Offline

    generalen

    Lolmewn That didn't work, still online, instead of offline :/
     
  4. Offline

    cynexit

    The website only fetches the login and logout times from the database. In older versions of the plugin these were not set correctly (sometimes someones join was recognized but the logout was not), which resulted in the fact that the website would display the user as "online" since the login time was greater than the leaving time. This issue should be fixed in the newest version, 1.18, but the players have to join and leave once so that the correct values will be entered in the database, simply uploading the new version to your server won't change anything since the values in the database also won't change, just give it some time and wait for the players to login and logout. ;)
     
  5. Offline

    generalen

    Ok, I'll wait, but yesterday, or this night where I updated the plugin, and I played on the server for about 20 min, it still shows me as online :/ But I'll give it more time ;)
     
  6. Offline

    Lolmewn

    generalen You have to log-out once too ;) If you have 1.18 installed, it might fix the issue.
     
  7. Offline

    astroskillz

  8. Offline

    Lolmewn

  9. Offline

    astroskillz

    I still like it more tho (Sorry WebstatsX :S)

    Additionally, is there any way I can change the Header font? I've looked through the .css, but couldn't find the one used there.
     
  10. Offline

    Lolmewn

    astroskillz I'm sure cynexit knows :p I didn't really take a good look at the web-end yet.
     
  11. Offline

    Super User

    Hmm TwitterBootstrap... Interesting...
     
  12. Offline

    Adriani6

    Soon my version of the portal comes out.
    It doesn't use Bootstrap. Code is lightweight.
    To use all functions you'd need a host with fsockopen enabled.
    I'll obviously make another version for those without fsockopen but it won't have the connected players and servers status done the way it is.

    If anyone interested... tell me ;p

    Demo/Preview: http://prophoria.com/Development/Stats/main.php

    If you want to test the search bar type either Adriani6 or _CandleJack_
    That's the only two accounts tested.
     
  13. Offline

    cynexit

    Got to "charisma-app.css", search for the "brand" class and change the font-family, that should do the trick. :)
    Code:
    font-family: 'Shojumaru', cursive, Arial, serif; 
    Nice, is there already a way to look at the actual stats of a player? :)
    Also, have you thought about some kind of "auto-complete" for the player search input?

    Hey everyone,
    I'm currently planning to collect some ideas for new features and enhancements to develop something like "version 2". So if anyone has ideas about features or things he would like to see sometime in the future, this is the right moment to post them! :D

    What there is so far:
    • mcMMO support
    • Skillz support
    • blockdata support
    • Simple installer (to setup everything in the config and change some part of the design)
    • Alternative to current server check for people without fsockopen
    • More (and better working...) server statistics
    • A configurable notification block
    • Maybe an auto updater
    • A new light-on-dark theme
    If you have any ideas, please post them here or create a ticket. :)

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

    Sayshal

    A new light-on-dark theme. :)
     
    cynexit likes this.
  15. Offline

    Adriani6

    There is a way, I am still adding all the stuff into it though. As of now; if you put my username into the search bar or _CandleJack_ it will show you what's done and what's not.

    I didn't think of it, but thanks for giving me something to think about :D
     
  16. Offline

    generalen

  17. Offline

    Lolmewn

    Hmm, I guess that wasn't it then. Not sure what it is, since the code I use for logging in is the same as the code for logging out, except for the column where the data is written to.
     
  18. Offline

    cynexit

    Can you please open your database, search for your username in the "player" table, login and logout of the game and check if the columns "lastjoin" and "lastleave" get updated correctly or not?
     
  19. Offline

    astroskillz

  20. Offline

    generalen

    cynexit well I can try to ask the person that has the database to do it :)

    The columns are not getting updated correctly. The join column is updating, but the lastleave is blank (00-00-00...)...

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

    cynexit

    Hm, then at least the web front-end works correctly, sounds like a problem for super- Lolmewn!
     
  22. Offline

    Lolmewn

    Haha, yeah ^^
    I might have fixed it (again) in the latest build, which is not released yet, but you never know.
    (Also, why do I never see you on skype anymore?)
     
  23. Offline

    SteeLESP

  24. Offline

    astroskillz

  25. Offline

    SteeLESP

  26. Offline

    Hunico

    Can you tell me why travelled distance isn't traced?
     
  27. Offline

    Lolmewn

    T was a bug in Stats, it has been fixed and is now awaiting approval on BukkitDev.
     
  28. Offline

    cynexit

    New mini-update is out, the release contains the new statistics and closes a bug caused by mismatching rows. The development of 1.X is not very active anymore since 2.0 is on the way, so sorry for the delay and stay tuned. =]
     
    Lolmewn likes this.
  29. Offline

    LordKitsuna

    Hey i am having an issue, moved my stats over to a new server and not the webpage is simply blank nothing loads period (see http://kitsuna.net) cant figure out what is wrong i have everything set right in the configs and i have php5 installed.
     
  30. Offline

    cynexit

    Your check.php indicates that there is (most likely) something wrong with your config. Please check the PHP syntax of your config file (use the command "php -l" or this handy webthingy).
     
Thread Status:
Not open for further replies.

Share This Page