[34 total ]
phpremoteshell 0.6.0 released

* Popups:

- Fixed a problem on popup closure with IE.

* PHP:

- Fixed a problem with magic quotes.

* Menus:

- Added a "Remove me!" menu item. It just remove the prs.php ... [More] script
from the server.

* File browser:

- Better download handling in safe mode.
- It is now possible to force file edition, even if PRS think that
it can not be viewed.
- Fixed a problem with directories deletion when "opendir()"
function is not available (use "glob()" instead).
- Better browse mode detection management.
- Added bookmarks management for directory location.
- It is now possible to visualize images found on the server.
- Try to use "glob()" if "opendir()"/"readdir()" or "ls" system
command are not available.
- A lot of improvments on directories/files display.
- Fixed a problem with sticky directories.
- Fixed a problem with recursive directories deletion.
- Fixed a problem with especially crafted directories names.
- Added "Create directory" menu. User can now create directories.
- Files with appropriate rights can be fully edited. PRS will try to
preserve original timestamp if Web user is the same as file owner.

* Other:

- Fixed problem with HTML output.
- When in safe mode, we try to display "phpinfo()" output in the
"Remote information" section.
- Code cleaning. [Less]

phpremoteshell 0.5.2 released

* PHP:

- Converted all short PHP tags to allow phpRemoteShell to work with "short_open_tag=Off".

* File browser:

- Now it should work on some condition with PHP safe mode.

* Menus:

- Better menu ... [More] management.

* Other:

- Better safe mode handling.
- Can now handle HTML output for both Shell commands and PHP code section.
- A temporary fix for utf8 decode function (it hopefully do not cause web server child segfault anymore). [Less]

phpremoteshell 0.5.2 released

* PHP:

- Converted all short PHP tags to allow phpRemoteShell to work with "short_open_tag=Off".

* File browser:

- Now it should work on some condition with PHP safe mode.

* Menus:

- Better menu ... [More] management.

* Other:

- Better safe mode handling.
- Can now handle HTML output for both Shell commands and PHP code section.
- A temporary fix for utf8 decode function (it hopefully do not cause web server child segfault anymore). [Less]

phpremoteshell 0.5.2 released

* PHP:

- Converted all short PHP tags to allow phpRemoteShell to work with "short_open_tag=Off".

* File browser:

- Now it should work on some condition with PHP safe mode.

* Menus:

- Better ... [More] menu management.

* Other:

- Better safe mode handling.
- Can now handle HTML output for both Shell commands and PHP code section.
- A temporary fix for utf8 decode function (it hopefully do not cause web server child segfault anymore). [Less]

phpremoteshell 0.5.1 released

* PHP:
- Fixed a problem with PHP versions that do not allow 'magic_quotes_gpg' control setting with 'ini_set()'.

* Remote shell:
- Added possibility to only select a command to be run again in the history box without automatically executing it.

* Popups:
- Now popups can be moved only in the box title area.

phpremoteshell 0.5.1 released

* PHP:
- Fixed a problem with PHP versions that do not allow 'magic_quotes_gpg' control setting with 'ini_set()'.

* Remote shell:
- Added possibility to only select a command to be run again in the history box without automatically executing it.

* Popups:
- Now popups can be moved only in the box title area.

phpremoteshell 0.5.0 released

* Profiles:
- Added "profile" management feature.

* Remote shell:
- Added environment PATH control feature.

* Remote informations:
- Display Apache2 information.

* File browser:
- Added initial path ... [More] control feature.
- "Download" feature is now totally silent.
- Fixed a problem with "sticky bit" attribute.

* PHP code:
- Added highlight code feature.

* Stylesheet:
- New CSS.

* Menus:
- Rewrote all the menus.
- Now popups can be moved anywhere, and position remains after submits. [Less]

phpremoteshell 0.4.1 released

* File browser:

- Fixed a problem with output buffer initialisation.

* Other:

- Fixed a problem with BasicAuth.
- Fixed a problem with simple quotes escape.

phpremoteshell 0.4.1 released

* File browser:

- Fixed a problem with output buffer initialisation.

* Other:

- Fixed a problem with BasicAuth.
- Fixed a problem with simple quotes escape.

phpremoteshell 0.4.0 released

* Remote shell:

- Added command aliases feature.

* File browser:

- Fixed a problem with sockets.
- Fixed many problems with symlinks.
- Fixed a problem with file date management on some systems.

* Other:

- Updated PHP 'safe_mode' detection management.