Force a TS user to join another TS Server

Kieran

Tag me
Contributor
Jan 1, 2016
459
286
122
WOAH My third "useful" post in this forum
I didnt find anything about that here so I decided to write about it. If you installed TS correctly then you should be able to use "ts3server://" on your own PC.
You can find the same thing when you go to links and click on r4p3 teamspeak on r4p3.net

I used ts3server:// to make a tiny ugly form so I can make it easier for new TS users to join my or other teamspeak server I visit. www.kieran.pw/ts_server

So what is the magic behind the form? It uses the header thingy from PHP that normally works like a redirect(at least I think so, not sure atm)
header("Location: ts3server://".$_GET['ip']."?port=".$_GET['port']."&nickname=".$_GET['nick']."&password=".$_GET['password']."");
It inserts the IP, port, nickname and password and redirects you to it. If you use chrome, then you'll get a warning that this wants to execute another programm.
Example: IP: kieran.pw Port: 10016 Nickname: swaggerMcSwagging Password: swag
==
ts3server://kieran.pw?port=10016&nickname=swaggerMcSwagging&password=swag
In TS [.URL='http://ts3server://kieran.pw?port=10016&nickname=swaggerMcSwagging&password=swag']Lol crazy vid[/URL.] (dont make the message too long. You can spare the [/url] if you dont have space anymore)
==
9cd83ea421.png


If you want to use this in Teamspeak to troll users then follow these steps:
  1. Add the IP to ts3server:// (kieran.pw)
  2. then add ?port= and the port of the server you want the user to join (10016)
  3. add &nickname= and the nickname after that (swaggerMcSwagging)
  4. add &password= and the server password (swag, leave blank if no password)
  5. And you will have ts3server://kieran.pw?port=10016&nickname=swaggerMcSwagging&password=swag
  6. now put this in "[.url=ts3server://......]Text[/url.]" without the dots and write it to somebody in the chat (better for long text) or poke


As in my post here, you can use this to force users to join a TS Server. https://r4p3.net/threads/launch-steam-games-on-user-pc.2711/
It is a baaad combination if you combine it with @Asphyxia GFXYOURSELF tutorial that makes your TS crash xD
,

Man I really suck at "tutorials". plz tell me if you think I should improve this post and how
Oh yea btw, does anybody know what the general name for ts3server://, steam://, http://, https:// mailto:// etc is???
 
Last edited:

Kieran

Tag me
Contributor
Jan 1, 2016
459
286
122
Oh and if your server has the default port, no password and you want the user to use the default name then you can just use ts3server://r4p3.net
 

ehthe

Retired Staff
Contributor
Apr 26, 2015
1,028
896
216
Well it's always nice to have some laid out post as documentation even if indeed it's a very well known things as far as bb codes go ;)
 

Kieran

Tag me
Contributor
Jan 1, 2016
459
286
122
Well it's always nice to have some laid out post as documentation even if indeed it's a very well known things as far as bb codes go ;)

Well this is more about the ts3server thingy x3
I also met alot of people that didnt know about the [url part
 
Top