Results 1 to 4 of 4

Thread: Accessing Docs from Network

  1. #1
    Junior Registered
    Join Date
    Nov 2005
    Posts
    1

    Accessing Docs from Network

    We have a network location that contains thousands of how-to documents. What I am trying to do is create an intranet site that, when loaded, can auto populate and list all the files in that directory and make them available to open and search. I have little experience with this and am looking for some help. What is the best program to use to do this and how exactly is it done. Thank you in advance for any help!

  2. #2
    Working. Masetek's Avatar
    Join Date
    Aug 2005
    Location
    Aust
    Posts
    543
    You can do this using PHP. Take a look at this:

    http://au3.php.net/dir

    If you're not a programmer, or don't have PHP experience you might run into trouble with this. I am not aware of a pre-written script that does it.

  3. #3
    Chronic Entrepreneur
    Join Date
    Nov 2003
    Location
    Tulsa, Oklahoma, USA
    Posts
    1,112
    A very simple way to do this would be to turn on directory listings in your web server's settings. This would make it so that if a user goes to the URL of the directory containing all of your files they would simply get a list of all files in that directory and be able to click on each one to open it. You want to make sure that you only allow them to view directory listings for the docs directory or you could run into security problems. If a user wants to search, they could use their web browser's search function.

    If you're using Apache, here's a good article on how to customize the directory listings to meet your needs: http://www.serverwatch.com/tutorials...le.php/1131431 .

  4. #4
    4x4
    Join Date
    Oct 2004
    Posts
    1,043
    Quote Originally Posted by dpmmedia
    You can do this using PHP. Take a look at this:

    http://au3.php.net/dir

    If you're not a programmer, or don't have PHP experience you might run into trouble with this. I am not aware of a pre-written script that does it.
    I`ve used php for showing images like this it's not to hard just a simple loop. I`m sure you could post on www.elance.com and get it for $100 or less.

Similar Threads

  1. Review: Digital Point's Coop Ad Network
    By Chris in forum Advertising Networks
    Replies: 7
    Last Post: 10-30-2008, 02:27 AM
  2. Yahoo Publisher Network Review
    By Chris in forum Advertising Networks
    Replies: 20
    Last Post: 12-16-2006, 03:26 PM
  3. digitalpoint's co-op ad network
    By Kyle in forum Search Engine Optimization
    Replies: 32
    Last Post: 07-29-2006, 02:09 PM
  4. Feedback for network of sites
    By newsniche in forum General Chat
    Replies: 1
    Last Post: 05-25-2005, 07:46 AM
  5. CPM Ad Network & PPC Text Network
    By lunarmys in forum The Marketplace
    Replies: 6
    Last Post: 03-03-2004, 09:22 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •