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

ChatLog v1.3.7 (Extended)


Post New Thread Reply   
 
Thread Tools Display Modes
matrixmark
Senior Member
Join Date: Jun 2010
Old 05-14-2012 , 03:37   Re: ChatLog v1.3.7 (Extended)
Reply With Quote #141

I checked the database in phpmyadmin and yes the lines are duplicated in the sql

As seen here in this pic:



Sorry for big size, I thought forum would resize

Just noticed when players get voted off, that is also duplicated.

Last edited by matrixmark; 05-14-2012 at 12:11.
matrixmark is offline
Suckah
Member
Join Date: Mar 2012
Old 05-18-2012 , 18:23   Re: ChatLog v1.3.7 (Extended)
Reply With Quote #142

Quote:
Originally Posted by muukis View Post
I'll check... when I have the time.
Thanks in advance mate!

Meanwhile I still have it up and running but every now and then this error pops up..

After which, predictably, the chatlog stops updating. Anyone more experienced have an idea? It doesn't happen after a certain amount of time or lines, seems random

Thanks again!

Last edited by Suckah; 05-18-2012 at 18:24.
Suckah is offline
el_psycho
Member
Join Date: Feb 2012
Location: Vancouver, Canada
Old 08-29-2012 , 10:21   Re: ChatLog v1.3.7 (Extended)
Reply With Quote #143

Quote:
Originally Posted by matrixmark View Post
As well as my above question :p

I am seeing duplicated lines in the log window and I cant figure out why....



Any help with this would be appreciated... as you can imagine on versus its crazy spam in the logs...oh it does the same with connect messages as well.
I fixed this bug.

Original lines for Action:Event_PlayerConnect:
Code:
public Action:Event_PlayerConnect(Handle:event, const String:name[], bool:dontBroadcast)
{
	if(!GetConVarBool(sm_chatlogex_srvmsgs) || !GetConVarBool(sm_chatlogex_showplayercon))
Modified line:
Code:
public Action:Event_PlayerConnect(Handle:event, const String:name[], bool:dontBroadcast)
{
	if(!GetConVarBool(sm_chatlogex_srvmsgs) || !GetConVarBool(sm_chatlogex_showplayercon) || dontBroadcast)
Original lines for Action:Event_PlayerDisconnect:
Code:
public Action:Event_PlayerDisconnect(Handle:event, const String:name[], bool:dontBroadcast)
{
	if(!GetConVarBool(sm_chatlogex_srvmsgs) || !GetConVarBool(sm_chatlogex_showplayercon))
Modified line:
Code:
public Action:Event_PlayerDisconnect(Handle:event, const String:name[], bool:dontBroadcast)
{
	if(!GetConVarBool(sm_chatlogex_srvmsgs) || !GetConVarBool(sm_chatlogex_showplayercon) || dontBroadcast)
This also gets rid of "player connected" messages at the start of each map for players already in the game.

Last edited by el_psycho; 08-29-2012 at 10:26.
el_psycho is offline
maita1206
Junior Member
Join Date: Mar 2012
Old 09-07-2012 , 21:54   Re: ChatLog v1.3.7 (Extended)
Reply With Quote #144

hey,
i have 6 servers and im using this chatlog, but i would like to have the logs side by side on my webpage not all in one long line that i have to scroll up and down to see.
is anyone able to help me with this?
maita1206 is offline
Jumpman
Senior Member
Join Date: Mar 2010
Location: Denmark
Old 09-09-2012 , 05:33   Re: ChatLog v1.3.7 (Extended)
Reply With Quote #145

It seems that ChatLog Extended does not work anymore with the new version of SourceMod webadmin. I get a blank page now when i want to see chatlogs, i did not do that before the update there it works, and i got no errors when updating webadmin, my link to chatlogs is still the same as before
Code:
index.php?section=plugins&plugin=chatlogextended&sid=3
just as the serverid still is 3, my database.cfg i also the same as before the table is olso the same as before updating why can not I see this page anymore is it only me there have this problem ?
__________________
[+35]Jumpman

Last edited by Jumpman; 09-09-2012 at 15:35.
Jumpman is offline
nineteeneleven
Veteran Member
Join Date: Nov 2010
Old 09-14-2012 , 12:05   Re: ChatLog v1.3.7 (Extended)
Reply With Quote #146

is there a way to make an iframe of just a single server?

I have this plugin on 6 servers.
__________________
nineteeneleven is offline
poppin-fresh
AlliedModders Donor
Join Date: Aug 2010
Old 09-14-2012 , 15:08   Re: ChatLog v1.3.7 (Extended)
Reply With Quote #147

Possible to display server messages? such as [SM] ADMIN: Toggled noclip on <player>
poppin-fresh is offline
poppin-fresh
AlliedModders Donor
Join Date: Aug 2010
Old 09-14-2012 , 15:10   Re: ChatLog v1.3.7 (Extended)
Reply With Quote #148

Quote:
Originally Posted by nineteeneleven View Post
is there a way to make an iframe of just a single server?

I have this plugin on 6 servers.
Why not just make a different database for each server? and put it something like /logs/server1,2,3,4
poppin-fresh is offline
cool_myll
SourceMod Donor
Join Date: Aug 2011
Old 11-17-2012 , 07:24   Re: ChatLog v1.3.7 (Extended)
Reply With Quote #149

Any way to display unicode characters? (eg greek etc).
__________________
cool_myll is offline
mickael002
Senior Member
Join Date: Jul 2010
Old 12-03-2012 , 13:25   Re: ChatLog v1.3.7 (Extended)
Reply With Quote #150

Hi,

I have a problem with character in message and nickname, can you help me ?

See :

Thanks
mickael002 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 19:43.


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