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

SSMS - Sourcemod Server Management System


Post New Thread Reply   
 
Thread Tools Display Modes
8088
Veteran Member
Join Date: Jan 2008
Old 03-06-2012 , 10:07   Re: SSMS - Sourcemod Server Management System
Reply With Quote #111

Quote:
Originally Posted by jungjunghoo View Post
but, My system has already curl.

curl --version
curl 7.19.7 (i486-pc-linux-gnu) libcurl/7.19.7 OpenSSL/0.9.8k zlib/1.2.3.3 libidn/1.15
Protocols: tftp ftp telnet dict ldap ldaps http file https ftps
Features: GSS-Negotiate IDN IPv6 Largefile NTLM SSL libz
That's the independent curl client. It has nothing to do with php5-curl (although both require libcurl).
__________________
steamID converter with OpenSearch browser plugin
8088 is offline
jungjunghoo
Senior Member
Join Date: Sep 2009
Old 03-06-2012 , 10:08   Re: SSMS - Sourcemod Server Management System
Reply With Quote #112

Now work! but...


sm plugins load crashlogger.smx
L 03/07/2012 - 00:10:21: [crashlogger.smx] Can't select database
L 03/07/2012 - 00:10:21: [SM] Native "SQL_FastQuery" reported: Invalid database Handle 0 (error: 4)
L 03/07/2012 - 00:10:21: [SM] Displaying call stack trace for plugin "crashlogger.smx":
L 03/07/2012 - 00:10:21: [SM] [0] Line 74, crashlogger.sp::createdbtables()
L 03/07/2012 - 00:10:21: [SM] [1] Line 19, crashlogger.sp::OnPluginStart()
[SM] Loaded plugin crashlogger.smx successfully.

Last edited by jungjunghoo; 03-06-2012 at 10:10.
jungjunghoo is offline
Mr. Man
Veteran Member
Join Date: Mar 2011
Location: Huh?
Old 03-06-2012 , 11:06   Re: SSMS - Sourcemod Server Management System
Reply With Quote #113

This reminds me of the panel solution many game server providers use
Mr. Man is offline
Arrow768
Veteran Member
Join Date: Nov 2011
Location: Austria
Old 03-06-2012 , 12:54   Re: SSMS - Sourcemod Server Management System
Reply With Quote #114

Quote:
Originally Posted by snelvuur View Post
Do you have the latest steam-condenser library's ?
I have downloaded them from http://koraktor.de/steam-condenser/downloads.html

Do u have an alternative Downloadlink ? ( For a working Steam Condensor Lib ?)
Arrow768 is offline
snelvuur
Veteran Member
Join Date: Jun 2008
Location: Netherlands
Old 03-06-2012 , 16:31   Re: SSMS - Sourcemod Server Management System
Reply With Quote #115

@jungjunghoo: did you read the part about the database, do you have that database in databases.cfg?

@Arrow768: You should get it from https://github.com/koraktor/steam-condenser-php easiest way is to use git commands but if you cannot you should download the zip file there.
__________________
Arguing with a fool only proves there are two
snelvuur is offline
jungjunghoo
Senior Member
Join Date: Sep 2009
Old 03-06-2012 , 20:22   Re: SSMS - Sourcemod Server Management System
Reply With Quote #116

"dbadminlog"
{
"driver" "mysql"
"host" "localhost"
"database" "ssms"
"user" "root"
"pass" "passwd"
//"timeout" "0"
"port" "3306"
}
"crashlogger"
{
"driver" "mysql"
"host" "localhost"
"database" "ssms"
"user" "root"
"pass" "passwd"
//"timeout" "0"
"port" "3306"
}


like these?
All db is same db? (ssms is my db for this system)
or I need database for that one by one?
(including serverstatus.php's database)
jungjunghoo is offline
8088
Veteran Member
Join Date: Jan 2008
Old 03-06-2012 , 20:37   Re: SSMS - Sourcemod Server Management System
Reply With Quote #117

Quote:
Originally Posted by snelvuur View Post
I also did a smallish update, so you can choose in the .sp file which database to connect to (see readme on github) (and ofcourse compile the .sp after that)
Quote:
If you want to use the admin logging with a different database then "default" change the line:

Code:
SQL_TConnect(GotDatabase, "default");
To a entry in your databases.cfg, if you just use the .smx your database.cfg needs to have a "default" one where it writes too (assuming that a database one and not sqlite)
__________________
steamID converter with OpenSearch browser plugin
8088 is offline
pcmaster
AlliedModders Donor
Join Date: Sep 2009
Old 03-19-2012 , 12:47   Re: SSMS - Sourcemod Server Management System
Reply With Quote #118

I have one suggestion: add some kind of pagination to the Page "Admin Activity".
As far I've seen, only the first 100 Events will be displayed.
__________________
Stopped hosting servers as of November 2018, no longer active around here.
pcmaster is offline
snelvuur
Veteran Member
Join Date: Jun 2008
Location: Netherlands
Old 03-19-2012 , 13:57   Re: SSMS - Sourcemod Server Management System
Reply With Quote #119

@pcmaster: its on my todo list, need to find some time.
__________________
Arguing with a fool only proves there are two
snelvuur is offline
zeroibis
Veteran Member
Join Date: Jun 2007
Old 03-24-2012 , 13:03   Re: SSMS - Sourcemod Server Management System
Reply With Quote #120

Would be nice if it allowed DNS for the ip as that makes this a lot easier for those of us that use DNS forwards for our sites and want to promote them.
__________________
zeroibis 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 17:36.


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