Connection with Ts3 php framework

Agusanz

Active Member
Jul 18, 2015
239
148
88
Well you could try using client query :3
On the connection string?
Code:
TeamSpeak3::factory("clientquery...
[ERROR]  adapter 'clientquery' does not exist

TeamSpeak3::factory("serverclient...
[ERROR]  adapter 'serverclient' does not exist
:( if you didn't mean this please explain a little bit more

Edit: oh you mean the plugin ClientQuery: http://forum.teamspeak.com/threads/66509-Official-ClientQuery-Plugin i can't use that since there's no "client" to use this plugin with..
 
Last edited:

Derp

Retired Staff
Contributor
Apr 30, 2015
933
1,014
217
On the connection string?
Code:
TeamSpeak3::factory("clientquery...
[ERROR]  adapter 'clientquery' does not exist

TeamSpeak3::factory("serverclient...
[ERROR]  adapter 'serverclient' does not exist
:( if you didn't mean this please explain a little bit more

Edit: oh you mean the plugin ClientQuery: http://forum.teamspeak.com/threads/66509-Official-ClientQuery-Plugin i can't use that since there's no "client" to use this plugin with..
Well you could use a php script to start the client and the clientquery plugin with it. Sure it's kinda hacky but it's the only official way

....Unless you reverse the protocol :3
 

Agusanz

Active Member
Jul 18, 2015
239
148
88
Well you could use a php script to start the client and the clientquery plugin with it. Sure it's kinda hacky but it's the only official way

....Unless you reverse the protocol :3
Thanks for your help Derp.
Seems like it's not possible to do. I will try to re-code my bot on .NET
 
Top