me@zabn.me 112 Posted November 14, 2012 I was wondering would it be possible for me to say login to rCon via php and send a command for the server to shutdown? all using PHP Share this post Link to post Share on other sites
player (DayZ) 3 Posted November 15, 2012 I wrote a rollback script using php for the front end and c# to handle the backend. I wouldn't suggest using be shut down command as it sometimes locks up. In instead installed my server as a Windows service and use c# to interface with the service. Not the answer you're looking for but it works for me. Share this post Link to post Share on other sites
Magotchi 74 Posted December 3, 2012 I don't know if you ever figured this out, but here is some PHP which does RCon (although sometimes the data it receives is a little corrupted with certain characters): https://github.com/katzsmile/DayZAdmin/blob/master/modules/rcon.php Share this post Link to post Share on other sites
me@zabn.me 112 Posted December 15, 2012 thanks for the help guys Share this post Link to post Share on other sites