[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

    BobOfFuture

    Is there a way to remove the Welcome message, or at least change it's color?
    I have like 3 welcome messages on my server and It's very annoying. Please tell how I can change it.
    If there's no way to do that, please do this in the next version!
     
  2. Offline

    ChaseHQ

    Look up like 8 posts. Lol
     
  3. Offline

    Crimsonfox

    ||
    V
     
  4. Offline

    BobOfFuture

    :confused:
    I'm blind...
    Anyways...hahaha Thanks
     
  5. Offline

    illblew

    Im getting just a black and white output on my stats looks like crap anyone have any clues as to why Im getting this? Check it out http://loller.servegame.com

    Im running ubuntu lucid , php 5, and newest apache.
     
  6. Offline

    Crimsonfox

    I tried opening your link and all I got was "Statistician Web Interface could not acquire connection to Database".
     
  7. Offline

    ChaseHQ

    It's not blank, it's saying your connection settings are incorrect
     
  8. Offline

    sawine

    Good job, nice plugin ;)

    http://minetown.net/stats

    *Btw in player_view.php, line 106, there is a "P" between the <span> and the <?php> that needs to be removed :p
     
  9. Offline

    Martin Holík

    Hi, absolutely great statistics that stunned me. I went from NetStats. Thank you. On this link will find translation into Czech language (http://www.perpetumcraft.cz/cz.zip). If you would please use it.
     

    Attached Files:

    • cz.zip
      File size:
      1.9 KB
      Views:
      0
  10. Offline

    Eternal Darknes

    Made this with your plugin for godcraft.com Nice work on it.
    [​IMG]
     
  11. Offline

    comatoseDreamer

    Just saw you replied. i'll give it a go with using localhost. I've tried and it didn't work :( So onto asking my host provider what's up.
     
  12. Offline

    MadcowD

    Code:
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:84)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
    Code:
    08:58:50 [SEVERE] Exception in thread "pool-2-thread-30"
    08:58:50 [SEVERE] java.lang.NullPointerException
    08:58:50 [SEVERE]       at com.ChaseHQ.Statistician.EventDataHandlers.EDHPlayer$2.run(EDHPlayer.java:74)
    08:58:50 [SEVERE]       at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
    08:58:50 [SEVERE]       at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
    08:58:50 [SEVERE]       at java.lang.Thread.run(Thread.java:636)
    
     
  13. Offline

    Exidous

    I have read every post in this and still cannot get this to work. MySQL 5.5.11 tryed upping the thread stack to 512k all the way up to 2M and still nothing. User is root with all permissions. Connects and stalls. I am at a loss.

    Code:
    Statistician: Version 1.3 By ChaseHQ Starting Up...
    Statistician: Found Permissions Plugin
    Statistician: Succesfully Hooked Into Permissions
    Statistician: CALL statistician.pluginStartup(); :: Stored Procedure Failed, Checking Connection
    Statistician: Connection is still present... It may of been a malformed 
    also wiped the database and restarted Mysql and the server and get this:

    Code:
    Statistician: Version 1.3 By ChaseHQ Starting Up...
    Statistician: Could Not find a Database Version, Creating one from scratch.
    Statistician: Patching Database To Version 1.
    Statistician: Critical Error, There was an error in executing the internal SQL file.
    Statistician: Database Patch Complete. DBVersion: 1
    Statistician: Patching Database To Version 2.
    Statistician: Critical Error, There was an error in executing the internal SQL file.
    Statistician: Database Patch Complete. DBVersion: 2
    Statistician: Patching Database To Version 3.
    Statistician: Database Patch Complete. DBVersion: 3
    Statistician: Patching Database To Version 4.
    Statistician: Critical Error, There was an error in executing the internal SQL file.
    Statistician: Database Patch Complete. DBVersion: 4
    Statistician: Patching Database To Version 5.
    Statistician: Database Patch Complete. DBVersion: 5
    Statistician: Found Permissions Plugin
    Statistician: Succesfully Hooked Into Permissions
    Statistician: CALL statistician.pluginStartup(); :: Stored Procedure Failed, Checking Connection
    Statistician: Connection is still present... It may of been a malformed Query ?
    I really want to use this on both my servers....
     
  14. Offline

    ChefWalker

    I have installed everything on the server and it has successful connected to the MySQL database.
    On the website did it also connect to the Database but I get this error code:

    Parse error: syntax error, unexpected T_STRING in /home/a6674610/public_html/stats/statistician/config.php on line 12

    My line 12 looks like this:

    define ('DATE_FORMAT', 'M jS Y\,\a\t g:i:s a');

    Does anyone have an idea what I did wrong? Thank you very much for your help. :)

    -ChefWalker
     
  15. Offline

    ChaseHQ

    Paste entire config
     
  16. Offline

    ChefWalker

    This is how my config looks like:

    <?php
    // This file should be updated with your Database Configuration
    // as well as other optional data

    define ('DB_SERVER' , 'xXx');
    define ('DB_USER' , 'xXx');
    define ('DB_PASSWORD' , 'xXx');
    define ('DB_NAME' , 'truestats');
    define ('DB_PORT' , 3306);

    define ('SERVER_NAME', 'Truecraft);
    define ('DATE_FORMAT', 'M jS Y\,\a\t g:i:s a');

    define ('USE_MEGAMETERS', true);
    define ('USE_SKINVIEWER', false);

    // Set your localization (language)
    define ('LOCALE', 'en');

    ?>
     
  17. Offline

    ChaseHQ

    On line 11 you're missing single quote after Truecraft
     
  18. Offline

    ChefWalker

    Thank you! Youre awesome man.. :D

    -ChefWalker
     
  19. Offline

    ChaseHQ

    Your user does not have full permissions to the database. It cannot create the stored procedures.
     
  20. Offline

    sighn

    A little feature request :)
    Could it be possible to configure prefixes for tables?
     
    Bronski likes this.
  21. Offline

    Exidous

    user is root, root has full permissions.
     
  22. Offline

    ChaseHQ

    Look at your DB, are the stored procedures created?
     
  23. Offline

    DreK

    How to change the stats page (images, etc. ..)
     
  24. Offline

    Exidous

    tables and rows created. stored procedures is the action of imputing data into the database. So no, stored procedures is not working. data is not being stored in the database. must be the way its being interpreted. I don't think this is a permissions issue but more like a syntax issue maybe. I will look at my mysql logs and see if i can find anything.
     
  25. Offline

    ChaseHQ

    No, are the stored procedures created in the database, if not the user does not have enough permission to do so
     
  26. Offline

    Exidous

    My issue is this:

    Code:
    110713 10:55:23 [ERROR] Column count of mysql.proc is wrong. Expected 20, found 16. The table is probably corrupted
    im running 5.5.11, not backwards compatible.

    not to be a dick or anything but you really need to stop using this excuse:

    I AM USING ROOT...lol

    found this:

    Code:
    /* Statistician Version 1 Database Hi from ChaseHQ :) If you found this PM me on the bukkit forums! */ SET FOREIGN_KEY_CHECKS=0
     
  27. Offline

    ChaseHQ

    Lol, awesome! Btw that error is a problem with your MySQL install
     
  28. Offline

    Exidous

    dang, well i dont know how to fix it.... looks like the other people on here also have bad mysql installs as well.
     
  29. Offline

    Crimsonfox

    Sorry to seem like I am nagging, I want to think you just missed this post ^. Unless it's not a problem on your end...then continue to ignore. :p
     
  30. Offline

    Exidous

    Damnit!!! both servers give me the same stored procedure error. Is there anyway you could do a SQlite or H2 database instaed of relying on MySQL?? I use MySQL for my websites and forums and don't have this issue.

    The error is because i updated to the newest MySQL workbench, which everyone is having this error. (two different databases, two different boxes)

    Idea, make a poll see what everyone wants??? maybe?
     

Share This Page