PDA

View Full Version : Launching TS from a website


dietcoke
20-02-2006, 09:19
Hi, i would just like a TS image that you click, adn it launches TS, i have seen it before, please help me out with this thansk

Bastian
20-02-2006, 10:04
Read the client manual.

Another way to connect to a server is via a webbrowser. The way to do it is as follows:
teamspeak://serverdnsorip/ or teamspeak://serverdnsorip:ipport/
The parameters in the link are: nickname, loginname, password, channel, subchannel, channelpassword and should be separated by: ? . I understand this looks like it takes a nice afternoon of trying but I’ll give a nice example here which will clear things up. Let’s take a imaginitive person called Major Pain. He wants to login to his server (it.wasnt.me.com) as admin (password: Ir0x0rz). He has a favorite channel called Chat Channel on this server which is passworded (membersonly). Now here we go for the webbrowser link:

teamspeak://it.wasnt.me.com/?nickname=Major Pain?loginname=admin?password=lr0x0rz?Channel=Chat Channel?channelpassword=membersonly

When finished filling this in in the address or location bar of your favorite webbrowser hit enter and TeamSpeak will start up automagically and log you in according to the parameters given. Note that you do not have to enter all this information if you just want to connect to a server via your webbrowser. Just the DNS or ip will do to log in to a server as a guest.

rsevero
30-04-2006, 10:57
Hello,

I trying to open directly at a subchannel and dont work.
I doing this:

teamspeak://it.wasnt.me.com/?nickname=Major Pain?loginname=admin?password=lr0x0rz?Channel=Chat Channel?channelpassword=membersonly?subchannel=cha t1

aways connect at channel "Chat channel"

Theres a problem? Someone can explain wat wrong? THIS realy works?

Thaks!!

Cyrus
30-04-2006, 11:28
just type the subchannel name in the ?channel parameter and forget about the subchannel parameter and the parent channel.
Don't know if it works but it is wort a try.

guest_post
08-05-2006, 04:30
Hello,

I trying to open directly at a subchannel and dont work.
I doing this:

teamspeak://it.wasnt.me.com/?nickname=Major Pain?loginname=admin?password=lr0x0rz?Channel=Chat Channel?channelpassword=membersonly?subchannel=cha t1

aways connect at channel "Chat channel"

Theres a problem? Someone can explain wat wrong? THIS realy works?

Thaks!!

I think the problem with the url you are trying to use is that you are trying to use spaces inside the url, you can't do this.
If you are trying to include a space character inside the teamspeak url, you must encode the character into hex format, %20
example:
teamspeak://it.wasnt.me.com/?nickname=Major%20Pain?loginname=admin?password=lr 0x0rz?Channel=Chat%20Channel?channelpassword=membe rsonly?subchannel=chat1

Hope this helps.