Chat Logger (Version: 2.0)
Mit diesem Plugin kann man den Chat des Servers mit Loggen.
[tabmenu]
[tab='Anforderungen'] - ManuAdminMod Version 0.11.3
[tab='Installationsanleitung'] - Downloaden: index.php?page=Attachment&attachmentID=175
- Entpacken
- (bei Mysql) Die Mysql Tabelle Importieren
- Die Datei chatlog.php in den plugins Ordner kopieren
- Die Konfiguration in der config.cfg anpassen
[tab='Konfigurationsanleitung']
in die config.cfg:
Code
[chatlog]
enabled = 1
dateformat = "d.m.y H:i:s"
saveas = "text"
logname = "chat.log"
host = "" ; Mysql Hostname e.g. localhost
user = "" ; Mysql User
password = "" ; Mysql password
database = "" ; Mysql database
prefix = "mam_" ; mysql prefix
[tab='Changelog']
Version 1.0:
-Erster Release
Version 2.0:
- Added Mysql Support
[/tabmenu]