?>
<input type=
"hidden"
name=
"step"
value=
"4"
/>
<table width=
"700"
class
=
"border"
border=
"0"
cellspacing=
"1"
cellpadding=
"3"
align=
"center"
>
<tr
class
=
"Chead"
>
<td colspan=
"2"
><b>Voraussetzungen Prüfen</b></td>
</tr><tr>
<td
class
=
"Cmite"
><br>
"include/includes/config.php"
CHMOD
666<br></td>
<td
class
=
"Cnorm"
><?php
if
( @
is_writeable
(
'include/includes/config.php'
) ) {
echo
'<font color="#40aa00"><b>RICHTIG</b></font>'
; }
else
{
echo
'<font color="#FF0000"><b>FALSCH</b></font>'
; } ?></td>
</tr><tr>
<td
class
=
"Cmite"
><br>
"include/backup"
Schreibrechte (
CHMOD
777)<br></td>
<td
class
=
"Cnorm"
><?php
if
( @
is_writeable
(
'include/backup'
) ) {
echo
'<font color="#40aa00"><b>RICHTIG</b></font>'
; }
else
{
echo
'<font color="#FF0000"><b>FALSCH</b></font>'
; } ?></td>
</tr><tr>
<td
class
=
"Cmite"
><br>
"include/contents/selfbp/selfp"
Schreibrechte (
CHMOD
777)<br></td>
<td
class
=
"Cnorm"
><?php
if
( @
is_writeable
(
'include/contents/selfbp/selfp'
) ) {
echo
'<font color="#40aa00"><b>RICHTIG</b></font>'
; }
else
{
echo
'<font color="#FF0000"><b>FALSCH</b></font>'
; } ?></td>
</tr><tr>
<td
class
=
"Cmite"
><br>
"include/contents/selfbp/selfb"
Schreibrechte (
CHMOD
777)<br></td>
<td
class
=
"Cnorm"
><?php
if
( @
is_writeable
(
'include/contents/selfbp/selfb'
) ) {
echo
'<font color="#40aa00"><b>RICHTIG</b></font>'
; }
else
{
echo
'<font color="#FF0000"><b>FALSCH</b></font>'
; } ?></td>
</tr><tr>
<td
class
=
"Cmite"
><br>
"include/images/avatars"
Schreibrechte (
CHMOD
777)<br></td>
<td
class
=
"Cnorm"
><?php
if
( @
is_writeable
(
'include/images/avatars'
) ) {
echo
'<font color="#40aa00"><b>RICHTIG</b></font>'
; }
else
{
echo
'<font color="#FF0000"><b>FALSCH</b></font>'
; } ?></td>
</tr><tr>
<td
class
=
"Cmite"
><br>
"include/images/gallery"
Schreibrechte (
CHMOD
777)<br></td>
<td
class
=
"Cnorm"
><?php
if
( @
is_writeable
(
'include/images/gallery'
) ) {
echo
'<font color="#40aa00"><b>RICHTIG</b></font>'
; }
else
{
echo
'<font color="#FF0000"><b>FALSCH</b></font>'
; } ?></td>
</tr><tr>
<td
class
=
"Cmite"
><br>
"include/images/smiles"
Schreibrechte (
CHMOD
777)<br></td>
<td
class
=
"Cnorm"
><?php
if
( @
is_writeable
(
'include/images/smiles'
) ) {
echo
'<font color="#40aa00"><b>RICHTIG</b></font>'
; }
else
{
echo
'<font color="#FF0000"><b>FALSCH</b></font>'
; } ?></td>
</tr><tr>
<td
class
=
"Cmite"
><br>
"include/images/usergallery"
Schreibrechte (
CHMOD
777)<br></td>
<td
class
=
"Cnorm"
><?php
if
( @
is_writeable
(
'include/images/usergallery'
) ) {
echo
'<font color="#40aa00"><b>RICHTIG</b></font>'
; }
else
{
echo
'<font color="#FF0000"><b>FALSCH</b></font>'
; } ?></td>
</tr><tr>
<td
class
=
"Cmite"
><br>
"include/images/wars"
Schreibrechte (
CHMOD
777)<br></td>
<td
class
=
"Cnorm"
><?php
if
( @
is_writeable
(
'include/images/wars'
) ) {
echo
'<font color="#40aa00"><b>RICHTIG</b></font>'
; }
else
{
echo
'<font color="#FF0000"><b>FALSCH</b></font>'
; } ?></td>
</tr><tr>
<td
class
=
"Cmite"
><br>
"include/downs/downloads"
Schreibrechte (
CHMOD
777)<br></td>
<td
class
=
"Cnorm"
><?php
if
( @
is_writeable
(
'include/downs/downloads'
) ) {
echo
'<font color="#40aa00"><b>RICHTIG</b></font>'
; }
else
{
echo
'<font color="#FF0000"><b>FALSCH</b></font>'
; } ?></td>
</tr><tr>
<td
class
=
"Cmite"
><br>
"include/downs/downloads/user_upload"
Schreibrechte (
CHMOD
777)<br></td>
<td
class
=
"Cnorm"
><?php
if
( @
is_writeable
(
'include/downs/downloads/user_upload'
) ) {
echo
'<font color="#40aa00"><b>RICHTIG</b></font>'
; }
else
{
echo
'<font color="#FF0000"><b>FALSCH</b></font>'
; } ?></td>
</tr><tr
class
=
"Cdark"
>
<td></td>
<td><input type=
"submit"
value=
"Weiter ->"
></td>
</tr>
</table>
</form>
</body>
</html> <?php
}
elseif
(
$_POST
[
'step'
] == 4 ) {