|
WebShell 4 can be installed on H-Sphere winbox version 2.4 and later.
Prior to installation, make sure you have PHP 4.3.1 or higher (except for PHP 5.x for H-Sphere under 2.5.1).
To make sure you have all required libraries, install PHP from the zip archive, not from the self-extracting executable.
- Download the latest stable WebShell 4 installation:
- Run the file from the command line. Once you see the message "WebShell was installed successfully",
you can access it from the control panel.
- Restart IIS.
To upgrade WebShell, simply install the new version on top of the old one.
Important: To ensure correct Webshell functionality, please check that the following parameter is set
in the php.ini file:
error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT
Without this option, setting the cookies will be blocked, and Webshell won't work.
|