Codice PHP:
<?php
foreach(glob("*") as $file){
     if(
$file != "index.php")
          echo 
"[url='".$file."']".$file."[/url]";
}
?>