Ultimate Instagram Clone Social Networking Platform

Social network script similar to Instagram using PHP MySQL source code. It contains almost all the features of Instagram, such as post sharing, image sharing, favorites, and sharing short stories. Of course, there are also available administration functions for administrators, such as member management, content management, advertising management, etc.




How to install script on localhost:

  • Download and install a local web server such as AMPPS/XAMPP/WAMP to run our PHP scripts;
  • Download and extract the script and copy it to the web server directory;
  • Access phpMyAdmin to create a new database, then import file database.sql database (in directory database/database.sql );
  • Open file config.php (in directory functions/config.php) to configuration database connection:

define('DB_SERVER', 'localhost');

define('DB_USERNAME', 'root');

define('DB_PASSWORD', '');

define('DB_DATABASE', 'social');

  • Open a web browser type URL http://localhost/project_name/  to install the application.


Previous Post Next Post