Hello all.
I Try to config some files and geting this
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'galaxypvpbrasil_'@'localhost' (using password: YES) in /www/vndv.com/g/a/l/galaxypvpbrasil/htdocs/db/mysql.php on line 8
mySQL no esta disponible por el momento, sentimos el inconveniente...
Config.php
<?php
if(!defined("INSIDE")){ die("attemp hacking"); }
$dbsettings = Array(
"server" => "localhost", // MySQL server name.
"user" => "galaxypvpbrasil_user", // MySQL username.
"pass" => "mine password is not here", // MySQL password.
"name" => "galaxypvpbrasil_db", // MySQL database name.
"prefix" => "game_", // Tables prefix.
"secretword" => "RageOnline"); // Cookies.
?>
Username Database Name
galaxypvpbrasil_user galaxypvpbrasil_db
address: galaxypvpbrasil.vndv.com
is this configura correctly?
