Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Diese Version behebt einen Fehler, der verursacht PHP-Shell nicht mehr funktioniert, wenn das aktuelle Verzeichnis wurde entfernt oder unleserlich gemacht, durch den Benutzer oder einen anderen Prozess, einige Codierung Probleme und Safe-Modus-Warnung nicht richtig angezeigt.
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

Dieses Release fügt eine Datei-Upload-Funktion (standardmäßig nicht aktiviert), behebt einen seltsamen UTF-8-Fehler und fügt einen interne Verlauf-Befehl. Die Eingabeaufforderung $PS1 ist jetzt konfigurierbar. Befehle mit HTML-Entitäten (z. B.: Echo "Ü") wurden codiert in der Ausgabe angezeigt, und es gibt einige andere kleine Bugfixes.
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

Diese Version funktioniert mit neueren PHP-Versionen. (PHP-Shell 2,1 hatte ein Problem mit PHP-Versionen vor 5.3.) Navigation im Dateisystem, indem Sie Hyperlinks ist wieder möglich. Weitere kleine Fehler wurden behoben.
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

Die Authentifizierung wird nun intern in PHP behandelt in einem Versuch, berichtet lösen Probleme beim anmelden. Konfiguration von Einstellungen wurden in einer INI-Datei verschoben, und den Umgang mit PHP Safe Mode war mit besseren Fehlermeldungen verbessert.
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

Die Shell hat jetzt ein Kommandozeilen-Geschichte wie ein echtes Schale, und das Design wurde geändert, um eine echte Shell genauer zu imitieren. Das Parsen von 'cd' Kommandos wurde umgeschrieben, so dass sogar noch mehr besonderen Fällen getroffen werden gepflegt und einfachen Befehl Substitution mit Aliasnamen eingeführt.
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