本文整理汇总了PHP中CR3DCQuery::GetPlayerInfoByID2方法的典型用法代码示例。如果您正苦于以下问题:PHP CR3DCQuery::GetPlayerInfoByID2方法的具体用法?PHP CR3DCQuery::GetPlayerInfoByID2怎么用?PHP CR3DCQuery::GetPlayerInfoByID2使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类CR3DCQuery
的用法示例。
在下文中一共展示了CR3DCQuery::GetPlayerInfoByID2方法的2个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: header
}
$login = "no";
header('Location: ./index.php');
} else {
$login = "yes";
}
}
////////////////////////////////////////////////
$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
示例2: GetStringFromStringTable
}
}
///////////////////////////////////////////////////////////////////////
$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">