Comparing revisions for FileView

Additions:
>>Download the latest [[http://www.paranoidpress.com/~smaug/fileview.tgz Version]]
(Not recomended for large directories or files tested on FreeBSD, Apache Server. I don't know what windows would do ##leave comment##)
Please comment if you find this action helpful It is my first "published" code and I would love to hear back from the community
KNOWN BUGS: file names with spaces ie. "This windows file.zip" will not link correctly.
echo "<tr class=\"fv\" ><th class=\"fv\" scope=\"col\"> </th><th class=\"fv\" scope=\"col\">File</th><th class=\"fv\" scope=\"col\">Size</th><th class=\"fv\" scope=\"col\">Modified</th>";
if ($md5checksum_on == 1) echo "<th class=\"fv\" scope=\"col\">md5 Checksum</th></tr>\n"; else echo "</tr>\n";
echo "</table>";
Deletions:
>>Download the latest [[http://www.paranoidpress.com/files/fileview.zip Version]] Updated: July 24, 2006
(Not recomended for large directories or files.)
Tested on FreeBSD, Apache Server. I don't know what windows would do ##leave comment##
Please comment if you find this action helpful It is my first "published" code and I would love to hear back from the community.
echo '<tr class="fv"><th class="fv" scope="col"> </th><th class="fv" scope="col">File</th><th class="fv" scope="col">Size</th><th class="fv" scope="col">Modified</th>';
if ($md5checksum_on == 1) echo '<th class="fv" scope="col">md5 Checksum</th></tr>'."\n"; else echo "</tr>\n";
echo '</table>';
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki