PDA

View Full Version : TS Querry Port.


Zacman
20th August 2005, 17:02
I bought our clan server not too long ago, and we have recently moved over to the free included teamspeak. Its all up and running rin however i am trying to run some code of our website to show users on TS and, allow you the ability to join our TS from our site. However the Teamspeak port itself and the Querry port seem to be identical.

I have had no luck getting the script to run even though its tried and tested. Can you confim that the Querry port on the admin page for our TS is correct.

If so is there any chance you can change it? or is it behind a firewall of some sort? Any info would be great.

oxy
20th August 2005, 17:49
iirc all query ports are the connex port +99

Tom
20th August 2005, 20:12
Whats your MH Number?

Zacman
21st August 2005, 15:38
Your going to have to talk slooowly, i am affried i realy dont understand them 2 replys :D

If you could just treat me as that noob who dosnt understand anything technical, we should be reet ;)

Tom
21st August 2005, 15:50
When you ordered from Multiplay, you should have recieved a number (something like MHxxxx). That will help us to find out which server you are talking about.

However, your query port is on ClanForge. If you login, go to the Servers tab on the left, then under your TS server, there should be a details link. Click on that and some information will appear under it. In there you will find your Query port for the TS server.

Zacman
21st August 2005, 19:08
MH3095

as i have said the querry port is exactly the same as the TS connect port. ie:

85.236.100.27:15893

i didnt think that could be right and i have been told i cannot use any scripts if the 2 ports are the same.

GeeDee
21st August 2005, 19:29
TCPQueryPort for MPUK Teamspeak is:

14540

:)

Giles / GeeDee
Multiplay Support

HUNT3R
22nd August 2005, 16:37
If Its A Nuke Website U R Try To Show Teamspeak On It Maybe The Web Hosting Company U R With Blocking That IP.

Try Asking Them To Unblock That IP.

:D

God Damn It I'm Still A Noobie :mad:

utw-mephisto
22nd August 2005, 22:45
Originally posted by GeeDee
TCPQueryPort for MPUK Teamspeak is:

14540

:)

Giles / GeeDee
Multiplay Support

Hi, I am the guy with the code :)

THIS Post helped a lot

Check it out :

You can check out your TS at

http://ut2007world.net/ (Testboard)

There is a difference between Server and Query Port !!!!!!!!

In your case the settings would be


$settings["serveraddress"] = "85.236.100.27";
$settings["serverudpport"] = 15893;
$settings["serverqueryport"] = 14540;


So there was your problem :)

http://img371.imageshack.us/img371/2750/untitled9ta.jpg

steve[AirCav]
7th October 2005, 08:55
I am trying to display our TS2 info on the webpage www.ghv.clan-gamer.com/members.php using a script that I found called ts2.php and essentialy it says 'connection refused.

* Connection variables
*****************************************************/
$ip = "85.236.100.35"; // IP Address to server
$tPort = "17360"; // Server QueryPort number (standaart 8767)
$port = "17353"; // Port number to the TS2 server (standaart 8767)

Can anybody tell me if a) if the ports look right, and b) the script is suitable?

steve(PHP noob)
MH3434

Boffykins
7th October 2005, 16:10
Try a query port number of 17280

steve[AirCav]
7th October 2005, 22:18
Thanks for taking the time to reply, it works a treat now.

Do you know of any php scripts that would display the TS info as a frame? I am trying to include the server feed into this page www.ghv.clan-gamer.com/members.php and the script ts2.php is far to big and displays as a page.

Told you I was a Noob, back in July I made my first terrible static page, but my quest for perfection is far beyond my capabilities. :o

Steve

Forni
7th October 2005, 22:21
We have been having the same problem trying to get his to work. Can anybody tell us which query port we should be using?

MH3353

Address teamspeak://85.236.100.35:17053
Query / Admin Port 17060 / 17054

.....17060 doesn't work :confused:

This is an extract from the script we are trying to get to work, we need the settings where the '????'s' are.

Thanks :cool:

// Set the teamspeak server IP or Hostname below (DO NOT INCLUDE THE
// PORT NUMBER):
$settings["serveraddress"] = "?????????????";

// If your you use another port than 8767 to connect to your teamspeak
// server using a teamspeak client, then uncomment the line below and
// set the correct teamspeak port:
$settings["serverudpport"] = ???????;

// If your teamspeak server uses another query port than 51234, then
// uncomment the line below and set the teamspeak query port of your
// server (look in the server.ini of your teamspeak server for this
// portnumber):
$settings["serverqueryport"] = ???????;

Boffykins
8th October 2005, 09:23
// Set the teamspeak server IP or Hostname below (DO NOT INCLUDE THE
// PORT NUMBER):
$settings["serveraddress"] = "85.236.100.35";

// If your you use another port than 8767 to connect to your teamspeak
// server using a teamspeak client, then uncomment the line below and
// set the correct teamspeak port:
$settings["serverudpport"] = 17053;

// If your teamspeak server uses another query port than 51234, then
// uncomment the line below and set the teamspeak query port of your
// server (look in the server.ini of your teamspeak server for this
// portnumber):
$settings["serverqueryport"] = 16840;

Forni
8th October 2005, 09:51
Thanks for the reply, hopefully this will work :)

Striderman
27th October 2005, 15:51
I'm having sijmilar problems, my Teamspeak server name/number is MH3602

can anyone tell me what my query port number should be? or point me in the right direction?

Any help appreciated
many thanks :)

cia
17th November 2005, 12:12
MH3745
Address 85.236.100.27:17333
Query: 17340
Admin: 17334

I'm getting connection refused on the Query port:

85.236.100.27:17340 in /home/w....ew/config.php on line 146
Cannot connect: (111)-Connection refused

Any ideas what Query port number I should be putting into my script?

seydea
6th August 2007, 10:23
I have the same problems,
i want to display our Teamspeak 2 Server on our website but it doesn't work,
it can't connect to the server, so i don't know the serverqueryport! :_(

Serveraddress: 83.236.231.172:1808


// If your teamspeak server uses another query port than 51234, then
// uncomment the line below and set the teamspeak query port of your
// server (look in the server.ini of your teamspeak server for this
// portnumber):
$settings["serverqueryport"] = ?????;

PLEASE help me!;D

best greetz
Sey

Boffykins
6th August 2007, 10:44
Ask your server provider for the info. They'll be able to tell you.