Root://test/site/module/commentjouer.php
 
 
<?php
  
if (isset($_GET['lib']) || isset($_POST['lib'])) {
$lib trim(isset($_POST['lib']) ? $_POST['lib'] : $_GET['lib']);
if (
preg_match("/[^a-zA-Z0-9_]/"$lib)) { Header();exit;}}  
  if (
$lib == "")
  { 
?><ul>

<li>Se Qu'il Faut Savoir </li>
</ul><hr>
<TABLE width="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0">
    <TR  style="height:50px;">
        <TD class="Cadre_HG">&nbsp;</TD>
        <TD>
<TABLE width="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0">
    <TR  style="height:50px;">
        <TD class="Cadre_HGbis">&nbsp;</TD>
        <TD class="Cadre_HR">&nbsp;</TD>
        <TD class="Cadre_HC">&nbsp;</TD>
        <TD class="Cadre_HR">&nbsp;</TD>
        <TD class="Cadre_HDbis">&nbsp;</TD>
    </TR>
</TABLE>
      </TD>
      <TD class="Cadre_HD">&nbsp;</TD>
    </TR>
    <TR>
      <TD class="Cadre_GR">&nbsp;</TD>
        <TD class="Cadre_centre">                
                <div class="liste_articles">
                    <p>Articles: </p>
  <li><a href="index.php?id=gestiondunclan">Gestion d'un Clan</a></li>
     <li><a href="index.php?id=niveaudeclanetunite">Niveau de clan et unite</a></li>
     <li><a href="index.php?id=academieetreputation">Academie et reputations</a></li>
     <li><a href="index.php?id=avantagesdesclans">Avantages des clans</a></li>
     <li><a href="index.php?id=siegedechateaux">Les Sieges de chateaux</a></li>
       <li><a href="index.php?id=invocations">Invocations</a></li>
        <li><a href="index.php?id=lapeche">la Peche</a></li>
         
</ul>
    
    
                </div>
                
                
                
            </div></TD>
        <TD class="Cadre_DR">&nbsp;</TD>
    </TR>
    <TR  style="height:32px;">
        <TD class="Cadre_BG">&nbsp;</TD>
        <TD class="Cadre_BR">&nbsp;</TD>
        <TD class="Cadre_BD">&nbsp;</TD>
    </TR>
</TABLE><br>
</ul>
  <? 
  else  
    {
      include(
'module/library/' $lib '.php');    
    }

?>