Solved TeamSpeak join command

Discussion in 'Plugin Requests' started by M@CH!N3, Jan 19, 2015.

  1. I am not sure if this is possible from the server side but I have my website setup where users can click a button on the site and it will automatically open teamspeak and put them in our server using their website display name.

    It uses a simple onload command in a emtpy page so when a user accesses the page it does:

    Code:
    <body onload=\"javascript:window.location='ts3server://skilledsoldiers.com/?port=9287&nickname=".$nickname."'\">
    is there a way a player could type /joinTS in chat and the server send a webrequest to the teamspeak server and put the user in TS using their steam name?
     
  2. Wulf

    Wulf Community Admin

    Right now there is no way to click links, nor use any sort of HTML.
     
  3. Hello,
    for community concept can be great I think
     
  4. That would require your webserver to be able to start teamspeak on someones machine without user interaction, in other words - nope thanks
     
  5. yeah it would require the user to accept it like the page does, it pops up a box saying such and such wants to open a program on your PC and says TS all that and they click yes or no.

    My idea is that if a user typed /joinTS it would min the game and pop up the box and allow it to open TS just like the page and then they can click the game and go back.