Bitte aktivieren Sie Javascript!

Welcome to the DNA Module - First Steps

Your logo will be placed here later during cofiguration.
"; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; ?>

Step 2: Capabilities

Go back to step 1
To check if all requirements are fulfilled, the DNA Module does a capability test.
PHP 5: phpinfo."; if($version > 5 and $version < 6) { echo "Ready to use (PHP ".$version.")OK"; } if($version > 4 and $version < 5) { echo "not available (PHP ".$version.")OK The DNA Module is optimised for PHP 5.x You will finde the latest version of PHP here."; } if($version < 4) { echo "not available (PHP ".$version.")Not OK The DNA Module requires PHP 4 or higher. You will finde the latest version of PHP here. The Module is optimised for PHP 5.x"; } echo "
PHP libraries
XSL:"; if (!extension_loaded('xsl') && !extension_loaded('xslt')) { echo "No XSL library support!Not OK Please check your phpinfo!"; } else { echo "Ready to use.OK"; } echo "
XML:"; if (!extension_loaded('xml')) { echo "No XML library support!Not OK ".$NotOK; } else { echo "Ready to use.OK"; } echo "
libXML:"; if (!extension_loaded('libxml')) { echo "No libXML library support!Not OK ".$NotOK; } else { echo "Ready to use.OK"; } echo "
dom:"; if (!extension_loaded('dom')) { echo "No dom library support!Not OK ".$NotOK; } else { echo "Ready to use.OK"; } echo "
XML reader:"; if (!extension_loaded('xmlreader')) { echo "No XML reader library support!Not OK ".$NotOK; } else { echo "Ready to use.OK"; } echo "
XML writer:"; if (!extension_loaded('xmlwriter')) { echo "No XML writer library support!Not OK ".$NotOK; } else { echo "Ready to use.OK"; } echo "
XML rpc:"; if (!extension_loaded('xmlrpc')) { echo "No XML rpc library support!Not OK ".$NotOK; } else { echo "Ready to use.OK"; } echo "
MySQL:"; if (!extension_loaded('mysql')) { echo "No MySQL library support at all on this server!Not OK ".$NotOK." If you use MySQL this library is required!"; } else { echo "Ready to use.OK"; } echo "
Ready to continue? Please click here to go ahead.