Go to the source code of this file.
Functions | |
| output () | |
| output the page | |
Variables | |
| return | $array |
| $_REQUEST = addslashes_array( $_REQUEST ) | |
| $_POST = addslashes_array( $_POST ) | |
| $_GET = addslashes_array( $_GET ) | |
| $_COOKIE = addslashes_array( $_COOKIE ) | |
| $oStyle = new Template( $strTmplPath ) | |
| $oMysql = new Mysql( $strMysqlHost, $strMysqlUser, $strMysqlPwd, $strMysqlDb ) | |
| $aReplacements = array() | |
| $oUser = new User( $oMysql, $oLog, $aAdmin, $aAdminArrays, $strCookiePrefix ) | |
| $oLog = new LogDB( $oMysql, $oUser ) | |
| $strArea = $oUser->checklogin() ? 'UserPanel' : 'LoginForm' | |
| $strLoginArea = $oStyle->get_area( $strArea ) | |
| $y = max( 1, min( $_GET['y'], $intMapSize ) ) | |
| $booUpdate = true | |
| $oUser | intLastX = $x |
| $oUser | intLastY = $y |
| $oUser | intZoom = $intZoom |
| else | $intPagerStart = 0 |
| else | $intPagerCount = 25 |
| $strUpdateString = ", `last_update`='".time()."', `last_update_by`='".$oUser->intUserID."'" | |
| $strCreatedString = ", `created`='".time()."', `created_by`='".$oUser->intUserID."'" | |
| $strUpdateFields = ',last_update,last_update_by' | |
| $strUpdateValues = ','.time().','.$oUser->intUserID | |
|
|
output the page
Definition at line 70 of file general.php. References $oStyle, $oUser, $strHome, $strTmpl_inhalt, $x, and $y. |
|
|
Definition at line 64 of file general.php. Referenced by User::checklogin(). |
|
|
Definition at line 250 of file general.php. Referenced by _LogStat(), and _UserList(). |
|
|
Definition at line 62 of file general.php. Referenced by _UserAdd(). |
|
|
Definition at line 61 of file general.php. |
|
|
Definition at line 187 of file general.php. |
|
|
Definition at line 58 of file general.php. Referenced by last(). |
|
|
Definition at line 253 of file general.php. Referenced by ImportGuild::save_data(), and Field::set(). |
|
|
Definition at line 293 of file general.php. Referenced by _LogStat(). |
|
|
Definition at line 289 of file general.php. Referenced by _LogStat(). |
|
|
Definition at line 202 of file general.php. Referenced by _UserAdd(), _UserEdit(), and _UserList(). |
|
|
Definition at line 182 of file general.php. |
|
|
Definition at line 158 of file general.php. Referenced by _LogStat(), _UserAdd(), _UserEdit(), _UserList(), and output(). |
|
|
Definition at line 199 of file general.php. Referenced by _LogStat(), _UserEdit(), _UserList(), and output(). |
|
|
Definition at line 214 of file general.php. Referenced by Template::get_area(). |
|
|
Definition at line 299 of file general.php. |
|
|
Definition at line 239 of file general.php. |
|
|
Definition at line 300 of file general.php. |
|
|
Definition at line 298 of file general.php. |
|
|
Definition at line 301 of file general.php. |
|
|
Definition at line 247 of file general.php. |
|
|
Definition at line 267 of file general.php. Referenced by User::_clearUser(), and User::_setUser(). |
|
|
Definition at line 268 of file general.php. Referenced by User::_clearUser(), and User::_setUser(). |
|
|
Definition at line 269 of file general.php. Referenced by User::_clearUser(), User::_setUser(), Map::getImg(), and Map::Map(). |
1.4.2