REDROOM
PHP 5.6.40
Path:
Logout
Edit File
Size: 5.07 KB
Close
/var/softaculous/xmb/config.php
Text
Base64
<?php /** * eXtreme Message Board * XMB 1.10 * * Developed And Maintained By The XMB Group * Copyright (c) 2001-2026, The XMB Group * https://www.xmbforum2.com/ * * XMB 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 3 of the License, or (at your option) any later version. * * XMB 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. * * You should have received a copy of the GNU General Public License along with XMB. * If not, see https://www.gnu.org/licenses/ */ if (! defined('XMB\ROOT')) { header('HTTP/1.0 403 Forbidden'); exit("Not allowed to run this file directly."); } // Database connection settings $dbname = '[[softdb]]'; // Name of your database. $dbuser = '[[softdbuser]]'; // Username for database account. $dbpw = '[[softdbpass]]'; // Password for database account. For help with quotes and slashes, see https://www.php.net/manual/en/language.types.string.php $dbhost = '[[softdbhost]]'; // Database host. Usually, 'localhost'. $database = 'mysql'; // Database type. Currently, only mysql is supported. $pconnect = false; // Persistent connection, true = on, false = off, use if 'too many connections'-errors appear // Table Settings $tablepre = '[[dbprefix]]'; // XMB will prefix each table name with the string you specify here. 'xmb_' is a common choice. // Address settings // In full_url, put the full URL you see when you go to your boards, WITHOUT the filename though!! // And please, remember to add the / at the end... $full_url = '[[softurl]]/'; // Other settings // Adds comments to all template output like <!-- template start: index -->...<!-- template end: index --> // These comments may invalidate HTML DTDs and should be used for development purposes only. // Default value: false; $comment_output = false; // Plugin Settings $i = 1; // Plugins are the links in the navigation part of the Header. Plugins built-in by default include Search, FAQ, Member List, Today's Posts, Stats and Board Rules. // To add extra plugins (links of your own), just edit the code between Start Plugin Code and End Plugin Code. If you with to add more than one, simply copy that block, paste it and add the second one. // Start Plugin code $plugname[$i] = ''; // This is the name of your plugin. eg. Avatar Gallery, TeddyBear, etc. $plugurl[$i] = ''; // This is the location, link, or URL to the plugin $plugadmin[$i] = false; // Is this plugin only for admins? Set to true if the plugin can only be seen/used by (super-)admins, false when it's can be used by anyone $plugimg[$i] = ''; // This is the path (full URL) to the image to show in front of the text. $i++; // End plugin code. // Start Plugin code for plugin #2 $plugname[$i] = ''; // This is the name of your plugin. eg. Avatar Gallery, TeddyBear, etc. $plugurl[$i] = ''; // This is the location, link, or URL to the plugin $plugadmin[$i] = false; // Is this plugin only for admins? Set to true if the plugin can only be seen/used by (super-)admins, false when it's can be used by anyone $plugimg[$i] = ''; // This is the path (full URL) to the image to show in front of the text. $i++; // End plugin code for plugin #2 // To make multiple plugins, copy and paste this plugin-code, so you have multiple entries. // Registration settings /*************** * The allow_spec_q variable specifies if Special queries (eg. USE database and SHOW DATABASES) are allowed. * By default, they are not, meaning $allow_spec_q = false; * To allow them, change $allow_spec_q to true ($allow_spec_q = true;) **************** * The show_full_info variable lets you decide whether to show the Build and Alpha/Beta/SP markings in the HTML or not. * Change the value to true to show them, or false to turn them off. * Default = true; ****************/ $allow_spec_q = false; $show_full_info = false; // Debug-mode /** * To turn on Debug mode, set to true. To turn off Debug mode, set to false. * This mode helps with troubleshooting during install, and allows the new Super Administrator to see * database performance after install. */ $debug = false; /** * To turn on SQL error logging, set to true. To turn off SQL error logging, set to false. * Note the log file will be visible to the public unless it is protected * by your web server configuration. The file name will be 'error_log' unless you change the PHP configuration. * If the chmod settings of this directory prevent file Write then the log will not be created. */ $log_mysql_errors = false; // Do not edit below this line. // --------------------------- return;
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 6 × Files: 14
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
images
DIR
-
drwxr-xr-x
2026-06-23 10:09:12
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
php53
DIR
-
drwxr-xr-x
2026-06-23 10:09:12
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
php56
DIR
-
drwxr-xr-x
2026-06-23 10:09:12
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
php71
DIR
-
drwxr-xr-x
2026-06-23 10:09:12
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
php81
DIR
-
drwxr-xr-x
2026-06-23 10:09:12
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
php82
DIR
-
drwxr-xr-x
2026-06-23 10:09:12
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
clone.php
3.15 KB
lrw-r--r--
2026-06-22 08:30:26
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
config.php
5.07 KB
lrw-r--r--
2026-05-25 03:06:36
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
edit.php
5.29 KB
lrw-r--r--
2026-06-22 08:30:26
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
edit.xml
433 B
lrw-r--r--
2025-12-31 07:26:48
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
extend.php
8.39 KB
lrw-r--r--
2026-06-22 08:30:26
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
fileindex.php
432 B
lrw-r--r--
2025-09-24 02:55:16
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
import.php
3.35 KB
lrw-r--r--
2026-06-22 08:30:26
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
info.xml
2.12 KB
lrw-r--r--
2026-06-22 07:40:14
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
install.js
921 B
lrw-r--r--
2021-12-23 06:54:36
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
install.php
4.12 KB
lrw-r--r--
2026-06-22 08:30:26
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
install.xml
1.07 KB
lrw-r--r--
2025-09-24 02:55:16
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
md5
2.54 KB
lrw-r--r--
2026-06-22 08:30:26
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
notes.txt
568 B
lrw-r--r--
2023-08-07 04:53:50
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
update_pass.php
497 B
lrw-r--r--
2025-09-24 02:55:16
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).