1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Development online galelry tool

Discussion in 'Software' started by l'edo, 29 Dec 2004.

  1. l'edo

    l'edo What's a Dremel?

    Joined:
    10 Apr 2004
    Posts:
    111
    Likes Received:
    0
    hi..
    i got pictures uploaded on various webspaces now..
    it all looks kinda like that

    and all i had was a homepage where i used a html code like

    Code:
    <HTML>
    <HEAD><TITLE>Daniel Zenker</TITLE></HEAD>
    <body bgcolor="#336699" background="blueedo2.JPG" vlink="#000066" alink="#000000">
    <br><br><br>
    <center><p><img src="http://mitglied.lycos.de/cruelle1/skifreizeit 04/skionly/best/AUT04_38.JPG"></p>
    <center><p><img src="http://mitglied.lycos.de/cruelle1/skifreizeit 04/skionly/best/AUT04_49.JPG"></p>
    <center><p><img src="http://mitglied.lycos.de/cruelle1/skifreizeit 04/skionly/best/AUT04_51.JPG"></p>
    <center><p><img src="http://mitglied.lycos.de/cruelle1/skifreizeit 04/skionly/best/AUT04_55.JPG"></p>
    <center><p><img src="http://mitglied.lycos.de/cruelle1/skifreizeit 04/skionly/best/AUT04_91.JPG"></p>
    ...
    ...
    ...  
    <center><a href="http://home.arcor.de/cruelle/index.htm"><font size="6"><font color="#000066">back</font></a>  
    <br><center><span style="font-size:10pt"><font color="black">contact: ICQ 171935650</font></span><br>  
    </body>  
    </HTML>  
    but now I would like to re structure the page and do a new design.. but it takes me hours whenever i have to add new pictures since I do that all witj notetab..

    do you now something where i could leave the pictures where they are and just use a programm that lists them all in a gallery for me automatically?

    I would be happy if somebody nows a simple tool for that..
     
  2. k3rnel

    k3rnel What's a Dremel?

    Joined:
    25 Nov 2004
    Posts:
    137
    Likes Received:
    0
  3. Bruno_me

    Bruno_me Fake-ad‎min

    Joined:
    30 Mar 2003
    Posts:
    1,136
    Likes Received:
    1
  4. l'edo

    l'edo What's a Dremel?

    Joined:
    10 Apr 2004
    Posts:
    111
    Likes Received:
    0
    hm.. i thought more about something were you would just have a porgramm installed on your computer and than you select the folder containing the pictures online by specifying the whole adresse and than it will just give you html file with all the pictures listed in html tags like
    Code:
    <img src="http://serveradress/folder/picturename.jpg" alt="picturename">
    wouldn't that be able somehow?
     
  5. Highland3r

    Highland3r Minimodder

    Joined:
    25 Jul 2003
    Posts:
    7,559
    Likes Received:
    16
    U could probably write a simple script to do it....
     
  6. ajack

    ajack rox

    Joined:
    17 Apr 2003
    Posts:
    2,695
    Likes Received:
    2
    Yeah, just write a little PHP (or perl, whatever) script to scan through directories and output links - none too difficult.
     
  7. l'edo

    l'edo What's a Dremel?

    Joined:
    10 Apr 2004
    Posts:
    111
    Likes Received:
    0
    if it's that simple wouldn't one of you guys like to do that? kinda like a late christmas present for me?

    i have no clue of php or peral or whatever..

    and i just startet writing the first page.. after about 160 pictures I got pissed.. knowing that there are at least a thousand left..
     

Share This Page