Ejemplo n.º 1
0
    $action = trim($_POST['action']);
}
if ($index == "") {
    $index = trim($_POST['index']);
}
$cmdDisable = $_POST['cmdDisable'];
$cmdEnable = $_POST['cmdEnable'];
$rdodlt = $_POST['rdodlt'];
if ($cmdDisable != "" && $rdodlt != "") {
    $oAdmin->DisablePlayer($rdodlt);
}
$bLimit = false;
if ($cmdEnable != "" && $rdodlt != "") {
    $bLimit = $oR3DCQuery->IsUserLimitReached();
    if ($bLimit == false) {
        $oAdmin->EnablePlayer($rdodlt);
    } else {
        $bLimit = true;
    }
}
if (!$bCronEnabled) {
    if ($oR3DCQuery->ELOIsActive()) {
        $oR3DCQuery->ELOCreateRatings();
    }
    $oR3DCQuery->MangeGameTimeOuts();
}
?>

<html>
<head>
<title><?php