[INACTIVE][INFO] Statistician V1.3 - Extremely Detailed Player/Server Stats Tracking [953]

Discussion in 'Inactive/Unsupported Plugins' started by ChaseHQ, Jun 23, 2011.

  1. Offline

    ChaseHQ

    I have an update for 1.7, but im waiting until Craftbukkit releases there 1.7 build. Unless you all want it early?
     
  2. Offline

    Birdie

  3. Offline

    ChaseHQ

    Looks great :) I have a feeling you guys are gonna really enjoy the updates I have in store :)
     
  4. Offline

    kaster

    Oh, God! That is very good. I look forward to coming with 1.7. ^-^bb
     
  5. Offline

    ChaseHQ

    The localization system is done. Jobsti is working on the German Translation, if anyone else can help, here is the english locale file https://github.com/ChaseHQ/Statistician_Web/blob/master/statistician/locale/en.php
    You can fork me off github and ill pull it, or if you are unfamiliar with github you can translate it and pm a link to the download.
    Any/all translation help is greatly appreciated :)

    Thank you Jobsti (German Locale Translation) Thank You Kaster (Korean Locale Translation) ! Next web portal version has officially integrated multilingual support. Need any help from translators willing to make a locale file.
    Oh btw, sneak peak at the next version coming out... Player pages have skin previews (can turn on or off in config).
    Take a look http://sandbox.nasboces.org/mc/statistician/?view=player&uuid=59740ecd-b56e-47a5-8dfc-d2f70f8b2fdf
    hoping to release tomorrow
    Keep in mind still in beta, so if it loads slow dont kill me.

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

    kaster

  7. Offline

    ChaseHQ

  8. Offline

    AriesT

    Have some problems

    Code:
    2011-07-01 15:00:12 [INFO] [Statistician] Version 1.2.3 By ChaseHQ Starting Up...
    2011-07-01 15:00:13 [INFO] [Statistician] Found Permissions Plugin
    2011-07-01 15:00:13 [INFO] [Statistician] Succesfully Hooked Into Permissions
    2011-07-01 15:00:13 [INFO] [Statistician] CALL craft.pluginStartup(); :: Stored Procedure Failed, Checking Connection
    2011-07-01 15:00:13 [INFO] [Statistician] Connection is still present... It may of been a malformed Query ?
    
    Code:
    2011-07-01 15:03:08 [INFO] Ххх [/хх.ххх.хх.хх:3788] logged in with entity id 83 at ([world] -305.7740000296542, 50.0, -371.89620030894)
    2011-07-01 15:03:08 [INFO] [Statistician] CALL craft.newPlayer('8b857718-633c-49aa-b265-3c97a94d18cf','Ххх'); :: Stored Procedurailed, Checking Connection
    2011-07-01 15:03:08 [INFO] [Statistician] Connection is still present... It may of been a malformed Query ?
    2011-07-01 15:03:08 [INFO] [Statistician] CALL craft.updateMostEverOnline(); :: Stored Procedure Failed, Checking Connection
    2011-07-01 15:03:08 [INFO] [Statistician] Connection is still present... It may of been a malformed Query ?
    2011-07-01 15:03:24 [INFO] [AuthMe] Player Ххх logged in!
    
    In web (all Registered players table):
    Code:
    Warning: Invalid argument supplied for foreach() in /***/www/vhosts/***/stat/player_list.php on line 24
     
    What i do wrong ?

    Tables in database successfuly created..
    Web Page is good but statistician do not write logs



    P.S. Please SET character codepage in tables to UTF-8 and will be great to see multilanguage support. And may be multiworld.. ;)
     
  9. Offline

    ChaseHQ

    All multilingual issues are being taken care of in next release, including UTF-8
    Kex3 had a similiar issue as you in the first page of this topic. He found in his mysql log that his stack was too low.
    Take a look at this
    http://forums.mysql.com/read.php?98,256564,256564
    May wanna look at your my.cnf
    That seems to be the problem your having
    That should fix it
     
  10. Offline

    AriesT

    edit "my.cnf"
    thread_stack=192K

    Code:
    2011-07-01 16:07:42 [INFO] [Statistician] Version 1.2.3 By ChaseHQ Starting Up...
    2011-07-01 16:07:42 [INFO] [Statistician] Found Permissions Plugin
    2011-07-01 16:07:42 [INFO] [Statistician] Succesfully Hooked Into Permissions
    
    Works like a charm! Thanks.
     
  11. Offline

    ChaseHQ

    Anything I can do to help :) what's the stat page url?
     
  12. Offline

    dkeulen

    ChaseHQ mate, i wanna thank you for your perfect support and help.
    I was having problems with the webportal and Chase here checked it out for me.
    Seems the database host i was using was plain crap, so he helped setting up a local one.

    Chase is one of the kindest and helpfull people i know :D and now Statistician is running like a charm!
    Lots of of info about the players on my server, generated in no time. So yea.. awesome plugin!

    Thanks for everything mate!
     
  13. Offline

    ChaseHQ

    Jar And Web Version 1.3 Update 7/1/2011 -- Fully Supports Bukkit 953 & Minecraft 1.7.2!


    Download Link is In Original Post

    JAR
    Version 1.3
    • Supports Bukkit b953
    • Added new data types for 1.7.2!
    WEB
    Version 1.3
    • Multilingual Localization system!
    • Added DB_PORT config option in Statistician/config.php
    • Added LOCALE config option in Statistician/config.php
      • Thanks a ton for all who helped create locale files
      • current options are 'en' for english (default), 'de' for german, 'ko' for korean
      • Help is needed creating more locale files, look in the Statistician/locale directory for the locale files, translate one and submit it please :)
    • Added USE_MEGAMETERS to config option in Statistician/config.php (true by default) turning this to false only uses kilometers
    • Added USE_SKINVIEWER to config option in Statistician/config.php (false by default) still in development but feel free to use it, When turned to true here is what a player page will look like
    [​IMG]

    Still need more translators! As of right now we have 3 language locales included, German, English, Korean. Would really love to have more. If you can translate please either PM me, or fork the web portal on github and send me pull request :)

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

    Jobsti

  15. Offline

    ChaseHQ

  16. Offline

    Birdie

    Could translate it to Dutch i guess, :D

    P.S., the skin block on the playerstats page, its not correctly lined up. (Honorcraft Stats in the OP), how can i fix that?

    LOL....

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

    ChaseHQ

    Lol You Too! ;) And yes please translate to dutch!
     
  18. Offline

    Birdie

    And, fixed.
     
  19. Offline

    kaster

  20. Offline

    ChaseHQ

    Yup fixing all that, 1.3.1 for the web portal will be out in a couple of min for locale translation issues :)
     
  21. Offline

    kaster

    After you create a locale folder in it and did whatever ko.php the issue has been resolved.

    Thanks tips. :D


    http://kanade.wo.tc/Image/KASTER/ETC/K-20110702-124920.jpg
     
  22. Offline

    Birdie

    Right Chase, got the Dutch translation here, where should i send it to?
     
  23. Offline

    ChaseHQ

    Web Version 1.3.1 Update 7/1/2011 -- Localization Fix.

    Download Link is In Original Post

    Web
    Version 1.3.1
    • Locale fixes for de (German), and ko (Korean).

    Fixed :) plz download 1.3.1 though, it has replacements for (pvp kills and pvp deaths) thx to jobsti for pointing it out! I missed them :)

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

    kaster

    You add a translation for the better part I tried to fix it. I hope you like it, can.

    wait....I make file
     
  25. Offline

    ChaseHQ

    Thank you Birdie for a Dutch Translation!! Will be included in next release :)
     
  26. Offline

    kaster

  27. Offline

    nala3

    erm I'm having a problem, it doesnt seem that it is updating the stats...
     
  28. Offline

    tha d0ctor

    I'm getting these errors with the new version:

    On Startup
    2011-07-01 15:46:28 [INFO] [Statistician] Version 1.3 By ChaseHQ Starting Up...
    2011-07-01 15:46:28 [INFO] [Statistician] Found Permissions Plugin
    2011-07-01 15:46:28 [INFO] [Statistician] Succesfully Hooked Into Permissions
    2011-07-01 15:46:28 [INFO] [Statistician] CALL myc1108306451011.pluginStartup(); :: Stored Procedure Failed, Checking Connection
    2011-07-01 15:46:28 [INFO] [Statistician] Connection is still present... It may of been a malformed Query ?

    On Shutdown
    2011-07-01 15:44:59 [INFO] [Statistician] Shutting down...
    2011-07-01 15:44:59 [INFO] [Statistician] UPDATE players SET num_secs_loggedon = num_secs_loggedon + 3 WHERE uuid = '1f71e0f7-4826-47d9-8ed9-3c0104e21e4e' :: Update Failed, Checking Connection
    2011-07-01 15:44:59 [INFO] [Statistician] Connection is still present... It may of been a malformed Query ?
    2011-07-01 15:44:59 [INFO] [Statistician] CALL myc1108306451011.pluginShutdown(); :: Stored Procedure Failed, Checking Connection
    2011-07-01 15:44:59 [INFO] [Statistician] Connection is still present... It may of been a malformed Query ?

    On Player Join
    2011-07-01 15:44:07 [INFO] thad0ctor [/65.191.188.5:56282] logged in with entity id 735 at ([world] -116.3125, 64.0, -29.4375)
    2011-07-01 15:44:08 [INFO] [Statistician] SELECT player_name FROM players WHERE uuid = '1f71e0f7-4826-47d9-8ed9-3c0104e21e4e' LIMIT 1 :: Query Failed, Checking Connection
    2011-07-01 15:44:08 [INFO] [Statistician] Connection is still present... It may of been a malformed Query ?
    2011-07-01 15:44:08 [INFO] [Statistician] CALL myc1108306451011.newPlayer('1f71e0f7-4826-47d9-8ed9-3c0104e21e4e','thad0ctor'); :: Stored Procedure Failed, Checking Connection
    2011-07-01 15:44:08 [INFO] [Statistician] Connection is still present... It may of been a malformed Query ?
    2011-07-01 15:44:08 [INFO] [Statistician] CALL myc1108306451011.updateMostEverOnline(); :: Stored Procedure Failed, Checking Connection
    2011-07-01 15:44:08 [INFO] [Statistician] Connection is still present... It may of been a malformed Query ?
     
  29. Offline

    ChaseHQ

    Did you check the database to see if the tables are present? It seems that it cannot make any updates to the database tables but it is connected to it. Most likely reason is the tables are not present. You most likely created the user but did not grant the user all privlidges to the database.

    Pleasure to help, but im gonna need some kind of output from your server log, to see what actually is happening ? :oops:

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

    nala3

    nvmd. That was my bad. >.> Plugin somehow got removed from the dir. Which is weird considering it was there and updated them before...
     

Share This Page