- Developer
- Kamran Musa
km Social is the best way to create your own photo sharing site! Script is fast, secure. Your waiting for regular updates. Thanks to the convenient and simple structure of the script, it will be easy for you to understand it. Script is adapted for any devices.
Multilingualism - script is translated into 2 languages (English, Russian). In the next update it is planned to translate more languages.
Features
Account:- Full name
- Username
- Gender
- Birth date
- City
- Country
- Online status
- About info
- Site link
- Avatar IMG
- Site
- Verification
- Cover IMG
- Privacy (Closed, Open)
- Deactivate
- Ban
- Delete
- and so much more..
- Follow
- Unfollow
- Requests
- Accept
- Reject
- Share
- Like
- Comment
- Add filter effect (25 effects)
- Save to bookmarks
- Description
- Like
- Comment
- Follow
- Accept follow request
- Add
- Delete
- Add
- Delete
Requirements
- PHP 7 and above
- MySQL 5 and above
- Apache 2 and above
- Domain Name
- Web Hosting
Instructions
1) Upload Process
The first step is to upload the content inside the folder "Script" (IMPORTANT NOTE: Upload what's inside the folder Script, not the script folder) into your public_html folder or into your default FTP root folder.The second thing is to upload your "mysql.sql" file from the folder called "MySQL" using the IMPORT function available in phpMyAdmin.
2) Installation Process
Now, After you uploaded everything, You can start the installation process.Changes inside the files
1) With a text editor (e.g.: Notepad), Open the following folder located inside the '/app/configs/database.php'. Now, Replace what's inside the brackets with your MySQL settings,
define ("DataBase_HOST", "WHERE YOUT DB HOST"); // database Host
define ("DataBase_NAME", "WHERE YOUT DB NAME"); // database Name
define ("DataBase_USER", "WHERE YOUT DB USER"); // database User
define ("DataBase_PASSWORD", "WHERE YOUT DB PASSWORD"); // database Password
2) With a text editor (e.g.: Notepad), Open the following folder located inside the '/app/configs/site.php'. Now, Replace what's inside the brackets with your MySQL settings,
'title' => "WHERE YOUR SITE TITLE", // site Title
'description' => "WHERE YOUR SITE DESCRIPTION", // site Description
'keywords' => "WHERE YOUR SITE KEYWORDS", // site Keywords
'site_url' => "WHERE YOUR SITE URL", // site Full URL - ALWAYS add a slash at the end
'site_url_path' => "WHERE YOUR SITE URL PATH", // site Path URL without https and slashes
Save and exit.