Raised This Month: $51 Target: $400
 12% 

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


Post New Thread Reply   
 
Thread Tools Display Modes
Trum
AlliedModders Donor
Join Date: Jan 2017
Old 07-29-2020 , 12:12   Re: [CS:GO/ANY?] Chat Log + Web Interface
Reply With Quote #11

Might be cause the string is not escaped correctly
Trum is offline
yuv41
Member
Join Date: Jan 2020
Old 07-29-2020 , 14:55   Re: [CS:GO/ANY?] Chat Log + Web Interface
Reply With Quote #12

Quote:
Originally Posted by Trum View Post
Might be cause the string is not escaped correctly
I tried dropping the database but it seems that the plugin keeps doing the same thing I there a possible fix ?
yuv41 is offline
Trum
AlliedModders Donor
Join Date: Jan 2017
Old 07-29-2020 , 17:16   Re: [CS:GO/ANY?] Chat Log + Web Interface
Reply With Quote #13

I think the issue is inside the actual plugin code, as I said: the string is probably not escaped correctly
Trum is offline
yuv41
Member
Join Date: Jan 2020
Old 07-30-2020 , 06:17   Re: [CS:GO/ANY?] Chat Log + Web Interface
Reply With Quote #14

Seems to be working again, no idea wtf is going on
yuv41 is offline
SytekBox
AlliedModders Donor
Join Date: Feb 2017
Location: 404 not found
Old 07-30-2020 , 10:15   Re: [CS:GO/ANY?] Chat Log + Web Interface
Reply With Quote #15

Stuff that would be interested having:

1- Ability to switch between MySQL or Plain Text (Plain Text would log to /logs/ChatLog)

2- Ability to choose between Clean Dates or custom date formats. (For point #1)

3- Ability to set server names (To easily distinguish logs)

4- Ability to log all SourceMod Activity (Commands, Console Commands, RCON, Chat Prints, etc).

Other than that, awesome job and keep it up!

Small recommendation: Learn some Bootstrap 4 as it's super easy to setup for Web Development (I personally find it easier than the rest of the Frameworks out there)
SytekBox is offline
ivenuss
Junior Member
Join Date: Nov 2019
Location: Czech Republic
Old 07-31-2020 , 10:45   Re: [CS:GO/ANY?] Chat Log + Web Interface | Version 1.1
Reply With Quote #16

New Version 1.2

Fixed mysql error. If you want to fix it without deleting database table, change CHARSET to "utf8mb4"

Download it by clicking here!
__________________
My website: https://jakubh.com/ Github: https://github.com/ivenuss Steam: https://steamcommunity.com/id/ivenuss/
Accepting private works in sourcepawn or web dev.

Last edited by ivenuss; 07-31-2020 at 10:45.
ivenuss is offline
ivenuss
Junior Member
Join Date: Nov 2019
Location: Czech Republic
Old 07-31-2020 , 11:24   Re: [CS:GO/ANY?] Chat Log + Web Interface
Reply With Quote #17

Quote:
Originally Posted by SytekBox View Post
Stuff that would be interested having:

1- Ability to switch between MySQL or Plain Text (Plain Text would log to /logs/ChatLog)

2- Ability to choose between Clean Dates or custom date formats. (For point #1)

3- Ability to set server names (To easily distinguish logs)

4- Ability to log all SourceMod Activity (Commands, Console Commands, RCON, Chat Prints, etc).

Other than that, awesome job and keep it up!

Small recommendation: Learn some Bootstrap 4 as it's super easy to setup for Web Development (I personally find it easier than the rest of the Frameworks out there)

1 - Yap
2 - You can actually change it in PHP
for example what I found:
PHP Code:
$temp date("Y-m-d"$row["date"]);
$rel_date date_format$temp"YYYYMMDD"); 
3 - Where you should set it and how do you imagine it? (example?)
4 - Well in future I can make
__________________
My website: https://jakubh.com/ Github: https://github.com/ivenuss Steam: https://steamcommunity.com/id/ivenuss/
Accepting private works in sourcepawn or web dev.
ivenuss is offline
SytekBox
AlliedModders Donor
Join Date: Feb 2017
Location: 404 not found
Old 08-03-2020 , 09:50   Re: [CS:GO/ANY?] Chat Log + Web Interface
Reply With Quote #18

Quote:
Originally Posted by ivenuss View Post
1 - Yap
2 - You can actually change it in PHP
for example what I found:
PHP Code:
$temp date("Y-m-d"$row["date"]);
$rel_date date_format$temp"YYYYMMDD"); 
3 - Where you should set it and how do you imagine it? (example?)
4 - Well in future I can make
Gotcha!

In regards to my 3rd point, would be nice to have it as a separated column on the database and simply grab the value you set on a cvar, something like sm_chatlog_servername "My Server #1"
SytekBox is offline
Bosny
Junior Member
Join Date: Sep 2020
Old 09-29-2020 , 07:47   Re: [CS:GO/ANY?] Chat Log + Web Interface
Reply With Quote #19

Quote:
Originally Posted by SytekBox View Post
Gotcha!

In regards to my 3rd point, would be nice to have it as a separated column on the database and simply grab the value you set on a cvar, something like sm_chatlog_servername "My Server #1"
+1 on this. Would be extremely useful to have this.
Bosny is offline
RobinXO
Junior Member
Join Date: Sep 2019
Old 06-06-2021 , 17:02   Re: [CS:GO/ANY?] Chat Log + Web Interface
Reply With Quote #20

Is there any way to insert !commands to mysql column for easy admin/player command search?
RobinXO is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:35.


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