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!
The oobenn social networking platform is a fixed layout with two columns.
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.
The oobenn social networking platform used related one js file for every post
Please follow these steps to installation
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
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]
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