Share

Shell Commander

Code

Programming Languages: PHP, JavaScript

License: GNU General Public License (GPL)

Repositories

browse code, statistics, last commit on 2006-01-19 cvs -d:pserver:anonymous@shcmd.cvs.sourceforge.net:/cvsroot/shcmd login

cvs -z3 -d:pserver:anonymous@shcmd.cvs.sourceforge.net:/cvsroot/shcmd co -P modulename

Show:

What's happening?

  • More than 1 line output not shown bug

    If an output of a command is more than of a 1 line, only first line would be shown. Fixes: Change lines: 168: $output = "\n$prompt{$_GET['cmd']}\n" . substr(shell_exec("{$_GET['cmd']} 2>&1"), 0, -1); to 168: $output = "\n\n\n$prompt{$_GET['cmd']}\n" . substr(shell_exec("{$_GET['cmd']} 2>&1"), 0, -1); 253: ret = http_request.responseText.split("\r"); to 253: ret =...

    2009-06-08 15:29:09 UTC by nobody

  • Shell Commander

    Anonymous committed patchset 1 of module CVSROOT to the Shell Commander CVS repository, changing 11 files.

    2006-01-19 19:10:37 UTC by nobody

  • shcmd

    pavelc registered the Shell Commander project.

    2006-01-19 18:23:49 UTC by pavelc

Our Numbers