1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

How do I manage lots of downloadable content on my plain website?

Discussion in 'Content Management' started by sysopgrace, Feb 28, 2009.

  1. #1
    I have a very plain website that I need use to offer a large archive of old files from the early days of the web. Lots of 16bit software compilations and the like.

    The problem is I don't want to manually create entries for each one in a php script. I don't want to manually create a long list of HTML links for each one either.

    There are also sub-directories to take into account as well and no descriptions of the files are needed.

    I have tried to just use the apache directory to list them but it looks really ugly to the point where its also a bit awkward for some users to traverse even.


    So I'm seeking advice here on how to easily present these file directories to users. Thank you all in advance!
     
    sysopgrace, Feb 28, 2009 IP
  2. Colbyt

    Colbyt Notable Member

    Messages:
    3,224
    Likes Received:
    185
    Best Answers:
    0
    Trophy Points:
    210
    #2
    On a php based site you could use scandir and format the output when you echo the results. This would look marginally better than just the Apache directory listing.

    For sure you could add a header, footer, and sidepanels to the page.
     
    Colbyt, Feb 28, 2009 IP
  3. American

    American Guest

    Messages:
    46
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    American, Feb 28, 2009 IP