Hello,
3 hours ago that I search a way to send RCON/MUS command with PHP,
I think my PHP code is clean & good but the RCON/MUS does'nt work, any ideas/fix's? ://
Here is my PHP code:
<?php
require_once('./global.php');
function RCON($header, $data = '') {
$musData = $header . chr(1) ...