I like the idea of an execute box for a command, much like SSH, however it might introduce a risk into the application of hacking. Honestly, that's a risk anyway, and it's up to the user to secure the app using an outside source like htaccess files or something.
Basically, the box would just have a text entry field in it that would allow you to enter a command, and retrieve the results from a textarea box below that. There are likely a few FOSS projects we can pull in for this functionality.
Logged In: YES
user_id=1931663
Originator: NO
I have a module for this, Console, but it runs under FileWalker, not inside PHP Navigator.
Please state commands needed, and/or example uses.
technical: Console does NOT use an OS pass-through, it uses PHP only, which makes it 100% secure from the OS point of view (ATM it does not handle pipes). Also MOST (if not ALL) PHP installations have pass-through turned OFF by default.
Paul
Logged In: YES
user_id=1931663
Originator: NO
WWW.PHP.NET
chown()
Note: When safe mode is enabled, PHP checks whether the files or directories you are about to operate on have the same UID (owner) as the script that is being executed.
Paul
v5 plugin - simply joins to functions - OS safe and OS independant - can still be secure by PHP Navigator