Cheetah
|
Go to the source code of this file.
Variables | |
const | CH_MEMBER_PAGE 1 |
const | CH_LOGIN_BY_ID true |
const | CH_LOGIN_BY_NICK true |
const | CH_LOGIN_BY_EMAIL true |
$_page ['name_index'] = 81 | |
$_page ['css_name'] | |
$_page ['header'] = _t("_My Account") | |
$member ['ID'] = process_pass_data(empty($_POST['ID']) ? '' : $_POST['ID']) | |
$member ['Password'] = process_pass_data(empty($_POST['Password']) ? '' : $_POST['Password']) | |
$bAjxMode = (isset($_SERVER['HTTP_X_REQUESTED_WITH']) and $_SERVER['HTTP_X_REQUESTED_WITH'] == 'XMLHttpRequest') ? true : false | |
if(!(isset($_POST['ID']) && $_POST['ID'] &&isset($_POST['Password']) && $_POST['Password']) &&((!empty($_COOKIE['memberID']) &&$_COOKIE['memberID']) && $_COOKIE['memberPassword'])) | else |
$member ['Password'] = getLoggedPassword() | |
$_ni = $_page['name_index'] | |
$oAccountView = new ChTemplAccountView($member['ID'], $site, $dir) | |
$_page_cont [$_ni]['page_main_code'] = $oAccountView->getCode() | |
$aVars | |
$_ni = $_page['name_index'] |
Definition at line 122 of file member.php.
$_page[ 'css_name'] |
Definition at line 23 of file member.php.
Definition at line 29 of file member.php.
$_page[ 'name_index'] = 81 |
Definition at line 22 of file member.php.
$_page_cont[ $_ni][ 'page_main_code'] = $oAccountView->getCode() |
Definition at line 131 of file member.php.
$aVars |
Definition at line 134 of file member.php.
$bAjxMode = (isset($_SERVER['HTTP_X_REQUESTED_WITH']) and $_SERVER['HTTP_X_REQUESTED_WITH'] == 'XMLHttpRequest') ? true : false |
Definition at line 36 of file member.php.
$member[ 'ID'] = process_pass_data(empty($_POST['ID']) ? '' : $_POST['ID']) |
Definition at line 33 of file member.php.
$member[ 'Password'] = process_pass_data(empty($_POST['Password']) ? '' : $_POST['Password']) |
Definition at line 34 of file member.php.
$member[ 'Password'] = getLoggedPassword() |
Definition at line 120 of file member.php.
$oAccountView = new ChTemplAccountView($member['ID'], $site, $dir) |
Definition at line 130 of file member.php.
const CH_LOGIN_BY_EMAIL true |
Definition at line 12 of file member.php.
const CH_LOGIN_BY_ID true |
Definition at line 10 of file member.php.
const CH_LOGIN_BY_NICK true |
Definition at line 11 of file member.php.
const CH_MEMBER_PAGE 1 |
This work, "Cheetah - https://www.cheetahwsb.com", is a derivative of "Dolphin Pro V7.4.2" by BoonEx Pty Limited - https://www.boonex.com/, used under CC-BY. "Cheetah" is licensed under CC-BY by Dean J. Bassett Jr. CC-BY License - http://creativecommons.org/licenses/by/3.0/
Definition at line 8 of file member.php.