2012-10-31, 09:26 PM
(This post was last modified: 2013-04-02, 10:24 AM by Polarbear541.)
This is something me and Vernier have been working on. We hope you like it :p
Plugin Info:
Name: MyBBatically
Description: An automatic updater for MyBB.
Author: Polarbear541 & Vernier
Version: 1.4
Compatibility: 1.6.x
Files: 3 (1 plugin file, 1 language file and 1 admin module)
There are no database changes in this plugin.
There are no template changes in this plugin.
Information:
This plugin allows you to automatically update MyBB with the touch of a button. This plugin automatically downloads, unzips and overwrites your MyBB files and even removes your install lock file ready for upgrading (if you choose to).
Install Instructions:
Upload the MyBBatically files to your MyBB install:
files/admin/modules/tools/mybbatically.php to yourforum/admin/modules/tools/mybbatically.php
files/inc/languages/english/admin/mybbatically.lang.php to yourforum/inc/languages/english/admin/mybbatically.lang.php
files/inc/plugins/mybbatically.php to yourforum/inc/plugins/mybbatically.php
Go to ACP > Plugins > Activate MyBBatically
Then MyBBatically will appear on the sidebar in the Tools section of your ACP.
Change Log:
1.0
1.2 - Updates the MyBB download URL
1.2 - Patched on 19/12/12 - Fixes the settings insert SQL query due to some NULL issues
1.3 - Adds plugin updater
1.4 - Fixes bug where installer isn't copied if folder doesn't exist
Previews:
Note: Requires the PHP zip extension
Download: http://mods.mybb.com/view/mybbatically
Bugs and Suggestions: https://github.com/Polarbear541/mybbatically/issues
Plugin Info:
Name: MyBBatically
Description: An automatic updater for MyBB.
Author: Polarbear541 & Vernier
Version: 1.4
Compatibility: 1.6.x
Files: 3 (1 plugin file, 1 language file and 1 admin module)
There are no database changes in this plugin.
There are no template changes in this plugin.
Information:
This plugin allows you to automatically update MyBB with the touch of a button. This plugin automatically downloads, unzips and overwrites your MyBB files and even removes your install lock file ready for upgrading (if you choose to).
Install Instructions:
Upload the MyBBatically files to your MyBB install:
files/admin/modules/tools/mybbatically.php to yourforum/admin/modules/tools/mybbatically.php
files/inc/languages/english/admin/mybbatically.lang.php to yourforum/inc/languages/english/admin/mybbatically.lang.php
files/inc/plugins/mybbatically.php to yourforum/inc/plugins/mybbatically.php
Go to ACP > Plugins > Activate MyBBatically
Then MyBBatically will appear on the sidebar in the Tools section of your ACP.
Change Log:
1.0
- First Release
- Now supports custom admin directories
- Allows the backup of both your files and your database before upgrading
- Allows you to reinstall MyBB and gives you the option to just restore files or start from scratch
- Allows you to choose whether you overwrite your graphic files or not
- Now logs upgrades in your ACP log
- Now uses fetch_remote_file() and thus supports fsockopen as well as cURL
- More language variables, some bugs fixed and some code cleaned up
1.2 - Updates the MyBB download URL
1.2 - Patched on 19/12/12 - Fixes the settings insert SQL query due to some NULL issues
1.3 - Adds plugin updater
1.4 - Fixes bug where installer isn't copied if folder doesn't exist
Previews:
Note: Requires the PHP zip extension
Download: http://mods.mybb.com/view/mybbatically
Bugs and Suggestions: https://github.com/Polarbear541/mybbatically/issues
Thanks, Polarbear541