Connection with Ts3 php framework

Agusanz

Active Member
Joined
Jul 18, 2015
Messages
239
Reaction score
148
Points
88
Hey there..
Is there any way to connect to a server as a client instead of serverquery? I want to be visible
I'm using this framework: https://docs.planetteamspeak.com/ts3/php/framework/index.html
seems like it's not possible using this framework, do you know how i can achieve this? i know it's possible on .net platform.

Thanks
 
Last edited:

Derp

Retired Staff
Contributor
Joined
Apr 30, 2015
Messages
933
Reaction score
1,014
Points
217
Well you could try using client query :3
 

Agusanz

Active Member
Joined
Jul 18, 2015
Messages
239
Reaction score
148
Points
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
Joined
Apr 30, 2015
Messages
933
Reaction score
1,014
Points
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
Joined
Jul 18, 2015
Messages
239
Reaction score
148
Points
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