1. Welcome to our bug report and feature request forum.
    • For game exploits, post in the Private Issues forum. Please provide details in your message.
    • For all other suggestions and reports:
      • Apply the appropriate prefix to your post
      • Please include every detail (such as how a mechanic works or how to reproduce a bug)
      • Remember that new features need to be balanced and fair.

A link to directly connect to the TeamSpeak server on the wiki page

Discussion in 'Suggest + Report Bugs + Get Help' started by Roken, 22 April 2013.

  1. Roken

    Roken Portable Holes make Flux!

    Joined:
    16 February 2012
    Messages:
    31
    Likes Received:
    5
    I created a form that allows you to enter an username and auto connect to the TS3 server, without any hassle. You only have to have the TeamSpeak client installed.

    Just place this on the wiki page and customize however you want:

    Code:
            <form name="tsform">
                <p align="center">Connect to the SKCraft TeamSpeak</font>
                </p>
                <p align="center"><font face="Arial">Choose A Nickname:<br> <input type="text" name="NICKNAME">
                <br />
                <input type="button" value="Connect To TeamSpeak" onClick="javascript:location.href='ts3server://voice.skq.me/?password=eduardo&?port=9987&nickname=' + tsform.NICKNAME.value">
                </font><br>
    It has been tested and works perfectly in a plain text html file.
    Thanks,
    Roken
     
    buttonsinpjs and xXMadNessXx like this.
  2. sk89q

    sk89q Administrator
    Staff Member

    Joined:
    1 December 2011
    Messages:
    2.490
    Likes Received:
    1.504
    I was going to add this (without the username) but apparently I have to... make a custom BBCode... to inject HTML and I couldn't be arsed to do it, but I will look into it.
     
    Shadow likes this.
  3. Roken

    Roken Portable Holes make Flux!

    Joined:
    16 February 2012
    Messages:
    31
    Likes Received:
    5
    Yey! Hope this happens soon! (No rush) It would be easier to connect to the server, and I would "liek" it very much.
     
  4. Roken

    Roken Portable Holes make Flux!

    Joined:
    16 February 2012
    Messages:
    31
    Likes Received:
    5
    For plain HTML, this works:
    Code:
    <a href=ts3server://voice.skq.me/?password=eduardo&?port=9987>SKCraft TeamSpeak</a>
    And for BBCode, based on the same concept, this should work:
    Code:
    [url=ts3server://voice.skq.me/?password=eduardo&?port=9987] SKCraft TeamSpeak Connect[/url]
    And to test that theory: SKCraft TeamSpeak Connect Nope, direct linking does not work, try the BBCode.
     
  5. Roken

    Roken Portable Holes make Flux!

    Joined:
    16 February 2012
    Messages:
    31
    Likes Received:
    5
  6. Roken

    Roken Portable Holes make Flux!

    Joined:
    16 February 2012
    Messages:
    31
    Likes Received:
    5
  7. Roken

    Roken Portable Holes make Flux!

    Joined:
    16 February 2012
    Messages:
    31
    Likes Received:
    5
  8. Roken

    Roken Portable Holes make Flux!

    Joined:
    16 February 2012
    Messages:
    31
    Likes Received:
    5
    I am overthinking this.
     
  9. Neonbeta

    Neonbeta Person who did stuff and things

    Joined:
    2 March 2012
    Messages:
    2.603
    Likes Received:
    757
    You know there is an "edit" button?. Learn to use it instead of making lots of posts.
     
    buttonsinpjs likes this.
  10. sk89q

    sk89q Administrator
    Staff Member

    Joined:
    1 December 2011
    Messages:
    2.490
    Likes Received:
    1.504
    Oh adding a bbcode is easy, but it was like "I could bother adding this link... or I could spend my time elsewhere"

    As you saw, a simple link doesn't work.
     
  11. Roken

    Roken Portable Holes make Flux!

    Joined:
    16 February 2012
    Messages:
    31
    Likes Received:
    5
    I was...
    ummm...
    dividing my topics...
    yes, that's it.
     
  12. Neonbeta

    Neonbeta Person who did stuff and things

    Joined:
    2 March 2012
    Messages:
    2.603
    Likes Received:
    757
    By making multiple posts about trying to do the same thing.....Seems legit.
     
    Roken and Fluttermine like this.
  13. xXMadNessXx

    xXMadNessXx Beware of the MadNess

    Joined:
    28 January 2012
    Messages:
    1.219
    Likes Received:
    496
    You're just getting nervous about you being on the spam throne :p
     
  14. Roken

    Roken Portable Holes make Flux!

    Joined:
    16 February 2012
    Messages:
    31
    Likes Received:
    5
    But everyone thinks that caps are spamming, but that's not true. Caps are exclamatory statements, and what if I am a easily excited person?
    And when taking notes would you put your history notes on the same page as your reproductive system notes?
    And where am I proclaimed to be on this "spam throne"?
    :|
     
  15. Neonbeta

    Neonbeta Person who did stuff and things

    Joined:
    2 March 2012
    Messages:
    2.603
    Likes Received:
    757
    All he was doing was making a joke. I made quite a few posts in a short amount of time when I first joined, so he's joking about me perhaps losing the top of the "spam throne" when i told you that there is an edit button.
     
    xXMadNessXx likes this.
  16. 0070071

    0070071 Too many arguments with Neon/Shad, or about GT.

    Joined:
    21 January 2012
    Messages:
    210
    Likes Received:
    14
    The only problem seems to be the colon (ts3server://) gets missed out when it links, but if I add the colon manually it works...