REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 4.31 KB
Close
//var/softaculous/churchcrm/Config.php
Text
Base64
<?php /******************************************************************************* * * filename : Include/Config.php * website : https://churchcrm.io * description : ChurchCRM Configuration * ******************************************************************************/ /** * IMPORTANT: Configuration is loaded and validated by LoadConfigs.php (line at bottom). * * If you are NOT using the setup wizard: * - Replace ||PLACEHOLDER|| values with your actual settings below * - Ensure all REQUIRED settings are present (will fail validation otherwise) * - Be careful with special characters in $sPASSWORD (no quotes needed, but must be exact) * - Test by accessing the application; errors will display on config-error.php page */ // ============================================================================ // DATABASE CONNECTION (REQUIRED) // ============================================================================ // These must match your database server exactly or the application will fail // Database server hostname or IP address // Examples: "localhost", "127.0.0.1", "db.example.com" $sSERVERNAME = '[[softdbhost]]'; // Database server port (standard MySQL port is 3306) $dbPort = ''; // Database user (must have SELECT, INSERT, UPDATE, DELETE, ALTER privileges) $sUSER = '[[softdbuser]]'; // Database password (special chars are allowed, do NOT add quotes) $sPASSWORD = '[[softdbpass]]'; // Database name where ChurchCRM tables are located $sDATABASE = '[[softdb]]'; // ============================================================================ // APPLICATION PATH (REQUIRED) // ============================================================================ // Path where ChurchCRM is installed on your web server (MUST BE SET CORRECTLY) // Examples: // - https://www.yourdomain.com/churchcrm → $sRootPath = '/churchcrm' // - https://www.yourdomain.com → $sRootPath = '' (empty string) // - https://crm.yourdomain.com → $sRootPath = '' (empty string, subdomain) // // Rules: // - Start with "/" (slash) OR use empty string for root installation // - DO NOT end with "/" (slash) // - Case sensitive (usually lowercase) $sRootPath = '[[relativeurl]]'; // ============================================================================ // ACCESS URLS (REQUIRED) // ============================================================================ // URL[0] is the primary URL users will use to access ChurchCRM // Primary URL - must include https://, domain, and path (with trailing slash) // Examples: "https://www.mychurch.org/churchcrm/", "https://crm.mychurch.org/" $URL[0] = '[[softurl]]/'; // Optional: Add alternate URLs for multi-domain or multi-port access // // IMPORTANT: Alternate URLs are only enforced when "Lock URL" is enabled in the // admin settings (System Config). When disabled (default), any URL can access the app. // When enabled, ONLY the URLs listed below are allowed. // // Use cases: // - Allow access from both www.mychurch.org/churchcrm and crm.mychurch.org // - Allow both http and https (not recommended for security) // - Support non-standard port numbers (e.g., :8080) // - Support shared SSL hosted solutions // // Uncomment and configure as needed. Format: https://domain/path/ (with trailing slash) // // Example for non-standard port: //$URL[1] = 'https://www.mychurch.org:8080/churchcrm/'; // // Example for alternate domain: //$URL[2] = 'https://crm.mychurch.org/'; // // Example for shared SSL server: //$URL[3] = 'https://ssl.sharedsslserver.com/mychurch.org/churchcrm/'; // // Number them sequentially starting from [1]. ChurchCRM accepts $URL[0] through $URL[5] // ============================================================================ // ERROR REPORTING (OPTIONAL) // ============================================================================ // Sets which PHP errors are reported // E_ERROR = only fatal errors (recommended for production) // See https://www.php.net/manual/en/errorfunc.constants.php for other options error_reporting(E_ERROR); // ============================================================================ // DO NOT MODIFY BELOW THIS LINE // ============================================================================ // LoadConfigs.php loads and validates all settings above require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'LoadConfigs.php');
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-05-12 02:31:34
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
php53
DIR
-
drwxr-xr-x
2026-05-12 02:31:33
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
php56
DIR
-
drwxr-xr-x
2026-05-12 02:31:33
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
php71
DIR
-
drwxr-xr-x
2026-05-12 02:31:33
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
php81
DIR
-
drwxr-xr-x
2026-05-12 02:31:33
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
php82
DIR
-
drwxr-xr-x
2026-05-12 02:31:33
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
churchcrm.sql
46.66 KB
lrw-r--r--
2026-05-11 07:41:32
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
churchcrm.zip
33.84 MB
lrw-r--r--
2026-05-11 07:41:32
Edit
Download
Rename
Chmod
Change Date
Unzip here
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
clone.php
3.94 KB
lrw-r--r--
2026-05-11 12:09:16
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Config.php
4.31 KB
lrw-r--r--
2026-05-11 07:41:32
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
edit.php
4.26 KB
lrw-r--r--
2026-05-11 12:09:16
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
edit.xml
433 B
lrw-r--r--
2021-12-23 11:54:36
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
fileindex.php
1.32 KB
lrw-r--r--
2026-05-11 07:41:32
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
import.php
3.09 KB
lrw-r--r--
2026-05-11 12:09:16
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
info.xml
3.63 KB
lrw-r--r--
2026-05-11 07:41:32
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
install.js
924 B
lrw-r--r--
2021-12-23 11:54:36
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
install.php
4.58 KB
lrw-r--r--
2026-05-11 12:09:16
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
install.xml
408 B
lrw-r--r--
2021-12-23 11:54:36
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
md5
890 B
lrw-r--r--
2026-05-11 12:09:16
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
notes.txt
1.85 KB
lrw-r--r--
2026-04-22 11:11:20
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).