Community Forums Today's Posts     Member List     Archive    
Results 1 to 5 of 5

Thread: Host button

  1. #1
    Join Date
    Apr 2008
    Location
    USA
    Posts
    17

    Host button

    Does anyone have any tips on how ot use the host button? and how to set it so it automatically is setup on each server when they are created.

  2. #2
    Join Date
    Dec 2009
    Location
    primzahl
    Posts
    46
    the host button will appear in the upper right corner of the client. its a house icon. you are able customize the tooltip and the URL.

    you can add/edit the hostbutton if you rightclick on your servername and choose edit server -> more



    dont know how to add it automatically

  3. #3
    Join Date
    Apr 2008
    Location
    USA
    Posts
    17
    Does anyone know how to modify the DB so that all servers have the host button and so that all new servers that are created have it?

  4. #4
    Join Date
    Jan 2010
    Location
    Spain
    Posts
    2
    MMM, My only problem here is,... What is the host button, whats the tooltip and what are they used for? Thanks

  5. #5
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    2,038
    Quote Originally Posted by Gatsu000 View Post
    how to set it so it automatically is setup on each server when they are created.
    If you create your VirtualServers with an automated QueryScript then you could just add virtualserver_hostbutton_url and virtualserver_hostbutton_tooltip to the createserver command. Like
    Code:
    createserver virtualserver_name=Some\sTest\sServer virtualserver_max_clients=128 virtualserver_hostbutton_url=http:\/\/example.com virtualserver_hostbutton_tooltip=My\sCool\sCompany
    Quote Originally Posted by Gatsu000 View Post
    Does anyone know how to modify the DB so that all servers have the host button and so that all new servers that are created have it?
    Edit by mod
    Make a changes directly in the database for this, is absolutely not recommended. Use the query method


    Code:
    INSERT INTO `server_properties` (`server_id`, `id`, `ident`, `value`) VALUES (0, 0, 'virtualserver_hostbutton_tooltip', 'Your Hostbutton Tooltip Text here');
    INSERT INTO `server_properties` (`server_id`, `id`, `ident`, `value`) VALUES (0, 0, 'virtualserver_hostbutton_url', 'http://example.com');
    This should do the trick.

    Quote Originally Posted by myrhawk View Post
    MMM, My only problem here is,... What is the host button, whats the tooltip and what are they used for? Thanks
    The Hostbutton is a little House Icon at the top right corner of the TS3 Window (at least its there with default settings) and is intended as a way for Teamspeak Hosters to show the Users of said Teamspeak Server who is hosting this TS Server and providing a link to their homepage, so satisfied ppl would prolly rent a Server from them aswell. As opposed to the Image that Hosters used in TS2 Servers and which now should be available to those renting the server... though from what I heard quite a few Hosters don't care and still use the image and block it from use by the Customers.
    Last edited by florian_fr40; 24-10-2011 at 16:09.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Need Secondary "Push to Talk" button...I am sure many people could use this.
    By Auto_Target in forum [TeamSpeak 2] General Questions
    Replies: 5
    Last Post: 09-03-2007, 00:06
  2. Need help : Push to talk key
    By infuriate in forum [TeamSpeak 2] Client Support
    Replies: 6
    Last Post: 12-10-2006, 11:06
  3. Server stops responding
    By Xeroed in forum [TeamSpeak 2] Server Support
    Replies: 10
    Last Post: 27-09-2006, 04:08
  4. Why can't I use mouse button 5
    By MECHT4NK in forum [TeamSpeak 2] Client Support
    Replies: 2
    Last Post: 30-11-2005, 23:56
  5. PTT button on wheel/joystick
    By inv in forum [TeamSpeak 2] General Questions
    Replies: 3
    Last Post: 10-07-2005, 01:23

Posting Permissions

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