| cupoftea wrote:
|
INSTALLATION
After the backup of your modules/downloads, you have to extract the archive in that directory.
Edit the file d_config.php and set the variables $uppath e $upbaseurl needed for upload.
$uppath must contain the absolute path of the upload base dir (ex. c:/inetpub/wwwroot/uploads or /web/htdocs/phpnuke/upload)
$upbaseurl must contain the URL path to resolve the same dir
Write permission must be enabled on the dir for web users.
If you want to host .exe files on IIS you have to control that execute permission are disabled.
$enable_upload permit to disable upload feature.
|