PHP MYSQL Photo Gallery Script

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
nightmatrix
Forum Newbie
Posts: 21
Joined: Sun Jun 08, 2003 11:03 am

PHP MYSQL Photo Gallery Script

Post by nightmatrix »

Hi I was wondering if anyone knew were to get a gallery script that would allow me these options

To be able to have multiple users that could upload images to a seperate directory on the server that is built when they create an account and to be able to dynamically create a web page showing there images

An example would be to create an account which creates a directory on the server or in a database that held the images then creates an html/php page that shows the images then allows other people to go to there images by typing in a url http://www.whatever.com/directory/

The People would only be able to upload a maximum of 750kb to the server people then have to be able to Administer there accounts deleting and adding images change colors of there page/s etc

The Images have to be automatically resized to thumbnails and when you click on them they open in a new window in there original size or whatever size I specify

If Anyone knows where I can get a script like this that would be cool (preferably open source)

Thanks a lot

Night Matrix
User avatar
nielsene
DevNet Resident
Posts: 1834
Joined: Fri Aug 16, 2002 8:57 am
Location: Watertown, MA

Post by nielsene »

Have you looked at gallery.sf.net? Its not exactly what you're describing, but it may be close enough.
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

If that's not what you want, have a look at hotscripts.
nightmatrix
Forum Newbie
Posts: 21
Joined: Sun Jun 08, 2003 11:03 am

I found one

Post by nightmatrix »

Hey Thanks I found one see ya
Post Reply