https://github.com/lrq3000/chat-log-lister
Chat-Log-Lister is a simple PHP5+MySQL web application to securely give a public web access to the log files of your game servers using Big-Brother-Bot and the ChatLogger plugin.
https://github.com/lrq3000/chat-log-lister
Last synced: 6 months ago
JSON representation
Chat-Log-Lister is a simple PHP5+MySQL web application to securely give a public web access to the log files of your game servers using Big-Brother-Bot and the ChatLogger plugin.
- Host: GitHub
- URL: https://github.com/lrq3000/chat-log-lister
- Owner: lrq3000
- License: agpl-3.0
- Created: 2013-03-04T14:46:09.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-10T16:22:33.000Z (over 12 years ago)
- Last Synced: 2025-04-02T04:45:09.355Z (6 months ago)
- Language: PHP
- Size: 137 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
CHAT-LOG-LISTER README v1.0
=======================
Chat-Log-Lister is a simple PHP5+MySQL web application to securely give a public web access to the log files of your game servers using Big-Brother-Bot and the ChatLogger plugin.DESCRIPTION
-----------This is a simple PHP5+MySQL web application to pubicly show your game servers' logs.
This application gives you the choice on what you want to give access to: you can blacklist some kinds of messages, and filter out private or team messages to only show public messages. You can quickly configure the behavior of this application by editing the config.php file.
This application does NOT save the log files nor process them, for this you need Big-Brother-Bot and the ChatLogger plugin, which will process your log files and save the chat lines into a MySQL database.
AUTHOR
------This software was developped by Stephen Larroque.
You can contact the author at
LICENSE
-------This software is licensed under the Affero GNU General Public License v3 and above (AGPLv3+).
INSTALL
-------Just copy every files inside the archive (along this README) to any folder you want on your web server. Your server must run PHP > 5 (it may work below but this wasn't tested).
Then, open config.php and edit the MySQL database connection informations, and any other parameters to your liking.
Additionally, you also need Big-Brother-Bot and the Chatlogger plugin, and also a MySQL database running with your game servers.