There are a lot of pre-compiled pagckages of recover around. I didn't put them on this page, but you can find them on RPMFind and other package libraries.

"; $num=0; while (($name=readdir($dir))!="") { if ($name==".." || $name==".") continue; $names[$num]=$name; $num++; } asort ($names); $cnt=$num-1; while ($cnt >= 0) { echo "

  • ".$names[$cnt]."
  • "; $cnt--; } echo ""; ?>