<BODY>
<b><font face=arial size=+2>
Directory List<br>
<?php passthru("du -ks $dir") ?>
</font></b>
<font face=arial>
<br><?php print(date("m/d/y h:i")) ?>
<hr>
<pre>
<?php
// *****************************************************//
// //
// Author - Marcus S. Xenakis 4/28/99 //
// marcus@xenakis.net //
// //
// This simple PHP script only runs on a UNIX server. //
// It is based on the "ls" command. //
// It should reside in your web server root directory //
// //
// This program reads the directory based upon the //
// a passed paramter (parm) or the current directory //
// the program resides in if parm is null. //
// //
// This program is disigned to call two other php //
// scripts, //
// usage.php: which displays directory usage. //
// finder.php: which searches a site for files //
// //
// There are no modifications are required in order //
// to run this script. //
// //
// Driectories are displayed in blue. //
// MP3 files are displayed in red. //
// Click on a dir to call this program recursively. //
// Click on a file to display or download, depends on //
// file type. //
// //
// *****************************************************//