Can anyone help me with this?? i am tierd fixing it but it doesnt work anyhow.. i tried installing a joke script which i bought It says this error : "Warning: mysql_connect(): Access denied for user 'nobody'@'localhost' (using password: NO) in /home/ejokers/public_html/jokes/conn.php on line 9 Access denied for user 'nobody'@'localhost' (using password: NO) " http://www.e-jokers.org/jokes/siteadmin/ Can anyone help me with this pleasee?? i changed permissions as mentioned still it didnt worked -------------------------------------------------------------------------- Same error with Games cheat site Warning: mysql_connect(): Access denied for user 'nobody'@'localhost' (using password: NO) in /home/ejokers/public_html/game/header.php on line 3 Access denied for user 'nobody'@'localhost' (using password: NO) http://www.e-jokers.org/game/siteadmin/ Can anyone pleasee help me ?? Thanx
You have problems with MySQL password. Read your script documentation and customize the area where MySQL database connection is configured.
If its a script you bought wasnt there a configuration file, e.g. config.php somewhere that you had to edit? Are you sure you entered the username and password correctly? I doubt its a problem with the script itself if you bought it... * EDIT * Sorry I just realised that weppos has already that this...
In Jokes site there's on Conn.php it says dont edit and in games there's config.php that i edited already mysql password is also correct i checked everyting
Are you tooooooooootally sure everything in config.php is correct? You shouldnt edit conn.php as youve said. The reason youre getting the error there is because the DB_password and DB_username variables that are getting passed from config.php is incorrect and therefore conn.php is running mysql_connect() with the wrong information... So double check the config.php file one more time and if it still doesnt work try contacting the person who sold you the script.
Now i tried tripple times.. not sure why its not working.. lets see if today is last try if it works its fyne or i'll leave it.. Thanx everyone