AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Source Servers (SRCDS) (https://forums.alliedmods.net/forumdisplay.php?f=130)
-   -   SSMS - Sourcemod Server Management System (https://forums.alliedmods.net/showthread.php?t=175247)

snelvuur 02-15-2012 03:39

Re: SSMS - Sourcemod Server Management System
 
Hmm, thats weird. But after all its experimental :) i did do some database changes though. I am thinking of making a 1.0.0 release when i am done in experimental and get a proper sql to go with it (since now it might miss a few things) i've been working on a installer to make it easier for people to install the damn thing but it looks pretty rubbish at the moment, not to much fault checking but better something then nothing.

update: i've uploaded the new database sql into the /installer directory. the installer only does the standard ssms table stuff and checks if its the right username/pwd and then just uploads the sql.

Do take note that if this experimental does go live, you need to redo the tables (you can export your servers then reimport them so you can keep those at least) in the future if there are any changes to the tables i'll put in a diff sql to upgrade with.

snelvuur 02-15-2012 04:57

Re: SSMS - Sourcemod Server Management System
 
Quote:

Neither lpugin works out of the box with the current documentation. I did add an entry to databases.cfg with the correct information and modified dbadminlog.sp (recompiled, put it in the correct directory, and reloaded), and neither function.

The adminlog is looking for tables that don't exist in your included sql file. This is easy enough for me to fix, but not for most users.
The crashlogger is reporting the following:

Code:

[crashlogger.smx] Can't select character set (SET NAMES 'utf8')
An updated/additional sql file would solve a lot of these issues. You may also want to include some better documentation on how to setup the plugins, as it's currently a little hard to decipher.
Admin log sql is included now in the .sql if i am correct :)
Crashlogger tables are included too (although it would create them if not exists)

I've also updated the readme a bit more to see if that helps new people.

@all, ok also just merged experimental with master.. make sure to backup the database since its changed format.

Also the replay stuff is in there, we have included a example to make your own youtube channel for your server. See as example a live working one http://www.youtube.com/user/LethalZone?feature=guide

Which even though it comes from me, is pretty sweet i might say :)

Arrow768 03-04-2012 17:24

Re: SSMS - Sourcemod Server Management System
 
I get a strange Error Message when I try to run php servers.php -u

Code:

PHP Fatal error:  Call to undefined method SteamGame::checkUpToDate() in /var/www/vhosts/mywebsite.com/update/servers.php on line 95

Fatal error: Call to undefined method SteamGame::checkUpToDate() in /var/www/vhosts/mywebsite.com/update/servers.php on line 95

How can I solve this Problem ?

Thanks in Advance,
Arrow768

snelvuur 03-04-2012 17:33

Re: SSMS - Sourcemod Server Management System
 
Do you have the latest steam-condenser library's ?

jungjunghoo 03-06-2012 03:19

Re: SSMS - Sourcemod Server Management System
 
Hi.
I tried this system but I failed.

Because of curl


PHP version newer then version 5: 5.3.2-1ubuntu4.14 - OK!
Mysql present: 5.1.41 - OK!
Mail working in php: OK!
Safe mode turned off: OK!
Curl library present: Curl is not installed, you need this for example boxcar support


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

Help me

(+ SSMS's permission is 777)

snelvuur 03-06-2012 06:52

Re: SSMS - Sourcemod Server Management System
 
Is that curl on the commandline? You need curl for php though, dont know if thats different.

jungjunghoo 03-06-2012 07:19

Re: SSMS - Sourcemod Server Management System
 
What's mean?
Need example.

ojmdk476oj 03-06-2012 08:00

Re: SSMS - Sourcemod Server Management System
 
To install curl for php5 on ubuntu use:
apt-get install php5-curl

jungjunghoo 03-06-2012 08:43

Re: SSMS - Sourcemod Server Management System
 
Quote:

Originally Posted by johan123jo (Post 1663744)
To install curl for php5 on ubuntu use:
apt-get install php5-curl

I already installed that.
(Still error)

snelvuur 03-06-2012 08:52

Re: SSMS - Sourcemod Server Management System
 
It does a curl_init check in php, so if that doesn't work it seems that you have not restarted your webserver yet perhaps?

Anyway, even though its "red" i believe you can still continue since its not a requirement.


All times are GMT -4. The time now is 17:32.

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