GC - Admin not in ranking ?

hmm i cant see that in constants , only lunar base

PHP:
<?php


/**
 * constants.php
 *
 * @version 1
 * @copyright 2008 By Chlorel for XNova
 */

// ----------------------------------------------------------------------------------------------------------------

if ( defined('INSIDE') ) {
	define('ADMINEMAIL'               , "[email protected]");
	define('GAMEURL'                  , "http://".$_SERVER['HTTP_HOST']."/");

	// Definition du monde connu !
	define('MAX_GALAXY_IN_WORLD'      , 9);
	define('MAX_SYSTEM_IN_GALAXY'     , 499);
	define('MAX_PLANET_IN_SYSTEM'     , 15);
	// Nombre de colones pour les rapports d'espionnage
	define('SPY_REPORT_ROW'           , 1);
	// Cases donn
 
Last edited:
Nice been looking i know it is some ware
here i change it once i get like 21 Fields but can't find it now
but nice work.
now if you find out ware these can be change besides here
let me know wen you change thay don't work but i know some ware thay will
do it

// Definition du monde connu !
define('MAX_GALAXY_IN_WORLD' , 9);
define('MAX_SYSTEM_IN_GALAXY' , 499);
define('MAX_PLANET_IN_SYSTEM' , 15);
i've try to up the sys to 32 but no luck yet .

.
 
change of galaxy are not working too

o.O under events are no pictures for moon in my game
no problem in overview.php and overview_body.tpl
hmm only on my account
FIXED ^^

21 fields:
// Cases donn
 
Last edited:
Back