Plugin Downloader v1.0.1
Easily download plugins from a remote server to your forum.
For latest downloads and support, visit my forum:http://www.dennistt.net/forum/forumdisplay.php?fid=10
Allows users to download plugins from a specified plugin download server.
A future version of MyBB will contain its own built-in plugin downloader.
Installation Procedure:
1. Upload plugindl.php to the admin directory of your MyBB
2. CHMOD your inc/plugins directory to 777 so that the script can write the downloaded plugins into that directory.
3. Open admin/index.php
4. Add:
makenavoption("Plugin Downloader", "plugindl.php");
After:
makenavoption($lang->nav_plugin_manager, "plugins.php");