promotional bannermobile promotional banner

LogMe

Your number one chat logging solution

LogMe

Your number one chat logging solution


(MySQL database required!)

LogMe uses up-to-date technology to log your players chat and commands using an ultra-fast MySQL database.

Things to note

This plugin does not sanitize inputs for use on a webpage, it uses prepared statements to stop MySQL injection, though.

Infomation

Ever wanted to log every single thing your players type for reference in the future? Now you can with LogMe. All LogMe needs to log is a MySQL backend. LogMe is currently in beta, please report any errors you may have.

Database structure

CREATE TABLE IF NOT EXISTS `chat_logs` (
  `id` int(255) NOT NULL AUTO_INCREMENT,
  `username` varchar(32) NOT NULL,
  `time` int(255) NOT NULL,
  `msg` text NOT NULL,
  `ip` varchar(30) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

CREATE TABLE IF NOT EXISTS `command_logs` (
  `id` int(255) NOT NULL AUTO_INCREMENT,
  `username` varchar(32) NOT NULL,
  `time` int(255) NOT NULL,
  `msg` text NOT NULL,
  `ip` varchar(30) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

The LogMe Team

profile avatar
  • 6
    Projects
  • 17.7K
    Downloads

More from _ForgeUser8634369View all

  • ProSpeed project image

    ProSpeed

    • 2.3K
    • Bukkit Plugins

    Change your speed modifier with ease

    • 2.3K
    • August 25, 2013
    • Bukkit Plugins
  • PlayerStatistics project image

    PlayerStatistics

    • 924
    • Bukkit Plugins

    Information about a player

    • 924
    • June 29, 2013
    • Bukkit Plugins
    • +1
  • StatusSign project image

    StatusSign

    • 3.2K
    • Bukkit Plugins

    Is that user online?

    • 3.2K
    • June 29, 2013
    • Bukkit Plugins
  • bFly project image

    bFly

    • 8.6K
    • Bukkit Plugins

    Let your server players fly!

    • 8.6K
    • May 30, 2013
    • Bukkit Plugins
  • ProSpeed project image

    ProSpeed

    • 2.3K
    • Bukkit Plugins

    Change your speed modifier with ease

    • 2.3K
    • August 25, 2013
    • Bukkit Plugins
  • PlayerStatistics project image

    PlayerStatistics

    • 924
    • Bukkit Plugins

    Information about a player

    • 924
    • June 29, 2013
    • Bukkit Plugins
    • +1
  • StatusSign project image

    StatusSign

    • 3.2K
    • Bukkit Plugins

    Is that user online?

    • 3.2K
    • June 29, 2013
    • Bukkit Plugins
  • bFly project image

    bFly

    • 8.6K
    • Bukkit Plugins

    Let your server players fly!

    • 8.6K
    • May 30, 2013
    • Bukkit Plugins