[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

    I'll do the world thing. This will all be part of the new Datalog.

    The adminchat thing will be part of the API.

    You can already do that. Just do what i said - use the data column filter. Just stick 'exploit' in there and it will only show data that contains the word exploit.

    I just got back into this. You can follow the github if you want to see my progress: https://github.com/oliverw92/DataLog

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

    oliverw92

    I just finished the front end of the new web interface. Just gotta hook it up to the PHP part and DataLog v1 will be ready to go.

    [​IMG]

    Let me know what you think of the design
     
  4. Offline

    ssechaud

    Looks nice, looking forward to trying it out.
     
  5. Offline

    Valkyr

    The font of the headers is a bit too messy for my liking but that's something I'll change myself if needed. :)
     
  6. Offline

    oliverw92

    I'm open to suggestions: http://www.dafont.com/ :)

    v1 is finished and being tested at the moment. Both the interface and plugin are pretty much ready for release.

    Version: 1.0.0 [819]

    • Main release
    • Brand new Web Interface
    • In-Game commands for browsing data
    • API for other plugins
    • Flint n Steel, Button and Lever logging
    • Shortened X,Y,Z lengths
    • Added plugin field to database
    • Massive code refactoring
    There is now a very extensive wiki: https://github.com/oliverw92/DataLog/wiki

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

    MiLk133

    I just install the plugin on my server.
    The mysql configuration is good, but the table aren't created in database.
    The user has all rights on this database.

     
  8. Offline

    oliverw92

    Try this, please let me know if it works: http://dl.dropbox.com/u/24279633/DataLog.jar
     
  9. Offline

    Deses12

    Hello, I'm having a problem when I set the "maxResults" to anything that it's not 0. When I put 100 or 150, an error shows up in the web interface:


    Thank you!
     
  10. Offline

    Arcen1k

    How do you set up the data table in XAMPP I set up the database, minecraft for me, but what are the settings for the data table? I have one called datalog, but in the server when I launch it, it says unkown column 'x' in field list

    how do i fix that and all. I spent a while trying but found nothing to work.

    EDIT: The build you just posted in the comments above mine works! Thanks!
     
  11. Offline

    dragonhib

    Whaa !! The new interface is so awesome :cool:

    But I have just a little problem : when I set a password with caps & minus, Datalog say the password is invalid... It isn't a grave issue but I'd like to tell you ;)
     
  12. Offline

    Phinary

    With 0.2, it caused major lag to the server. Is this fixed in 1.0?
     
  13. Offline

    MiLk133

    Good, thank you !

     
  14. Offline

    surtic

    Hi thanks for this grate Plugin, and the new Web Inferface ist mutch better.

    For me i hade make on Change in de interface.php

    Code:
    $sql .= " ORDER BY date DESC";
     
    Deses12 likes this.
  15. Offline

    Deses12

    Dude, great addition!

    Hey, I translated de web interface to Spanish. And also made it xhtml 1.0 Strict and VALID... because, man, the original one was really messed up.

    Well, It's not 100% Valid because if I do so, the script stops querying the database... Maybe I should check the javascript. Well, at least is so much better now.


    Here it is.

    http://dl.dropbox.com/u/2240774/datalog_ESPANOL_xhtml_VALID.rar
     
  16. Offline

    DJ_Idol

    Wow...this looks excellent can't believe I haven't seen this before...might be switching over from LogBlock to this!
     
  17. Offline

    oliverw92

    Glad it worked, i'll update the op with that build!

    I'll look into that

    Possibly, only way to find out is to try it!

    :)

    I plan to add an option to the browser where you can list it desc or asc

    Oo i'll look into it. I might make a language system for the web browser instead so people can have their own languages

    Bear in mind you can't rollback with datalog - so you might want to run them side by side
     
  18. Offline

    Deses12

    What is'ts true is that now the web querys much faster than 0.2.
     
  19. Offline

    oliverw92

    Would you mind doing an english XHTML Strict version for me? I'll credit you in the op - I have exams in a few days and don't really have time :p

    Version: 1.0.1 [819]

    • Fixed passwords in web interface
    • Fixed maxLimit in web interface

    MultiHome now supports DataLog: http://forums.bukkit.org/threads/gen-tp-multihome-v0-4-1-a-home-per-world-819.13806/

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

    Deses12

  21. Offline

    oliverw92

    Awesome :)

    Check the commit history on github, will show you everything that changed
     
  22. Offline

    Deses12

    Now if you put '0', it doesn't query.
     
  23. Offline

    oliverw92

    Are you putting in '0' or 0. It needs to be a number. It works for me
     
  24. Offline

    Deses12

  25. Offline

    oliverw92

    Line 67 of interface.php. After
    Code:
    $res = mysql_query($sql);
    add in:
    Code:
    echo $sql;
    and then tell me the sql string here.

    Cheers! What error is still there?
     
  26. Offline

    Deses12

    Its Working now, sorry, my fault.

    Edit: I'm going to put echo $sql; anyway, to see what happened.
     
  27. Offline

    oliverw92

    I just xhtml checked, i see the error. I think i can fix that
     
  28. Offline

    Deses12

    Tell me when you fix it, I'm curious about that error...
     
  29. Offline

    oliverw92

    It was because I was using the form name to get checked values. I've switched it to use a jquery selector and it works now. Just gotta fix a layout issue thats occured in your index.html for some reason - the right hand column in the filter part is appearing underneath the middle column
     
  30. Offline

    Deses12

    That's because the font is wider or something, add some pixels to the CSS and it will be fine.
     
  31. Offline

    oliverw92

    Version: v1.0.2 [819]

    Update both the jar and the interface!
    • Interface is now XHTML Strict (thanks Deses12!)
    • Fixed the API
    • Made the interface display other plugins better
    • Adjusted the interface layout a little
     
Thread Status:
Not open for further replies.

Share This Page