| Server IP : 162.214.74.102 / Your IP : 216.73.217.111 Web Server : Apache System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64 User : lrsys ( 1015) PHP Version : 5.6.40 Disable Function : exec,passthru,shell_exec,system MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/softaculous/iwp/ |
Upload File : |
<?php
#Show Error
define('APP_SHOW_ERROR', true);
@ini_set('display_errors', (APP_SHOW_ERROR) ? 'On' : 'Off');
error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT);
if(defined('E_DEPRECATED')) {
error_reporting(error_reporting() & ~E_DEPRECATED);
}
if(function_exists('phpversion')){
if(version_compare(phpversion(),'8.0.0','>=')){
error_reporting(error_reporting() & ~E_WARNING);
define('IWP_PHP8',true);
}
}
define('SHOW_SQL_ERROR', APP_SHOW_ERROR);
define('APP_VERSION', '3.5.2');
define('APP_INSTALL_HASH', '[[APP_INSTALL_HASH]]');
define('APP_ROOT', dirname(__FILE__));
define('APP_DOMAIN_PATH', '[[softurl_no_http]]/');
define('APP_V3', 1);
define('APP_ROOT_V2', dirname(__FILE__));
define('APP_DOMAIN_PATH_V2', '[[softurl_no_http]]/');
define('EXECUTE_FILE', 'execute.php');
define('DEFAULT_MAX_CLIENT_REQUEST_TIMEOUT', 180);//Request to client wp
$config = array();
$config['SQL_DATABASE'] = '[[softdb]]';
$config['SQL_HOST'] = '[[softdbhost]]';
$config['SQL_USERNAME'] = '[[softdbuser]]';
$config['SQL_PASSWORD'] = '[[softdbpass]]';
$config['SQL_PORT'] = '3306';
$config['SQL_TABLE_NAME_PREFIX'] = '[[dbprefix]]';