Re: how to ...help

2009-06-16 Thread Adrian Spiridon
Yes, I will try modifying the source and for the part 2 I'm still searching for a solution Regards, Adrian From: Tobias Unger To: Discuss the development of PHP Shell Sent: Tuesday, June 16, 2009 11:22:34 PM Subject: Re: how to ...help Hello Adi, the fir

Re: Fw: commands do not work problem

2009-06-16 Thread Mike Turley
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 wrote: From: ArcyQwerty Subject: Fw: commands do not work problem To: "Discuss the developm

Fw: commands do not work problem

2009-06-16 Thread ArcyQwerty
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'),

Re: commands do not work problem

2009-06-16 Thread Mike Turley
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! _

Re: commands do not work problem

2009-06-16 Thread Tobias Unger
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

Re: how to ...help

2009-06-16 Thread Tobias Unger
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 w

commands do not work problem

2009-06-16 Thread Mike Turley
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 d

how to ...help

2009-06-16 Thread Adrian Spiridon
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 (roo