GNet Serverlist

BlitzMax Forums/BlitzMax Programming/GNet Serverlist

Will(Posted 2007) [#1]
I'm trying to use the blitz GNet server listing system. When I start my server it shows up correctly on the blitzpage here:

http://www.blitzmax.com/gnet/gnet_servers.php

I use this line:
 GNET_AddServer(gamename, servername) 


And this shows up on the online listing:
Game	  Server	   IP	        Age	
SSTW	  test	     216.165.6.59	   184


Yet, when I run another instance of my game to try and connect to the first one, I can't seem to find it right.

This code:
GNet_ListServers()
For f:GNet_Server = EachIn GNet_Server.allServs
         Print f.game + ":" + f.server + ":" + f.ip
Next


prints this:

http::www.blitzbasic.com/gnet/gnet.php?opt=list
216.165.6.59:SoulShooterOnline:Yoschsi_Gaming_server
89.245.226.65:My_Game:My_Game@...
189.135.67.113:FPSNetUpdate:ok
172.144.56.69::



Any idea what's going on here? I see my IP address, but its associated with SoulShooterOnline apparently. wtf?