kann ich ebenfalls bestätigen, sobald der Client jedoch bei myteamspeak eingeloggt ist und den Client neustartet ist diese meldung nach dem erneuten verbinden auf den Server weg
We are migrating towards a new forum system located at community.teamspeak.com, as such this forum will become read-only on January 29, 2020
Type: Posts; User: Multivit4min; Keyword(s):
kann ich ebenfalls bestätigen, sobald der Client jedoch bei myteamspeak eingeloggt ist und den Client neustartet ist diese meldung nach dem erneuten verbinden auf den Server weg
kann ich ebenfalls bestätigen, sobald der Client jedoch bei myteamspeak eingeloggt ist und den Client neustartet ist diese meldung nach dem erneuten verbinden auf den Server weg
First of all i dont have a Beta access so I can say only things which I was able to spot on the micro page.
First time I saw the Puzzle image I was a bit pessimistic because in my opinion it was not...
Your socket might disconnect after a time aswell the library by default wont send a command every 5 minutes
if you dont send data to the socket within 5 minutes the socket will disconnect you from...
ah okay, I thought the parameter might be optional when specifying a target group
Hello,
there seems to be a bug affecting the servergroupcopy command
i am able to create a new group with it
servergroupcopy ssgid=7 tsgid=0 type=1 name=test\\sgroup
sgid=11
error id=0...
My updater had problems to update from the 3.3.0 installation (build: 3.3.0 06.06.2019 20:55:47) to the currently available 3.3.0 beta version (build: 3.3.0 11.06.2019 17:02:44) it always hang up on...
what i just noticed that i wont receive any tokens or serveradmin query account created on a fresh 3.8.0
is this intended or by accident? (it seems to log the virtualserver token to virtualservers...
Is it possible to update the download links provided in the update thread?
I am still only able to see only the 3.7.1 version even after an hard reload with CTRL+F5 on Chrome
The only way to distinguish a client from another is by IP Address, and this is not really accurate when 2 clients from the same ip address connect to a TeamSpeak Server.
The teamSpeak client...
alright I just found out that it was somehow my own stupidity, it seems that you need to send the empty cpw= parameter also
so currently trying to get filetransfer via query working but always when trying to get the ftkey via ftinitupload I always receive an error response.
I currently try with TeamSpeak Server Version...
its both when viewing the official docs which come with the server it says
"CHANNEL_ICON_ID
CRC32 checksum of the channel icon"
the channel_icon_id should be either unsigned or signed not...
Hello,
("bug" from here https://github.com/Multivit4min/TS3-NodeJS-Library/issues/39)
when using channeledit cid=1 channel_icon_id=2451520444 channel_icon_id always expects an unsigned int,...
but why does it still ban me for 600 seconds?
The Query tells me to wait 1 second, this is exactly what I do and still get banned by flooding
alright the keepalive seem to not cause any problems
1535754481001 'SEND' 'whoami'
1535754481002 'error id=524 msg=client\\sis\\sflooding extra_msg=please\\swait\\s1\\sseconds'
1535754481002...
Hello,
I was messing around with the new implemented flooding protection for my Server Query Library,
at first it seemed to work as intendet, got all 2 to 3 commands the error id 524 which told...
Hello,
I would like to make a small suggestion for the clientdbinfo query command.
It would be awesome if you could query multiple clients with it for example
clientdbinfo cldbid=4|cldbid=5...
I can confirm that, in previous versions I just used to send a "\n" every 5 minutes, the query timeout was 10 minutes back then.
Now the connection will only be kept alive if i send a command
Did...
i guess most people use a type of interface / 3rd party tool to access the query anyway, so there is no direct contact to it
and if someone thinks its ugly he does not need to register for events i...
i guess its not /avatar_<uid> more like /avatar_<base64uid>
Currently trying to implement my NodeJS lib to be able to interact with the SSH Query and somehow it seems that the SSH Connection just starts to refuses or denies the connection even though netstat...
Hello,
I have 2 questions regarding the permoverview command
When i use
permoverview cldbid=1 cid=0 permid=0 i receive following response
t=0 id1=2 id2=0 p=1 v=1 n=0 s=0|t=0 id1=2 id2=0 p=2...
There is a documentation about the ServerQuery which you can find here
as you have guessed right the "id=0 msg=ok" indicates that the command has been executed successfull
the command to add...
If i would need to do such a Script i personally would do it via a "Image"
This will load a Image from the Server so the IP gets transmitted to the Webserver, the Image is not actually a Image but...
You could add a Ban Rule with Regular Expression
This would look like so:
in Field Name you Enter this > "\[(A|a)dmin\].{0,}" without exclamation Marks of course
and in the Dropdown field...
You might want to try this function instead -> https://docs.planetteamspeak.com/ts3/php/framework/class_team_speak3___node___server.html#ac42ed34f0e7faeea2f5c8a56196f2eef
documented in here aswell...
Hello,
i have made some tool where the Users on my TeamSpeak can upload their own TeamSpeak Channel Icons via my Website!
I am currently using the TS3 PHP Framework for it!
So the main Problem...
It are these Chars which causes it to crash:
removed
First of all "$this" does not exist in your script you need to use
$this->execute("sendtextmessage", array("msg" => $msg, "target" => $this->getId(), "targetmode" => TeamSpeak3::TEXTMSG_SERVER));
...
Hello,
i offer my Clients a Icon Upload for their Channel, its already working but the one problem i currently have is that i get the Error Code 2050 > Icon already exists
My Question now is...
I would like to make a small Suggestion,
i get much chat messages and have them always open because i just need them frequently and its really annoying me when i need to scroll with the 2 Arrows...
I modified the Twitch Subscriber Area to achieve such kind of function
It will add the Client into a Special Server Group, you will need a WebServer and a MySQL DB
You can download the...
I would like to Display the Avatars aswell...
I havent found out how to Implement it yet, same with the Icons, in the Documentation I only can see how to send it with Header but i do not have a...
I have a Question Depending the Teamspeak TS3 PHP Framework from PlanetTeamspeak / ScP
I would like to get the bandwith of a client in the last second, mainly to check if he has muted a musicbot...