Download List

프로젝트 설명

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

이 릴리스의 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

이 릴리스 (기본적으로 사용할 수 없음) 파일 업로드 기능을 추가 하 고 이상한 u t F-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가 안전 모드를 처리하는 더 나은 오류 메시지와 함께 개선했다.
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

쉘 이제 진짜 조개처럼, 그리고 명령줄 역사를 가지고 디자인을보다 밀접하게 모방 실제 쉘을 변경되었습니다. '의 구문을 분석하는'CD를 명령 그래서 더욱 특별한 경우, 간단한 명령을 대체 별칭을 사용하여 처리됩니다 도입되었습니다 재작 성했습니다.
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