|
I can't register on Fallen Heroes, I get a bunch of mysql error messages.
This shows at the top of the registration form, when you first load the page;
Warning: mysql_connect() [function.mysql-connect]: Can't connect to MySQL server on '66.197.149.27' (4) in /home/electrog/public_html/fheo/pages/config1.php on line 15
Warning: mysql_select_db() [function.mysql-select-db]: Access denied for user 'electrog'@'localhost' (using password: NO) in /home/electrog/public_html/fheo/pages/config1.php on line 16
Warning: mysql_select_db() [function.mysql-select-db]: A link to the server could not be established in /home/electrog/public_html/fheo/pages/config1.php on line 16
Then after I submit my registration info I get more mysql errors at the bottom;
Warning: mysql_select_db() [function.mysql-select-db]: Access denied for user 'electrog'@'localhost' (using password: NO) in /home/electrog/public_html/fheo/pages/register.php on line 80
Warning: mysql_select_db() [function.mysql-select-db]: A link to the server could not be established in /home/electrog/public_html/fheo/pages/register.php on line 80
Warning: mysql_query() [function.mysql-query]: Access denied for user 'electrog'@'localhost' (using password: NO) in /home/electrog/public_html/fheo/pages/register.php on line 91
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/electrog/public_html/fheo/pages/register.php on line 91
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/electrog/public_html/fheo/pages/register.php on line 92
Only letters from "a" to "z" and numbers, length of 4 to 12 characters
How am I suppose to register???
|