HELP Why My Website be like this??

09/23/2010 12:17 DeadHackerz#1
WHY MY WEBSITE BE LIKE THIS I CANT CONNECT TO MY DB WHATS IS THE PROBLEMS ??ANYONE KNOW?:handsdown::handsdown::handsdown::handsdown:p lease help me

[Only registered and activated users can see links. Click Here To Register...]
09/23/2010 15:06 matrix89#2
[quote=DeadHackerz;6931980]WHY MY WEBSITE BE LIKE THIS I CANT CONNECT TO MY DB WHATS IS THE PROBLEMS ??ANYONE KNOW?:handsdown::handsdown::handsdown::handsdown:p lease help me

Chek your Config.php

Quote:
<?php
require_once './inc/class.captcha.php';
// Configurations
$myhost="127.0.0.1";
$mypass="test"; //your server login password
$myuser="root"; //your server login username
$mydbacc="my"; //your server account database
$mydbdata="my"; //your server my database name
$serveraddress="Ip server"; //your server ip
$serverport=5816; //your server connection port
$servername="Server Name"; //your server name
$forum="Your Website link"; //your server forum
$mydb="my"; //your server my database

// Dont Edit after this
mysql_connect($myhost,$myuser,$mypass);
mysql_select_db($mydb);
?>
Chek this!!!
09/23/2010 15:35 King_Arthur#3
Did you take a moment and read the errors before posting?
Quote:
mysql_connect()... Access denied for user 'root'@'localhost' (using password: YES) in ...config.php on line 16
Either the user root doesn't exist, the password is wrong, or (doubtfully) root is not allowed from localhost. Fix which one(s) are wrong in config.php where matrix highlighted above and it should work.
09/23/2010 16:09 DeadHackerz#4
Special thanks to all!!so if not alloed from localhost then what must i do
09/23/2010 17:22 PraDevil[ELITE]#5
man..
in your config.php it will ask u your mysql username and pass..put your username on root and your password on test
09/23/2010 18:10 DeadHackerz#6
at server name can make MythWar right?then link website do need put [Only registered and activated users can see links. Click Here To Register...] or just mythwar-online.ath.cx?
09/23/2010 22:08 King_Arthur#7
Just checked out your site [Only registered and activated users can see links. Click Here To Register...] and it looks all correct. Whatever settings you used worked.