[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

    Boon Pek

    Hello there, I'm getting an error whilst using this plugin. There seems to be a problem with the Web Interface. PHP 5.3.4, MySQL 5.1.53.

    [​IMG]

    It seems to get fixed once I remove the
    HTML:
    <div id="topLeadBar"><div id="titleMain"></div><div id="creeper"></div></div>
    though ;)
     
  2. Offline

    ChaseHQ

    Your php.ini file has Notices enabled. On production webservers you should disable this as well as HTML error Markups. In your php.ini locate the error_reporting setting. It should be set like so
    error_reporting = E_ALL & ~E_NOTICE
    Then all notices will go away. Notices are not error's or warnings, they are notices (usually about uninitialized variables). Removing notices from your error_reporting all around will be better for your server, or at least push them to a log file if you still want to get them. After changing your php.ini file always remember to restart your web service for the changes to take effect ;)
     
  3. Offline

    Boon Pek

    Thanks for your reply! :D

    I just did some editing of the index, and re-read the error (lol :p) and found out that the error was caused by not having the "view" variable set :3

    Managed to eliminate it by placing this in :)

    PHP:
            <?php
                
    if (!isset($_GET['view'])) {
                    
    $_GET['view'] = "main";
                }

                switch (
    $_GET['view']) {
                    ....
                }
            
    ?>
    Thanks for assisting, though! ;)
     
  4. Offline

    ChaseHQ

    that'll do as well :) , instead of undefine, set it to 'main', both lead to the same place but at least main is labeled in the switch case :)
     
  5. Offline

    Jobsti

    Oh I see, this plugin inserts a LoginMessage with the last Login.
    But I can't find a config, where I can disable or customize it.
     
  6. Offline

    ChaseHQ

    @Boon Pek Thanks for the catch tho, I added the fix for people who have notices turned on for next release.

    It's in the database's `config` table, you will see all the messages you can customize, as well as disable or enable. It's in the OP where you can find it, but I think I need to find a better place to alert people of that `config` table, they seem to skip over it. :oops:

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

    Kane

    Stop making this plugin better and better my server is not up yet slow damn datacenter haha
     
  8. Offline

    flames

    wow, very nice stats plugin, thanks a lot!
    some feature requests:
    - configurable prefix for database tables
    - player skin in on player stats page
     
  9. Offline

    ChaseHQ

    Both currently in the works - Keep the feature requests coming
     
  10. Offline

    Jobsti

    Ah ok, Thanks!

    What ist "Fire Tick Deaths" exactly?
    I Miss Death by Cactus ;-)

    I translate the files in German, if you want, I could upload it.
     
  11. Offline

    ChaseHQ

    Fire deaths are when you die standing in fire.
    Fire ticks are when you die from you burning.
    Cacti Deaths are being recorded, but I have yet to add them to Web Portal, Im working on making the portal completely multi-lingual so yes if you could translate the german one it would be greatly apprciated. The multilingual version will be out soon, hopefully within next few releases or so, that way anyone can easily create translations for the web portal which will come standard with the DL.
     
  12. Offline

    flames

    thanks, looking forward.


    had same idea as i've seen the plugin. if you need some help translating them, contact me via pm
     
  13. Offline

    ChaseHQ

    Most definitley, I will contact you once I finish the translation pages on the portal. :)
     
  14. Offline

    Jobsti

  15. Offline

    ChaseHQ

  16. Offline

    Jobsti

    Oh, how I set the date format to 24h?
     
  17. Offline

    ChaseHQ

  18. Offline

    Jobsti

    Thanks ;) Edit my post with the link.
    Fixed a Bug, now with Config.php file, redownload.
     
  19. Offline

    dkeulen

    Hi, for some reason the web portal does not work for me.
    i use my own webhost here at home (yes fully updated with the new msql and php etc, and ofc reachable externaly).

    But i get a error 500 when i try to acces the web portal.
    i know its a general error but i run several websites and i only got this error with
    the webportal....

    any thougts?
     
  20. Offline

    ChaseHQ

    Do you have php installed? PM me we'll get your install correct.
     
  21. Offline

    Psychos

    Error 500. Perhaps your stats directory have bad rights (like 0777) , choose 0755.
     
  22. Offline

    PolishFish

    D:

    Code:
    13:50:36 [SEVERE] Could not pass event ENTITY_DEATH to Statistician
    java.lang.NullPointerException
            at com.ChaseHQ.Statistician.Listeners.StatisticianEntityListener.onEntityDeath(StatisticianEntityListener.java:27)
            at org.bukkit.plugin.java.JavaPluginLoader$52.execute(JavaPluginLoader.java:605)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
            at net.minecraft.server.EntityLiving.r(EntityLiving.java:470)
            at net.minecraft.server.EntityLiving.a(EntityLiving.java:449)
            at net.minecraft.server.EntityLiving.damageEntity(EntityLiving.java:393)
            at net.minecraft.server.EntitySheep.damageEntity(SourceFile:69)
            at net.minecraft.server.EntityWolf.a(EntityWolf.java:295)
            at net.minecraft.server.EntityCreature.c_(EntityCreature.java:68)
            at net.minecraft.server.EntityWolf.c_(EntityWolf.java:88)
            at net.minecraft.server.EntityLiving.u(EntityLiving.java:692)
            at net.minecraft.server.EntityWolf.u(EntityWolf.java:119)
            at net.minecraft.server.EntityLiving.o_(EntityLiving.java:231)
            at net.minecraft.server.EntityWolf.o_(EntityWolf.java:147)
            at net.minecraft.server.World.entityJoinedWorld(World.java:1114)
            at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:62)
            at net.minecraft.server.World.playerJoinedWorld(World.java:1096)
            at net.minecraft.server.World.cleanUp(World.java:1073)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:395)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
    Running the following version:
    Code:
    13:33:29 [INFO] [Statistician] Version 1.2.3 By ChaseHQ Starting Up...
    13:33:30 [INFO] [Statistician] Found Permissions Plugin
    13:33:30 [INFO] [Statistician] Succesfully Hooked Into Permissions
    Anyone else having these issues?
     
  23. Offline

    ChaseHQ

    Nope, running the latest recommended craftbukkit release? Just tried to replicate issue with wolf and everything works fine. I really think it may be that your CraftBukkit is not at recommended build

    Localization system for the next release of the portal is pretty much complete. The english template is on the GitHub master branch. I just need some translators now. Whoever is willing to do some translation, send me a PM and ill shoot you the Locale Template file.

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

    Kane

    @ChaseHQ is there anyway to prevent any of the messages showing to users in game. Things like welcome messages and such?
     
  25. Offline

    ChaseHQ

    Yea, in your database look at the 'config' table, fully configurable to change messages and or disable them.
     
    Kane likes this.
  26. Offline

    kaster

  27. Offline

    ChaseHQ

    I have a localization update (multi-language portal) and JAR update to support 1.7 with pistons and shears reporting. I may hold off until official recommended build comes out. What do you guys think? Should I wait, release both, or release just the web Portal update?
    Oh And FYI, Still looking for translators to make new locale files.
     
  28. Offline

    Kane

    @ChaseHQ site went up less then an hour and a half ago

    http://godcraft.com/stats/

    Feel free to use that. Anyways I was wondering overtime if we can have even more stats of stats. For example right now you can click a user and tell what they placed and distroyed.

    On the total list on the server it be nice if you can click the block name and see list the top like 10 people who placed say diamond block.

    Thanks :)
     
  29. Offline

    ChaseHQ

    Most definitely, im adding new stats all the time. Stay tuned for next update, having some nice features im adding atm.
     
    Kane likes this.
  30. Offline

    kaster

    Hi. I trust that you are using this plug-in is I've got to wait for 1.7 update?
     

Share This Page