View Single Post
loiraolhosazul
Member
Join Date: May 2020
Old 02-17-2021 , 20:06   Re: how does it work? 'gameme'
Reply With Quote #8

Quote:
Originally Posted by KliPPy View Post
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.
I need some way to get the data and save it in the database ...


check 1 = https://stackoverflow.com/questions/...-in-a-web-page

check 2 = https://stackoverflow.com/questions/...tagrams-in-php
loiraolhosazul is offline