<?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"> </TD>
<TD>
<TABLE width="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0">
<TR style="height:50px;">
<TD class="Cadre_HGbis"> </TD>
<TD class="Cadre_HR"> </TD>
<TD class="Cadre_HC"> </TD>
<TD class="Cadre_HR"> </TD>
<TD class="Cadre_HDbis"> </TD>
</TR>
</TABLE>
</TD>
<TD class="Cadre_HD"> </TD>
</TR>
<TR>
<TD class="Cadre_GR"> </TD>
<TD class="Cadre_centre"><div class="bloc_texte">
<p><font size="2">Avant d'installer et lancer Lineage II, vérifiez que les capacités de votre ordinateur le permette.</font></p> <p> </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"> </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é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> </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é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> </font></font>ou plus</p></td> </tr> </tbody> </table> </center> <p> </p> <p><font size="2">Si votre système ne correspond pas à 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ème, il est conseillé d'utiliser la configuration recommandée.</font></li> </ul> <p><font size="2">Si votre système correspond a la configuration minimale : </font></p> <ul> <li><font size="2">Configurez les options graphiques aux niveaux de détail minimum pour obtenir un jeu fluide.</font></li> </ul> <p><font size="2">* Lineage II nécessite DirectX 9.0c ou plus. Lineage II ne se lancera pas sur un système Windows 95 ou NT. Veillez également à installer les derniers pilotes de votre carte graphique.</font></p> <p> </p> <p><font size="2"><a href="http://www.lineage2.com/">source</a></font></p>
</div>
<p class="news_auteur">
Par
Phoenix -
le 18/09/2006
</p>
</TD>
<TD class="Cadre_DR"> </TD>
</TR>
<TR style="height:32px;">
<TD class="Cadre_BG"> </TD>
<TD class="Cadre_BR"> </TD>
<TD class="Cadre_BD"> </TD>
</TR>
</TABLE>
</div>
<? }
else
{
include('module/library/' . $lib . '.php');
}
?>
|