ダウンロードリスト

プロジェクト概要

PHPのシェルは、PHPスクリプトに包まれたシェルです。それはあなたがarbiritaryシェルコマンドを実行したり、あなたの上のファイルシステムを参照するために使用できるツールです リモートWebサーバー。これはある程度、通常のtelnet-接続に代わるものです。あなたは、ps, free, du, df,moreようなコマンドを使用して、Webサイトのメンテナンスのためにそれを使用することができます。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2003-11-18 02:34
1.9

シンボリックリンクを処理するように1つのバック'としますcd ..'行くことができる固定されたディレクトリにリンクを通過した。ディレクトリのリストがソートされます。
タグ: 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

stderrのチェックボックスを現在の状態を記憶し、出力を現在のXHTML 1.0の厳密な有効です。 PHPの4.1.0より前のバージョンとの互換性は、新たに$ _ *変数を使用して壊れていた。このバージョンでは機能として、1.7には、必要に応じていない場合は、この問題はアップグレードすると同一です。
タグ: 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

PHP 4.2.0での問題(register_globalsのデフォルトでは、バージョン以降)がオフになっている修正され、コードを少しクリーンアップされました。
タグ: 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

がわずかなチャンスをする場合は、stderr機能を捕獲使用される他のユーザーがコマンドの出力を参照してくださいでした。この問題は、同じファイル名で一時ファイル用の両方のユーザーによって使用されることだった。一意のファイル名現在起こってからこの問題を回避するたびに生成されます。
タグ: 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

ユーザーの新しい機能は、ファイルシステムを介しての通常cd'コマンドを使用して移動します。ときに、コマンド'cd'を、それが傍受される現在の作業ディレクトリに応じて変更されますが含まれます。
タグ: 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.

プロジェクトリソース