Closed Thread
Results 1 to 4 of 4

Thread: File List Script

  1. #1
    Christopher's Avatar
    Christopher is offline Retired Christopher is an unknown quantity at this point
    Join Date
    Jun 2006
    Location
    USA
    Posts
    7,330

    File List Script

    I'm in need of a script that will show a list of all the files in a directory called webhunts. And if possible make them links to the file and remove the .php ending. Please help me with this. My computer teacher asked me to make a site where she could upload a webhunt and it would be shown on the homepage. I've got the backend made. Just don't know how to do the file listing. Thanks!

    Edit: Right now I'm showing the list of files in the directory using iframe. Is that the best way?
    Last edited by Christopher; 04-24-2007 at 12:35 AM.

  2. #2
    Micro is offline Retired staff (11-12-2008) Micro is an unknown quantity at this point
    Join Date
    Jul 2006
    Location
    West Midlands
    Posts
    1,301

    Re: File List Script

    Code:
    <?php
    $d = dir("INSERT DIRECTORY HERE -- INCLUDING /home/username/www");
    $urltofolder  = "http://www.domain.com/urltofolderwithout/"; // Dont put a / on the end.
    while (false !== ($entry = $d->read())) {
       if($entry != "." or $entry != ".."){
       echo "<a href='" . $urltofolder . "/" . $entry . "'>" . $entry . "</a><br/>";
       }
    }
    $d->close();
    ?>
    That should work.
    Micro

  3. #3
    Christopher's Avatar
    Christopher is offline Retired Christopher is an unknown quantity at this point
    Join Date
    Jun 2006
    Location
    USA
    Posts
    7,330

    Re: File List Script

    Thanks! It worked.

  4. #4
    Derek is offline Community Support Force Derek is a splendid one to beholdDerek is a splendid one to behold
    Join Date
    May 2005
    Location
    cossacks
    Posts
    6,354

    Re: File List Script

    Thanks i needed that too..

Closed Thread

Similar Threads

  1. file upload script
    By nightscream in forum Scripts & 3rd Party Apps
    Replies: 9
    Last Post: 01-11-2011, 05:04 PM
  2. Mini File Host - Uploading script like rapidshare megaupload
    By fakhruddin in forum Scripts & 3rd Party Apps
    Replies: 10
    Last Post: 08-31-2006, 03:45 PM
  3. Server UP time Script
    By dharmil in forum Scripts & 3rd Party Apps
    Replies: 2
    Last Post: 04-03-2006, 04:39 PM
  4. [PHP] Creating a File Upload Script
    By o0slowpaul0o in forum Tutorials
    Replies: 17
    Last Post: 10-05-2005, 01:39 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers