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

ChatLog v1.3.7 (Extended)


Post New Thread Reply   
 
Thread Tools Display Modes
ENAK3
Member
Join Date: Apr 2013
Old 12-29-2013 , 20:58   Re: ChatLog v1.3.7 (Extended)
Reply With Quote #161

Does this work on CS:GO?
ENAK3 is offline
ENAK3
Member
Join Date: Apr 2013
Old 12-31-2013 , 13:13   Re: ChatLog v1.3.7 (Extended)
Reply With Quote #162

Server crashed:

L 12/31/2013 - 18:01:57: SourceMod error session started
L 12/31/2013 - 18:01:57: Info (map "de_dust") (file "errors_20131231.log")
L 12/31/2013 - 18:01:57: [chatlogex.smx] ChatLogEx: Cannot log message, handle hdatabase is not set!
L 12/31/2013 - 18:01:57: Error log file session closed.
L 12/31/2013 - 18:02:00: SourceMod error session started
L 12/31/2013 - 18:02:00: Info (map "de_dust") (file "errors_20131231.log")
L 12/31/2013 - 18:02:00: [SM] Native "GetEventString" reported: Invalid game event handle 10d00fc (error 5)
L 12/31/2013 - 18:02:00: [SM] Displaying call stack trace for plugin "chatlogex.smx":
L 12/31/2013 - 18:02:00: [SM] [0] Line 499, /home/groups/alliedmodders/forums/files/5/2/0/8/2/47687.attach::LogPlayerConnect()
L 12/31/2013 - 18:03:53: Error log file session closed.
ENAK3 is offline
Fora
Member
Join Date: Aug 2012
Old 02-05-2014 , 05:18   Re: ChatLog v1.3.7 (Extended)
Reply With Quote #163

Hello!
The problem is a incorrect chat text on the main page, any idea?
When i reload the servers all correct..





And another querstion. How can I remove white border around the chat?
I could't find it in index_stats.php..

Last edited by Fora; 02-05-2014 at 05:21.
Fora is offline
D.P.W
Junior Member
Join Date: May 2014
Old 05-13-2014 , 12:40   Re: ChatLog v1.3.7 (Extended)
Reply With Quote #164

I do apologize if I have missed if this question has been asked and answered. I have been trying to get the addon to work.
I can log the messages however in the webui I get a blank screen. I am sure that the webui is picking up the logs, but is
unable to display them. I could not find anything in the config.php that may help resolve this. If you need anymore
information please let me know.
D.P.W is offline
muukis
Veteran Member
Join Date: Apr 2009
Old 05-14-2014 , 03:15   Re: ChatLog v1.3.7 (Extended)
Reply With Quote #165

Quote:
Originally Posted by ENAK3 View Post
Does this work on CS:GO?
Sorry, I don't know. (Sorry for the late answer.)
Quote:
Originally Posted by ENAK3 View Post
Server crashed:

L 12/31/2013 - 18:01:57: SourceMod error session started
L 12/31/2013 - 18:01:57: Info (map "de_dust") (file "errors_20131231.log")
L 12/31/2013 - 18:01:57: [chatlogex.smx] ChatLogEx: Cannot log message, handle hdatabase is not set!
L 12/31/2013 - 18:01:57: Error log file session closed.
L 12/31/2013 - 18:02:00: SourceMod error session started
L 12/31/2013 - 18:02:00: Info (map "de_dust") (file "errors_20131231.log")
L 12/31/2013 - 18:02:00: [SM] Native "GetEventString" reported: Invalid game event handle 10d00fc (error 5)
L 12/31/2013 - 18:02:00: [SM] Displaying call stack trace for plugin "chatlogex.smx":
L 12/31/2013 - 18:02:00: [SM] [0] Line 499, /home/groups/alliedmodders/forums/files/5/2/0/8/2/47687.attach::LogPlayerConnect()
L 12/31/2013 - 18:03:53: Error log file session closed.
I don't have this installed right now so I can't test it for you. Is this from CS:GO? (Sorry for the late answer.)
Quote:
Originally Posted by Fora View Post
Hello!
The problem is a incorrect chat text on the main page, any idea?
When i reload the servers all correct..





