this are my settings, probably they are no well configured so you can help me...
<?php
/*****************************************************************************/
/* Settings.php */
/*****************************************************************************/
/* YaBB: Yet another Bulletin Board */
/* Open-Source Project started by Zef Hemel (
[email protected]) */
/* Software Version: YaBB SE */
/* ========================================================================= */
/* Software Distributed by:
http://www.yabbse.org */
/* Support, News, Updates at:
http://www.yabbse.org/community */
/*
http://www.yabbforum.com/community */
/* ========================================================================= */
/* Copyright (c) 2001-2002 The YaBB SE Development Team */
/* Software by: The YaBB SE Development Team */
/*****************************************************************************/
/* This program is free software; you can redistribute it and/or modify it */
/* under the terms of the GNU General Public License as published by the */
/* Free Software Foundation; either version 2 of the License, or (at your */
/* option) any later version. */
/* */
/* This program is distributed in the hope that it will be useful, but */
/* WITHOUT ANY WARRANTY; without even the implied warranty of */
/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General */
/* Public License for more details. */
/* */
/* The GNU GPL can be found in gpl.txt in this directory */
/*****************************************************************************/
########## Board Info ##########
# Note: these settings must be properly changed for YaBB to work
$maintenance = 1; # Set to 1 to enable Maintenance mode
$mtitle = "Maintenance Mode"; # Subject for display
$mmessage = "Ok faithful SE users...we're attempting to restore an older backup of the database...news will be posted once we're back!"; # Message Description for display
$guestaccess = 0; # Set to 0 to disallow guests from doing anything but login or register
$yyForceIIS = 1; # Set to 1 if you encounter errors while running on an MS IIS server
$yyblankpageIIS = 1; # Set to 1 if you encounter blank pages after posting (usually on MS IIS servers)
$language = "english.lng"; # Change to language pack you want to use
$mbname = "Foro Bastardo"; # The name of your YaBB forum
$boardurl = "
http://bastard.webcindario.com/yabbse"; # URL of your board's folder (without trailing '/')
$Cookie_Length = 60; # Cookies will expire after XX minutes of person logging in (they will be logged out after)
$cookiename = "YaBBSE151"; # Name of the cookie
$RegAgree = 1; # Set to 1 to display the registration agreement when registering
$emailpassword = 1; # 0 - instant registration. 1 - password emailed to new members
$emailnewpass = 0; # Set to 1 to email a new password to members if they change their email address
$emailwelcome = 1; # Set to 1 to email a welcome message to users even when you have mail password turned off
$mailprog = "/usr/sbin/sendmail"; # Location of your sendmail program
$smtp_server = "webcindario.com"; # SMTP-Server
$webmaster_email = "
[email protected]"; # Your e-mail address.
$mailtype = 0; # 0 - sendmail, 1 - SMTP
########## Database Info ##########
$db_name = "yse151";
$db_user = "bastard";
$db_passwd = "*********";
$db_server = "
http://www.miarroba.com";
$db_prefix = "yabbse_";
########## Directories/Files ##########
# Note: directories other than $imagesdir do not have to be changed unless you move things
$boarddir = "/home/webcindario/bastard/yabbse"; # The absolute path to the board's folder (usually can be left as '.')
$sourcedir = "/home/webcindario/bastard/yabbse/Sources"; # Directory with YaBB source files
$facesdir = "/home/webcindario/bastard/yabbse/YaBBImages/avatars"; # Absolute Path to your avatars folder
$facesurl = "
http://bastard.webcindario.com/yabbse/YaBBImages/avatars"; # URL to your avatars folder
$imagesdir = "
http://bastard.webcindario.com/yabbse/YaBBImages"; # URL to your images directory
$ubbcjspath = "
http://bastard.webcindario.com/yabbse/ubbc.js"; # Web path to your 'ubbc.js' REQUIRED for post/modify to work properly!
$faderpath = "
http://bastard.webcindario.com/yabbsefader.js"; # Web path to your 'fader.js'
$helpfile = "
http://bastard.webcindario.com/yabbse/YaBBHelp/index.html"; # Location of your help file
########## Colors ##########
# Note: equivalent to colors in CSS tag of template.html, so set to same colors preferrably
# for browsers without CSS compatibility and for some items that don't use the CSS tag
$color['titlebg'] = "#6E94B7"; # Background color of the 'title-bar'
$color['titletext'] = "#FFFFFF"; # Color of text in the 'title-bar' (above each 'window')
$color['windowbg'] = "#AFC6DB"; # Background color for messages/forms etc.
$color['windowbg2'] = "#F8F8F8"; # Background color for messages/forms etc.
$color['windowbg3'] = "#6394BD"; # Color of horizontal rules in posts
$color['catbg'] = "#DEE7EF"; # Background color for category (at Board Index)
$color['bordercolor'] = "#6394BD"; # Table Border color for some tables
$color['fadertext'] = "#000000"; # Color of text in the NewsFader ("The Latest News" color)
$color['fadertext2'] = "#000000"; # Color of text in the NewsFader (news color)