﻿***********************
Introduction
***********************
UserSocialLoginSystem is a very useful to integrate user login and registration functionality to your website. This script provides the instant ability to add complete user login process with social account (Facebook, Google, and Twitter) in PHP web application. All the functionalities (like, User Registration, User Login, Forgot Password, Remember Me, User Account Management, Logout, etc.) has integrated into our UserSocialLoginSystem project.


*******************
Release Information
*******************
This package contains a stable release code of version 2.1. To download the latest stable release please contact our support team at support@codexworld.com.


*******************
Server Requirements
*******************
PHP version 5.x or newer is recommended. But it should work on lower version as well.


*************************
Files Structure & Details
*************************
Before you get started, take a look at the files structure that are used to integrate User Login System. Please see the complete files structure and their functionality in "files-structure.html".


*************************
Installation Instructions
*************************
1. Create a MySQL database (for example, codexworld) ==> Go to the phpMyAdmin panel and import "SQL/php_social_login_system.sql" file into this database.
2. Unzip the source code package and move all the files and folders to the server.
3. Open the "includes/config.php" file with a text editor and specify the following settings:
SITE_NAME - Website name.
SITE_TITLE - Website title

DB_HOST - Database host.
DB_USERNAME - Database username.
DB_PASSWORD - Database password.
DB_NAME - Database name.
DB_USER_TBL - Database table name.

SENDER_NAME - Email sender name.
SENDER_EMAIL - Email sender email.

SMTP - Set TRUE if want to use SMTP server to send the email.
SMTP_HOST - SMTP server host.
SMTP_USERNAME - SMTP server username.
SMTP_PASSWORD - SMTP server password.
SMTP_SECURE - ssl/tls.
SMTP_PORT - SMTP server port.

FB_APP_ID - Facebook App ID.
FB_APP_SECRET - Facebook App Secret.
GP_CLIENT_ID - Google API Client ID.
GP_CLIENT_SECRET - Google API Client Secret.
TW_CONSUMER_KEY - Twitter App Consumer Key.
TW_CONSUMER_SECRET - Twitter App Consumer Secret.

4. Open the application base URL (http://www.codexworld.com) on the browser, the user login page will appear. 
5. Done! Now check the user login system with manual and social login functionality.


***********************
License
***********************
Please see the license agreement in "license.html" document.


***********************
Resources
***********************
If you facing any issue on project installation, or want to report bugs or other issues - contact our support team at support@codexworld.com
