/var/softaculous/mybb
NameSizeModeActions
images/-0755rm
language/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
clone.php72080755editdlrm
config.php41250755editdlrm
edit.php45780755editdlrm
edit.xml4330755editdlrm
fileindex.php5530755editdlrm
import.php31030755editdlrm
index.php245450755editdlrm
info.xml59380755editdlrm
install.js10240755editdlrm
install.php57210755editdlrm
install.xml19700755editdlrm
md514270755editdlrm
mod_upgrade.php350600755editdlrm
notes.txt14330755editdlrm
org_upgrade.php349650755editdlrm
settings.php112070755editdlrm
upgrade.php111520755editdlrm
upgrade.xml3760755editdlrm
_index.php246160755editdlrm
Edit: /var/softaculous/mybb/config.php (4125B)
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( '127.0.0.1', '10.0.0.0/8', '172.16.0.0/12', '192.168.0.0/16', ); /** * 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'] = '';