Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../var/softacul.../iwp
File: config.php
<?php
[0] Fix | Delete
#Show Error
[1] Fix | Delete
define('APP_SHOW_ERROR', true);
[2] Fix | Delete
[3] Fix | Delete
@ini_set('display_errors', (APP_SHOW_ERROR) ? 'On' : 'Off');
[4] Fix | Delete
error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT);
[5] Fix | Delete
if(defined('E_DEPRECATED')) {
[6] Fix | Delete
error_reporting(error_reporting() & ~E_DEPRECATED);
[7] Fix | Delete
}
[8] Fix | Delete
if(function_exists('phpversion')){
[9] Fix | Delete
if(version_compare(phpversion(),'8.0.0','>=')){
[10] Fix | Delete
error_reporting(error_reporting() & ~E_WARNING);
[11] Fix | Delete
define('IWP_PHP8',true);
[12] Fix | Delete
}
[13] Fix | Delete
}
[14] Fix | Delete
define('SHOW_SQL_ERROR', APP_SHOW_ERROR);
[15] Fix | Delete
[16] Fix | Delete
define('APP_VERSION', '2.18.3');
[17] Fix | Delete
define('APP_INSTALL_HASH', '[[APP_INSTALL_HASH]]');
[18] Fix | Delete
[19] Fix | Delete
define('APP_ROOT', dirname(__FILE__));
[20] Fix | Delete
define('APP_DOMAIN_PATH', '[[softurl_no_http]]/');
[21] Fix | Delete
[22] Fix | Delete
define('APP_ROOT_V3', dirname(__FILE__).'/v3');
[23] Fix | Delete
define('APP_DOMAIN_PATH_V3', '[[softurl_no_http]]/v3');
[24] Fix | Delete
[25] Fix | Delete
define('EXECUTE_FILE', 'execute.php');
[26] Fix | Delete
define('DEFAULT_MAX_CLIENT_REQUEST_TIMEOUT', 180);//Request to client wp
[27] Fix | Delete
[28] Fix | Delete
$config = array();
[29] Fix | Delete
$config['SQL_DATABASE'] = '[[softdb]]';
[30] Fix | Delete
$config['SQL_HOST'] = '[[softdbhost]]';
[31] Fix | Delete
$config['SQL_USERNAME'] = '[[softdbuser]]';
[32] Fix | Delete
$config['SQL_PASSWORD'] = '[[softdbpass]]';
[33] Fix | Delete
$config['SQL_PORT'] = '3306';
[34] Fix | Delete
$config['SQL_TABLE_NAME_PREFIX'] = '[[dbprefix]]';
[35] Fix | Delete
[36] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function