Code Monkey home page Code Monkey logo

mclogmanager's Introduction

#Minecraft Log Manager

Mc Log Manager is a system written in ruby designed to parse the Bukkit Essentials logs files and perform different actions on them, such as Reverse IP which will let you search for all users that have signed on under an IP or all the IP's that a user has logged in under

##updateDB.rb

This file is used to populate the ipdb.csv file that is used as the data base. It will save the IP and then the user name seperated by a comma. Each entry will be put on a new line.

Usage:

./updateDB.rb <absolute pathname>

This will update the db with the log file given in the arguments, many log files may specified at one time by creating a new argument for each file. Supported file type: ".log" and ".gz" Both are automatically created by the bukkit essentials plugin.

./updateDB.rb

Running the program with no agruments will force the program to update the database using all the logs located in the directory specified in @LOGSLOCATION.

##revIP.rb

This program is used to search the ipdb.csv database for the specified filter

Usage:

./revIP.rb <filter> ...

this will only display the matches for the given filter, for more matches add more filters as arguments

	./revIP.rb

not giving any arguments will dump the entire db to screen

mclogmanager's People

Contributors

faux-eccles avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.