If you are talking about
http://sikuneh.x10hosting.com/Submission_lore/
the FULL error message is:
Code:
Warning: mysql_query() [function.mysql-query]: Access denied for user 'sikuneh'@'10.1.0.230' (using password: NO) in /home/sikuneh/public_html/Submission_lore/inc/m.php on line 15
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/sikuneh/public_html/Submission_lore/inc/m.php on line 15
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/sikuneh/public_html/Submission_lore/inc/m.php on line 17
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/sikuneh/public_html/Submission_lore/inc/m.php on line 22
Read the first line.
You are not using password. The username is not how x10hosting handles MySQL usernames ( it should be of the form sikuneh_xxxxxxx ).
It looks like the configuration information is not being used when you try to connect to the DB, so the defaults are being used.
If you post the code for m.php (remove any passwords, etc ) maybe we can spot the problem.