As @
KliPPy said:
- You will need RCON access and parse the data you receive by sending "status" via RCON.
OR
- You will need a plugin on the server that somehow opens up for the data you want to receive, it could for example be by populating a SQL database with the information when players join and/or quit the server, so the PHP script can retrieve it from the database.
So far, that's the only options you have, if you want more player details than the player name, kills/deaths and time spent on server.
__________________