Help with server query script

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

loktar

New Member
Dec 13, 2003
8
0
0
Hi, I own the game Land of the Dead Road to Fiddlers Green.. and actually run the main site for it www.undeadgames.com anyways I am using a php script to query servers and show there info on my page, so far the ut2004 protocol or the u2xmp one work well, except when it comes to showing the players.

The string is there, player names and all but I have no idea how to parse the string to correctly show the values, this is my first attempt at a server query to begin with.

Is there anyone out there who would be able to help me?

heres my query page
http://www2.undeadgames.com:8080/un...ames.com:8080/undead/servers/lotd/servers.php

I know its pretty sloppy the site is only 2 weeks old

all it can show is the basic info. If theres anyone out there who could help me it would be appreciated, I really want to make a stat tracker but I need to know how to parse the information first.

Thanks in advanced
 

loktar

New Member
Dec 13, 2003
8
0
0
Ive read that thing soo many times. Problem is LOTD doesnt do it that way. Oh well though if anyone buys this game and decides to do something like this let me know.
 

loktar

New Member
Dec 13, 2003
8
0
0
Ok I decided to go with the gamespy protocl, now im having a problem to where the player stats show very rarely. im using //players// to show them. But if I use \\player_property\\playername it works perfectly showing all players names. If I try the same thing with score, ping m deaths it doesnt work just returns null values for each player.

anyone have a clue about this one??