Results 1 to 2 of 2
Thread: Php to Add client
-
24-05-2012, 14:39 #1
-= TeamSpeak User =-
- Join Date
- May 2012
- Posts
- 5
Php to Add client
Hi just was wondering if I could have a little pointer is it possible to add clients into channels.
Case scenario
I have a clan using team speak in Aus and Ventrillo is the states, our clan leader want the users to be idle in both vent and TS3 but some user complain about the extra increase in their ping being in both servers.
Solution
I would create a Chanel called Ventrillo users and create a new client for each users in the Ventrillo server. (these clients would not be psychical users logged in to TS3 just really showing users in TS that these other users are in Vent)
I hope people can understand my above rambling and point me in the right direction. ( I have scanned through all the functions in the ts3admin.class.php but cant find that function)
Thankyou in advance Sponge9
-
24-05-2012, 17:41 #2
-= TeamSpeak Fanatic =-
- Join Date
- Jan 2010
- Location
- Germany
- Posts
- 2,038
The only way to have "Fake" Clients shown on the Server to other Users is to have a TS3 Client running which is connected to the Server, which as you might've guessed already is only possible through the TS3 Client itself.
There are a couple of other Solutions that might be sufficient for you (sorted easiest / most convenient to hardest/worst convenient)
- Create Subchannels using the Query (through some of the PHP Interfaces available) named after the Users and delete them when they leave Vent. Make sure to create them as Semi Permanent Channels! You can prevent anyone from entering these Channels through known means. (No Downside, except it's not the Bulb Icon but the Channel Icon and possibly an increase in Database Activity since Channels will get stored in DB (Increase depends on amount of ppl leaving and joining vent obv) but it shouldn't be too bad.)
- Modify the Channel description of the Vent Channel to include everyone online over there. (can only be seen by clicking the vent channel and viewing its description)
- Open a new Query Connection for each User on Vent and switch to the Channel. WARN!: Users will need to modify their Client Settings in order to see anything, eats up Slots on the TS3 Server, you will likely have to change Server Settings / Permissions for your Users to see anything.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Client v3.0.0-RC2 Build 14642, Client window size doesn't save
By Quantum Systems in forum WindowsReplies: 0Last Post: 16-07-2011, 19:34 -
serverquery client muted client[1],client[4],client[5]
By Master_Jochen in forum Server SupportReplies: 8Last Post: 17-02-2011, 17:34 -
Client Error - Max Client displays incorrectly
By chrislog in forum Bug ReportsReplies: 3Last Post: 20-11-2010, 12:02 -
No acces to Client Permissions of ServerQuery client
By Slater in forum Permission SystemReplies: 2Last Post: 17-11-2010, 13:14 -
[Solved] Client too old with latest client issue
By callihn in forum [TeamSpeak 2] Client SupportReplies: 2Last Post: 02-06-2010, 07:39


Reply With Quote