PDA

View Full Version : Few questions about TS server (not hosting)


dk2007
22-06-2007, 02:15
Ok so i hosted a server but there are a few things i would want to know


1) Can i create more ranks? such as Moderator instead of only having SA and CA?

2) Where in the superadmin panel do i view bans?

3) While logging in my teamspeak, why can't i log in superadmin to have power for everything and not be equal to other server admins

4) What option do i change in order to other kick or ban those who continuously spams something such as CREATING CHANNELS(SA), how do i make the flooding system apply to SAs also? (So SAs cant spam creating channels etc.)

5) What other "cool" functions can my server have?

thanks

BHKai
22-06-2007, 03:01
1.No
2.No where. Only in the ts client.
3.Superadmins are admins over server instances, while server admins are admins over individual servers.
4. You can stop them from creating registered channels or channels at all. Check the permission system in the webadmin. If it is something that is where they do it fast then you can change the limit of how many commands they may do in so many seconds. Again webadmin.
5.Check the 3rd party scripts/apps section towards the bottom of the forum.

dk2007
22-06-2007, 03:36
i set:

maxcommands:1
spam in seconds:1

does that mean 1 command per second?
and is granting channel admin a command? is creating a channel a command?

also i think server admins has the ability to bypass this flood cotnrol is ther anyway to change this?

also where can i remove the ban if im not in my client?

BHKai
22-06-2007, 18:29
You can remove bans through the use of telnet.
http://forum.goteamspeak.com/showthread.php?t=35866&highlight=telnet

Yeah just about every little thing is a command. Switching channels is one.

Do not make them a serveradmin if they are not responsible enough to be one.

dk2007
23-06-2007, 05:33
so there is no way for the flooding system to apply to server admins?

BHKai
23-06-2007, 06:21
Tested it out to make sure. SA can not be kicked for flooding, CA can though. You might try to look in the third party scripts and apps section at the bottom of the forum.

I only use the TS server program and ts2perlmod, neither allow one to kick a SA for flooding.

dk2007
23-06-2007, 19:14
so perlmod wont work? i am using anti flood daemon and it works great and got rid of a lot of spammers

BHKai
23-06-2007, 20:13
This will give you a good idea what the perlmod can do.
http://www.planetteamspeak.com/component/option,com_docman/task,doc_details/gid,52/Itemid,69/

dk2007
23-06-2007, 20:14
This will give you a good idea what the perlmod can do.
http://www.planetteamspeak.com/component/option,com_docman/task,doc_details/gid,52/Itemid,69/

thanks u are extremely helpful around here :) u helped me in every help topic i made

ps. ive set the config for perlmod but how do is start it?

BHKai
23-06-2007, 20:31
thanks u are extremely helpful around here :) u helped me in every help topic i made

I try to be. ;)

Katana*GFR*
23-06-2007, 20:52
ps. ive set the config for perlmod but how do is start it?

For linux. if you use that.
cd to your perlmod directory
then ./ts2perlmod_startscript start OR (if multiple virtual servers) ./ts2perlmod_multi_startscript start

dk2007
23-06-2007, 20:58
im using windows xp and i figured out how to open it but it saids that the logfile cant be used

File C:\Program Files\Teamspeak2_RC2\server.log cannot be used

then i set the log to = 0 and then i tried again and it said it couldnt connect to my server


My config:



[ADVERT-MESSAGE]
Enabled=1
File=advert.txt
Interval=1

[ANTI-FLOOD]
Enabled=1
MaxConnections=3
MaxSeconds=10

[ANTI-REC]
Channel=
Enabled=1
Message=
Punishment=kick
Reason=You are not allowed to record here

[AUTO-AFK]
Channel=
Enabled=0

[AUTO-SERVERTYPE]
Clients=
Enabled=0
Interval=

[BAD-CHANNEL]
Channel=
Enabled=0
File=badchannel.txt
Message=
Punishment=move

[BAD-NICKNAME]
Channel=
Enabled=0
File=badnicks.txt
Message=
Punishment=move

[BUG-DETECTION]
Enabled=0

[CONNECTION]
ServerAddress=xx.xxx.xxx.xxx:8767
ServerTCPPort=14534
ServerUDPPort=51234

[EXTENDED-WELCOME-MESSAGE]
Enabled=0
File=welcome.txt

[KICK-IDLERS]
Enabled=0
Idletime=120
Reason=
TargetChannelR=0
TargetChannelU=0
TargetPlayerR=0
TargetPlayerU=0

[LOG]
Enabled=1
File=C:\Program Files\Teamspeak2_RC2\server.log

[LOGIN]
Password=xxxxxx
Username=superadmin

[MOVE-IDLERS]
Channel=
Enabled=0
Idletime=60

[PROTECTED-USERS]
Enabled=1
File=protected.txt

[STATS-MESSAGE]
Enabled=1
File=stats.txt
Interval=1

[STICKY-CHANNEL]
Channel=
Enabled=0

[TAKE-OVER-PROTECTION]
Channel=
Enabled=0
Message=
Punishment=move
Reason=

[TIMER]
RepeatTimer=2

[UPDATE-BANLIST]
Bantime=0
Enabled=0

[WARN-IDLERS]
Enabled=0
Idletime=90
Message=




also when it successfully starts what is it suppose to say in the C:\Perl\bin\perl.exe?

BHKai
24-06-2007, 01:09
It has to be a seperate log. The mod created one at this address for mine.

C:\www\perl\bin\logs\default.log


[LOG]
Enabled=1
File=default.log

You connection problem is this.

[CONNECTION]
ServerAddress=xx.xxx.xxx.xxx:8767
ServerTCPPort=14534
ServerUDPPort=51234

Should be.

[CONNECTION]
ServerAddress=xx.xxx.xxx.xxx
ServerTCPPort=51234
ServerUDPPort=8767

dk2007
24-06-2007, 01:14
thanks i have perlmod up and working!