[FREE] ANTARIS-LEGACY, OGAME, WAR OF ALLIANCE, XTERIUM

    This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

    • Skylon wrote:

      Finally I accomplished the installation of War Of Alliance but the game is not load correctly.

      This is the final view.
      Don't Work the links of the menus eider don't show all the info of the planet.

      Please help me
      please edit header titles according to your domain and the game will start successfully.

      example: main.header.tpl - main.header.popup.tpl - main.header.game.tpl - main.header.chat.tpl

      screen:
      Images
      • Screenshot_72.png

        84.92 kB, 1,145×928, viewed 490 times
    • I have a new problem ;(


      It keeps loading something and does not allow building



      Sorry to disturb but this is more complex than the original 2moons
      Images
      • frame2.php.png

        590.48 kB, 1,347×660, viewed 447 times
    • Skylon wrote:

      I have a new problem ;(


      It keeps loading something and does not allow building



      Sorry to disturb but this is more complex than the original 2moons
      the system is 90% one, but it's not completely finished. it's actually a very simple system.
    • TYPE GAME TWO is the version after TYPE_GAME_ONE wich has a bit less features, and come with less ingame problems
    • The package is created to work with subdomains, i would recomend you to change host, install is working fine and take max 5min with a correct host
    • You have to specify your subdomain name in the file. You still have Play @ ..... com standing there.
      I posted and tagged the file.

      In addition, you have registered in the cfg Localhost.net. there belongs the domain name purely.


      Portal / Includes / page / login

      Advantages to the portal is that you can run more games several supdomains;)

      PHP Source Code: ShowIngamePage.class.php

      1. <?php
      2. /**
      3. * 2Moons
      4. * Copyright (C) 2012 Jan Kröpke
      5. *
      6. * This program is free software: you can redistribute it and/or modify
      7. * it under the terms of the GNU General Public License as published by
      8. * the Free Software Foundation, either version 3 of the License, or
      9. * (at your option) any later version.
      10. *
      11. * This program is distributed in the hope that it will be useful,
      12. * but WITHOUT ANY WARRANTY; without even the implied warranty of
      13. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
      14. * GNU General Public License for more details.
      15. *
      16. * You should have received a copy of the GNU General Public License
      17. * along with this program. If not, see <http://www.gnu.org/licenses/>.
      18. *
      19. * @package 2Moons
      20. * @author Jan Kröpke <info@2moons.cc>
      21. * @copyright 2012 Jan Kröpke <info@2moons.cc>
      22. * @license http://www.gnu.org/licenses/gpl.html GNU GPLv3 License
      23. * @version 1.7.2 (2013-03-18)
      24. * @info $Id$
      25. * @link http://2moons.cc/
      26. */
      27. class ShowIngamePage extends AbstractLoginPage
      28. {
      29. public static $requireModule = 0;
      30. function __construct()
      31. {
      32. parent::__construct();
      33. $this->setWindow('light');
      34. }
      35. function show()
      36. {
      37. $session = session::load();
      38. $sql = "SELECT * FROM %%USERS%% WHERE id = :userId;";
      39. $AccountInf = database::get()->selectSingle($sql, array(
      40. ':userId' => $session->userId
      41. ));
      42. if(!$session->isValidSession())
      43. {
      44. $session->delete();
      45. $this->assign(array(
      46. ));
      47. $this->display('page.lobby.notlogged.tpl');
      48. }elseif(config::get()->game_disable == 0 && $AccountInf['authlevel'] < 3){
      49. HTTP::redirectTo('index.php?code=6');
      50. }else
      51. {
      52. $sql = "SELECT * FROM %%USERS%% WHERE id = :userId;";
      53. $AccountInf = database::get()->selectSingle($sql, array(
      54. ':userId' => $session->userId
      55. ));
      56. $torRelay = gethostbyaddr($_SERVER['REMOTE_ADDR']);
      57. if (strpos($torRelay, 'tor') !== false || strpos($torRelay, 'rev.cloud.scaleway') !== false)
      58. HTTP::redirectTo('index.php?page=torRelay');
      59. if($AccountInf['isMailVerified'] == 0)
      60. HTTP::redirectTo('index.php?page=verifyemail');
      61. $universe = HTTP::_GP('universe', 'wog', UTF8_SUPPORT);
      62. $authorisedArray = array('wog', 'wog2');
      63. if(!in_array($universe, $authorisedArray))
      64. HTTP::redirectTo('index.php');
      65. if($universe == "wog")
      66. {
      67. $universe = "Name1";// Domain Name 1
      68. header('Location: http://'.$universe.'.'.config::get()->domain_name.'/check.php?referralID='.$AccountInf['ref_id'].'&email='.$AccountInf['email'].'&username='.$AccountInf['username'].'&lang='.$AccountInf['lang'].'&userId='.$AccountInf['id'].'&encodingplayer='.$AccountInf['encodage'].'&password='.$AccountInf['password'].'');
      69. }
      70. if($universe == "wog2")
      71. {
      72. $universe = "Name2";// Domain Name 2
      73. header('Location: http://'.$universe.'.'.config::get()->domain_name.'/check.php?referralID='.$AccountInf['ref_id'].'&email='.$AccountInf['email'].'&username='.$AccountInf['username'].'&lang='.$AccountInf['lang'].'&userId='.$AccountInf['id'].'&encodingplayer='.$AccountInf['encodage'].'&password='.$AccountInf['password'].'');
      74. }
      75. }
      76. }
      77. }
      Display All

      The post was edited 1 time, last by Kniry ().

    • Message: Cannot modify header information - headers already sent by (output started at /install/index.php:66)
      File: /includes/classes/HTTP.class.php
      Line: 46
      URL: galactopolitica.000webhostapp.…/install/index.php?step=6
      PHP-Version: 5.4.45
      PHP-API: apache2handler
      MySQL-Cleint-Version: mysqlnd 5.0.10 - 20111026 - $Id: c85105d7c6f7d70d609bb4c000257868a40840ab $
      2Moons Version: UNKNOWN
      Debug Backtrace:
      #0 [internal function]: errorHandler(2, 'Cannot modify h...', 'FILEPATH ...', 46, Array)
      #1 /includes/classes/HTTP.class.php(46): header('P3P: CP="IDC DS...')
      #2 /includes/common.php(89): HTTP::sendHeader('P3P', 'CP="IDC DSP COR...')
      #3 /install/step06.php(51): require('FILEPATH ...')
      #4 /install/index.php(68): include('FILEPATH ...')
      #5 {main}

      error
    • @Thisishowwedoit

      Hi
      If you have full versions of xterium or war of alliance games or you have a complete error-free file available, please provide information about this

      The files in Github are damaged war of alliance you said 80% of the game is finished but it does not work properly if you have it in hand please ı am buy it if you are interested please reply Thanks
    • Man are you really asking for a FREE complete bug free version ? Are you high or something ?

      why don’t you work on it to make it bug free and then you can share it lol. Some people are so disrespectful, you just want to have no work and gain money with it without investing any work you stupid piece of shit. 2Moons became such a shitty community.