It looks like you're using an Ad Blocker.
Please white-list or disable AboveTopSecret.com in your ad-blocking tool.
Thank you.
Some features of ATS will be disabled while you continue to use an ad-blocker.
Checking PHP version.......................................................OK
Checking Directory Structure...............................................OK
Checking Required Files....................................................OK
Checking Database Files....................................................OK
Checking Database API......................................................OK
Checking Database Connection Security......................................WARNING
Security hazard
You have configured XMB to use root access to the database, this is a security hazard. If your server gets hacked, or php itself crashes, the config.php file might be available freely to anyone looking at it, and thus reveal your root username/password. Please consider making a new user for XMB to run as.
Checking Database Connection...............................................OK
Checking Database Version..................................................OK
Checking Full Url Compliance...............................................WARNING
Configuration Notice
XMB could not verify that you have your $full_url correctly configured. If this is configured wrong, it will silently prevent logging in later on in the process. However, if you're sure it's correct, then you can safely ignore this notice.
Could not locate database "moodle". Please make sure it exists before trying again!
Originally posted by dreamlandmafia
Find the MySQL administration in EasyPHP and create a new user. Then create a new database, something like xmb. Then change config.php to reflect these new changes.
$full_url in config.php is also wrong. It should be something like localhost...[ForumPathHere]/
[edit on 1-14-2006 by dreamlandmafia]
D:\Program Files\EasyPHP1-8\mysql\bin> mysqladmin drop xmb19
mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user 'ODBC'@'localhost' (using password: NO)'