Пример #1
0
        }
        $login = "******";
        header('Location: ./index.php');
    } else {
        $login = "******";
    }
}
////////////////////////////////////////////////
$txtadd = $_POST['txtadd'];
$lstTplayers = $_POST['lstTplayers'];
if ($txtadd == 1) {
    $Names = "";
    $i = 0;
    $nMAX = count($lstTplayers);
    while ($i < $nMAX) {
        $oR3DCQuery->GetPlayerInfoByID2($lstTplayers[$i], &$userid, &$password, &$email);
        $Names = $Names . "" . $userid . "|" . $password . "|" . $email . ",";
        $i++;
    }
}
if (!$bCronEnabled) {
    if ($oR3DCQuery->ELOIsActive()) {
        $oR3DCQuery->ELOCreateRatings();
    }
    $oR3DCQuery->MangeGameTimeOuts();
}
?>

<html>
<head>
<title><?php 
    }
}
///////////////////////////////////////////////////////////////////////
$txtRealName = $_POST['txtRealName'];
$txtLocation = $_POST['txtLocation'];
$txtAge = $_POST['txtAge'];
$txtSelfRating = $_POST['txtSelfRating'];
$txtComment = $_POST['txtComment'];
$txtChessPlayer = $_POST['txtChessPlayer'];
$txtEmailAddress = $_POST['txtEmailAddress'];
$cmdSave = $_POST['cmdSave'];
if ($cmdSave != "") {
    $oR3DCQuery->SavePersonalInformation($config, $txtRealName, $txtLocation, $txtAge, $txtSelfRating, $txtComment, $txtChessPlayer, $txtEmailAddress, $_SESSION['id']);
}
$oR3DCQuery->GetPersonalInformation($config, $txtRealName, $txtLocation, $txtAge, $txtSelfRating, $txtComment, $txtChessPlayer, $_SESSION['id']);
$oR3DCQuery->GetPlayerInfoByID2($_SESSION['id'], $userid, $password, $txtEmailAddress);
?>

<html>
<head>
<title><?php 
echo GetStringFromStringTable("IDS_PAGETITLES_22", $config);
?>
</title>

<META NAME="keywords" CONTENT="">
<META NAME="DESCRIPTION" CONTENT="">
<META NAME="OWNER" CONTENT="Christian">
<META NAME="RATING" CONTENT="General">
<META NAME="ROBOTS" CONTENT="index,follow">
<META HTTP-EQUIV="CONTENT-LANGUAGE" CONTENT="English">