Ok i need help with my website config files please. I will post all my settings & +Rep
htdocs/game_config
Code:
<?php
//Game Account Config Settings
$Host = '127.0.0.1'; // This is by default localhost or 127.0.0.1, if your MySQL server is not hosted
// on the same machine you are putting this one, you will need to put the IP of that server here.
// Default = localhost or 127.0.0.1
$Username = 'admin'; // Database username, default = root
$Password = 'my password'; // Database password
$Database = 'logon'; // If your Antrix database is not called Antrix, please put its name here in place of Antrix. default = antrix
htdocs/config.php
Code:
<?php
// database settings - Do NOT CHANGE LAST TWO LINES $db_prefix"
$db_host="127.0.0.1";
$db_user="admin";
$db_pass="my password";
$db_name="portal";
$db_prefix="fusion_";
define("DB_PREFIX", "fusion_");
htdocs/include/settings.php
Code:
$this->db_user = 'admin'; // database user
$this->db_password = 'my password'; // database password
$this->db_host = '127.0.0.1'; // database host:port
$this->db_cname = 'logon'; // character database
$this->db_wname = 'world'; // world database
$this->db_sname = ''; //Will be used latertime
$this->statfile = 'stats.xml';//Will be used latertime
$this->realm = '[Kaziwow]';
?>[/CODE]
My host file
Code:
::1 localhost
127.0.0.1 kaziwow.kicks-ass.net
my dyndns website.

I'm not sure whats wrong.. i think i need to change the host to localhost or kaziwow.kicks-ass.net or 127.0.0.1. I can see my website but it doesn't load for others.