Results 1 to 10 of 10

Thread: online photo album written in php & mysql - thoughts?

  1. #1
    Join Date
    Mar 2006
    Location
    Bucharest, Romania
    Beans
    1,427
    Distro
    Ubuntu 10.04 Lucid Lynx

    Thumbs up online photo album written in php & mysql - thoughts?

    I'm posting it here as I think it's the most appropriate place
    I want to make an online photo album (like google picasa web album or yahoo photos) in php as it seems me the easiest and suitable scripting language. basically I want that my application to be able to to the following things:
    - users login with username and password (multiple accounts)
    - user's ability to create albums, upload photos, organize photos into albums, tag pictures, rename, delete them etc
    - picture editing: resize, basic effects like black&white, sepia and so on (yahoo photos I think is the best example so far)

    I know that I need a database backend for this (mysql I believe to be just right) and a domain, even if i believe I can run it locally, at least for a while. so, after you got a glimpse of what I intend to do, how hard do you think this is?
    I have basc html and php knowledge and enough time and willingness to learn
    any suggestion/advice is useful (links, howtos, tutorials, similar projects that you know, sources)
    The limits of my language mean the limits of my world

  2. #2
    Join Date
    Apr 2007
    Beans
    14,781

    Re: online photo album written in php & mysql - thoughts?

    That seems like a good idea; however, as you will have people inserting data into MySQL, do you have enough knowledge or experience with the various security issues?

    For a project like this, I would make a small web app and build on it. If you set your sights too high, you could easily be overwhelmed.

  3. #3
    Join Date
    Mar 2006
    Location
    Bucharest, Romania
    Beans
    1,427
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: online photo album written in php & mysql - thoughts?

    I know....I just want people to upload photos and manage their own albums. I found something usefull, a project named gallery2, I installed it on my local machine and I'll give it a try, maybe some good ideas will emerge from it...
    The limits of my language mean the limits of my world

  4. #4
    Join Date
    Jun 2005
    Location
    Sydney,Australia
    Beans
    37

    Re: online photo album written in php & mysql - thoughts?

    You could also try coppermine.
    ...it rubs the lotion on the skin, or else it gets the hose again...

  5. #5
    Join Date
    Mar 2006
    Location
    Bucharest, Romania
    Beans
    1,427
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: online photo album written in php & mysql - thoughts?

    I installed last night gallery2 on my machine. now I'm digging into the source code...
    The limits of my language mean the limits of my world

  6. #6
    Join Date
    Jul 2005
    Location
    Belgium
    Beans
    299
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: online photo album written in php & mysql - thoughts?

    It depends on what you want to achieve.
    I think that, for what you're looking for, both Galler2 and Coppermine will do the trick.

  7. #7
    Join Date
    Mar 2006
    Location
    Bucharest, Romania
    Beans
    1,427
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: online photo album written in php & mysql - thoughts?

    I'm working on it....from what I've seen gallery is a complete application and pretty comprehensive...
    The limits of my language mean the limits of my world

  8. #8
    Join Date
    Apr 2007
    Beans
    3

    Re: online photo album written in php & mysql - thoughts?

    I've been using Gallery for more than a year now. Great application. There are a number of ancillary tools available for it as well for batch uploading or plugins to applications so it's a good platform to try a number of things.

  9. #9
    Join Date
    Jul 2006
    Location
    Ontario, Canada
    Beans
    Hidden!
    Distro
    Ubuntu 6.06 Dapper

    Re: online photo album written in php & mysql - thoughts?

    Don't forget the AJAX!


    -Sanjay Sodhi

  10. #10
    Join Date
    Jan 2005
    Location
    Argentina
    Beans
    65
    Distro
    Ubuntu

    Re: online photo album written in php & mysql - thoughts?

    I'm sure it's a little too late, but http://www.zenphoto.org/ is much simpler than copernime or gallery2, and fully functional.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •