| Server IP : 101.53.144.229 / Your IP : 216.73.216.104 Web Server : Apache System : Linux host.gdigitalindia.in 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : digitalshiksha ( 1179) PHP Version : 5.6.40 Disable Function : eval,show_source,system,shell_exec,escapeshellarg,escapeshellcmd,proc_close,proc_open,ini_alter,dl,show_source,curl_multi_exechellcmd, ini_restore,apache_get_modules,get_cfg_var,passthru, exec ,proc_get_status,fpassthru,c999_buff_prepare,c999_sess_put,c99_buff_prepare,c99_sess_put,proc_close,ini_alter,dl,symlink,link,proc_close,ini_alter,dl,symlink,link,mail MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/self/cwd/c1/1/var/softaculous/maian/ |
Upload File : |
<?php
/*----------------------------------------------------------------------------------
SAMPLE CONFIG FILE:
Rename or copy this file as '_cfg.php'.
EDIT VALUES ON THE RIGHT, DO NOT CHANGE THE VALUES IN CAPITALS!!!
------------------------------------------------------------------------------------*/
/* DATABASE CONNECTION
If you are unsure of your database credentials, contact your host
----------------------------------------------------------------------*/
/* MySQL host */
define('DB_HOST', '[[softdbhost]]');
/* MySQL username */
define('DB_USER', '[[softdbuser]]');
/* MySQL password */
define('DB_PASS', '[[softdbpass]]');
/* MySQL database name */
define('DB_NAME', '[[softdb]]');
/* Table prefix. You can have multiple installations in one database if you give each
a unique prefix. Only numbers, letters, and underscores
*/
define('DB_PREFIX', '[[dbprefix]]');
/* Charset used to create database tables. If unsure, don't change. */
define('DB_CHAR_SET', 'utf8');
/* MySQL locale. If unsure, don't change.
http://dev.mysql.com/doc/refman/5.0/en/locale-support.html
*/
define('DB_LOCALE', 'en_GB');
/* MySQL date/time adjustment. You can also use 'system'. May not need changing. */
define('DB_TIMEZONE', '+00:00');
/* SECURITY SALT / HASH
Random mix of alphanumeric and special characters to encrypt session/cookie data.
Generate hash @ https://www.maianmedia.com/services/keys/
-----------------------------------------------------------------------------------------*/
define('SECRET_KEY', '[[SECRET_KEY]]');
?>