PDA

View Full Version : TCPQueryPort may not be open


WL-ScorPioN
15-06-2003, 13:11
Once again ...
I have installed full new version of the linuix ts server, and the webpost, both newest version.
No matter what i do, i always get this TCPQueryPort may not be open

This is the server (http://www.clanhld.dk/teamspeak/listing.php?detail=192.168.1.1&detailport=8768&page=1&sort=server_name&direction=asc&showgroup=all)

I hope someone knows what to do, i have open for port 51234 as the TCPQueryPort but it dosent help

Plz help someone :confused:

Another thing, how do i get webpost to show my outside ip address, and not my lan ip ???

Btw its a nice work you ppl make :D

DerJoker
22-06-2003, 13:49
are you sure, that is the new webpost script? You need webpost version 4.0.2!!!

WL-ScorPioN
22-06-2003, 17:41
i have downloaded it from here :

http://www.thzclan.com/files/index.php?cat=29&file=53

so i hope its the newest one

bhc_zfreak
19-03-2005, 21:52
Once again ...
I have installed full new version of the linuix ts server, and the webpost, both newest version.
No matter what i do, i always get this TCPQueryPort may not be open

This is the server (http://www.clanhld.dk/teamspeak/listing.php?detail=192.168.1.1&detailport=8768&page=1&sort=server_name&direction=asc&showgroup=all)

I hope someone knows what to do, i have open for port 51234 as the TCPQueryPort but it dosent help

Plz help someone :confused:

Another thing, how do i get webpost to show my outside ip address, and not my lan ip ???

Btw its a nice work you ppl make :D


I was having the same problem!
"webpost.php" needs to be modified if you are behind a router.

$server_ip = $_SERVER["REMOTE_ADDR"]; does not work behind a router!

Here is what I did to get it to work!
See attachment.