| Server IP : 142.11.234.102 / Your IP : 216.73.216.19 Web Server : Apache System : Linux dal-shared-66.hostwindsdns.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64 User : krnuyqrm ( 1183) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/thread-self/root/proc/thread-self/root/var/softaculous/prismo/ |
Upload File : |
<?php
/**
* The script's database configuration file. Use this file to modify your
* database login information. You will need to modify specific portions of this
* file upon initial installation.
*
*/
//-----
// Database Settings
//-----
/**
* Database username
*
* Note: Change this before installation
*/
define("DB_USER", "[[softdbuser]]");
/**
* Database password
*
* Note: Change this before installation
*/
define("DB_PASS", "[[softdbpass]]");
/**
* Database name
*
* Note: Change this before installation
*/
define("DB_NAME", "[[softdb]]");
/**
* Database host
*
* This value will rarely need to be changed. Only change if you know what you are doing.
*/
define("DB_HOST", "[[softdbhost]]");
define("DB_PREFIX", "prsmtb_");
?>