Thread: forum problem
View Single Post
  #5  
Old 04-19-2012, 05:09 PM
chinchillapals chinchillapals is offline
Member
 
Join Date: Apr 2012
Posts: 24
Gender: Female
Credits: 4,330
chinchillapals is on a distinguished road
Default

chinchillapals.com/forum/
chinchillapals.com/vgliders/

<?php
//Mysidia Adoptables Site Configuration File

//Forum Integration Info: MyBB
$mybbenabled = 0; // 0 = disabled, 1 = enabled
$mybbhost = 'localhost'; // Consult your host if you believe this field is not localhost
$mybbuser = 'candlep_forum';
$mybbpass = 'password';
$mybbdbname = 'candlep_forum';
$mybbpath = '/forum';
$mybbprefix = 'mybb_'; // This is the default setting as you install MyBB forum, feel free changing it if you have a different prefix
$mybbremember = -1;
?>

Last edited by SilverDragonTears; 04-19-2012 at 05:15 PM.
Reply With Quote