View file moduls/settings.php

File size: 1.54Kb
<?php
/*
Project: PBNL Forum v2.3

Coded By: Oyebamiji Akorede (Harkorede)

Facebook: http://facebook.com/harkorede94

Email: (harkorede01@gmail.com)

CellPhone +2348029828364

Twitter: @harkorede94

WebSite: http://naijamobile.in
*/
////DATABASE SETTINGS////
global $config, $db;

$dbname = "joyloaded_emir"; // Your Sql Database Name

$dbuser = "joyloaded_emir"; // Your sql database username

$dbhost = "localhost"; // its always localhost, except if your host states otherwise

$dbpass = "yourear1"; // Your sql database password

////SITE SETTING////

$config->url = "http://www.joyloaded.com/"; // Your website address with the trailing slash.

$config->title = "Joyloaded"; // Your site title. Preferably your domain without .com/.net/.org/ etc

$config->css = "black"; // css styles options.. black, green, blue, or red..

$config->desc = "Avenue For Money Making, All Network Free Browsing Tweaks, Online Business, Hacking And Modding Tutorials, Wapmaster Joint, Love And Dating Corner Powered By Hacklord"; // Your site description,

$config->lome = "You Have Been Logged Out Successfully, Thank For The Time You Spend With Us"; //Message For User After Logging Out

////OTHER SETTINGS///

$config->twit = "joyloaded"; // Your Twitter Username (Not URL)

$config->fb = "joyloaded"; // Site Facebook Page name (Not profile name or URL)

$config->owner = "Hacklord"; // Name Of Owner

$config->email = "Info@joyloaded.com"; // Email Of Owner

$config->mobile = "+2348137407485"; // Mobile No. Of Owner          ?>