convertlog recreatelog potions plantes stats_clan zn_distance stats_kill cartfidel common_function sources outils

Source du fichier outils.php :


<div id="menu">
<?php

//$racine = 'http://etud.insa-toulouse.fr/~/thom/';
//$racine = 'http://hc.tithom.fr/';
$racine '';
//$racine = 'http://'.$_SERVER['SERVER_NAME'].'/';
$outils '<font color=red>LES OUTILS :</font> 
            <a href="'
.$racine.'convertlog.php">Log d\'attaque</a> -- 
            <a href="'
.$racine.'recreatelog.php">Recréateur multi Log</a> -- 
            <a href="'
.$racine.'potions.php">Stock de potions</a> -- 
            <a href="'
.$racine.'plantes.php">Plantes</a> --            
            <a href="'
.$racine.'pertxp.php">XP perdu</a> -- 
            <a href="'
.$racine.'stats_clan.php">Stats clan</a> --  
            <a href="'
.$racine.'zn_distance.php">Distance ZN</a> -- 
            <a href="'
.$racine.'stats_kill.php">Stats kill</a> -- 
            <a href="'
.$racine.'cartfidel.php">Carte Fidél</a> -- 
            <a href="'
.$racine.'hcia.php">HCIA</a>';

echo 
"$outils";
?>
</div>