Social Business
It's Time To Get Down To Busines
Thank you for purchasing my CMS script. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here .
Thanks so much!
SOCIAL BUSINESS is a web application CMS (Content Management System) built in PHP based on MVC pattern (Model-View-Controller) written in OOP technique, with PDO (PHP Data Objects) as a method of connecting to a DBMS (MySQL ).
The design is developed using HTML5, CSS3, JavaScript using the popular frameworks Boostrap (3.1.1) and jQuery (2.1.0) and for programming we choose a simple and flexible framework: FuelPHP (1.7.1).
The main purpose of the Social Business application is to develop a social network aimed to business people who want to make their businesses known to other people and find their business partners easily. Of course with a little imagination the Social Business application can be transformed in a different kind of social network.
What is Social Business for:
- for someone who wants to develop a business community, a social networking or business networking
- for people who own several businesses
- for a user who wants to keep track of the appointments they have
This script requires PHP 5.3+ and MySQL. 5.x
Now, first thing you want to do, is to make sure you create a MySQL database along with an user for it (IMPORTANT NOTE: Copy somewhere your mysql username, and password, as you will need them later), and setup your FTP server for the domain where the script will be installed.
So your requirements are:
-
A) A MySQL database + MySQL user
-
B) Domain name + FTP server.
- The first step is to upload the content inside the folder "social-business" (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 into your MySQL database using the IMPORT function available in MySQL the social-business.sql file from the folder called "data/sql".
With a text editor (e.g.: Notepad), open the following file located inside the 'script' folder:
PATH: fuel/app/config/development/db.php.
Now, replace what's inside the array with your information, you should have something like this:
return array(
'default' => array(
'connection' => array(
'dsn' => 'mysql:host=your_server;dbname=your_database',
'username' => 'your_username',
'password' => 'your_password',
),
),
);
Information: The username and password for the application as well as other configurations can be changed within the admin panel interface.
- Login information to access first time the admin panel at http://www.yourdomanin.com/login
- login username: admin@demo.demo
- login password: demodemo
Again, thanks for purchasing this item. If you have any doubt about this theme or you find an error, please feel free to send me a message here: Solutii Soft on CodeCanyon. I'll do my best to help you, but no guaratees.