Bootstrap Social Network Version 2 PHP Source Code is a lovely and simple interface, Fast structure, A safety system towards exterior assaults, Responsive design for all units.

Bootstrap Social Network Version 2 PHP Source Code

Bootstrap Social Network Version 2 PHP Source Code

Supply to find out extra about all of the options of the social network:

Registration Simple and handy check-in will enable You to rapidly add new customers to Your website, a well-thought-out system of safety towards substitution errors will enable warning the consumer in coming into incorrect information or lack thereof. The code beneath permits defending the positioning from automated account creation to make sure that the web site is registered to a residing particular person.

Password restoration If You neglect your password, You need to use the “Password Restoration”, placing your e-mail deal with registered on the positioning, You’ll obtain an e-mail with the code, through which You restore entry to your web page.

Responsive design At the moment, folks typically have begun to make use of cellphones and tablets to the Web. Now, the usage of cell units than private computer systems and laptops. With this in thoughts, it grew to become essential to creating adaptive interfaces that may adapt to any gadget. It is rather handy. No matter the kind of gadget or Your location, You may comfortably use the social community.

Altering avatars You may all the time add an avatar and crop it by yourself. Saved avatars will all the time be a normal dimension.

Pictures You may have the power so as to add photos. Including photographs is completed in html5 and permits you to add at one time, a number of photographs. Uploaded photographs on Your web page fashioned a ribbon, which may be reutilized. In order there’s a separate part the place You may view all of the photographs. Pictures open in a pop-up window that permits you to flip by photographs. Any consumer can like or go away a touch upon the photograph.

Bootstrap Social Network Version 2 PHP Source Code Screenshot

Bootstrap Social Network Version 2 PHP Source Code

Bootstrap Social Network Version 2 PHP Source Code

Bootstrap Social Network Version 2 PHP Source Code

Bootstrap Social Network Version 2 PHP Source Code

Instruction

Running a social network:

1. Upload files
Add the files from the directory “www” in your hosting.

2. Import Database
Import the database dump of the directory “mysql”.

3. Connecting to database
Set up a connection to the database file, the inc/sql_social.php

$hostname = ”; – database server
$user = ”; – user database
$password = ”; – password database
$db = ”; – database name

The database must be encoded in UTF-8

4. Configuring the connection to the Mail server
For proper operation of the password recovery feature, you must configure the connection to the mail server of your hosting.
Set up a connection to a mail server in a file inc/mail_social.php

$host = ”; – mail server
$login = ”; – login mailbox
$password = ”; – password mailbox
$from = ”; – e-mail sending

Mail will be sent by POP3 protocol

5. Select the language currently only supports English and Russian.
Select the language in the file can be inc/config.php
You have to put in two places at the same value:

include $_SERVER[‘DOCUMENT_ROOT’].’/language/en.php’; – en.php or ru.php
$js_lang = ‘en’; – en or ru
$secret = “”; – any value (involved in the formation of tokens)

Download Bootstrap Social Network Version 2 PHP Source Code

Bootstrap Social Network Version 2 PHP Source Code

Download Bootstrap Social Network Version 2 Database

Bootstrap Social Network Version 2 Database