Phong.com photo gallery

QueBert

Lifer
Jan 6, 2002
22,931
1,129
126
he's asking what PHP script they use, whoever runs Phong is pretty damn slick with graphics and teh whole intarweb, so I'm guessing it's something they came up with themselves.
 

Malak

Lifer
Dec 4, 2004
14,696
2
0
I guess I missed that, just looks like a normal photo gallery to me...
 

oog

Golden Member
Feb 14, 2002
1,721
0
0
it shouldn't be hard to write something like that yourself. it just looks like a php script that creates a tree out of the folder structure and puts it in a frame.
 

QueBert

Lifer
Jan 6, 2002
22,931
1,129
126
shortcuts are great, if they do exactly what you need, then why waste the effort making it yourself? learning PHP would be teadious for most people. And something as "simple" as a tree scructer might be a real task. I'M NOT a programmer, but I've been on PC's since 8088's. I tinkered with phpBB, and I found PHP to be un fun to say the least :)

and I shouldn't have implied it's PHP he used to create that effect on the page, I didn't even look at the code. It could very well be DHTML. I suggest the person who posted this take a peak at Dynamic Drive this page has some kick ass code you can use for free.
 

whoiswes

Senior member
Oct 4, 2002
850
0
76
yeah, it's PHP. the left frame script is called "chunky.php" and it seems to be traversing the image directories...

FWIW, i would love to use something similar on my site, if anyone has any good ideas on how to script something like this (i know PHP, but i doubt i could do something like that...)
 

homercles337

Diamond Member
Dec 29, 2004
6,340
3
71
Originally posted by: whoiswes
yeah, it's PHP. the left frame script is called "chunky.php" and it seems to be traversing the image directories...

FWIW, i would love to use something similar on my site, if anyone has any good ideas on how to script something like this (i know PHP, but i doubt i could do something like that...)

What are you talking about? Thats a moderately difficult script to write. It should take a couple days or so just fiddling around.