Thursday 27 August 2015

Simple photo upload and share code in php

Features:
-Upload, compress, share
-Album, blog, hash tag
-Search

Live code: http://photo.initedit.com 



more opensource code: http://opensource.initedit.com

Installation steps:
Now get started with how to install photo.initedit.com .

- First you need to have an server which support php and mysql(LAMP).
- Now Unzip the downloaded folder.(downlaod)
- Go to "mysql" directory inside the extracted directory.
- Now After confirming table.sql file go to phpmyadmin panel(or import using mysql console).
- Create a new database using phpmyadmin
- Now Click on import to import tables.sql file from our "mysql" directory.
- Now go to extracted folder inside php/class/ folder.
- Open common.php file in text editor.
- Change username ,password, and databases accordingly .
- Done.

Note : You also have to install Imagick for optimizing image loading
(http://php.net/manual/en/imagick.installation.php)

No comments:

Post a Comment