Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Members Webspace Gallery Option

Options
  • 21-01-2004 11:21am
    #1
    Registered Users Posts: 10,501 ✭✭✭✭


    Anychance you could through in a hack into the webspace manager to view folders as galleries? :)
    Post edited by Shield on


Comments

  • Registered Users Posts: 10,501 ✭✭✭✭Slydice


    I'll write up a php file if you tell me how the manager currently maintains it's check on how a user is logged in


  • Closed Accounts Posts: 1,669 ✭✭✭DMT


    How about limited members galleries for non-subscribers...?


  • Registered Users Posts: 10,501 ✭✭✭✭Slydice


    I don't want a public gallery.. I just wanna see all the pics I've uploaded over time as a html page.


  • Moderators, Social & Fun Moderators Posts: 10,501 Mod ✭✭✭✭ecksor


    I could throw together a CGI that gives you a listing of all the images in your file space. Or, let you configure the list of extensions that you want to be viewable via a text file.

    What exactly would you want that php script to do?


  • Registered Users Posts: 10,501 ✭✭✭✭Slydice


    cgi / perl / php doesn't matter :)

    Just want it to go look at the folder, find all the .gif, .jpg, .jpeg, .png etc.. pictures and create a webpage to show them

    example:

    <html>
    <head>

    <TITLE>The Pictures in folder $folder_name.</TITLE>

    </head>
    <body>

    <H1>Pictures in folder $folder_name.</H1>

    <P>$picture1_name<br />
    <img src="$picture1_location" />

    <P>$picture2_name<br />
    <img src="$picture2_location" />

    </body>
    </html>

    What ya think?


  • Advertisement
Advertisement