GameTracker > Forum > General Help > Technical question about the search engine
Vultr.com - Instant Cloud Server Deployment
GAMETRACKER FORUMS
Forum Home > General Help > Technical question about the search engine
warpig2k4PM
#1
Technical question about the search engine
Aug 31, 2011 11:19 AM
Joined: Aug 31, 2011
Posts: 2
Hello Admins!

I'd like to ask a simple technical question. I m about to code a little application in c++ for tunneling issues on our server, but I don't really know how to identify an ip, to know if it is an unreal tournament server for example.

I tried "whoising" ips, but nothing reasonable popped up.
Any help would be awesome, thanks in advance. cheers - David
burnPM
#2
Aug 31, 2011 12:59 PM
Joined: Sep 27, 2006
Posts: 10924
You'd have to send a query to the server. You should be able to find an article on the query protocol with google http://www.google.com/search?sourceid=chrome&ie=UTF-8&q=unreal+tournament+query+protocol
I am retired from GameTracker after 11 years and will not be responsive for support requests.

warpig2k4PM
#3
Sep 01, 2011 9:44 AM
Joined: Aug 31, 2011
Posts: 2
awesome, thanks a lot!