Community Forums Today's Posts     Member List     Archive    
Results 1 to 2 of 2
  1. #1
    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

  2. #2
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    2,039
    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

  1. Replies: 0
    Last Post: 16-07-2011, 19:34
  2. serverquery client muted client[1],client[4],client[5]
    By Master_Jochen in forum Server Support
    Replies: 8
    Last Post: 17-02-2011, 17:34
  3. Client Error - Max Client displays incorrectly
    By chrislog in forum Bug Reports
    Replies: 3
    Last Post: 20-11-2010, 12:02
  4. No acces to Client Permissions of ServerQuery client
    By Slater in forum Permission System
    Replies: 2
    Last Post: 17-11-2010, 13:14
  5. [Solved] Client too old with latest client issue
    By callihn in forum [TeamSpeak 2] Client Support
    Replies: 2
    Last Post: 02-06-2010, 07:39

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •