ダウンロードリスト

プロジェクト概要

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

システム要件

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

2012-02-17 11:40
2.4

このリリースは、PHP シェルは現在のディレクトリを削除またはユーザー別のプロセス、いくつかのエンコーディングの問題、およびセーフのモード-警告が正しく表示されないによって読み取り不可能にする場合の動作を停止する原因となったバグを修正します。
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

このリリースでは (既定では無効)、ファイルのアップロード機能を追加、奇妙な UTF-8、バグフィックスし、内部履歴コマンドを追加します。プロンプト $PS1 が可能になりました。HTML エンティティのコマンド (例えば: エコー「ü」) エンコードを出力に表示されたがいくつか他のマイナーなバグの修正。
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

このバージョンでは、最近のPHPのバージョンで動作します。 (PHPをシェル2.1は、PHPのより前のバージョン5.3で問題を抱えていた。)ナビゲーションのハイパーリンクを使用してファイルシステムに再びことが可能です。その他の小さなバグが修正されました。
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

認証に内部的にはPHPでの試行でのログインに問題を報告解決するために処理されます。構成の設定をiniファイルに移動していたとPHPをセーフモードでの処理を、より良いエラーメッセージが改善されました。
タグ: 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

シェルは、今では本当のシェルと同じようにし、コマンドラインの歴史を持って、設計をより緊密に本当のシェルを模倣するように変更されました。 'の構文解析'cdコマンドので、さらに多くの特殊な例は、単純なコマンドの置換のエイリアスを使用しての世話が導入されて書き直されました。
タグ: 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.

プロジェクトリソース