Download List

Descripción del Proyecto

PHP Shell is a shell wrapped in a PHP script. It's a tool you can use to execute arbiritary shell-commands or browse the filesystem on your remote Web server. This replaces, to a degree, a normal telnet-connection. You can use it for administration and maintenance of your Web site using commands like ps, free, du, df, and more.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-02-17 11:40
2.4

Esta versión corrige un error que causó PHP Shell deje de funcionar si el directorio actual fue eliminado o ilegible por el usuario o proceso de otro, algunos problemas de codificación y seguro-modo de alerta no se muestra correctamente.
This release fixes a bug which caused PHP Shell to stop working if the current directory was removed or made unreadable by the user or another process, some encoding problems, and Safe-mode-warning not displaying correctly.

2011-12-12 06:43
2.3

Esta versión agrega una característica de carga de archivo (no activada por defecto), corrige un error extraño de UTF-8 y un comando interno de historia. El símbolo $PS1 ahora es configurable. Comandos con entidades HTML (por ejemplo: echo "ü") se mostraban codificado en la salida, y hay algunas otras correcciones menores.
This release adds a file upload feature (not enabled by default), fixes a strange UTF-8 bug, and adds an internal history command. The prompt $PS1 is now configurable. Commands with HTML entities (e.g.: echo "ü") were displayed encoded in the output, and there are some other minor bugfixes.

2010-12-20 01:29
2.2

Esta versión funciona con versiones recientes de PHP. (PHP Shell 2.1 tenía un problema con las versiones de PHP anteriores a 5.3.) Navegación en el sistema de archivos utilizando hipervínculos, una vez más posible. Otros pequeños errores fueron corregidos.
This version works with recent PHP versions. (PHP Shell 2.1 had a problem with PHP versions earlier than 5.3.) Navigation in the filesystem using hyperlinks is once again possible. Other small bugs were fixed.

2005-12-27 06:10
2.1

De autenticación que ahora se realiza internamente en PHP en un intento de resolver informó de problemas de acceso. De ajustes de configuración se trasladó a un archivo INI, y el manejo de Safe Mode se ha mejorado con mensajes de error mejor.
Tags: Code cleanup
Authentication is now handled internally in PHP in an attempt to solve reported login problems. Configuration settings were moved to an ini file, and handling of PHP Safe Mode was improved with better error messages.

2004-03-27 08:58
2.0

La cáscara tiene ahora un historial de línea de comandos como una concha real, y el diseño fue cambiado para imitar una concha real más de cerca. El análisis de 'cd' comandos fue reescrito para que los casos especiales, aún más son atendidos, y la sustitución de comandos simples usando los alias se ha introducido.
Tags: Major feature enhancements
The shell now has a command line history just like a
real shell, and the design was changed to mimic a
real shell more closely. The parsing of 'cd' commands
was rewritten so that even more special cases are
taken care of, and simple command substitution using
aliases has been introduced.

Project Resources