Allora ho provato velocemente con:

Codice PHP:
foreach(scandir("addy/*") as $file){
    if(
$file != "index.php")
    if(
$file != "upload.php"
    if(
$file != "new.php")
echo 
"<table><tr><td>[img]http://img204.imageshack.us/img204/6782/wordwriter.png[/img]</td><td>[url='".$file."']<font color='black'><u>".$file."</u></font>[/url]</td></tr></table>
"
;

ma, come mi aspettavo, non funziona.

Ora devo andare, non è che qualche bella persona mi potrebbe fare un esempio fast?