Пример #1
0
 function GPage()
 {
     parent::securegamepage();
     $this->layoutViewFile = 'layout' . DIRECTORY_SEPARATOR . 'form.phtml';
     $this->viewFile = 'shownvill.phtml';
     $this->contentCssClass = 'messages';
     $this->checkForNewVillage = FALSE;
 }
Пример #2
0
 function GPage()
 {
     $this->customLogoutAction = TRUE;
     parent::securegamepage();
     if ($this->player == NULL) {
         exit(0);
     }
     $this->layoutViewFile = $this->viewFile = NULL;
     $_GET['_a1_'] = '';
 }
Пример #3
0
 function GPage()
 {
     $this->customLogoutAction = TRUE;
     parent::securegamepage();
     if ($this->player == NULL) {
         exit(0);
     }
     $this->viewFile = 'resources.phtml';
     $this->layoutViewFile = 'layout' . DIRECTORY_SEPARATOR . 'popup.phtml';
 }
Пример #4
0
 function GPage()
 {
     $this->customLogoutAction = TRUE;
     parent::securegamepage();
     if ($this->player == NULL) {
         exit(0);
     }
     $this->viewFile = 'alliancerole.phtml';
     $this->layoutViewFile = 'layout' . DIRECTORY_SEPARATOR . 'popup.phtml';
     $this->checkForGlobalMessage = FALSE;
 }
Пример #5
0
 function GPage()
 {
     parent::securegamepage();
     $this->viewFile = 'plus.phtml';
     $this->contentCssClass = 'plus';
     $this->plusTable = $this->gameMetadata['plusTable'];
     $i = 0;
     $c = sizeof($this->plusTable);
     while ($i < $c) {
         if (0 < $this->plusTable[$i]['time']) {
             $this->plusTable[$i]['time'] = ceil($this->plusTable[$i]['time'] / $this->gameMetadata['game_speed']);
         }
         ++$i;
     }
 }
Пример #6
0
 function GPage()
 {
     parent::securegamepage();
 }
Пример #7
0
 function GPage()
 {
     parent::securegamepage();
     $this->viewFile = 'msg.phtml';
     $this->contentCssClass = 'messages';
 }
Пример #8
0
 function GPage()
 {
     parent::securegamepage();
     $this->viewFile = 'badwords.phtml';
     $this->contentCssClass = 'player';
 }
Пример #9
0
 function GPage()
 {
     parent::securegamepage();
     $this->viewFile = 'advertising.phtml';
     $this->contentCssClass = 'player';
 }
Пример #10
0
 function GPage()
 {
     parent::securegamepage();
     $this->viewFile = 'alliance.phtml';
     $this->contentCssClass = 'alliance';
 }
Пример #11
0
 function GPage()
 {
     parent::securegamepage();
     $this->contentCssClass = 'map';
     $this->title = $this->appConfig['page'][$this->appConfig['system']['lang'] . '_title'];
 }
Пример #12
0
 function GPage()
 {
     parent::securegamepage();
     $this->viewFile = 'logout.phtml';
     $this->contentCssClass = 'logout';
 }
Пример #13
0
 public function GPage()
 {
     parent::securegamepage();
     $this->viewFile = "report.phtml";
     $this->contentCssClass = "reports";
 }
Пример #14
0
 public function GPage()
 {
     parent::securegamepage();
     $this->viewFile = "profile.phtml";
     $this->contentCssClass = "player";
 }
Пример #15
0
 function GPage()
 {
     parent::securegamepage();
     $this->viewFile = 'statistics.phtml';
     $this->contentCssClass = 'statistics';
 }