AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [CS:GO/ANY?] Chat Log + Web Interface (https://forums.alliedmods.net/showthread.php?t=326317)

ivenuss 07-26-2020 13:23

[CS:GO/ANY?] Chat Log + Web Interface
 
Description:
Save all user messages in database.

Table Preview:

https://i.imgur.com/Voscu0D.png

Web Preview:

https://i.imgur.com/cdUKhv4.png

Installation:

connect to your mysql in databases.cfg

HTML Code:

"chatlog"
{
    "driver"                        "mysql"
    "host"                          "localhost"
    "database"                      ""
    "user"                          ""
    "pass"                          ""
}

connect to your mysql in database.php

PHP Code:

// DB hostname
$servername "localhost";

// DB username
$username "";

// DB password
$password "";

// DB name
$dbname ""

Cvars:
Code:

sm_chatlog_cleartable_enabled "1" //Enable/Disable clearing table (1/0) 0 - disabled
sm_chatlog_cleartable_duration "1 MONTH" //How often will table restart

Note:
Please, keep in mind I am not a webdev and this is my second work with web development, so bugs may appear.


Download:

Main repository
Direct download

Nocky 07-26-2020 13:52

Re: [CS:GO/ANY?] Chat Log + Web Interface
 
Nice release :) Good job

LionKing 07-26-2020 15:46

Re: [CS:GO/ANY?] Chat Log + Web Interface
 
Quote:

Note:
Please, keep in mind I am not webdev and this is my second work with web development, so bugs may appear.
Pretty neat job for your second work!
Web UI looks clean & does its job. (same goes for the plugin)

Would be awesome if you could extend this so you can use it for multiple servers while not having to create multiple subdirectories on your webserver for every server you have.

Minfas 07-26-2020 19:44

Re: [CS:GO/ANY?] Chat Log + Web Interface
 
Sick, I will try!

yuv41 07-26-2020 23:39

Re: [CS:GO/ANY?] Chat Log + Web Interface
 
Looks intresting, will definitely try!

ivenuss 07-27-2020 06:43

[CS:GO/ANY?] Chat Log + Web Interface | Version 1.1
 
New Version 1.1

Added new ConVars sm_chatlog_cleartable_enabled & sm_chatlog_cleartable_duration. (Requested by @NockyCZ)
Which allows you avoiding before big sql file.

Download it by clicking here!

8guawong 07-27-2020 07:49

Re: [CS:GO/ANY?] Chat Log + Web Interface
 
how is this plugin different from https://forums.alliedmods.net/showthread.php?t=91331

Trum 07-27-2020 09:56

Re: [CS:GO/ANY?] Chat Log + Web Interface
 
Quote:

Originally Posted by 8guawong (Post 2711835)

I’d say the ChatLog Extended plugin has a better web interface due to all servers on the same page.

But it could be good to have options when choosing a chat logger :wink:

ivenuss 07-27-2020 12:15

Re: [CS:GO/ANY?] Chat Log + Web Interface
 
Quote:

Originally Posted by 8guawong (Post 2711835)

Good question, I did not realize there is already any chat log, but how @Trum said... people now can choose from 2 versions what they would like.

yuv41 07-29-2020 10:06

Re: [CS:GO/ANY?] Chat Log + Web Interface
 
Hi, plugin was working fine until latest MySQL update.
https://img.shibe.host/DIFu4/faVAJire03.jpeg/raw
https://img.shibe.host/DIFu4/qAbuHewU59.png/raw


All times are GMT -4. The time now is 23:25.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.