Checking requirements: |
|
PHP version >= 4.2.0 |
No' : 'Yes';?> |
MySQL support |
Available' : 'Unavailable';?> |
|
|
_mysql.php |
Writeable';
} else if (is_writable( '..' )) {
echo 'Writeable';
} else {
echo 'Unwriteable _mysql.php has to be writeable or webspell cannot be installed.';
} ?>
|
_settings.php |
Writeable';
} else if (is_writable( '..' )) {
echo 'Writeable';
} else {
echo 'Unwriteable _settings.php has to be writeable or webspell cannot be installed.';
} ?>
|
_stylesheet.css |
Writeable';
} else if (is_writable( '..' )) {
echo 'Writeable';
} else {
echo 'Unwriteable _stylesheet.css has to be writeable or webspell will not be working correctly.';
} ?>
|
|
Setting chmod... |
'.$file.' ';
if(!@chmod('../'.$file, 0777)) $error[]=$file.' ';
}
?>
|
|
There are some errors.
Please ensure, that following folders are completely writeable (CHMOD 777):';
foreach($error as $value) echo '
'.$value.' | |
';
} else echo 'Successfully done! | ';
?>