how does it work? 'gameme'
1 Attachment(s)
Does anyone know how the 'web server' captures the information from the gameme plugin? I want to develop my own plugin, but they also offer their version.
|
Re: how does it work? 'gameme'
Sockets.
|
Re: how does it work? 'gameme'
Quote:
|
Re: how does it work? 'gameme'
It doesn't use sockets. It uses the logaddress_add command and generates logs for any interesting events. The game server sends logs to the server specified by that command. Here's the relevant documentation from their site: https://www.gameme.com/en/docs/setup/general/hl1.
|
Re: how does it work? 'gameme'
Quote:
|
Re: how does it work? 'gameme'
What do you mean by recover? Retrieve it from the game server?
Looking at the engine code, it seems the game server sends a connectionless UDP packet starting with "log ", which means that your (web) server should listen for any UDP packets starting with FF FF FF FF 6C 6F 67 20, and any data after that is the log line itself. I'm not a PHP expert but as far as I know PHP can't just listen on a UDP port. |
Re: how does it work? 'gameme'
Isnt gameme using only their .php to login via FTP to your server (ip) and then read its log file then parse for their usage..? How i remember you must give them some access
|
Re: how does it work? 'gameme'
Quote:
check 1 = https://stackoverflow.com/questions/...-in-a-web-page check 2 = https://stackoverflow.com/questions/...tagrams-in-php |
| All times are GMT -4. The time now is 17:37. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.