Go to the source code of this file.
Variables | |
$intNewSlots = 0 | |
$intNewWorker = 0 | |
$intNewInflTax = 0 | |
$intNewGrowth = 0 | |
$intNewFood = 0 | |
$intNewGold = 0 | |
$intGrowth = intval( $_POST['tp_infl_growth'] ) | |
$intInflTax = intval( $_POST['tp_infl_tax'] ) | |
$intTax = intval( $_POST['tp_tax'] ) | |
$intWorker = intval( $_POST['tp_worker'] ) | |
$intFood = intval( $_POST['tp_food'] ) | |
$intFoodBase = intval( $_POST['tp_food_base'] ) | |
$intUnit = intval( $_POST['tp_unit'] ) | |
$intBuild = intval( $_POST['tp_build'] ) | |
$intGold = intval( $_POST['tp_gold'] ) | |
$booNewBuilding = ( abs( $intNewSlots ) + abs( $intNewWorker ) + abs( $intNewInflTax ) + abs( $intNewGrowth ) + abs( $intNewFood ) + abs( $intNewGold ) ) > 0 | |
$strCookieinfo = "$intGrowth,$intInflTax,$intTax,$intWorker,$intFood,$intFoodBase,$intUnit,$intBuild,$intGold" | |
$_COOKIE [$strCookiePrefix]['towns'][$strTown] = $strCookieinfo | |
$aData = explode( ',', $_COOKIE[$strCookiePrefix]['towns'][$strTown] ) | |
$strTowns = '' |
|
Definition at line 72 of file taxplaner.php. |
|
Definition at line 78 of file taxplaner.php. Referenced by _LogStat(), _UserList(), and ImportHtml::import(). |
|
Definition at line 64 of file taxplaner.php. |
|
Definition at line 86 of file taxplaner.php. |
|
Definition at line 83 of file taxplaner.php. |
|
Definition at line 84 of file taxplaner.php. |
|
Definition at line 87 of file taxplaner.php. |
|
Definition at line 79 of file taxplaner.php. |
|
Definition at line 80 of file taxplaner.php. |
|
Definition at line 61 of file taxplaner.php. |
|
Definition at line 62 of file taxplaner.php. |
|
Definition at line 60 of file taxplaner.php. |
|
Definition at line 59 of file taxplaner.php. |
|
Definition at line 57 of file taxplaner.php. |
|
Definition at line 58 of file taxplaner.php. |
|
Definition at line 81 of file taxplaner.php. |
|
Definition at line 85 of file taxplaner.php. |
|
Definition at line 82 of file taxplaner.php. |
|
Definition at line 69 of file taxplaner.php. |
|
Definition at line 120 of file taxplaner.php. |