The site is found here: http://prom.hostoi.com/signup.php
Basic problem:
For some reason the new install isnt using the username and password set in the const.php file to try connect to the mysql database.
PHP Errors:
Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/a6269600/public_html/signup.php on line 154
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/a6269600/public_html/signup.php on line 154
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/a6269600/public_html/signup.php on line 155
This therefore stops the list of races from being populated so I cannot create the first user. Although I dont know if the set of scripts as a whole works as the promisance.php returns the "Security Violation" error message.