Raised This Month: $32 Target: $400
 8% 

ChatLog v1.3.7 (Extended)


Post New Thread Reply   
 
Thread Tools Display Modes
cybersquare420
Veteran Member
Join Date: Nov 2008
Old 02-06-2010 , 08:03   Re: ChatLog v1.3.7 (Extended)
Reply With Quote #101

they are not, as near as i can tell, it is not correctly resolving my dynamic ip address from my url... i have been focused on another webserver issue for last couple days and have not had much time to look at this... ill get to it more later... in your setup r u using direct ip address or r u using a url?
if it is resolving a url correctly then it must be something in my setup...
__________________
cybersquare420 is offline
anon666
Member
Join Date: Apr 2009
Location: south east asia
Old 02-06-2010 , 16:50   Re: ChatLog v1.3.7 (Extended)
Reply With Quote #102

I'm using it on my home server. Previously, I used the dynamic IP option (from dyndns.org). But after I changed my router, it doesnt work anymore and I have to use the LAN IP in order for the script to work properly even though all ports are forwarded correctly. I'm also not that familiar with networking and I just discovered it via trial and error.

The requirement is PHP5. If you can get the original script working, maybe there is something wrong with my modification
anon666 is offline
fugitif
Junior Member
Join Date: Feb 2010
Old 02-14-2010 , 22:57   Re: ChatLog v1.3.7 (Extended)
Reply With Quote #103

Hello,

I can not install this plugin.
This is the error message

Quote:
[chatlogex.smx] ChatLogEx: Cannot log message, handle hdatabase is not set!
addons/sourcemod/configs/databases.cfg

Code:
"Databases" 
{ 
    "driver_default"        "mysql" 
     
    "default"
    {
        "driver"            "default" 
        "host"                "127.0.0.1" 
        "database"            "webadmin" 
        "user"                "my_user" 
        "pass"                "my_password" 
        "timeout"            "60" 
        "port"                "3306" 
    }
     
    "storage-local"
    {
        "driver"            "sqlite" 
        "database"            "sourcemod-local" 
    }
 
    "clientprefs"
    {
        "driver"            "sqlite" 
        "host"                "localhost" 
        "database"            "clientprefs-sqlite" 
        "user"                "root" 
        "pass"                "" 
        //"timeout"            "0" 
        //"port"            "0" 
    }
}
Otherwise there are no plugins that will save the chat log to a text file?
fugitif is offline
Kage Musha
Junior Member
Join Date: Feb 2010
Old 02-15-2010 , 10:31   Re: ChatLog v1.3.7 (Extended)
Reply With Quote #104

Quote:
Originally Posted by fugitif View Post
Hello,

I can not install this plugin.
This is the error message

addons/sourcemod/configs/databases.cfg
Does that database user have the correct privileges to create a table etc?
Kage Musha is offline
fugitif
Junior Member
Join Date: Feb 2010
Old 02-15-2010 , 11:17   Re: ChatLog v1.3.7 (Extended)
Reply With Quote #105

Quote:
Originally Posted by Kage Musha View Post
Does that database user have the correct privileges to create a table etc?
Yes. I also try as root mysql user but it is not working.
This is another log

