/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/notes.txt (1433B)
1) For Languages add [[language]] in SQL and in settings.php 2) We add /language/[[language]].zip for all language * Download the language files from: http://community.mybb.com/mods.php?action=browse&category=translations check for exact structure of language, if it match then only update the language pack. Remove the install/ directory from language pack 3) Database Engine MySQL Improved 4) Leave ACP Pin blank 5) Copy the cache/theme/theme1 and cache/theme/theme2 folder from manual (if css is not generated) (Not required since 1.8.33) 6) Verify the steps in manual upgrade and auto upgrade (debug mode) and confirm the steps are correct. The auto upgrade is complicated. 7) Update the file org_upgrade.php (from original zip /install/upgrade.php) and mod_upgrade.php (from original zip + our changes) of the new version. This change is for auto upgrade. We have commented the login part and added the following lines : // Softaculous Change echo ''.$next_update_version.''; 8) Update the file index.php (from original zip /admin/index.php) and _index.php (from original zip + our changes) of the new version. This change is for auto upgrade from version less than 1.8 We have added if statements for login part 9) PHP REQUIREMENT LINK: https://docs.mybb.com/1.8/install/requirements/ ( We have kept requirement to 5.5 bcoz it throws error when PHP is less than 5.5 while creating groups )