/var/softaculous/mybb
NameSizeModeActions
images/-0755rm
language/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
clone.php71760644editdlrm
config.php42690644editdlrm
edit.php45540644editdlrm
edit.xml4330644editdlrm
fileindex.php5530644editdlrm
import.php31030644editdlrm
index.php246550644editdlrm
info.xml59380644editdlrm
install.js10240644editdlrm
install.php58950644editdlrm
install.xml19700644editdlrm
md514270644editdlrm
mod_upgrade.php359200644editdlrm
notes.txt16170644editdlrm
org_upgrade.php358320644editdlrm
settings.php112950644editdlrm
upgrade.php111430644editdlrm
upgrade.xml3760644editdlrm
_index.php247260644editdlrm
Edit: /var/softaculous/mybb/config.php (4269B)
365, // Administrator logs 'mod_logs' => 365, // Moderator logs 'task_logs' => 30, // Scheduled task logs 'mail_logs' => 180, // Mail error logs 'user_mail_logs' => 180, // User mail logs 'promotion_logs' => 180 // Promotion logs ); /** * Disallowed Remote Hosts * List of hosts the fetch_remote_file() function will not * perform requests to. * It is recommended that you enter hosts resolving to the * forum server here to prevent Server Side Request * Forgery attacks. */ $config['disallowed_remote_hosts'] = array( 'localhost', ); /** * Disallowed Remote Addresses * List of IPv4 addresses the fetch_remote_file() function * will not perform requests to. * It is recommended that you enter addresses resolving to * the forum server here to prevent Server Side Request * Forgery attacks. * Removing all values disables resolving hosts in that * function. */ $config['disallowed_remote_addresses'] = array( '0.0.0.0', '10.0.0.0/8', '100.64.0.0/10', '127.0.0.0/8', '169.254.0.0/16', '172.16.0.0/12', '192.168.0.0/16', '255.255.255.255', '::', '::1', '::ffff:0:0/96', 'fc00::/7', 'fe80::/10', 'ff00::/8', ); /** * Admin CP Secret PIN * If you wish to request a PIN * when someone tries to login * on your Admin CP, enter it below. */ $config['secret_pin'] = '';