'; echo '
'; echo '

'. $extension . '

'; echo '
'; echo '
'; echo $extension . ' is loaded and ready to rock-n-roll! Good 2 Go!'; echo '
'; else : echo '
'; echo '
'; echo '

'. $extension . '

'; echo '
'; echo '
'; echo $extension . ' is NOT loaded! Please install it before proceeding'; if($extension == "PDO_SQLITE") : echo '
If you are on Windows, please uncomment this line in php.ini: ;extension=php_pdo_sqlite.dll'; endif; echo '
'; endif; } function getFilePermission($file) { if (file_exists($file)) : $length = strlen(decoct(fileperms($file)))-3; if($file{strlen($file)-1}=='/') : $name = "Folder"; else : $name = "File"; endif; if (is_writable($file)) : echo '
'; echo '
'; echo '

'. $file . 'Permissions: ' . substr(decoct(fileperms($file)),$length) . '

'; echo '
'; echo '
'; echo $file . ' is writable and ready to rock-n-roll! Good 2 Go!'; echo '
'; else : echo '
'; echo '
'; echo '

'. $file . '

'; echo '
'; echo '
'; echo $file . ' is NOT writable! Please change the permissions to make it writtable by the PHP User.'; echo '
'; endif; endif; } $db = DATABASE_LOCATION . constant('User::DATABASE_NAME') . ".db"; $folder = USER_HOME; ?> Requirement Checker

Check Requirements & Permissions