“ oobenn social networking platform ” Documentation by “SocialMaterial”


“ oobenn social networking platform ”

Created: 08/July/2016
By: SocialMaterial
Email: socialmaterial@hotmail.com
© All Rights Reserved SocialMaterial

Thank you for purchasing our social networking platform. 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!


Table of Contents

  1. HTML Structure
  2. CSS Files and Structure
  3. JavaScript
  4. Installation

A) HTML Structure - top

The oobenn social networking platform is a fixed layout with two columns.

HTML Structure

B) CSS Files and Structure - top

You have 4 style file in the css folder.

To explain briefly:

       /* === style.css === */
       It is used main styles.
       /* === materialize.css === */
       It is used material css framework
       /* === lgxrg.css === */
       It is used for login and resiger page. If you want to chagne login page design you need to use just lgxtg.css
       /* === animate.min.css === */
       It is related some css animation file. Ex: notification, settings box ect.

C) JavaScript - top

The oobenn social networking platform used related one js file for every post

  1. inst.js

E) Installation - top

Please follow these steps to installation

  1. Extract oobenn.zip file.
  2. Upload all files from your server or localhost
  3. Open phpmyadmin and create a database
  4. Import sql.sql into your database.
  5. Open dbCon.php from the includes folder and change the following section:
              define('DB_SERVER', 'localhost');
              
              define('DB_USERNAME', 'YOURDBUSERNAME');  // Your database username
              
              define('DB_PASSWORD', 'YOURDBPASSWORD');  // Your database password
              
              define('DB_DATABASE', 'YOURDBNAME');   // Your database name
              
              $base_url='http://localhost:8888/';   // http://yourwebsitename.com
    
  • .htaccess for root folder
              Options +FollowSymLinks -MultiViews
              RewriteEngine On
              RewriteBase /
              
              RewriteCond %{REQUEST_METHOD} !POST
              RewriteCond %{THE_REQUEST} \s/+(.+?)\.php[\s?] [NC]
              RewriteRule ^ /%1 [R=302,NE,L]
              
              RewriteCond %{REQUEST_METHOD} !POST
              RewriteCond %{THE_REQUEST} /index\.php [NC]
              RewriteRule ^(.*)index\.php$ /$1 [L,R=302,NC,NE]
              
              RewriteCond %{REQUEST_FILENAME} -d [OR]
              RewriteCond %{REQUEST_FILENAME} -f
              RewriteRule ^ - [L]
              
              RewriteRule ^status/([\w-]+)/?$ status.php?msgID=$1 [L,QSA]
              RewriteRule ^hashtag/([\w-]+)/?$ /hashtags.php?tag=$1 [L,QSA]
              
              RewriteRule ^(following|followers|friends)/([\w-]+)/?$ $1.php?username=$2 [L,QSA]
              
              RewriteCond %{REQUEST_FILENAME}.php -f
              RewriteRule ^(.+?)/?$ $1.php [L]
              
              RewriteRule (?:^|/)([\w-]+)/?$ profile.php?username=$1 [L,QSA]
    

  • We are developing oobenn social networking platform follow us from codecanyon.net then get a new updates faster.


    Once again, thank you so much for oobenn social networking platform . As I said at the beginning, I'd be glad to help you if you have any questions relating to oobenn social networking platform. Please feel free to email via my user page contact form here.

    oobenn social networking platform © All Rights Reserved SocialMaterial

    Go To Table of Contents