Improved Chat Logger
Improved Chat Logger
Improved Chat Logger is a plugin which allow you to store your in-game chat messages into MySQL databases. By the way, It stores messages as IT IS. So you dont need anymore to worry about charsets of messages or foreign symbols. Improved Chat Logger will store anyway.
Anyway, you could simply write a script to view in-game chat through your web-site. By the way, I wrote simple script which allow that(very simple).
/logcommands simply turn on the logging of commands. However, its turned off by default.
Download:
Plugin: In the download section
PHP: http://dl.dropbox.com/u/20280501/chat.php
Source included in jar.
Use it and have fun!
If you found something nasty or have a problem, post down in comments, I will fix it.
-
View User Profile
-
Send Message
Posted Sep 3, 2014Works in 1.7.10, but makes chat incredibly slow.
-
View User Profile
-
Send Message
Posted Nov 3, 2013Seems to be what im looking for... Hope it works! Ant
-
View User Profile
-
Send Message
Posted Oct 11, 2013@Th3Darkcop
I love you
-
View User Profile
-
Send Message
Posted Jul 7, 2013@jblanda
Works with 1.6
-
View User Profile
-
Send Message
Posted Apr 19, 2013Does this work with 1.5?
-
View User Profile
-
Send Message
Posted Dec 26, 2012@Textra1
there is no need to use replaceAll in that line.
It should look like
On top of that, the backslash character is the escape character in sql.
So, along with that line, this plugin also needs
-
View User Profile
-
Send Message
Posted Aug 10, 2012Is this still alive?
-
View User Profile
-
Send Message
Posted May 18, 2012Is this going to get fixed?
-
View User Profile
-
Send Message
Posted May 13, 2012Tried to use this got the following :
using the cb 1.2.5 beta R1.3 I also tried it on 1.2.5 R1.2 and it did the same thing.
-
View User Profile
-
Send Message
Posted May 5, 2012For all you lazy children, here is very basic little modification to the PHP Script that adds a bit more of a snazz to the display.
chat.php
chat.css
demo
Though it does have a few issues when it comes to long names. I'm working on fixing that.
-
View User Profile
-
Send Message
Posted May 2, 2012I just updated the plugin! PM me if there is a bugs. I'm checking this page rarely, so PM me, so i could fix it. http://dev.bukkit.org/server-mods/improved-chat-logger/files/3-improved-chat-logger-v1-02/
-
View User Profile
-
Send Message
Posted Apr 3, 2012I'm not sure if this plugin is being updated any more but I have fixed the problem with apostrophes ( ' ). I really only had to add one line.
A double apostrophe acts like a string literal character in SQL so scanning the msg for them and replacing with a double ' fixes the problem.
Link -> Improved Chat Logger
The source code is still in the jar file should any one be concerned I've added anything malicious.
Edit: I read the chat here and saw that some people wanted to log commands as well as chat, so I added that feature. You can toggle the command logging feature by typing /logcommands
-
View User Profile
-
Send Message
Posted Apr 1, 2012It does not log "'" like "I'm" Creates a mysql error, but nice plugin!
-
View User Profile
-
Send Message
Posted Mar 27, 2012Love this - simple and mysql supported. Can you please add command logging as well?
-
View User Profile
-
Send Message
Posted Feb 14, 2012@VADemon
As far as I can tell, from what I've been playing around with this plugin is that it Does Not track the commands that go through correctly. But as for misspellings, it might.
-
View User Profile
-
Send Message
Posted Jan 29, 2012Cool! Does it also log those commands that are sent to console (/msg player Hello! or /money pay troll 200)?