コード例 #1
0
ファイル: shownvill.php プロジェクト: vcelis/tatar-wars
 function GPage()
 {
     parent::securegamepage();
     $this->layoutViewFile = 'layout' . DIRECTORY_SEPARATOR . 'form.phtml';
     $this->viewFile = 'shownvill.phtml';
     $this->contentCssClass = 'messages';
     $this->checkForNewVillage = FALSE;
 }
コード例 #2
0
ファイル: ajaxchat.php プロジェクト: vcelis/tatar-wars
 function GPage()
 {
     $this->customLogoutAction = TRUE;
     parent::securegamepage();
     if ($this->player == NULL) {
         exit(0);
     }
     $this->layoutViewFile = $this->viewFile = NULL;
     $_GET['_a1_'] = '';
 }
コード例 #3
0
ファイル: resources.php プロジェクト: vcelis/tatar-wars
 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
ファイル: alliancerole.php プロジェクト: vcelis/tatar-wars
 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
ファイル: plus.php プロジェクト: vcelis/tatar-wars
 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
ファイル: banner.php プロジェクト: vcelis/tatar-wars
 function GPage()
 {
     parent::securegamepage();
 }
コード例 #7
0
ファイル: msg.php プロジェクト: vcelis/tatar-wars
 function GPage()
 {
     parent::securegamepage();
     $this->viewFile = 'msg.phtml';
     $this->contentCssClass = 'messages';
 }
コード例 #8
0
ファイル: badwords.php プロジェクト: vcelis/tatar-wars
 function GPage()
 {
     parent::securegamepage();
     $this->viewFile = 'badwords.phtml';
     $this->contentCssClass = 'player';
 }
コード例 #9
0
ファイル: advertising.php プロジェクト: vcelis/tatar-wars
 function GPage()
 {
     parent::securegamepage();
     $this->viewFile = 'advertising.phtml';
     $this->contentCssClass = 'player';
 }
コード例 #10
0
ファイル: alliance.php プロジェクト: halshaman/TravianDboor
 function GPage()
 {
     parent::securegamepage();
     $this->viewFile = 'alliance.phtml';
     $this->contentCssClass = 'alliance';
 }
コード例 #11
0
ファイル: map.php プロジェクト: vcelis/tatar-wars
 function GPage()
 {
     parent::securegamepage();
     $this->contentCssClass = 'map';
     $this->title = $this->appConfig['page'][$this->appConfig['system']['lang'] . '_title'];
 }
コード例 #12
0
ファイル: logout.php プロジェクト: vcelis/tatar-wars
 function GPage()
 {
     parent::securegamepage();
     $this->viewFile = 'logout.phtml';
     $this->contentCssClass = 'logout';
 }
コード例 #13
0
ファイル: report.php プロジェクト: halshaman/TravianDboor
 public function GPage()
 {
     parent::securegamepage();
     $this->viewFile = "report.phtml";
     $this->contentCssClass = "reports";
 }
コード例 #14
0
ファイル: profile.php プロジェクト: halshaman/TravianDboor
 public function GPage()
 {
     parent::securegamepage();
     $this->viewFile = "profile.phtml";
     $this->contentCssClass = "player";
 }
コード例 #15
0
ファイル: statistics.php プロジェクト: vcelis/tatar-wars
 function GPage()
 {
     parent::securegamepage();
     $this->viewFile = 'statistics.phtml';
     $this->contentCssClass = 'statistics';
 }