So sieht es nach dem Test aus:
$_SERVER['SERVER_NAME']); if(is_writeable($compdir)){$updcheck=true;}else{$updcheck=false;} $verbindung = check("http://update.radio-sendeplan.de/installok.php",$body); $writable = $updcheck ? 'Ja' : '! NEIN !'; $allow_url_fopen = ini_get('allow_url_fopen') ? 'aktiviert' : '! deaktiviert !'; $zip = function_exists('zip_open') ? 'aktiviert' : '! deaktiviert !'; $magicquotes = get_magic_quotes_gpc() ? '! aktiviert !' : 'deaktiviert'; ?>
PHP Version | > 5.3.0 | |
Schreibrechte | Ja | |
allow_url_fopen | aktiviert | |
ZIP-Extension | aktiviert | |
magic_quotes; | deaktiviert | |
Verbindung zum Daten Server |