You can subscribe to this list here.
2006 |
Jan
(2) |
Feb
(3) |
Mar
|
Apr
(6) |
May
(5) |
Jun
|
Jul
(7) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(1) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
(16) |
Jun
(11) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
(1) |
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2011 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(12) |
Jul
(4) |
Aug
(5) |
Sep
|
Oct
(3) |
Nov
|
Dec
(6) |
2013 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
From: Jan K. <jan...@ja...> - 2012-06-13 07:47:18
|
Hi Wolfgang, SVN access would be easiest for me. I currently just intend to add the changes I already made to the official repo and I'll probably add a better password hashing since just SHA is not considered secure anymore for password storage. My sourceforge username is JanKanis. Thanks. On Sun, Jun 10, 2012 at 10:37 PM, Wolfgang Dautermann < da...@oe...> wrote: > Am 06.06.2012 00:11, schrieb Jan Kanis: > > Wolfgang, > > > > I only now saw that there has been activity in the phpshell > > repository during the last two years. > > Yes. > I wrote a article about Phpshell for some Magazines > (http://www.admin-magazine.com/Archive/2012/07 and > > http://www.linux-community.de/Internal/Artikel/Print-Artikel/LinuxUser/2011/04/Shell-Zugriff-per-Webbrowser > (in German)) - but the last released version of phpshell did not work > with recent PHP versions, so Martin Geisler (the original author) handed > over the maintainance to me. > > > I have some changes that I made in october 2010. > > > > If I update the patches to apply to trunk, is there a possibility > > they can get incorporated? > > Of course. You can also get SVN access and check in improvements by > yourself, if you want to contribute more often. > It seems, that now there are no other developers who submit code > regularly - and it would be nice, if I am not the only guy who develops > 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 > |
From: John B. <joh...@gm...> - 2012-06-12 15:31:40
|
Hi all, It is nice to have all this attention (all of a sudden) In fairness to Perl and Shell(s), they are very good in their contexts which is low level control of the OS. Perl was first to be a Web server, but that was 17 yrs ago, and 12 yrs ago it was basically "killed" by the tech crash of 2000, and also the terror event on Sept 11, 2001 at the World Trade Center, as influential NYC CPU community was meeting in those very buildings and thriving because of financial technology. The history of Perl is a long topic far beyond the scope of this group, but suffice to say it halted on a certain date with all its projects becoming sad shipwrecks on the beaches of the information sea. There were unquestionably maladaptive issues along (such as continual violent flaming sometimes manifested as physical threats) that may have added to its demise by allowing, well, mental illness to control the basic design. I actually heard Larry Walls say a certain concept should be inserted by saying it "is sick." Telling indeed! Having said that, I am planning to deconstruct the Oddmuse wiki, which is written in perl, to created a tool for collaborative creation to understand its structure. SInce mobwrite is the collaboration vehicle of choice (used and tested by Google Docs which has suddenly become useless because of Ajax problems) then the suggestion for using Python seems appropriate because the server is written in Python. As is, the document state control in Mobwrite is separate from the saving features when it is implemented with, say, a wiki. So perhaps the underlying toolset of this PHP shell should be converted to Python so that it can be implemented into bigger systems. Or perhaps PHP be organized to give it the benefits of Python and mobwrite binaries inserted into a PHP. Thus one gets the two necessary features of web expression: textual creation and system control. Within this needs to be a development system (so that the user can actually control his technological destiny) that actually wraps the two. As is you barely get either, and nothing combines them. Pretty sad after about a 1/4 century of Internet, wouldn't you say? Regards, John |
From: Wolfgang D. <da...@oe...> - 2012-06-10 20:37:26
|
Am 06.06.2012 00:11, schrieb Jan Kanis: > Wolfgang, > > I only now saw that there has been activity in the phpshell > repository during the last two years. Yes. I wrote a article about Phpshell for some Magazines (http://www.admin-magazine.com/Archive/2012/07 and http://www.linux-community.de/Internal/Artikel/Print-Artikel/LinuxUser/2011/04/Shell-Zugriff-per-Webbrowser (in German)) - but the last released version of phpshell did not work with recent PHP versions, so Martin Geisler (the original author) handed over the maintainance to me. > I have some changes that I made in october 2010. > > If I update the patches to apply to trunk, is there a possibility > they can get incorporated? Of course. You can also get SVN access and check in improvements by yourself, if you want to contribute more often. It seems, that now there are no other developers who submit code regularly - and it would be nice, if I am not the only guy who develops phpshell. Best regards, Wolfgang |
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 > |
From: Wolfgang D. <da...@oe...> - 2012-06-05 20:32:36
|
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 |
From: Jan K. <jan...@ja...> - 2012-06-03 18:38:43
|
Hi John, I haven't seen any activity on this list in a long time, and neither in the repository. I've made some changes to phpshell myself, but they're not in the sf repository since I don't have commit access. You can find them at bitbucket.org/JanKanis/phpshell. I happened to include one thing you mention: an integrated editor. Also, I think https should work if the script is invoked through an https address (and the host supports it). I've also changed the way directories are handled so open_basedir settings are ignored, so this may bypass your apache auth security setup. I'm not actively developing phpshell any more either, I worked on it when I needed it for a project, but I've since decided that php sucks and I don't want to work in php anymore. Feel free to check it out, if you or someone makes improvements I'm happy to incorporate them. Jan On Fri, Jun 1, 2012 at 5:55 PM, John Bessa <joh...@gm...> wrote: > 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. > > 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." > > Having achieved both of those, it would be elementary to create a link > next to each file that would allow editing of the file, which would be > killer -- and would essentially eliminate all the so-called WebOS ajax > implementations (which have been disappointing, in my experience). > > Once that is achieved, then I wonder if there is a way to create an > SSL tunnel for all the activity. > > On the topic of security, I use the Apache authentication to get to my > "adm/bin" directory (that has all the other sensitive tools) on top of > the existing authen. > > Cheers, John > > > ------------------------------------------------------------------------------ > 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 > |
From: John B. <joh...@gm...> - 2012-06-01 15:55:24
|
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. 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." Having achieved both of those, it would be elementary to create a link next to each file that would allow editing of the file, which would be killer -- and would essentially eliminate all the so-called WebOS ajax implementations (which have been disappointing, in my experience). Once that is achieved, then I wonder if there is a way to create an SSL tunnel for all the activity. On the topic of security, I use the Apache authentication to get to my "adm/bin" directory (that has all the other sensitive tools) on top of the existing authen. Cheers, John |
From: John B. <joh...@gm...> - 2011-01-20 20:35:13
|
I have using a combination phpsh, which is proprietary, and file manager, which is a security risk, for about 1/2 decade. I very much wanted to work on phpsh, but, as I couldn't distribute it, I deferred. Also, I have not been a paid technologist since the tech crash of the early 2000s, and my focus has been sociology, education, and psychology -- and long haul trucking ($!) Since 2000, I have been considering the possibility of a new shell. As great as SH and KSH are, they were, in a sense, proof of concept projects, and some of the syntax is awkward. Also, though it seems contradictory, I think the shell should be object-oriented so that it can represent the motion of objects, such as we are used to on the desktop. When I go started on psych in earnest, and I got to the nitty-gritty of brain functions, I saw no other avenue except functional-orientation, where the premise is that a static organism is dead--we are all in constant motion, all our facilities are functioning, and not objects waiting to be evoked, such as in object-orientation. (In this model, the language comes last; first is to sell the tool as a aid to conceptualization, which, believe me, is an extreme need in psychology!) Regards, John -- Photography and sculpture: http://johnbessa.com/photography Empathy and Emotional Communication http://en.wikiversity.org/wiki/Empathy_Model http://johnbessa.com/empathy Technology and Education: http://thinman.com |
From: John B. <joh...@gm...> - 2011-01-20 13:54:30
|
I have using a combination phpsh, which is proprietary, and file manager, which is a security risk, for about 1/2 decade. I very much wanted to work on phpsh, but, as I couldn't distribute it, I deferred. Also, I have not been a paid technologist since the tech crash of the early 2000s, and my focus has been sociology, education, and psychology -- and long haul trucking ($!) I am using godaddy, so first I will attempt to create an initiation file, and I will also attempt to alter the PHP timeouts, as well as figure out how to background jobs for making tar balls, for instance. A nice component would be hypertext links on the pathnames, and also possible hypertext links on commands, if they don't require modifiers. Years ago, I made Perl libraries to substitute shell commands so that shell could be more friendly, and also so it could be embedded more easily. It would also be nice to use an editor native to the computer to edit files as a substitute for VI, or whatever you prefer. This would require FTP or some HTTP connection. Other ideas are coming to mind as I write. Since 2000, I have been considering the possibility of a new shell. As great as SH and KSH are, they were, in a sense, proof of concept projects, and some of the syntax is awkward. Also, though it seems contradictory, I think the shell should be object-oriented so that it can represent the motion of objects, such as we are used to on the desktop. When I go started on psych in earnest, and I got to the nitty-gritty of brain functions, I saw no other avenue except functional-orientation, where the premise is that a static organism is dead--we are all in constant motion, all our facilities are functioning, and are not objects waiting to be evoked, such as in object-orientation. In this model, the language comes last; first is to sell the tool as an aid to conceptualization (which, believe me, is an extreme need as psych is the last of the sciences to leave philosophy, and is still awash if flowery, and usually meaningless, theory). As this might be a direction for me in the near future, and since I am into a new shell, maybe the functional orientation can layer upon static objectiveness. Regards, John -- Photography and sculpture: http://johnbessa.com/photography Empathy and Emotional Communication http://en.wikiversity.org/wiki/Empathy_Model http://johnbessa.com/empathy Technology and Education: http://thinman.com |
From: Jan K. <jan...@ja...> - 2010-09-22 13:26:43
|
Hi PHP Shell people, PHP Shell didn't do what I wanted it to do, so I made some modifications. Among others: a 'download' command and better cd handling. See https://bitbucket.org/JanKanis/phpshell for all changes. (check the 'default' branch, not the one 'tip' is pointing to). So, could someone merge my updates in, or otherwise can someone make me part of this project so I can add the stuff myself? My sf username is jankanis. - Jan |
From: Martin G. <mge...@mg...> - 2010-09-07 07:46:53
|
kin...@us... writes: > Hi > > I needed a PHP based shell when I found out this project and using > this project I missed one valuable thing that is tab completion. I > have developed this feature and I use on my domain. I want to > contribute it to this project and help other too. Please add me to > this project so that I can commit to the SVN or tell me the steps in > which I can add the feature I have developed. That sounds really cool! I'm no longer involved in the project, so I hope you can get in contact with some of the other admins. -- Martin Geisler aragost Trifork Professional Mercurial support http://aragost.com/mercurial/ |
From: SourceForge.net <no...@so...> - 2010-06-18 12:30:44
|
Feature Requests item #3018011, was opened at 2010-06-18 14:30 Message generated for change (Tracker Item Submitted) made by badda You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=800590&aid=3018011&group_id=156638 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Private: No Submitted By: Badda (badda) Assigned to: Nobody/Anonymous (nobody) Summary: Lock user after n failed attempts to log in. Initial Comment: Currently, passwords can be brute-forced by a remote attacker by trying to log in with guessed passwords until success. This can easily be prevented by introducing a (configurable) limit to the failed login attempts. After that, the user cannot log in anymore and a phpshell-admin must unlock the user (e.g. by editing a value the config.php-file) This would be my idea of implementing: - introduce new value in config.php [settings]-sectinf: max-login-attemps. Here the admin can specify the number of failed login-attemps after which the user is locked. - A number is recorded and kept for each user that states the current amount of failed logins - if this number is equal or larger than max-login-attemps the user cannot log in at all - this number is increased by one after each failed login-attempt for this user - this numer is set to zero after a successful login - after a successful or failed login, the number of failed login-attempts will be shown to the user This would new feature would greatly increase security of the script ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=800590&aid=3018011&group_id=156638 |
From: SourceForge.net <no...@so...> - 2010-03-31 19:10:19
|
Patches item #2980169, was opened at 2010-03-31 12:10 Message generated for change (Tracker Item Submitted) made by atticusservices You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=800589&aid=2980169&group_id=156638 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Daniel Smith (atticusservices) Assigned to: Nobody/Anonymous (nobody) Summary: DirectoryIndex phpshell.php Initial Comment: Suggestion ... include an .htaccess file containing: DirectoryIndex phpshell.php ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=800589&aid=2980169&group_id=156638 |
From: SourceForge.net <no...@so...> - 2010-03-31 18:58:40
|
Feature Requests item #2980165, was opened at 2010-03-31 11:58 Message generated for change (Tracker Item Submitted) made by atticusservices You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=800590&aid=2980165&group_id=156638 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Private: No Submitted By: Daniel Smith (atticusservices) Assigned to: Nobody/Anonymous (nobody) Summary: Fatal Error! - session_start() Initial Comment: For some reason under SUEXEC I don't have write access to "/tmp". I resolved this by creating a folder called "tmp" (or foo) and place it within the package with a php.ini containing: session.save_path = tmp ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=800590&aid=2980165&group_id=156638 |
From: Martin G. <mge...@mg...> - 2010-01-16 11:01:12
|
Hey, I was contacted by Natan off-list about a project in PHP Shell. As you probably know, I no longer use or maintain PHP Shell. I asked Natan if we would like to work on the project and he agreed. So I've added him as a project admin -- hopefully he can bring this project back to life! -- Martin Geisler VIFF (Virtual Ideal Functionality Framework) brings easy and efficient SMPC (Secure Multiparty Computation) to Python. See: http://viff.dk/. |
From: Mike T. <php...@ya...> - 2009-06-18 16:55:12
|
Yes. I realized it was very convenient, esp. it goes to the remote server. For your first question, I believe this tool is web user interface in Windows. But in that UI, there is a command line prompt for me to enter command. Correct me if my understanding is wrong or what I did is wrong. Thanks! ________________________________ From: Adrian Spiridon <sp...@ya...> To: Discuss the development of PHP Shell <php...@li...> Sent: Thursday, June 18, 2009 12:21:06 PM Subject: Re: commands do not work problem Hi, First : Are you running this on Linux ?If yes, it should work. Second : What is convenient ? ("this tool is much more convenient") ________________________________ From: Mike Turley <php...@ya...> To: php...@li... Sent: Thursday, June 18, 2009 5:30:35 PM Subject: Fw: commands do not work problem Still haven't solved this problem. Anybody has any clue how to fix it? ----- Forwarded Message ---- From: Mike Turley <php...@ya...> To: php...@li... Sent: Tuesday, June 16, 2009 4:21:22 PM Subject: commands do not work problem Hi, I'm new to PHP Shell. I set up and logged in successfully. But when it comes to type in the command, I tested it by using some very basic commands like "pwd", "ls" "cd", etc. It always gives me the message like "not recognized as internal or external command" or something like that. Did I do something wrong? Or I need to use special command? Another question is: I checked some discussion about this convenient tool and it says that this tool is much more convenient. But how can I explore and take advantage of the features I haven't found yet. To me, it is a web interface, but I still need to type in the command line to execute. It seems same as other linux tool except for the user interface. I believe I must have missed something here. May I know how I can use this tool efficiently? Thanks! |
From: Adrian S. <sp...@ya...> - 2009-06-18 16:21:25
|
Hi, First : Are you running this on Linux ?If yes, it should work. Second : What is convenient ? ("this tool is much more convenient") ________________________________ From: Mike Turley <php...@ya...> To: php...@li... Sent: Thursday, June 18, 2009 5:30:35 PM Subject: Fw: commands do not work problem Still haven't solved this problem. Anybody has any clue how to fix it? ----- Forwarded Message ---- From: Mike Turley <php...@ya...> To: php...@li... Sent: Tuesday, June 16, 2009 4:21:22 PM Subject: commands do not work problem Hi, I'm new to PHP Shell. I set up and logged in successfully. But when it comes to type in the command, I tested it by using some very basic commands like "pwd", "ls" "cd", etc. It always gives me the message like "not recognized as internal or external command" or something like that. Did I do something wrong? Or I need to use special command? Another question is: I checked some discussion about this convenient tool and it says that this tool is much more convenient. But how can I explore and take advantage of the features I haven't found yet. To me, it is a web interface, but I still need to type in the command line to execute. It seems same as other linux tool except for the user interface. I believe I must have missed something here. May I know how I can use this tool efficiently? Thanks! |
From: Mike T. <php...@ya...> - 2009-06-18 14:32:06
|
------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects |
From: Adrian S. <sp...@ya...> - 2009-06-16 21:14:18
|
Yes, I will try modifying the source and for the part 2 I'm still searching for a solution Regards, Adrian ________________________________ From: Tobias Unger <ma...@to...> To: Discuss the development of PHP Shell <php...@li...> Sent: Tuesday, June 16, 2009 11:22:34 PM Subject: Re: how to ...help Hello Adi, the first thing should be possible by just disabling the password request inside the source code. However... I can not imagine any possibility to solve the second problem as PhpShell just runs as an php-script emulating a non-interactive shell. But if you have root-access to the webserver, why do you not just use ssh? Bye, Tobias Adrian Spiridon schrieb am 16.06.2009 22:12 Uhr: Hello there , > >>I find phpshell a useful thing , but I want to make to it 2 >modifications : > >>1) Because I want to integrate it in my site I would want to go >directly to the shell whitout having to go through the login part. >This is like annoying sometimes. > >>2) When I connect with any user (root, demo, etc, doesn't matter) I >am actually logged in as www-data (none or nobody in other Apache ). >This is a major drawback because what I really want is , when I login >with a user (suppose that it exists in the system), is to have that >user's privelleges .(when I login with root I should have root >privelleges , when I login with demo for example I should have limited >privilleges). > >>Can you help me in doing this things (propose a solution or suggest one >) ? > > >>Regards, >>Adi > > > ________________________________ >------------------------------------------------------------------------------ >Crystal Reports - New Free Runtime and 30 Day Trial >Check out the new simplified licensing option that enables unlimited >royalty-free distribution of the report engine for externally facing >server and web deployment. >http://p.sf.net/sfu/businessobjects > ________________________________ >_______________________________________________ >phpshell-devel mailing list >php...@li... https://lists.sourceforge.net/lists/listinfo/phpshell-devel -- Tobias Unger ma...@to... www.tobias-unger.de 0911 - 30 83 50 63 |
From: Mike T. <php...@ya...> - 2009-06-16 20:56:47
|
Still no luck for "ls" and others. Is there anything else I should do to fix this? Why most other users dont' have this problem? Something wrong with the setup? Thanks! --- On Tue, 6/16/09, ArcyQwerty <arc...@ar...> wrote: From: ArcyQwerty <arc...@ar...> Subject: Fw: commands do not work problem To: "Discuss the development of PHP Shell" <php...@li...> Date: Tuesday, June 16, 2009, 8:46 PM This is not an actual shell which runs continuously... It is reset on every command commands like cd are tracked by $_SESSION['cwd'] for ls to work try this modification to the proc_open: $p = proc_open($command, array(1 => array('pipe', 'w'), 2 => array('pipe', 'w')), $io, getcwd()); ----- Original Message ----- From: Tobias Unger To: Discuss the development of PHP Shell Sent: Tuesday, June 16, 2009 4:30 PM Subject: Re: commands do not work problem Hi, well, using normal shell comands sound right - I do not have a clue why it does not work with you. Maybe you can provide some more information? Or maybe one of the other subscribed users has any experiences with that? About the convienient tool: I have no idea what that should be... And yes - you just use it as an normal shell (actually as a shell without interactive components). The web interface just enables you to execute these commands at the server without an ssh-account. Bye! Tobias Mike Turley schrieb am 16.06.2009 22:21 Uhr: #yiv357293806 DIV { MARGIN:0px;} Hi, I'm new to PHP Shell. I set up and logged in successfully. But when it comes to type in the command, I tested it by using some very basic commands like "pwd", "ls" "cd", etc. It always gives me the message like "not recognized as internal or external command" or something like that. Did I do something wrong? Or I need to use special command? Another question is: I checked some discussion about this convenient tool and it says that this tool is much more convenient. But how can I explore and take advantage of the features I haven't found yet. To me, it is a web interface, but I still need to type in the command line to execute. It seems same as other linux tool except for the user interface. I believe I must have missed something here. May I know how I can use this tool efficiently? Thanks! ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ phpshell-devel mailing list php...@li... https://lists.sourceforge.net/lists/listinfo/phpshell-devel -- Tobias Unger ma...@to... www.tobias-unger.de 0911 - 30 83 50 63 ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ phpshell-devel mailing list php...@li... https://lists.sourceforge.net/lists/listinfo/phpshell-devel -----Inline Attachment Follows----- ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects -----Inline Attachment Follows----- _______________________________________________ phpshell-devel mailing list php...@li... https://lists.sourceforge.net/lists/listinfo/phpshell-devel |
From: ArcyQwerty <arc...@ar...> - 2009-06-16 20:46:44
|
This is not an actual shell which runs continuously... It is reset on every command commands like cd are tracked by $_SESSION['cwd'] for ls to work try this modification to the proc_open: $p = proc_open($command, array(1 => array('pipe', 'w'), 2 => array('pipe', 'w')), $io, getcwd()); ----- Original Message ----- From: Tobias Unger To: Discuss the development of PHP Shell Sent: Tuesday, June 16, 2009 4:30 PM Subject: Re: commands do not work problem Hi, well, using normal shell comands sound right - I do not have a clue why it does not work with you. Maybe you can provide some more information? Or maybe one of the other subscribed users has any experiences with that? About the convienient tool: I have no idea what that should be... And yes - you just use it as an normal shell (actually as a shell without interactive components). The web interface just enables you to execute these commands at the server without an ssh-account. Bye! Tobias Mike Turley schrieb am 16.06.2009 22:21 Uhr: Hi, I'm new to PHP Shell. I set up and logged in successfully. But when it comes to type in the command, I tested it by using some very basic commands like "pwd", "ls" "cd", etc. It always gives me the message like "not recognized as internal or external command" or something like that. Did I do something wrong? Or I need to use special command? Another question is: I checked some discussion about this convenient tool and it says that this tool is much more convenient. But how can I explore and take advantage of the features I haven't found yet. To me, it is a web interface, but I still need to type in the command line to execute. It seems same as other linux tool except for the user interface. I believe I must have missed something here. May I know how I can use this tool efficiently? Thanks! ---------------------------------------------------------------------------- ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects---------------------------------------------------------------------------- _______________________________________________ phpshell-devel mailing list php...@li... https://lists.sourceforge.net/lists/listinfo/phpshell-devel -- Tobias Unger ma...@to... www.tobias-unger.de 0911 - 30 83 50 63 ------------------------------------------------------------------------------ ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects ------------------------------------------------------------------------------ _______________________________________________ phpshell-devel mailing list php...@li... https://lists.sourceforge.net/lists/listinfo/phpshell-devel |
From: Mike T. <php...@ya...> - 2009-06-16 20:34:44
|
Thanks much! I guess the convenience is when it goes to the server, I only need to use the server web link to execute the commands without using the SSH command. Hopefully, somebody with the similar problem for not recognizable command message would help me solve the problem. Thanks! ________________________________ From: Tobias Unger <ma...@to...> To: Discuss the development of PHP Shell <php...@li...> Sent: Tuesday, June 16, 2009 4:30:27 PM Subject: Re: commands do not work problem Hi, well, using normal shell comands sound right - I do not have a clue why it does not work with you. Maybe you can provide some more information? Or maybe one of the other subscribed users has any experiences with that? About the convienient tool: I have no idea what that should be... And yes - you just use it as an normal shell (actually as a shell without interactive components). The web interface just enables you to execute these commands at the server without an ssh-account. Bye! Tobias Mike Turley schrieb am 16.06.2009 22:21 Uhr: Hi, I'm new to PHP Shell. I set up and logged in successfully. But when it comes to type in the command, I tested it by using some very basic commands like "pwd", "ls" "cd", etc. It always gives me the message like "not recognized as internal or external command" or something like that. Did I do something wrong? Or I need to use special command? Another question is: I checked some discussion about this convenient tool and it says that this tool is much more convenient. But how can I explore and take advantage of the features I haven't found yet. To me, it is a web interface, but I still need to type in the command line to execute. It seems same as other linux tool except for the user interface. I believe I must have missed something here. May I know how I can use this tool efficiently? Thanks! ________________________________ ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects ________________________________ _______________________________________________ phpshell-devel mailing list php...@li... https://lists.sourceforge.net/lists/listinfo/phpshell-devel -- Tobias Unger ma...@to... www.tobias-unger.de 0911 - 30 83 50 63 |
From: Tobias U. <ma...@to...> - 2009-06-16 20:30:24
|
Hi, well, using normal shell comands sound right - I do not have a clue why it does not work with you. Maybe you can provide some more information? Or maybe one of the other subscribed users has any experiences with that? About the convienient tool: I have no idea what that should be... And yes - you just use it as an normal shell (actually as a shell without interactive components). The web interface just enables you to execute these commands at the server without an ssh-account. Bye! Tobias Mike Turley schrieb am 16.06.2009 22:21 Uhr: > Hi, > > I'm new to PHP Shell. I set up and logged in successfully. But when it > comes to type in the command, I tested it by using some very basic > commands like "pwd", "ls" "cd", etc. It always gives me the message > like "not recognized as internal or external command" or something > like that. Did I do something wrong? Or I need to use special command? > > Another question is: I checked some discussion about this convenient > tool and it says that this tool is much more convenient. But how can I > explore and take advantage of the features I haven't found yet. To me, > it is a web interface, but I still need to type in the command line to > execute. It seems same as other linux tool except for the user > interface. I believe I must have missed something here. May I know how > I can use this tool efficiently? > > Thanks! > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensing option that enables unlimited > royalty-free distribution of the report engine for externally facing > server and web deployment. > http://p.sf.net/sfu/businessobjects > ------------------------------------------------------------------------ > > _______________________________________________ > phpshell-devel mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpshell-devel > -- Tobias Unger ma...@to... www.tobias-unger.de 0911 - 30 83 50 63 |
From: Tobias U. <ma...@to...> - 2009-06-16 20:22:33
|
Hello Adi, the first thing should be possible by just disabling the password request inside the source code. However... I can not imagine any possibility to solve the second problem as PhpShell just runs as an php-script emulating a non-interactive shell. But if you have root-access to the webserver, why do you not just use ssh? Bye, Tobias Adrian Spiridon schrieb am 16.06.2009 22:12 Uhr: > Hello there , > > I find phpshell a useful thing , but I want to make to it 2 > modifications : > > 1) Because I want to integrate it in my site I would want to go > directly to the shell whitout having to go through the login part. > This is like annoying sometimes. > > 2) When I connect with any user (root, demo, etc, doesn't matter) I > am actually logged in as www-data (none or nobody in other Apache ). > This is a major drawback because what I really want is , when I login > with a user (suppose that it exists in the system), is to have that > user's privelleges .(when I login with root I should have root > privelleges , when I login with demo for example I should have limited > privilleges). > > Can you help me in doing this things (propose a solution or suggest > one ) ? > > > Regards, > Adi > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensing option that enables unlimited > royalty-free distribution of the report engine for externally facing > server and web deployment. > http://p.sf.net/sfu/businessobjects > ------------------------------------------------------------------------ > > _______________________________________________ > phpshell-devel mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpshell-devel > -- Tobias Unger ma...@to... www.tobias-unger.de 0911 - 30 83 50 63 |
From: Mike T. <php...@ya...> - 2009-06-16 20:21:25
|
Hi, I'm new to PHP Shell. I set up and logged in successfully. But when it comes to type in the command, I tested it by using some very basic commands like "pwd", "ls" "cd", etc. It always gives me the message like "not recognized as internal or external command" or something like that. Did I do something wrong? Or I need to use special command? Another question is: I checked some discussion about this convenient tool and it says that this tool is much more convenient. But how can I explore and take advantage of the features I haven't found yet. To me, it is a web interface, but I still need to type in the command line to execute. It seems same as other linux tool except for the user interface. I believe I must have missed something here. May I know how I can use this tool efficiently? Thanks! |