Root://test/site/module/staff.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>
  <h3>World Of Angel </h3>
</li></ul><hr>
Ornella: Admin et fondateur de world of angel <br>
<br>
Bigboss: Admin forum <br>
<br>
Uminily: Webmaster <br>
<br>
<hr><ul><li>
  <h3>Autres </h3>
</li></ul><hr>
Phoenix: 
Age:21<br>
Localisation:Osaka<br>
Type: CCNA du Rise, membre du groupe phoenixgames <br>
Serveur:Responsable techniques du serveur lineage <br>
</ul>
  <? 
  else  
    {
      include(
'module/library/' $lib '.php');    
    }

?>