Quote:
Originally Posted by BirdOPrey5
Plugins have a downside... They make overall system less safe- with a plugin system if someone gets Admin access to the forum they more or less have access to the whole hosting account as they can create a plugin to give them disk access. With the VB5 extension system a hacked Admin account would not give disk access.
Also plugins only really work for the desktop version. With ForumRunner, Tapatalk, and the VB Mobile Suite plugins cause problems- some are active, some are not- some will cause errors on this mobile platforms.
The idea of doing everything via extensions is a clean one and one that would prevent such problems introduced by plugins- but what we got was a system simply not capable of allowing all the mods we were used to.
If they could redo the extensions system in some way that allowed total control I'd be for it, but realistically a plugin system would be easier to implement.
|
I think the access issue could be easily resolved by not running the code from within the ACP but make it so you need something like this:
Code:
require_once(DIR . '/myfolder/my script.php');