Search found 54 matches

by Markie
Fri Sep 11, 2015 5:26 am
Forum: General
Topic: Re: How to install TeamSpeak3 Server on CentOS
Replies: 10
Views: 3859

Re: How to install TeamSpeak3 Server on CentOS

Need to modify the port forwarding bit, left out --permanent. =/ firewall-cmd --permanent --zone=public --add-forward-port=port=9987:proto=udp:toport=9987 firewall-cmd --permanent --zone=public --add-forward-port=port=10011:proto=tcp:toport=10011 firewall-cmd --permanent --zone=public --add-forward-...
by Markie
Fri Sep 11, 2015 5:25 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Teamspeak issues
Replies: 6
Views: 3718

Re: Teamspeak issues

http://forums.nfoservers.com/viewtopic.php?f=67&p=67332#p67332 Have you tried adding the following ports via firewalld? firewall-cmd --permanent --zone=public --add-forward-port=port=9987:proto=udp:toport=9987 firewall-cmd --permanent --zone=public --add-forward-port=port=10011:proto=tcp:toport=...
by Markie
Sun Sep 06, 2015 5:33 pm
Forum: Murmur/TS3
Topic: TS3 Viewer help
Replies: 2
Views: 2287

Re: TS3 Viewer help

http://forums.nfoservers.com/viewtopic.php?f=78&t=13043#p67823 If you're using a NFO hosted teamspeak server (hosted.ts.nfoservers.com) the IP/port is managed with a SRV record which won't work with those types of status scripts. You'll have to use the "plain IP" along with the assigne...
by Markie
Fri Sep 04, 2015 4:32 am
Forum: CS:GO
Topic: Can't make changes to gamemode_competitive_server.cfg
Replies: 4
Views: 2769

Re: Can't make changes to gamemode_competitive_server.cfg

I believe to do this, the file you want to edit is gamemode_competitive.cfg

Code: Select all

bot_chatter off
bot_quota 0
bot_quota_mode normal
by Markie
Sun Aug 30, 2015 5:03 pm
Forum: Murmur/TS3
Topic: Shivtr TS3 Block issue..
Replies: 1
Views: 2905

Re: Shivtr TS3 Block issue..

If you're using a NFO hosted teamspeak server (hosted.ts.nfoservers.com) the IP/port is managed with a SRV record which won't work with those types of status scripts. You'll have to use the "plain IP" along with the assigned main/query ports which can be found under the servers description...
by Markie
Sat Aug 29, 2015 12:34 am
Forum: Murmur/TS3
Topic: Teamspeak FTP
Replies: 1
Views: 2033

Re: Teamspeak FTP

This can be done within the TS3 client itself. In order to do so, you must have the following option enabled;

Settings -> Options -> Application -> "Advanced permissions system".
by Markie
Tue Aug 25, 2015 1:39 pm
Forum: Webhosting
Topic: SourceBans - Bans not showing up on web page
Replies: 17
Views: 7314

Re: SourceBans - Bans not showing up on web page

Type that into the console after you're logged in with rcon.
by Markie
Mon Aug 24, 2015 6:20 pm
Forum: Webhosting
Topic: SourceBans - Bans not showing up on web page
Replies: 17
Views: 7314

Re: SourceBans - Bans not showing up on web page

Please verify that the mysql extension is present and running by using the following command;

Code: Select all

sm exts list
by Markie
Mon Aug 24, 2015 6:09 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: VDS Speed Limit?
Replies: 25
Views: 5465

Re: VDS Speed Limit?

Yes, it possibly wasn't the best idea to quote that specific post, I was more or less trying to point out the shared gigabit port and how other customers using the same physical adapter simultaneously may hinder the speed-test results, generally speaking we know these types of tests are not an accur...
by Markie
Mon Aug 24, 2015 1:10 pm
Forum: Webhosting
Topic: SourceBans - Bans not showing up on web page
Replies: 17
Views: 7314

Re: SourceBans - Bans not showing up on web page

Did you try restarting the server after the configuration change?
by Markie
Mon Aug 24, 2015 12:24 pm
Forum: Webhosting
Topic: SourceBans - Bans not showing up on web page
Replies: 17
Views: 7314

Re: SourceBans - Bans not showing up on web page

It appears you have some slight errors near the top of your databases configuration file ("driver_default" listed twice near the top), please try using the following along with replacing the db, user & pass containing the correct details listed as "change-me" below; "Dat...
by Markie
Mon Aug 24, 2015 7:12 am
Forum: Webhosting
Topic: SourceBans - Bans not showing up on web page
Replies: 17
Views: 7314

Re: SourceBans - Bans not showing up on web page

Would this be a managed game or VDS type server?
by Markie
Mon Aug 24, 2015 2:09 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: VDS Speed Limit?
Replies: 25
Views: 5465

Re: VDS Speed Limit?

http://forums.nfoservers.com/viewtopic.php?f=1&t=12443#p65591 I didn't read this closely enough the first time and thought that you were asking for people to test their NFO service's speeds with a separately-hosted tester. I believe now that you are saying you are hosting actual speed tests on o...
by Markie
Mon Aug 24, 2015 2:03 am
Forum: Webhosting
Topic: SourceBans - Bans not showing up on web page
Replies: 17
Views: 7314

Re: SourceBans - Bans not showing up on web page

Have you tried checking your servers log file for a return error from the "sourcebans.smx" plugin?
by Markie
Sat Aug 22, 2015 12:55 am
Forum: Garrysmod
Topic: My website isn't connecting to MySQL?
Replies: 5
Views: 1837

Re: My website isn't connecting to MySQL?

Still going to need more information to pin point the issue, perhaps a MySQL user permission issue?