this is what i get, i go through the install all peachy, and then when i click on "play the Game" this error occours:
Warning: Cannot modify header information - headers already sent by (output started at /home/dragonfa/public_html/dk111/config.php:30) in /home/dragonfa/public_html/dk111/index.php on line 16
not quite sure what is wrong with it... i dont think it is a MY SQL error but, you never know... anyway, i need help
The "(output started at /home/dragonfa/public_html/dk111/config.php:30)" part of that error message bugs me. For one, config.php doesn't do anything, and shouldn't be outputting anything. And for two, it's not 30 lines long. Are you sure you have the right config.php file?
It could also be that the error message is getting the filename wrong (ie. just saying config.php when it really means the config.php file that was included in lib.php... or something like that). Though lib.php doesn't output anything that early either. And even still, it should say lib.php, not config.php.
Can you check your Apache error logs and see if it gives any more information about the error?