[INACTIVE][ADMN/SEC/WEB] DataLog - replaced by HawkEye [1000]

Discussion in 'Inactive/Unsupported Plugins' started by oliverw92, Apr 15, 2011.

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

    oliverw92

    Vaupell, Pinkpixels, Sleaker and 2 others like this.
  2. Offline

    oliverw92

    @Justin The Cynical @Boon Pek I will be moving the 'Rules' into a separate plugin. Decided it isn't a core part of DataLog and doesn't really use any core methods so it does not have a place inside it. Anyone got any suggestions for names of this blacklist/control plugin?
     
  3. Offline

    The Wizard

    Can you make datalog to log when someone kills a wolf (domestic wolf)?
    Also (i didn't read the last pages/changelog so sorry if this is fixed) the pistons (brake/place) doesn't log (1.3.0, yes i need to update :D).
    And also the plugin doesn't log who opened the furnace.
     
  4. Offline

    oliverw92

    Interesting about the piston break/place, i'll look into it. I'll look into the wolf thing - might add a mob death one instead. I might change chest-open to container-open when i add chest-transaction logging.

    DataLog is currently undergoing a large overhaul and rebranding. The new name will be HawkEye - bit more catchy :)
     
  5. Offline

    The Wizard

    Make the interface search by the exact name of the player.
    I have some players with almost the same name like "xyz" and "xyz2000" and when I search for "xyz" I get data from "xyz2000" too.
     
  6. Offline

    oliverw92

    More people prefer it the other way - I used to have it exact but people complained. I'll see if i can come up with a compromise
     
  7. Offline

    The Wizard

    I think you can make a check box and if it is checked -> search by exact name.
     
  8. Offline

    h0us3cat

    With permission - 'datalog.browse' users only get the dl help message when they do /dl here <>
     
  9. Offline

    oliverw92

    It's datalog.search not datalog.browse, sorry. I'll fix the wiki
     
  10. I installed DataLog today, and if I do /dl search r:1 I get over 4000 pages. Why?
    The area I am searching from is never touched before. All these pages are from far away, not within this raius of 1.
     
  11. Offline

    oliverw92

    @ibab yeah I found this out today myself, I think it is a bug in the latest version. Would you mind turning on debug mode in the config file, then pasting the console out here when you do a /dl search r:1
     
  12. @oliverw92
    Heres what I got from the debug thing.
    Code:
    2011-08-03 17:49:59 [INFO] [DataLog] DEBUG: Beginning search query
    2011-08-03 17:49:59 [INFO] [DataLog] DEBUG: Building players
    2011-08-03 17:49:59 [INFO] [DataLog] DEBUG: Building worlds
    2011-08-03 17:49:59 [INFO] [DataLog] DEBUG: Building actions
    2011-08-03 17:49:59 [INFO] [DataLog] DEBUG: Building dates
    2011-08-03 17:49:59 [INFO] [DataLog] DEBUG: Building location
    2011-08-03 17:49:59 [INFO] [DataLog] DEBUG: Building filters
    2011-08-03 17:49:59 [INFO] [DataLog] DEBUG: Building limits
    2011-08-03 17:49:59 [INFO] [DataLog] DEBUG: Searching: SELECT * FROM `datalog` WHERE world_id IN (1,2) AND action IN (0,1,2,8,9,10,11,13,14,15) AND x = -2822.0 AND y = 91.0 AND z = 1855.0
    2011-08-03 17:49:59 [INFO] [DataLog] DEBUG: Getting results
    2011-08-03 17:49:59 [INFO] [DataLog] DEBUG: Search complete
    2011-08-03 17:49:59 [INFO] [DataLog] DEBUG: Beginning search query
    2011-08-03 17:49:59 [INFO] [DataLog] DEBUG: Building players
    2011-08-03 17:49:59 [INFO] [DataLog] DEBUG: Building worlds
    2011-08-03 17:49:59 [INFO] [DataLog] DEBUG: Building actions
    2011-08-03 17:49:59 [INFO] [DataLog] DEBUG: Building dates
    2011-08-03 17:49:59 [INFO] [DataLog] DEBUG: Building location
    2011-08-03 17:49:59 [INFO] [DataLog] DEBUG: Building filters
    2011-08-03 17:49:59 [INFO] [DataLog] DEBUG: Building limits
    2011-08-03 17:49:59 [INFO] [DataLog] DEBUG: Searching: SELECT * FROM `datalog` WHERE world_id IN (1,2) AND action IN (0,1,2,8,9,10,11,13,14,15) AND x = -2822.0 AND y = 92.0 AND z = 1856.0
    2011-08-03 17:49:59 [INFO] [DataLog] DEBUG: Getting results
    2011-08-03 17:49:59 [INFO] [DataLog] DEBUG: Search complete
    2011-08-03 17:50:00 [INFO] [DataLog] DEBUG: Beginning search query
    2011-08-03 17:50:00 [INFO] [DataLog] DEBUG: Building players
    2011-08-03 17:50:00 [INFO] [DataLog] DEBUG: Building worlds
    2011-08-03 17:50:00 [INFO] [DataLog] DEBUG: Building actions
    2011-08-03 17:50:00 [INFO] [DataLog] DEBUG: Building dates
    2011-08-03 17:50:00 [INFO] [DataLog] DEBUG: Building location
    2011-08-03 17:50:00 [INFO] [DataLog] DEBUG: Building filters
    2011-08-03 17:50:00 [INFO] [DataLog] DEBUG: Building limits
    2011-08-03 17:50:00 [INFO] [DataLog] DEBUG: Searching: SELECT * FROM `datalog` WHERE world_id IN (1,2) AND action IN (0,1,2,8,9,10,11,13,14,15) AND x = -2822.0 AND y = 91.0 AND z = 1856.0
    2011-08-03 17:50:00 [INFO] [DataLog] DEBUG: Getting results
    2011-08-03 17:50:00 [INFO] [DataLog] DEBUG: Search complete
    2011-08-03 17:50:00 [INFO] [DataLog] DEBUG: Beginning search query
    2011-08-03 17:50:00 [INFO] [DataLog] DEBUG: Building players
    2011-08-03 17:50:00 [INFO] [DataLog] DEBUG: Building worlds
    2011-08-03 17:50:00 [INFO] [DataLog] DEBUG: Building actions
    2011-08-03 17:50:00 [INFO] [DataLog] DEBUG: Building dates
    2011-08-03 17:50:00 [INFO] [DataLog] DEBUG: Building location
    2011-08-03 17:50:00 [INFO] [DataLog] DEBUG: Building filters
    2011-08-03 17:50:00 [INFO] [DataLog] DEBUG: Building limits
    2011-08-03 17:50:00 [INFO] [DataLog] DEBUG: Searching: SELECT * FROM `datalog` WHERE world_id IN (1,2) AND action IN (0,1,2,8,9,10,11,13,14,15) AND x = -2821.0 AND y = 90.0 AND z = 1856.0
    2011-08-03 17:50:00 [INFO] [DataLog] DEBUG: Getting results
    2011-08-03 17:50:00 [INFO] [DataLog] DEBUG: Search complete
    2011-08-03 17:50:01 [INFO] [DataLog] DEBUG: Beginning search query
    2011-08-03 17:50:01 [INFO] [DataLog] DEBUG: Building players
    2011-08-03 17:50:01 [INFO] [DataLog] DEBUG: Building worlds
    2011-08-03 17:50:01 [INFO] [DataLog] DEBUG: Building actions
    2011-08-03 17:50:01 [INFO] [DataLog] DEBUG: Building dates
    2011-08-03 17:50:01 [INFO] [DataLog] DEBUG: Building location
    2011-08-03 17:50:01 [INFO] [DataLog] DEBUG: Building filters
    2011-08-03 17:50:01 [INFO] [DataLog] DEBUG: Building limits
    2011-08-03 17:50:01 [INFO] [DataLog] DEBUG: Searching: SELECT * FROM `datalog` WHERE world_id IN (1,2) AND action IN (0,1,2,8,9,10,11,13,14,15) AND x = -2820.0 AND y = 90.0 AND z = 1856.0
    2011-08-03 17:50:01 [INFO] [DataLog] DEBUG: Getting results
    2011-08-03 17:50:01 [INFO] [DataLog] DEBUG: Beginning search query
    2011-08-03 17:50:01 [INFO] [DataLog] DEBUG: Building players
    2011-08-03 17:50:01 [INFO] [DataLog] DEBUG: Building worlds
    2011-08-03 17:50:01 [INFO] [DataLog] DEBUG: Building actions
    2011-08-03 17:50:01 [INFO] [DataLog] DEBUG: Building dates
    2011-08-03 17:50:01 [INFO] [DataLog] DEBUG: Building location
    2011-08-03 17:50:01 [INFO] [DataLog] DEBUG: Building filters
    2011-08-03 17:50:01 [INFO] [DataLog] DEBUG: Building limits
    2011-08-03 17:50:01 [INFO] [DataLog] DEBUG: Searching: SELECT * FROM `datalog` WHERE world_id IN (1,2) AND action IN (0,1,2,8,9,10,11,13,14,15) AND x = -2821.0 AND y = 90.0 AND z = 1857.0
    2011-08-03 17:50:01 [INFO] [DataLog] DEBUG: Getting results
    2011-08-03 17:50:01 [INFO] [DataLog] DEBUG: Search complete
    2011-08-03 17:50:01 [INFO] [DataLog] DEBUG: Search complete
    2011-08-03 17:50:01 [INFO] [DataLog] DEBUG: Beginning search query
    2011-08-03 17:50:01 [INFO] [DataLog] DEBUG: Building players
    2011-08-03 17:50:01 [INFO] [DataLog] DEBUG: Building worlds
    2011-08-03 17:50:01 [INFO] [DataLog] DEBUG: Building actions
    2011-08-03 17:50:01 [INFO] [DataLog] DEBUG: Building dates
    2011-08-03 17:50:01 [INFO] [DataLog] DEBUG: Building location
    2011-08-03 17:50:01 [INFO] [DataLog] DEBUG: Building filters
    2011-08-03 17:50:01 [INFO] [DataLog] DEBUG: Building limits
    2011-08-03 17:50:01 [INFO] [DataLog] DEBUG: Searching: SELECT * FROM `datalog` WHERE world_id IN (1,2) AND action IN (0,1,2,8,9,10,11,13,14,15) AND x = -2821.0 AND y = 90.0 AND z = 1857.0
    2011-08-03 17:50:01 [INFO] [DataLog] DEBUG: Getting results
    2011-08-03 17:50:01 [INFO] [DataLog] DEBUG: Search complete
    2011-08-03 17:50:01 [INFO] [DataLog] DEBUG: Beginning search query
    2011-08-03 17:50:01 [INFO] [DataLog] DEBUG: Building players
    2011-08-03 17:50:01 [INFO] [DataLog] DEBUG: Building worlds
    2011-08-03 17:50:01 [INFO] [DataLog] DEBUG: Building actions
    2011-08-03 17:50:01 [INFO] [DataLog] DEBUG: Building dates
    2011-08-03 17:50:01 [INFO] [DataLog] DEBUG: Building location
    2011-08-03 17:50:01 [INFO] [DataLog] DEBUG: Building filters
    2011-08-03 17:50:01 [INFO] [DataLog] DEBUG: Building limits
    2011-08-03 17:50:01 [INFO] [DataLog] DEBUG: Searching: SELECT * FROM `datalog` WHERE world_id IN (1,2) AND action IN (0,1,2,8,9,10,11,13,14,15) AND x = -2821.0 AND y = 90.0 AND z = 1858.0
    2011-08-03 17:50:01 [INFO] [DataLog] DEBUG: Getting results
    2011-08-03 17:50:01 [INFO] [DataLog] DEBUG: Search complete
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Beginning search query
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Building players
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Building worlds
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Building actions
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Building dates
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Building location
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Building filters
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Building limits
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Searching: SELECT * FROM `datalog` WHERE world_id IN (1,2) AND action IN (0,1,2,8,9,10,11,13,14,15) AND x = -2821.0 AND y = 86.0 AND z = 1858.0
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Getting results
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Search complete
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Beginning search query
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Building players
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Building worlds
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Building actions
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Building dates
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Building location
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Building filters
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Building limits
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Searching: SELECT * FROM `datalog` WHERE world_id IN (1,2) AND action IN (0,1,2,8,9,10,11,13,14,15) AND x = -2823.0 AND y = 87.0 AND z = 1857.0
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Getting results
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Search complete
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Beginning search query
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Building players
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Building worlds
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Building actions
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Building dates
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Building location
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Building filters
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Building limits
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Searching: SELECT * FROM `datalog` WHERE world_id IN (1,2) AND action IN (0,1,2,8,9,10,11,13,14,15) AND x = -2823.0 AND y = 87.0 AND z = 1857.0
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Getting results
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Search complete
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Beginning search query
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Building players
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Building worlds
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Building actions
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Building dates
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Building location
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Building filters
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Building limits
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Searching: SELECT * FROM `datalog` WHERE world_id IN (1,2) AND action IN (0,1,2,8,9,10,11,13,14,15) AND x = -2823.0 AND y = 86.0 AND z = 1857.0
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Getting results
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Search complete
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Beginning search query
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Building players
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Building worlds
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Building actions
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Building dates
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Building location
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Building filters
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Building limits
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Searching: SELECT * FROM `datalog` WHERE world_id IN (1,2) AND action IN (0,1,2,8,9,10,11,13,14,15) AND x = -2822.0 AND y = 85.0 AND z = 1859.0
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Getting results
    2011-08-03 17:50:02 [INFO] [DataLog] DEBUG: Search complete
    2011-08-03 17:50:03 [INFO] [DataLog] DEBUG: Beginning search query
    2011-08-03 17:50:03 [INFO] [DataLog] DEBUG: Building players
    2011-08-03 17:50:03 [INFO] [DataLog] DEBUG: Building worlds
    2011-08-03 17:50:03 [INFO] [DataLog] DEBUG: Building actions
    2011-08-03 17:50:03 [INFO] [DataLog] DEBUG: Building dates
    2011-08-03 17:50:03 [INFO] [DataLog] DEBUG: Building location
    2011-08-03 17:50:03 [INFO] [DataLog] DEBUG: Building filters
    2011-08-03 17:50:03 [INFO] [DataLog] DEBUG: Building limits
    2011-08-03 17:50:03 [INFO] [DataLog] DEBUG: Searching: SELECT * FROM `datalog` WHERE world_id IN (1,2) AND action IN (0,1,2,8,9,10,11,13,14,15) AND x = -2822.0 AND y = 86.0 AND z = 1858.0
    2011-08-03 17:50:03 [INFO] [DataLog] DEBUG: Getting results
    2011-08-03 17:50:03 [INFO] [DataLog] DEBUG: Search complete
    2011-08-03 17:50:03 [INFO] [DataLog] DEBUG: Beginning search query
    2011-08-03 17:50:03 [INFO] [DataLog] DEBUG: Building players
    2011-08-03 17:50:03 [INFO] [DataLog] DEBUG: Building worlds
    2011-08-03 17:50:03 [INFO] [DataLog] DEBUG: Building actions
    2011-08-03 17:50:03 [INFO] [DataLog] DEBUG: Building dates
    2011-08-03 17:50:03 [INFO] [DataLog] DEBUG: Building location
    2011-08-03 17:50:03 [INFO] [DataLog] DEBUG: Building filters
    2011-08-03 17:50:03 [INFO] [DataLog] DEBUG: Building limits
    2011-08-03 17:50:03 [INFO] [DataLog] DEBUG: Searching: SELECT * FROM `datalog` WHERE world_id IN (1,2) AND action IN (0,1,2,8,9,10,11,13,14,15) AND x = -2822.0 AND y = 85.0 AND z = 1859.0
    2011-08-03 17:50:03 [INFO] [DataLog] DEBUG: Getting results
    2011-08-03 17:50:03 [INFO] [DataLog] DEBUG: Search complete
    2011-08-03 17:50:04 [INFO] [DataLog] DEBUG: Beginning search query
    2011-08-03 17:50:04 [INFO] [DataLog] DEBUG: Building players
    2011-08-03 17:50:04 [INFO] [DataLog] DEBUG: Building worlds
    2011-08-03 17:50:04 [INFO] [DataLog] DEBUG: Building actions
    2011-08-03 17:50:04 [INFO] [DataLog] DEBUG: Building dates
    2011-08-03 17:50:04 [INFO] [DataLog] DEBUG: Building location
    2011-08-03 17:50:04 [INFO] [DataLog] DEBUG: Building filters
    2011-08-03 17:50:04 [INFO] [DataLog] DEBUG: Building limits
    2011-08-03 17:50:04 [INFO] [DataLog] DEBUG: Searching: SELECT * FROM `datalog` WHERE action IN (0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24)
    2011-08-03 17:50:05 [INFO] [DataLog] DEBUG: Beginning search query
    2011-08-03 17:50:05 [INFO] [DataLog] DEBUG: Building players
    2011-08-03 17:50:05 [INFO] [DataLog] DEBUG: Building worlds
    2011-08-03 17:50:05 [INFO] [DataLog] DEBUG: Building actions
    2011-08-03 17:50:05 [INFO] [DataLog] DEBUG: Building dates
    2011-08-03 17:50:05 [INFO] [DataLog] DEBUG: Building location
    2011-08-03 17:50:05 [INFO] [DataLog] DEBUG: Building filters
    2011-08-03 17:50:05 [INFO] [DataLog] DEBUG: Building limits
    2011-08-03 17:50:05 [INFO] [DataLog] DEBUG: Searching: SELECT * FROM `datalog` WHERE world_id IN (1,2) AND action IN (0,1,2,8,9,10,11,13,14,15) AND x = -2824.0 AND y = 83.0 AND z = 1857.0
    2011-08-03 17:50:05 [INFO] [DataLog] DEBUG: Getting results
    2011-08-03 17:50:05 [INFO] [DataLog] DEBUG: Search complete
    2011-08-03 17:50:06 [INFO] [DataLog] DEBUG: Beginning search query
    2011-08-03 17:50:06 [INFO] [DataLog] DEBUG: Building players
    2011-08-03 17:50:06 [INFO] [DataLog] DEBUG: Building worlds
    2011-08-03 17:50:06 [INFO] [DataLog] DEBUG: Building actions
    2011-08-03 17:50:06 [INFO] [DataLog] DEBUG: Building dates
    2011-08-03 17:50:06 [INFO] [DataLog] DEBUG: Building location
    2011-08-03 17:50:06 [INFO] [DataLog] DEBUG: Building filters
    2011-08-03 17:50:06 [INFO] [DataLog] DEBUG: Building limits
    2011-08-03 17:50:06 [INFO] [DataLog] DEBUG: Searching: SELECT * FROM `datalog` WHERE world_id IN (1,2) AND action IN (0,1,2,8,9,10,11,13,14,15) AND x = -2824.0 AND y = 83.0 AND z = 1857.0
    2011-08-03 17:50:06 [INFO] [DataLog] DEBUG: Getting results
    2011-08-03 17:50:06 [INFO] [DataLog] DEBUG: Search complete
    2011-08-03 17:50:07 [INFO] [DataLog] DEBUG: Getting results
    2011-08-03 17:50:07 [INFO] [DataLog] DEBUG: Beginning search query
    2011-08-03 17:50:07 [INFO] [DataLog] DEBUG: Building players
    2011-08-03 17:50:07 [INFO] [DataLog] DEBUG: Building worlds
    2011-08-03 17:50:07 [INFO] [DataLog] DEBUG: Building actions
    2011-08-03 17:50:07 [INFO] [DataLog] DEBUG: Building dates
    2011-08-03 17:50:07 [INFO] [DataLog] DEBUG: Building location
    2011-08-03 17:50:07 [INFO] [DataLog] DEBUG: Building filters
    2011-08-03 17:50:07 [INFO] [DataLog] DEBUG: Building limits
    2011-08-03 17:50:07 [INFO] [DataLog] DEBUG: Searching: SELECT * FROM `datalog` WHERE world_id IN (1,2) AND action IN (0,1,2,8,9,10,11,13,14,15) AND x = -2824.0 AND y = 83.0 AND z = 1856.0
    2011-08-03 17:50:07 [INFO] [DataLog] DEBUG: Getting results
    2011-08-03 17:50:07 [INFO] [DataLog] DEBUG: Search complete
    2011-08-03 17:50:08 [INFO] [DataLog] DEBUG: Search complete
    2011-08-03 17:50:10 [INFO] [Citizen] hockeynut31: cant seeee, and i have no torches lol 
    2011-08-03 17:50:11 [INFO] [PLAYER_COMMAND] Jarkki: /time day 
    2011-08-03 17:50:12 [INFO] [DataLog] DEBUG: Beginning search query
    2011-08-03 17:50:12 [INFO] [DataLog] DEBUG: Building players
    2011-08-03 17:50:12 [INFO] [DataLog] DEBUG: Building worlds
    2011-08-03 17:50:12 [INFO] [DataLog] DEBUG: Building actions
    2011-08-03 17:50:12 [INFO] [DataLog] DEBUG: Building dates
    2011-08-03 17:50:12 [INFO] [DataLog] DEBUG: Building location
    2011-08-03 17:50:12 [INFO] [DataLog] DEBUG: Building filters
    2011-08-03 17:50:12 [INFO] [DataLog] DEBUG: Building limits
    2011-08-03 17:50:12 [INFO] [DataLog] DEBUG: Searching: SELECT * FROM `datalog` WHERE world_id IN (1,2) AND action IN (0,1,2,8,9,10,11,13,14,15) AND x = -2824.0 AND y = 83.0 AND z = 1857.0
    2011-08-03 17:50:12 [INFO] [DataLog] DEBUG: Getting results
    2011-08-03 17:50:12 [INFO] [DataLog] DEBUG: Search complete
     
  13. Offline

    h0us3cat

    ok, with datalog.search

    Code:
    2011-08-03 18:35:21 [SEVERE] [DataLog] Error executing MySQL query: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND (x BETWEEN -0.25418015679408024 AND 3.7458198432059198) AND (y BETWEEN 75.' at line 1
    corrupt mysql database?
     
  14. Offline

    oliverw92

    Thanks i'll look into it.

    Can you turn on debug mode in config.yml and show me the output when you do a /dl here?
     
  15. Offline

    ekgame

    You should probably make it so that it doesn't log /login and /register commands or atleast censour what was entered.
     
  16. Offline

    oliverw92

    Please read the wiki - there is list in the config file of commands to ignore.
     
  17. Offline

    ekgame

    I am aware that you can filter the commands, but this flaw could couse in password harvesting, because people usually use the same password for everything and I belive there will be, or maybe already are people who use this system, or something alike, to collect other people's passwords.
     
  18. Offline

    oliverw92

    I don't see what the problem is - server admins can stop it logging those commands if they want to. If people use the same password on their sensitive information that they do on a minecraft login system, they need to take a course in basic internet security...
     
  19. Offline

    ekgame

    You are compleatly right, but not everybody understands this. People don't take in consideration of what could happen and usualy even how that could happen. You can't tell everyone that you can't use the same password on a minecraft login and minecraft server's login system. I would recommand forcing into filtering those commands.
     
  20. Offline

    oliverw92

    Sorry but I won't be doing that. I'm not forcing things like that on users of my plugin. If someone is determined enough to harvest passwords from people on their server they would just do it anyway regardless of my plugin.
     
    KingPin likes this.
  21. Offline

    h0us3cat


    Code:
    2011-08-05 07:49:36 [INFO] [DataLog] DEBUG: Beginning search query
    2011-08-05 07:49:36 [INFO] [DataLog] DEBUG: Building players
    2011-08-05 07:49:36 [INFO] [DataLog] DEBUG: Building worlds
    2011-08-05 07:49:36 [INFO] [DataLog] DEBUG: Building actions
    2011-08-05 07:49:36 [INFO] [DataLog] DEBUG: Building dates
    2011-08-05 07:49:36 [INFO] [DataLog] DEBUG: Building location
    2011-08-05 07:49:36 [INFO] [DataLog] DEBUG: Building filters
    2011-08-05 07:49:36 [INFO] [DataLog] DEBUG: Building limits
    2011-08-05 07:49:36 [INFO] [DataLog] DEBUG: Searching: SELECT * FROM `datalog` WHERE world_id IN (5,3,1) AND action IN () AND (x BETWEEN 1123.5625 AND 1129.5625) AND (y BETWEEN 65.0 AND 71.0) AND (z BETWEEN 1196.96875 AND 1202.96875)
    2011-08-05 07:49:36 [SEVERE] [DataLog] Error executing MySQL query: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND (x BETWEEN 1123.5625 AND 1129.5625) AND (y BETWEEN 65.0 AND 71.0) AND (z B' at line 1
    
     
  22. Offline

    oliverw92

    And that was when you did /dl here <radius?
     
  23. Offline

    h0us3cat

    yes
     
  24. Offline

    forceserver

    12:48:43 [SEVERE] [DataLog] SQL Exception: java.sql.SQLException: Table 'datalog' is read only
    12:48:47 [SEVERE] [DataLog] SQL Exception: java.sql.SQLException: Table 'datalog' is read only
    12:48:50 [SEVERE] [DataLog] SQL Exception: java.sql.SQLException: Table 'datalog' is read only
    12:48:54 [SEVERE] [DataLog] SQL Exception: java.sql.SQLException: Table 'datalog' is read only
    12:48:57 [SEVERE] [DataLog] SQL Exception: java.sql.SQLException: Table 'datalog' is read only


    what happen ?
    please tell me what can i do?
     
  25. Offline

    oliverw92

    Uh I have no idea. It looks like your database has corrupted/your database permissions are screwed up. Nothing to do with my plugin though.
     
  26. Offline

    neo6633

    how can I see korean chat?
     
  27. Offline

    oliverw92

    I'm not entirely sure actually. If you look in your MySQL database using phpMyAdmin or something similar, is it being logged correctly?
     
  28. Offline

    neo6633

    Ok I'm using phpmyadmin I can see only english.
    So I incoded the datalog table to uta8_unicode_ci but can't solve.
     
  29. Offline

    oliverw92

    Ok i would suggest starting with a new database and make sure it is in UTF8 before anything is logged to it. It *should* work ok then.
     
  30. Offline

    h0us3cat

    I made a new database to try out if that fixes my problem. But it was no succes :(
    people with datalog.search permission still get the error.

    edit datalog.search.* works :p
     
  31. Offline

    oliverw92

    Hm ok. Well I am soon releasing a brand new version of DataLog under the name HawkEye (eta tonight or tomorrow). Hopefully your issue will be fixed in that.
     
Thread Status:
Not open for further replies.

Share This Page