Code:
L 02/15/2010 - 04:07:26: [chatlogex.smx] ChatLogEx: Cannot log message, handle hdatabase is not set!
L 02/15/2010 - 04:09:05: [sql-admin-manager.smx] Query failed: Table 'sm_admins' already exists
L 02/15/2010 - 04:09:05: [sql-admin-manager.smx] Query dump: CREATE TABLE sm_admins (id int(10) unsigned NOT NULL auto_increment, authtype enum('steam','name','ip') NOT NULL, identity varchar(65) NOT NULL, password varchar(65), flags varchar(30) NOT NULL, name varchar(65) NOT NULL, immunity int(10) unsigned NOT NULL, PRIMARY KEY (id))
L 02/15/2010 - 04:09:30: [sql-admin-manager.smx] Query failed: Table 'sm_groups' already exists
L 02/15/2010 - 04:09:30: [sql-admin-manager.smx] Query dump: CREATE TABLE sm_groups (id int(10) unsigned NOT NULL auto_increment, flags varchar(30) NOT NULL, name varchar(120) NOT NULL, immunity_level int(1) unsigned NOT NULL, PRIMARY KEY (id))
L 02/15/2010 - 04:09:54: [sql-admin-manager.smx] Query failed: Table 'sm_admins' already exists
L 02/15/2010 - 04:09:54: [sql-admin-manager.smx] Query dump: CREATE TABLE sm_admins (id int(10) unsigned NOT NULL auto_increment, authtype enum('steam','name','ip') NOT NULL, identity varchar(65) NOT NULL, password varchar(65), flags varchar(30) NOT NULL, name varchar(65) NOT NULL, immunity int(10) unsigned NOT NULL, PRIMARY KEY (id))
L 02/15/2010 - 04:10:08: [sql-admin-manager.smx] Query failed: Table 'sm_group_immunity' already exists
L 02/15/2010 - 04:10:08: [sql-admin-manager.smx] Query dump: CREATE TABLE sm_group_immunity (group_id int(10) unsigned NOT NULL, other_id int(10) unsigned NOT NULL,  PRIMARY KEY (group_id, other_id))
L 02/15/2010 - 04:11:57: SourceMod error session started
L 02/15/2010 - 04:11:57: Info (map "c1m1_hotel") (file "errors_20100215.log")
L 02/15/2010 - 04:11:57: [chatlogex.smx] ChatLogEx: Cannot log message, handle hdatabase is not set!
I install this plugin instead. http://forums.alliedmods.net/showthread.php?t=117116
Thank you for your help and sorry for my English, I am French.
fugitif is offline
chikarkas36
AlliedModders Donor
Join Date: Oct 2009
Location: santa rosa ca
Old 02-19-2010 , 06:57   Re: ChatLog v1.3.7 (Extended)
Reply With Quote #106

Help please have the following errors in my l4d server

