ser = 'gsbv_i298smf'; $db_passwd = 'xYExwGjdnKS7l'; $db_prefix = 'smf_'; $db_persist = 0; $db_error_send = 1; ########## Directories/Files ########## # Note: These directories do not have to be changed unless you move things. $boarddir = '/home/gsbv/domains/gsbv.es/public_html/foros'; # The absolute path to the forum's folder. (not just '.'!) $sourcedir = '/home/gsbv/domains/gsbv.es/public_html/foros/Sources'; # Path to the Sources directory. ########## Error-Catching ########## # Note: You shouldn't touch these settings. $db_last_error = 1334246102; # Make sure the paths are correct... at least try to fix them. if (!file_exists($boarddir) && file_exists(dirname(__FILE__) . '/agreement.txt')) $boarddir = dirname(__FILE__); if (!file_exists($sourcedir) && file_exists($boarddir . '/Sources')) $sourcedir = $boarddir . '/Sources'; ?>