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

ChatLog v1.3.7 (Extended)


Post New Thread Reply   
 
Thread Tools Display Modes
cool_myll
SourceMod Donor
Join Date: Aug 2011
Old 12-05-2012 , 06:07   Re: ChatLog v1.3.7 (Extended)
Reply With Quote #151

Quote:
Originally Posted by mickael002 View Post
Hi,

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

See :

Thanks
Same here. It doesnt support unicode characters.
__________________
cool_myll is offline
muukis
Veteran Member
Join Date: Apr 2009
Old 12-05-2012 , 07:40   Re: ChatLog v1.3.7 (Extended)
Reply With Quote #152

I'll try to find some time to fix this issue...
__________________
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
Jumpman
Senior Member
Join Date: Mar 2010
Location: Denmark
Old 12-25-2012 , 20:46   Re: ChatLog v1.3.7 (Extended)
Reply With Quote #153

Still don't get it, i have 3 servers only one server give me this error

Code:
L 12/26/2012 - 02:11:54: SourceMod error session started
L 12/26/2012 - 02:11:54: Info (map "de_dust2") (file "errors_20121226.log")
L 12/26/2012 - 02:11:54: [chatlogex.smx] ChatLogEx: Cannot log message, handle hdatabase is not set!
L 12/26/2012 - 02:11:54: [SM] Native "SQL_TQuery" reported: Invalid database Handle 0 (error: 4)
L 12/26/2012 - 02:11:54: [SM] Displaying call stack trace for plugin "chatlogex.smx":
L 12/26/2012 - 02:11:54: [SM]   [0]  Line 786, C:\Users\Administrator\Desktop\[+35] FFA Server\addons\sourcemod\scripting\chatlogex.sp::SendQuery()
L 12/26/2012 - 02:11:54: [SM]   [1]  Line 386, C:\Users\Administrator\Desktop\[+35] FFA Server\addons\sourcemod\scripting\chatlogex.sp::CleanDB()
L 12/26/2012 - 02:11:54: [SM]   [2]  Line 370, C:\Users\Administrator\Desktop\[+35] FFA Server\addons\sourcemod\scripting\chatlogex.sp::OnMapEnd()
L 12/26/2012 - 02:11:54: Error log file session closed
__________________
[+35]Jumpman
Jumpman is offline
tpunkt
Junior Member
Join Date: Mar 2012
Old 02-02-2013 , 17:38   Re: ChatLog v1.3.7 (Extended)
Reply With Quote #154

Are there a problem with the last csgo update? Plugin doesn't work on your csgo server anymore since the last update.
tpunkt is offline
Blacksilver
Member
Join Date: Aug 2011
Location: G E R M A N Y
Old 03-13-2013 , 16:15   Re: ChatLog v1.3.7 (Extended)
Reply With Quote #155

could you make a .sql file which i could import to create the table automaticly?
__________________
Come to the dark side, we have cookies *muhaha*
Visit us!

Blacksilver is offline
KeRRR
New Member
Join Date: Aug 2013
Old 08-13-2013 , 21:57   Re: ChatLog v1.3.7 (Extended)
Reply With Quote #156

Can somebody help me, tried installing the chatlogs, the instructions are vague. I made a sql database on my forums, filled in required information in databases.cfg, now I am trying to test the chatlog.php demo and it is returning this error: "MySQL Failure: Table 'endlessg_cl.chatlogs' doesn't exist"

Am I missing something?
KeRRR is offline
muukis
Veteran Member
Join Date: Apr 2009
Old 08-14-2013 , 03:56   Re: ChatLog v1.3.7 (Extended)
Reply With Quote #157

Quote:
Originally Posted by Blacksilver View Post
could you make a .sql file which i could import to create the table automaticly?
Code:
CREATE TABLE IF NOT EXISTS `chatlogs` (
  `seqid` INT UNSIGNED AUTO_INCREMENT PRIMARY KEY,
  `srvid` varchar(255) NOT NULL,
  `date` timestamp NOT NULL default CURRENT_TIMESTAMP,
  `name` varchar(64) NOT NULL,
  `steamid` varchar(32) NOT NULL,
  `text` varchar(192) NOT NULL,
  `team` int(1) NOT NULL,
  `type` int(2) NOT NULL,
  INDEX (`srvid`),
  INDEX (`steamid`))
  DEFAULT CHARSET=utf8;
Quote:
Originally Posted by KeRRR View Post
Can somebody help me, tried installing the chatlogs, the instructions are vague. I made a sql database on my forums, filled in required information in databases.cfg, now I am trying to test the chatlog.php demo and it is returning this error: "MySQL Failure: Table 'endlessg_cl.chatlogs' doesn't exist"

Am I missing something?
The plugin should create the table on its own once it is running on your game server. You can also create the table manually using the script above.
__________________
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
jpwanabe
Veteran Member
Join Date: Mar 2010
Old 11-25-2013 , 00:55   Re: ChatLog v1.3.7 (Extended)
Reply With Quote #158

Any way to make this update live? Or semi live? Like every 5 seconds or something?
__________________
My Steam TF2APP
My sig changes with each load! Refresh to see my other servers!
jpwanabe is offline
nineteeneleven
Veteran Member
Join Date: Nov 2010
Old 11-26-2013 , 09:02   Re: ChatLog v1.3.7 (Extended)
Reply With Quote #159

Ajax
__________________
nineteeneleven is offline
jpwanabe
Veteran Member
Join Date: Mar 2010
Old 11-26-2013 , 13:52   Re: ChatLog v1.3.7 (Extended)
Reply With Quote #160

Quote:
Originally Posted by nineteeneleven View Post
Ajax
Is that a response to me or are you just saying that randomly?
__________________
My Steam TF2APP
My sig changes with each load! Refresh to see my other servers!
jpwanabe is offline
Reply


Thread Tools
Display Modes

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:00.


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