PHP Code:
L 02/19/2010 05:53:07: [chatlogex.smxChatLogExCannot log messagehandle hdatabase is not set!
L 02/19/2010 05:53:07: [SMNative "SQL_TQuery" reportedInvalid database Handle 0 (error4)
L 02/19/2010 05:53:07: [SMDisplaying call stack trace for plugin "chatlogex.smx":
L 02/19/2010 05:53:07: [SM]   [0]  Line 778, /home/groups/alliedmodders/forums/files/5/2/0/8/2/47687.attach::SendQuery()
L 02/19/2010 05:53:07: [SM]   [1]  Line 386, /home/groups/alliedmodders/forums/files/5/2/0/8/2/47687.attach::CleanDB()
L 02/19/2010 05:53:07: [SM]   [2]  Line 370, /home/groups/alliedmodders/forums/files/5/2/0/8/2/47687.attach::OnMapEnd()
L 02/19/2010 05:53:07Error log file session closed.
L 02/19/2010 05:53:11SourceMod error session started
L 02
/19/2010 05:53:11Info (map "c1m1_hotel") (file "errors_20100219.log")
L 02/19/2010 05:53:11: [SMNative "PrintToConsole" reportedClient index 12124345 is invalid
L 02
/19/2010 05:53:11: [SMDisplaying call stack trace for plugin "l4d-stats.smx":
L 02/19/2010 05:53:11: [SM]   [0]  Line 5960, /home/groups/alliedmodders/forums/files/5/2/0/8/2/59013.attach::DoFastQuery()
L 02/19/2010 05:53:11: [SM]   [1]  Line 1354, /home/groups/alliedmodders/forums/files/5/2/0/8/2/59013.attach::ConnectDB()
L 02/19/2010 05:53:11: [SM]   [2]  Line 564, /home/groups/alliedmodders/forums/files/5/2/0/8/2/59013.attach::OnPluginStart() 
__________________
[U]
chikarkas36 is offline
Send a message via MSN to chikarkas36 Send a message via Skype™ to chikarkas36
Kage Musha
Junior Member
Join Date: Feb 2010
Old 02-19-2010 , 07:02   Re: ChatLog v1.3.7 (Extended)
Reply With Quote #107

Did you set up your database in databases.cfg?
Quote:
Originally Posted by chikarkas36 View Post
Help please have the following errors in my l4d server

PHP Code:
L 02/19/2010 05:53:07: [chatlogex.smxChatLogExCannot log messagehandle hdatabase is not set!
L 02/19/2010 05:53:07: [SMNative "SQL_TQuery" reportedInvalid database Handle 0 (error4)
L 02/19/2010 05:53:07: [SMDisplaying call stack trace for plugin "chatlogex.smx":
L 02/19/2010 05:53:07: [SM]   [0]  Line 778, /home/groups/alliedmodders/forums/files/5/2/0/8/2/47687.attach::SendQuery()
L 02/19/2010 05:53:07: [SM]   [1]  Line 386, /home/groups/alliedmodders/forums/files/5/2/0/8/2/47687.attach::CleanDB()
L 02/19/2010 05:53:07: [SM]   [2]  Line 370, /home/groups/alliedmodders/forums/files/5/2/0/8/2/47687.attach::OnMapEnd()
L 02/19/2010 05:53:07Error log file session closed.
L 02/19/2010 05:53:11SourceMod error session started
L 02
/19/2010 05:53:11Info (map "c1m1_hotel") (file "errors_20100219.log")
L 02/19/2010 05:53:11: [SMNative "PrintToConsole" reportedClient index 12124345 is invalid
L 02
/19/2010 05:53:11: [SMDisplaying call stack trace for plugin "l4d-stats.smx":
L 02/19/2010 05:53:11: [SM]   [0]  Line 5960, /home/groups/alliedmodders/forums/files/5/2/0/8/2/59013.attach::DoFastQuery()
L 02/19/2010 05:53:11: [SM]   [1]  Line 1354, /home/groups/alliedmodders/forums/files/5/2/0/8/2/59013.attach::ConnectDB()
L 02/19/2010 05:53:11: [SM]   [2]  Line 564, /home/groups/alliedmodders/forums/files/5/2/0/8/2/59013.attach::OnPluginStart() 
Kage Musha is offline
Kage Musha
Junior Member
Join Date: Feb 2010
Old 02-25-2010 , 09:22   Re: ChatLog v1.3.7 (Extended)
Reply With Quote #108

Quote:
Originally Posted by Kage Musha View Post
Yes, I'm running 2 servers on the same file base.
Yes, I tried to set it in the server.cfg files, but the plugin is not picking it up, it takes the one in sm_chatlogex.cfg only.
Which is a shame, as I read somewhere that it was taken out? Can't it be added that the cvar set in server.cfg overrides the one in sm_chatlogex.cfg?
Muukis, are you willing to put this on your TO-DO list?
Kage Musha is offline
Chaos Llama
Senior Member
Join Date: Jul 2006
Old 02-25-2010 , 23:04   Re: ChatLog v1.3.7 (Extended)
Reply With Quote #109

How many database connections does this use? 1 per player chat?
Chaos Llama is offline
Cliffhanger
SourceMod Donor
Join Date: May 2010
Location: Arizona
Old 07-24-2010 , 04:59   Re: ChatLog v1.3.7 (Extended)
Reply With Quote #110

I'm getting a strange error since i updated sourcemod to the latest version
Code:
L 07/24/2010 - 02:58:27: [chatlogex.smx] ChatLogEx: Cannot log message, sm_chatlogex_id is not set! ChatLogEx creates a config file in <mod>/cfg/sourcemod. Edit the value in there.
weird thing is that i do have the id set and it hasn't changed since i first used it.
__________________


Cliffhanger 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 01:55.


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