Viewing file: diag_result.php (3.42 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $diagResults = array ( 'Client' => 'Mozilla/5.0 (Windows; U; Windows NT 6.1; ru; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3', 'Magic Quotes Enabled' => 'Yes', 'GD Enabled' => 'Yes', 'Upload Max Size' => '100M', 'Memory Limit' => '48M', 'Max execution time' => '150', 'Safe Mode' => '0', 'Safe Mode GID' => '0', 'MCrypt Enabled' => 'No', 'Serveur OS' => 'WINNT', 'PHP Version' => '5.2.4', 'Locale' => 'Ukrainian_Ukraine.1251', 'Directory Separator' => '\\', 'Upload Tmp Dir Writeable' => true, 'PHP Upload Max Size' => 104857600, 'AJXP Upload Max Size' => '0', 'Users enabled' => 1, 'Guest enabled' => 0, '[Server, logs, conf]' => '[1,1,1]', 'Zlib Enabled' => 'Yes', );$outputArray = array ( 0 => array ( 'name' => 'AjaXplorer version', 'result' => false, 'level' => 'info', 'info' => 'AJXP version : 2.5.2', ), 1 => array ( 'name' => 'Client Browser', 'result' => false, 'level' => 'info', 'info' => 'Current client Mozilla/5.0 (Windows; U; Windows NT 6.1; ru; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3', ), 2 => array ( 'name' => 'Magic quotes', 'result' => false, 'level' => 'info', 'info' => 'Magic quotes enabled : 1', ), 3 => array ( 'name' => 'PHP GD version', 'result' => true, 'level' => 'warning', 'info' => 'GD is required for generating thumbnails', ), 4 => array ( 'name' => 'PHP Limits variables', 'result' => false, 'level' => 'info', 'info' => '<b>Testing configs</b> Upload Max Size=100M Memory Limit=48M Max execution time=150 Safe Mode=0 Safe Mode GID=0', ), 5 => array ( 'name' => 'MCrypt enabled', 'result' => false, 'level' => 'warning', 'info' => 'MCrypt is required for generating publiclets', ), 6 => array ( 'name' => 'PHP operating system', 'result' => false, 'level' => 'info', 'info' => 'Current operating system WINNT', ), 7 => array ( 'name' => 'PHP version', 'result' => true, 'level' => 'error', 'info' => 'Minimum required version is PHP4.2.0, PHP5.2 or higher recommended when using foreign language', ), 8 => array ( 'name' => 'Server charset encoding', 'result' => true, 'level' => 'error', 'info' => 'You must set a correct charset encoding in your locale definition in the form: en_us.UTF-8. Please refer to setlocale man page. If your detected locale is C, please check <a href="http://www.ajaxplorer.info/documentation/chapter-8-faq/#c87">http://www.ajaxplorer.info/documentation/chapter-8-faq/#c87</a>. ', ), 9 => array ( 'name' => 'Upload particularities', 'result' => false, 'level' => 'info', 'info' => '<b>Testing configs</b> Upload Tmp Dir Writeable=1 PHP Upload Max Size=104857600 AJXP Upload Max Size=0', ), 10 => array ( 'name' => 'Users Configuration', 'result' => false, 'level' => 'info', 'info' => 'Current config for users', ), 11 => array ( 'name' => 'Required writeable folder', 'result' => false, 'level' => 'info', 'info' => '[1,1,1]', ), 12 => array ( 'name' => 'Zlib extension (ZIP)', 'result' => false, 'level' => 'warning', 'info' => 'Warning, the zip functions are erraticaly working on Windows, please don\'t rely too much on them!', ), 13 => array ( 'name' => 'Filesystem Plugin Testing repository : Default Files', 'result' => true, 'level' => 'error', 'info' => '', ), ); ?>
|