And another querstion. How can I remove white border around the chat?
I could't find it in index_stats.php..
The encoding of the text is incorrect. I don't remember if I got this fixed, but I remember having problems with at least Russian language encoding. I am not an expert on PHP/MySQL and am not sure there is a generic solution for all languages. The visual layout is in CSS. You must set the border width to zero. I am not sure if this border is displayed in the vanilla page layout or is the screenshot from a custom page? (Sorry for the late answer.)
Quote:
Originally Posted by D.P.W View Post
I do apologize if I have missed if this question has been asked and answered. I have been trying to get the addon to work.
I can log the messages however in the webui I get a blank screen. I am sure that the webui is picking up the logs, but is
unable to display them. I could not find anything in the config.php that may help resolve this. If you need anymore
information please let me know.
I'll have to look at the code again to answer your question... in the meanwhile, keep on trying!
__________________
Monster Hunter

Though certainly not superhuman, the man's prowess inspires an excess of whispered rumors. But those rumors remain in the realm of speculation.
muukis is offline
Wolfseye
Senior Member
Join Date: Apr 2014
Location: Germany
Old 05-14-2014 , 05:31   Re: ChatLog v1.3.7 (Extended)
Reply With Quote #166

Not want to bother you really, but is there any chance this will work on INSURGENCY (Standalone) ?
Wolfseye is offline
Send a message via Skype™ to Wolfseye
utaker
Senior Member
Join Date: Dec 2013
Old 05-14-2014 , 10:40   Re: ChatLog v1.3.7 (Extended)
Reply With Quote #167

any possibility of making a non-sql dependent version?
utaker is offline
D.P.W
Junior Member
Join Date: May 2014
Old 05-14-2014 , 11:43   Re: ChatLog v1.3.7 (Extended)
Reply With Quote #168

Quote:
Originally Posted by muukis View Post
Sorry, I don't know. (Sorry for the late answer.)



I'll have to look at the code again to answer your question... in the meanwhile, keep on trying!
I had managed to track 2 issues, both dealing with mysql bans
on Line 179 in the chatlogextended.php it showed
Code:
"$mysqlbanstable = GetPluginTablename($table, 'mysqlbans');"
I changed it to:
Code:
"  $mysqlbanstable = GetPluginTablename($table, 'mysql_bans');"
I managed to get past that but it got stuck on line 182 which is
Code:
"$mysqlbans = MysqlBansToArray($mysqlbanstable, "");
"

I don't have any bans in that file at this time so wondering if that may have anything to do with it.
D.P.W is offline
muukis
Veteran Member
Join Date: Apr 2009
Old 05-15-2014 , 02:15   Re: ChatLog v1.3.7 (Extended)
Reply With Quote #169

Quote:
Originally Posted by Wolfseye View Post
Not want to bother you really, but is there any chance this will work on INSURGENCY (Standalone) ?
Sorry, I don't know. You will have to try it to find out?

Quote:
Originally Posted by utaker View Post
any possibility of making a non-sql dependent version?
Personally I don't have the time to work on such a project right now. Maybe someone else does?

I don't know any other good means to achieve your goal, but trying to create a SM plugin that works as a service which the web page then hooks in.

Quote:
Originally Posted by D.P.W View Post
I had managed to track 2 issues, both dealing with mysql bans
on Line 179 in the chatlogextended.php it showed
Code:
"$mysqlbanstable = GetPluginTablename($table, 'mysqlbans');"
I changed it to:
Code:
"  $mysqlbanstable = GetPluginTablename($table, 'mysql_bans');"
I managed to get past that but it got stuck on line 182 which is
Code:
"$mysqlbans = MysqlBansToArray($mysqlbanstable, "");
"

I don't have any bans in that file at this time so wondering if that may have anything to do with it.
Still, I'll have to check the code before I can answer. You're getting there, don't give up now!
__________________
Monster Hunter

Though certainly not superhuman, the man's prowess inspires an excess of whispered rumors. But those rumors remain in the realm of speculation.
muukis is offline
D.P.W
Junior Member
Join Date: May 2014
Old 05-16-2014 , 12:27   Re: ChatLog v1.3.7 (Extended)
Reply With Quote #170

Quote:
Originally Posted by muukis View Post
Sorry, I don't know. You will have to try it to find out?

Personally I don't have the time to work on such a project right now. Maybe someone else does?

I don't know any other good means to achieve your goal, but trying to create a SM plugin that works as a service which the web page then hooks in.

Still, I'll have to check the code before I can answer. You're getting there, don't give up now!
I figured I'd give an update, in mysqlbans.php is a function that was duplicated. I commented it out
and am able to see the log in the webadmin, but it's showing blank lines when the names contain
superscript special characters, at least those are all that I can tell right now. I'll look through this
thread to see if I can find some information on this, but any help on that would be appreciated
D.P.W 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 15:51.


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