Decoding output from the UDP Port
I realize there is a program out there called FLPing that will display your server information and usercounts.. I am working on something similar, except in PHP. So far, I am able to get the server information, however, it looks like the first 76 bytes of the Data piece of the return packet are encoded. It doesn't look like it's a dynamic type algorithm as it never changes. I'm having trouble decoding these 76 bytes.
I think the user counts are stored in this 76 byte section..
Anyone know what the encoding scheme is?
I think the user counts are stored in this 76 byte section..
Anyone know what the encoding scheme is?