From: Jan K. <jan...@ja...> - 2012-06-05 22:12:15
|
Wolfgang, I only now saw that there has been activity in the phpshell repository during the last two years. I have some changes that I made in october 2010. I sent a mail off to this list to have them incorporated in the official repo, but nobody ever answered so I assumed the project was dead. If I update the patches to apply to trunk, is there a possibility they can get incorporated? The most important change that I made that has not been made in the SF repo is that my phpshell works even if there are open_basedir restrictions in effect. My changes are in mercurial on http://bitbucket.org/JanKanis/phpshell/, but I can send them as patches. Jan On Tue, Jun 5, 2012 at 10:15 PM, Wolfgang Dautermann < da...@oe...> wrote: > Am 01.06.2012 17:55, schrieb John Bessa: > > The greatest benefit for me is that SSH has been ruinously slow. > > Each line has to be sent out as a whole to be efficient. > > > > I can see 2 (or 2 1/2) direct improvements that leverage (X)HTML: > > > > First, making directory (or folder) names hypertext links that bring > > you right to that folder would speed up admin considerably. > > Hi, > sorry for the late answer. I am the current maintainer of phpshell. > There are already links in the "Current Working Directory:"-Line - just > click on these links to navigate to that directory. > > > Second, making some kind of edit app so that full-line scripts can > > be written and uploaded and executed (or evoked) would bring the app > > into the "big leagues." > > You can upload files (not enabled by default, you must set > file-upload = true > in config.php [and have file-upload enabled in PHP and write permission > in the current directory), then you can execute the uploaded script: > sh myscript.sh # (or bash myskript.sh, perl myskript.pl, ...) > > > Having achieved both of those, it would be elementary to create a > > link next to each file that would allow editing of the file, > > there is an 'internal' command "editor filename", where you can edit a > file (if you have write permissions) > > > Once that is achieved, then I wonder if there is a way to create an > > SSL tunnel for all the activity. > > That should not be an phpshell isssue - set up a (SSL-enabled) > apache-webserver, where you use phpshell. > > Best regards, > Wolfgang > > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > phpshell-devel mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpshell-devel > |