Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
I tryed to edit settings.php
y2kbg
New
oops i tryed to fix the "base URL" read how to fix it in another post now i get this error.
Parse error: syntax error, unexpected T_STRING in /www/110mb.com/z/f/i/l/e/s/_/_/zfiles/htdocs/Vanilla/conf/settings.php on line 29
I dont think i touched line 29
can anyone see the problem
<?php
// Application Settings
$Configuration['SETUP_TEST'] = '1';
$Configuration['APPLICATION_PATH'] = '/www/110mb.com/z/f/i/l/e/s/_/_/zfiles/htdocs/Vanilla/';
$Configuration['DATABASE_PATH'] = '/www/110mb.com/z/f/i/l/e/s/_/_/zfiles/htdocs/Vanilla/conf/database.php';
$Configuration['LIBRARY_PATH'] = '/www/110mb.com/z/f/i/l/e/s/_/_/zfiles/htdocs/Vanilla/library/';
$Configuration['EXTENSIONS_PATH'] = '/www/110mb.com/z/f/i/l/e/s/_/_/zfiles/htdocs/Vanilla/extensions/';
$Configuration['LANGUAGES_PATH'] = '/www/110mb.com/z/f/i/l/e/s/_/_/zfiles/htdocs/Vanilla/languages/';
$Configuration['THEME_PATH'] = '/www/110mb.com/z/f/i/l/e/s/_/_/zfiles/htdocs/Vanilla/themes/vanilla/';
$Configuration['DEFAULT_STYLE'] = '/Vanilla/themes/vanilla/styles/mydesign/';
$Configuration['WEB_ROOT'] = '/Vanilla/';
$Configuration['BASE_URL'] = 'http://zfiles.110mb.com/Vanilla';
$Configuration['FORWARD_VALIDATED_USER_URL'] = 'http://zfiles.110mb.com/Vanilla/';
$Configuration['SUPPORT_EMAIL'] = 'y2kbug@zoominternet.net';
$Configuration['SUPPORT_NAME'] = 'Zak';
$Configuration['APPLICATION_TITLE'] = 'ZFiles';
$Configuration['BANNER_TITLE'] = 'ZFiles';
$Configuration['COOKIE_DOMAIN'] = 'zfiles.110mb.com';
$Configuration['COOKIE_PATH'] = '/Vanilla/';
$Configuration['SETUP_COMPLETE'] = '1';
$Configuration['EXTENSION_POLL_VERSION'] = '1.3';
$Configuration['PERMISSION_SEND_SESAME'] = '0';
$Configuration['PERMISSION_ADMIN_SESAME'] = '0';
$Configuration['INVITATION_SYSTEM_ON'] = '0';
$Configuration['INVITATION_SYSTEM_DEFAULT_INVITATION'] = '0';
$Configuration['INVITATION_SYSTEM_LIMIT_VALIDITY'] = '0';
$Configuration['INVITATION_SYSTEM_CATEGORY_FOR_REQUEST'] = '1';
$Configuration['INVITATION_SYSTEM_ADMIN_NAME_TO_REQUEST'] = 'Zak';
$Configuration['INVITATION_SYSTEM_PRESENTATION_FORUM'] = 'The forum is very private, so can't tell you too much about it, but this Forum rock.';
$Configuration['INVITATION_SYSTEM_VERSION'] = '0.2.0';
$Configuration['INVITATION_SYSTEM_REQUEST_ON'] = '1';
$Configuration['ADDON_NOTICE'] = '0';
$Configuration['LAST_UPDATE'] = '1164349971';
$Configuration['INVITATION_SYSTEM_FIRST_ACTIVATION'] = '1';
$Configuration['ENABLE_WHISPERS'] = '0';
$Configuration['TEXT_STICKY'] = 'Important!';
$Configuration['DEFAULT_ROLE'] = '3';
$Configuration['ALLOW_IMMEDIATE_ACCESS'] = '1';
?>
0
This discussion has been closed.
Comments
$Configuration['INVITATION_SYSTEM_PRESENTATION_FORUM'] = 'The forum is very private, so can\'t tell you too much about it, but this Forum rock.';