There is also a RCON (MUS) library for PHP applications.
Source code: [PHP] <?php /** * IDK RCON Class (UDP Client) * for sending remote server comma - Pastebin.com
RCON library - example of use
Cheers,Code:<?php include ('rcon.class.php'); use IDK\RconInstance; use IDK\InfobusQuestion; $rconInstance = new RconInstance("127.0.0.1", 38102); $roomId = -1; $rconInstance->sendData(new InfobusQuestion($roomId, "Question", [ "Answer 1", "Answer 2", "Answer 3" ]));
Steve Winfield