Questions tagged [ts3phpframework]

Modern use-at-will PHP framework that provides individual components to manage TeamSpeak 3 Server instances

Initially released in January 2010, the TS3 PHP Framework is a powerful, open source, object-oriented framework implemented in PHP 5 and licensed under the GNU General Public License. It’s based on simplicity and a rigorously tested agile codebase. Extend the functionality of your servers with scripts or create powerful web applications to manage all features of your TeamSpeak 3 Server instances.

Github repo

Documentation

6 questions
3
votes
1 answer

Teamspeak Framework Documentation Explanation

Im using the TS Framework to read out some data through the Teamspeak Query in PHP. But the documentation is horrible! To display all IPs from all clients I use this code: foreach($ts3_VirtualServer->clientList() as $client) { // skip query…
Joba
  • 828
  • 9
  • 28
2
votes
1 answer

TeamSpeak 3 PHP Framework

I am still learning PHP and it's the first time I am using this library (TeamSpeak 3 PHP Framework), I am trying to return a count of online users in a specific group, I tried a few different ways and no success. This one, counts all users in the…
GoldSpy98
  • 93
  • 1
  • 9
1
vote
0 answers

Why do I get an "ErrorID: 512 invalid clientID" even though the ID is correct?

I've got a php TeamSpeak Bot for quite a while and for one user I now have this weird phenomenon, that the clientID is invalid. So I store the clientIDs (TeamSpeakUUID) in a MySQL database. As example: I fetch the TeamSpeakUUID from the database and…
Schmaniel
  • 105
  • 7
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
0
votes
0 answers

file_exists(): open_basedir restriction in effect. File(/tmp) is not within the allowed path(s):

I have used barryvdh/laravel-dompdf Laravel package for importing Excel file but I am getting the mentioned error in the attached screenshot. Controller to save an excel file: if ($request->hasFile('upload_mcq_file') and…
ashish patel
  • 169
  • 1
  • 6
0
votes
0 answers

PHP doesn't send a message with no reason

I'm setting up a TS3 Bot using PHP. When I wanted to test whether something works (sending a message to the site), nothing happens. Code:
Takio
  • 1
  • 1