Log in

View Full Version : best image hosting script ?



mikesw15
11-05-2010, 09:15 AM
hi im looking to create a online photo backup site can someone recommend a good php script please

Beverleyh
11-05-2010, 10:30 AM
It depends how complex you want your photo gallery to be and what features you need.
Also is it just you uploading or do you have members?

If you want something straight-forward, neat, customisable, and easy to setup, I recommend the PHP Photo Album script from the DD library here: http://www.dynamicdrive.com/dynamicindex4/php-photoalbum.htm
(You could manually setup different gallery folders and offer uploads via category - you'd need to script that aspect yourself though)

Coppermine is also a popular choice and offers more advanced settings (such as categories and multi-folders) http://coppermine-gallery.net/

mikesw15
11-05-2010, 02:37 PM
Hi i would be looking for something where users can make there own folders/link there pics to facebook etc and to be able to ftp

djr33
11-05-2010, 05:23 PM
FTP is setup on the server-- much lower level (and independent) from PHP.

PHP can create similar functions where they can browse and upload, but it would be complex to write.