Version 1.1b

This commit is contained in:
nemunaire 2008-11-18 12:00:00 +01:00
commit c4a18d4281
82 changed files with 2532 additions and 180 deletions

View file

@ -4,12 +4,12 @@ if(!defined('INDEX')) { header('Location: ../'); exit; }
define("_FCORE",$_SERVER["DOCUMENT_ROOT"].'/includes/onyx/');
define("_FDIR",'hbn');
define('VERSION', '1.0b');
define('VERSION', '1.1b');
//Constante permettant de savoir si les attaques sont désactivées ou non
define("ATTAQUES", false);
//Définition des limites de la galaxie
define("MAX_AMAS", 3);
define("MAX_AMAS", 9);
define("MAX_SYSTEME", 99);
define("MAX_PLANETE", 12);
@ -47,7 +47,7 @@ $HEADER = '';
$nanite = 0;
$PUB = '<script type="text/javascript"><!--
$template->assign('pub', '<script type="text/javascript"><!--
google_ad_client = "pub-8183761828268957";
//468x60, date de création 20/11/07
google_ad_slot = "9088855275";
@ -56,5 +56,15 @@ google_ad_height = 60;
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />';
</script><br />');
$template->assign('analyst', '<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src=\'" + gaJsHost + "google-analytics.com/ga.js\' type=\'text/javascript\'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-3544473-3");
pageTracker._initData();
pageTracker._trackPageview();
</script>
');
?>