?
?
?
getOffset($tzNow); } catch (Exception $e) { continue; } $tzSign = $tzOffset < 0 ? '-' : '+'; $tzAbs = abs($tzOffset); $tzLabel = sprintf('%s (UTC%s%02d:%02d)', str_replace('_', ' ', $tzId), $tzSign, intdiv($tzAbs, 3600), intdiv($tzAbs % 3600, 60)); $tzGroups[$tzRegion][$tzId] = $tzLabel; } // daca valoarea din config nu mai e un fus valid, o // aratam oricum, ca adminul sa vada ce e setat acum if (!in_array($tzCurrent, $tzAll, true)) { echo '
' . htmlspecialchars($tzCurrent, ENT_QUOTES, 'UTF-8') . ' (?)
'; } foreach ($tzGroups as $tzRegion => $tzList) { echo '
'; foreach ($tzList as $tzId => $tzLabel) { echo '
' . htmlspecialchars($tzLabel, ENT_QUOTES, 'UTF-8') . '
'; } echo '
'; } ?>
?
>
>
>
>
>
>
?
?
?
?
?
?
?
?
?
?
?
?
>True
>False
?
?
?
x
?
>
>
?
>
>
>
>
>
>
>
>
>
>
?
>
>
?
>
>
?
>
>
?
>
>
?
>5
>
>15
>20
?
>
>
?
>
>
>
>
>
>
>
>
>
?
?
?
?
?
>
>
>
>
>
>
>
>
?
?
>
>
?
>
>
?
>
>
>
>
>
Server graphic pack
?
The graphic pack every player sees by default. Packs are read from the gpack/ folder — a folder counts as a pack when it contains travian.css. Changing this switches the whole server's look.
$gpCurrent); } // pachetul din config poate lipsi de pe disc: il aratam oricum, // ca adminul sa vada ce e setat acum if (!isset($gpList[$gpCurrent])) { $gpList[$gpCurrent] = $gpCurrent . ' (?)'; } foreach ($gpList as $gpPath => $gpLabel) { echo '
' . htmlspecialchars($gpLabel, ENT_QUOTES, 'UTF-8') . '
'; } ?>
?
>
>
?
>
>
?
?
?
‹