Fw: commands do not work problem

2009-06-18 Thread Mike Turley
Still haven't solved this problem. Anybody has any clue how to fix it? - Forwarded Message From: Mike Turley To: phpshell-devel@lists.sourceforge.net 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 success

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 T

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'),