Télécharger la liste

Description du projet

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.

Système requise

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.

2003-11-18 02:34
1.9

Le traitement des liens symboliques a été fixé de telle sorte que l'on peut revenir avec 'cd ..' après être allé dans un répertoire par le biais d'un lien. La liste du répertoire est maintenant trié.
Tags: Minor feature enhancements
The handling of symbolic links was fixed so that one can go back with 'cd ..' after going into a directory through a link. The directory listing is now sorted.

2003-04-03 08:28
1.8

La case à cocher stderr se souvient maintenant de son état, et la production est maintenant valide XHTML 1.0 Strict. Compatibilité avec les versions de PHP antérieures à 4.1.0 était brisé à l'aide de la nouvelle somme de _ * variables. En tant que fonctionnalité dans cette version est identique à la 1.7, il n'est pas nécessaire de mettre à niveau si cela est un problème.
Tags: Minor feature enhancements
The stderr check box now remembers its state, and output is now valid XHTML 1.0 Strict. Compatibility with versions of PHP earlier than 4.1.0 was broken by using the new $_* variables. As functionality in this version is identical to 1.7, it is not necessary to upgrade if this is an issue.

2002-09-18 21:44
1.7

Un problème avec PHP 4.2.0 (register_globals sont désactivés par défaut à partir de cette version) a été corrigée et le code a été nettoyé un peu.
Tags: Minor bugfixes
A problem with PHP 4.2.0 (register_globals are turned off per default from that version onwards) was corrected and the code was cleaned up a little.

2002-03-25 00:47
1.6

Il y avait une petite chance qu'un autre utilisateur puisse voir la sortie de votre commande si vous avez utilisé le stderr piégeage fonctionnalité. Le problème est que le même nom de fichier serait utilisé par les utilisateurs comme pour le fichier temporaire. Un nom de fichier unique est désormais généré à chaque fois pour éviter que cela se passe.
Tags: Minor security fixes
There was a slight chance that another user could see the output of your command if you used the stderr trapping feature. The problem was that the same filename would be used by both users for the temporary file. A unique filename is now generated each time to prevent this from happening.

2002-03-23 08:04
1.5

Une nouvelle capacité pour l'utilisateur de naviguer dans le système de fichiers en utilisant la commande cd normaux '. Quand une commande implique «cd», il sera intercepté et le répertoire de travail actuel sera modifié en conséquence.
Tags: Major feature enhancements
A new ability for the user to navigate through the filesystem by using the normal 'cd' command. When a command involves 'cd', it will be intercepted and the current working directory will be changed accordingly.

Project Resources