- 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)
==
If you want to use this in Teamspeak to troll users then follow these steps:
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???
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)
==
If you want to use this in Teamspeak to troll users then follow these steps:
- Add the IP to ts3server:// (kieran.pw)
- then add ?port= and the port of the server you want the user to join (10016)
- add &nickname= and the nickname after that (swaggerMcSwagging)
- add &password= and the server password (swag, leave blank if no password)
- And you will have ts3server://kieran.pw?port=10016&nickname=swaggerMcSwagging&password=swag
- 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: