ZZ15_dasSofa Posted March 20, 2015 Posted March 20, 2015 Dear Devs, i try to get some Player Info`s out of Rcon (Players on Server) with a PHP Script. Saddly, RCon over PHP didnt work at all. Can we wait for it that Rcon works in future with PHP ?
ZZ15_dasSofa Posted March 31, 2015 Author Posted March 31, 2015 The Problem came from the php.ini. Webinterface/Rcon Servermanager works now ;D 1
ZZ15_dasSofa Posted May 18, 2016 Author Posted May 18, 2016 (edited) For all the guy`s where write me a pn about rcon client over php : Take a look at the readme.txt in the remote console dir. Here you will find all important informations. Notice that you must pack / unpack data communiction over fsockopen, otherwise you recieve some cryptical stuff ! how the packets must look like you will find in the readme.txt If your familiar with php, its not a problem! Use fsockopen, create a function to pack / unpack the communication packets and done. Its easy! Here in the 3third Party section you will find also a php remote console script if your not able to get your code to work. I personaly just read the ammount of players on the server, cache a bit and display them on a webpage. Maybe you are also disappointed as me, that there is not much informations to recieve from the rcon. It is not possible to make a "detailed server browser", there is no information on which side a player fly`s. Edited May 19, 2016 by A./ZG15_dasSofa 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now