Root://test/site/module/configuration.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>Les Configurations minimales pour jouer a lineage </li>
</ul>
<hr>
<br>
</ul>
<div id="bloc_article" class="bloc_centre">
<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="bloc_texte">
            <p><font size="2">Avant d'installer et lancer Lineage II, v&eacute;rifiez que les capacit&eacute;s de votre ordinateur le permette.</font></p> <p>&nbsp;</p> <center> <table width="522" cellspacing="1" cellpadding="0" border="0" class="TDtrait" style="width: 522px; height: 104px;">     <tbody>         <tr class="TDtitre">             <td height="21"><font size="2">&nbsp;</font></td>             <td width="190" align="center"><strong><font size="2">Configuration Minimale</font></strong></td>             <td width="220" align="center"><strong><font size="2">Configuration recommand&eacute;e</font></strong></td>         </tr>         <tr class="TDfond">             <td height="21" align="center"><font size="2" style="color: #ff6600"><strong>CPU</strong></font></td>             <td align="center"><font size="2">Pentium 3 <font style="color: #ff6600">800 MHz</font> ou plus</font></td>             <td align="center"><font size="2">Pentium 4 <font style="color: #ff6600">2,4 GHz</font> ou plus</font></td>         </tr>         <tr class="TDfond">             <td height="21" align="center"><font size="2" style="color: #ff6600"><strong>RAM</strong></font></td>             <td align="center"><font size="2">plus de <font style="color: #ff6600">256Mo</font></font></td>             <td align="center"><font size="2"><font style="color: #7c94b0"><font style="color: #ff6600">1Go</font> </font></font>ou plus</td>         </tr>         <tr class="TDfond">             <td height="33" align="center"><font size="2" style="color: #ff6600"><strong>Carte graphique</strong></font></td>             <td align="center"><font size="2"><font style="color: #ff6600">GeForce2</font> ou mieux<br />             Carte graphique 3D</font></td>             <td align="center"><p><font size="2"><font style="color: #7c94b0"><font style="color: #ff6600">GeForceFX 5700</font>&nbsp;</font>ou mieux<br />             Carte graphique 3D</font></p></td>         </tr>         <tr class="TDfond">             <td height="33" align="center"><font size="2" style="color: #ff6600"><strong>Connexion</strong></font></td>             <td align="center"><font size="2">RTC 56K</font></td>             <td align="center"><p><font size="2">Connexion haut d&eacute;bit</font></p></td>         </tr>         <tr class="TDfond">             <td height="33" align="center"><font size="2" style="color: #ff6600"><strong>Espace disque</strong></font></td>             <td align="center"><font size="2" style="color: #ff6600">8Go</font></td>             <td align="center"><p><font size="2"><font style="color: #7c94b0"><font style="color: #ff6600">10Go</font>&nbsp;</font></font>ou plus</p></td>         </tr>     </tbody> </table> </center> <p>&nbsp;</p> <p><font size="2">Si votre syst&egrave;me ne correspond pas &agrave; la configuration minimale : </font></p> <ul>     <li><font size="2">Le jeu ne se lancera pas ou alors ne fonctionnera pas correctement. Si vous voulez jouer sans probl&egrave;me, il est conseill&eacute; d'utiliser la configuration recommand&eacute;e.</font></li> </ul> <p><font size="2">Si votre syst&egrave;me correspond a la configuration minimale : </font></p> <ul>     <li><font size="2">Configurez les options graphiques aux niveaux de d&eacute;tail minimum pour obtenir un jeu fluide.</font></li> </ul> <p><font size="2">* Lineage II n&eacute;cessite DirectX&nbsp;9.0c ou plus. Lineage II ne se lancera pas sur un syst&egrave;me Windows 95 ou NT. Veillez &eacute;galement &agrave; installer les derniers pilotes de votre carte graphique.</font></p> <p>&nbsp;</p> <p><font size="2"><a href="http://www.lineage2.com/">source</a></font></p>
        </div>        
        
        
        
        
        <p class="news_auteur">
        
        Par 
        
            
            &nbsp;Phoenix -
            
        
            le 18/09/2006
            
        </p>
    

    
</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>    
</div>
  <? 
  else  
    {
      include(
'module/library/' $lib '.php');    
    }

?>