Go to the source code of this file.
Variables | |
else | $action = '' |
$intSizeX = isset($_POST['sx']) ? intval( $_POST['sx'] ) : $oUser->intSizeX | |
$intSizeY = isset($_POST['sy']) ? intval( $_POST['sy'] ) : $oUser->intSizeY | |
$intHomeX = (isset($_POST['hx']) && !$oUser->isAdmin( 'limit_view' )) ? intval( $_POST['hx'] ) : $oUser->intHomeX | |
$intHomeY = (isset($_POST['hy']) && !$oUser->isAdmin( 'limit_view' )) ? intval( $_POST['hy'] ) : $oUser->intHomeY | |
$intShowUnit = isset($_POST['su']) ? intval( $_POST['su'] ) : $oUser->intUnit | |
$booFog = $action == 'save' ? isset($_POST['fog']) : $oUser->intFog | |
$intSight = $action == 'save' ? intval($_POST['town_sight']) : $oUser->intTownSight | |
$booFill = $action == 'save' ? isset($_POST['town_fill']) : $oUser->intTownFill | |
$strPlayer = (isset($_POST['player']) && !$oUser->isAdmin( 'limit_view' )) ? trim( $_POST['player'] ) : $oUser->strPlayer | |
$strPassA = isset($_POST['pass1']) ? $_POST['pass1'] : '' | |
$strPassB = isset($_POST['pass2']) ? $_POST['pass2'] : '' | |
$intNewStyle = isset($_POST['new_style']) ? intval( $_POST['new_style'] ) : $intStyle | |
$intUserId = $oUser->intUserID | |
$strMessage = '' | |
$oUser | intHomeX = $intHomeX |
$oUser | intHomeY = $intHomeY |
$aRow = $oMysql->fetch_assoc() | |
$intStyle = $intNewStyle | |
$strHome = '' | |
$strOptions = '' | |
$strSelect = $oStyle->get_area( 'Select' ) | |
$strTmpl_inhalt = $oStyle->get_area( 'Profile' ) |
|
Definition at line 37 of file profile.php. |
|
|
Definition at line 49 of file profile.php. |
|
Definition at line 47 of file profile.php. |
|
Definition at line 43 of file profile.php. Referenced by _UserAdd(), and _UserEdit(). |
|
Definition at line 44 of file profile.php. Referenced by _UserAdd(), and _UserEdit(). |
|
Definition at line 57 of file profile.php. |
|
Definition at line 46 of file profile.php. |
|
Definition at line 48 of file profile.php. |
|
Definition at line 39 of file profile.php. |
|
Definition at line 40 of file profile.php. |
|
Definition at line 107 of file profile.php. |
|
Definition at line 60 of file profile.php. |
|
Definition at line 116 of file profile.php. Referenced by output(). |
|
Definition at line 99 of file profile.php. |
|
Definition at line 126 of file profile.php. Referenced by _UserAdd(), and _UserEdit(). |
|
Definition at line 54 of file profile.php. |
|
Definition at line 55 of file profile.php. |
|
Definition at line 51 of file profile.php. |
|
Definition at line 131 of file profile.php. |
|
Definition at line 144 of file profile.php. |
|
Definition at line 87 of file profile.php. Referenced by User::_clearUser(), User::_setUser(), _UserAdd(), _UserEdit(), and User::check(). |
|
Definition at line 88 of file profile.php. Referenced by User::_clearUser(), User::_setUser(), _UserAdd(), _UserEdit(), and User::check(). |