Questions tagged [teamspeak]

A VoIP software package from TeamSpeak Software.

TeamSpeak is a VoIP software package from TeamSpeak Software primarily targeted at gamers.

Use this tag when asking about using the TeamSpeak SDK or otherwise programmatically interfacing with TeamSpeak.

Links

85 questions
1
vote
3 answers

Teamspeak 3 PHP Framework Client ID

I'm searching the whole day and can't find how I get the Client ID if I just have the Teamspeak Name from the User. My current code (just works with the Identity ID): function tsverification($verification) { …
luguhe
  • 25
  • 7
1
vote
3 answers

Open a Link with a variable that was provided by a HTML Form

I want to Create a Form, that when its Submitted opens a link with a Variable which is the Input from the Textfield of the Form. Here is an example:

1
vote
1 answer

How do I stop a delay-loaded DLL from throwing a "missing from your computer" system error?

I set up delay loading in my plugin yesterday: #ifdef _WIN32 #pragma warning (disable : 4100) /* Disable Unreferenced parameter warning */ #include #include #endif ... // Configuration Properties / Linker / Input /…
NobleUplift
  • 5,631
  • 8
  • 45
  • 87
1
vote
1 answer

Linux Text Extraction GREP

I am running a Teamspeak 3 server on a Ubuntu server and I would like to fetch the clients currently connected using a script. The script currently outputs this from the Teamspeak Server Query: clid=1 cid=11 client_database_id=161…
1
vote
0 answers

codeigniter teamspeak 3 api problems when loading libraries

I'm trying to develop a teamspeak web application with the codeigniter web framework. Now I had one problem. I got following error: Fatal error: Class 'TeamSpeak3_Helper_Profiler' not found in C:\xampp\htdocs\project\teamspeak\application\libraries\…
1
vote
2 answers

How to set QT_QPA_PLATFORM_PLUGIN_PATH properly (concept)?

I have Qt Creator and Qt 5.5 installed. QT_QPA_PLATFORM_PLUGIN_PATH = C:\Qt\5.5\msvc2013\plugins If I disable the environment var, I do get an error when I launch an application from QtC. So the variable seems to be required. My problem is: When I…
Horst Walter
  • 13,663
  • 32
  • 126
  • 228
1
vote
1 answer

Teamspeak 3 Musicbot - Mute a user with only one identity

I am currently trying to setup a musicbot on a ts3 server (I´m NOT the owner of the server). I did that with the following software: VB HiFi Audio Cable Equalify Pro Spotify To get the musicbot on the ts3 server i just connect with a second…
RedPanda
  • 399
  • 1
  • 4
  • 10
1
vote
1 answer

How do you iterate through a uint64* with size_t, and what is the equivilent for c#?

I am working on a Teamspeak3 Plugin written in c#(using this base) and I'm working on getting a channel list, this is how to do it in c: /* Print list of all channels on this server */ char* s; char msg[1024]; anyID myID; uint64*…
Birdboat
  • 46
  • 7
1
vote
1 answer

Syntax error: unexpected end of file. Bash

I want to set up a teamspeak bot, and I have this script to start this. #!/bin/bash if [ $1 = 'stop' ] then echo stop >> /root/ts3bot/tmp/log.txt date >>/root/ts3bot/tmp/log.txt echo ====================== …
Patisonov
  • 11
  • 1
  • 4
1
vote
1 answer

Class 'TeamSpeak3_Helper_Uri' not found

I'm making a dashboard that requires the Teamspeak 3 library in CodeIgniter. I now get an error that the TeamSpeak3_Helper_Uri has not been found in Teamspeak.php . Perhabs it has something to do with naming because it has running fine on a Windows…
JoeriSmits
  • 253
  • 3
  • 18
0
votes
0 answers

Cannot build client_android_javasound from teamspeak sdk

I'm trying to build a sample app from the teamspeak sdk (client_android_javasound) from https://teamspeak.com/en/downloads/#sdk, using Android Studio but getting errors: Could not resolve project :soundbackend Could not resolve project :common There…
0
votes
0 answers

How to debug a C DLL (Plugin)?

I am writing my first C DLL and I am curious how to debug or test my code? As the plugin itself can not run alone. Is it possible to debug the loaded DLL? I am using Visual Studio and the Plugin is for Teamspeak 3, if that matters :) Thanks in…
0
votes
2 answers

Teamspeak + Mariadb - Got an error reading communication packets

I have had a few crashes on my TS3 server since switching from SQLite to MariaDB, unfortunately they are now almost daily. Does anyone know this error and what I'm doing wrong? The logs are for the crash on 2022-07-22 at 19:12:45 34. The logs 3…
LFS96
  • 856
  • 1
  • 12
  • 23
0
votes
1 answer

Grouping of 5 items sorted by criteria

I want to make a java application, which is addressed for an esports competition. Specifically this application will be for a teamspeak server. I want users on a channel to be sorted into groups of 5 (they will be identified by a uniqid and a number…
0
votes
1 answer

JS for item in items -> promise chain gets wrong values

I can't grasp how to get the correct value. Blow my problem. So for example i sometimes get the clientlist which does not contain two of the same people ever. Then for each of them i want to add another promise where i pass the name of each. Problem…
Frizzant
  • 684
  • 1
  • 7
  • 28