-
Apprentice
Website fix>>>>
in the config.php i change
* CONFIGS
*/
define("LANGUAGE", "en-us"); //language en-us | pt-br | ru-ru
define("IP_HOST", "178.150.124.135"); //IP Aion Server
//MYSQL CONNECTION
define("MYSQL_HOST", "178.150.124.135:3306"); // IP Database
define("MYSQL_USER", "root"); // Login Database
define("MYSQL_PASS", "aion"); // Password Database
//DATABASES NAMES
define("MYSQL_BASE_LS", "al_server_ls"); // Login Server Database
define("MYSQL_BASE_GS", "al_server_gs"); // Game Server Database
define("MYSQL_BASE_WEB", "aionws"); // Aion-Web Server Database
my sql running 3306 port ..and i can see all in my site when i hosting. BUT NOT working loging/game server online/offline and abyss rank. when i use default setting localhost.8096 . my site working and no problem rank on off are showing.
any one can solve my problem.... ????
-
-
Apprentice
Re: Website fix>>>>
define("MYSQL_HOST", "178.150.124.135:3306"); // IP Database
try
define("MYSQL_HOST", "178.150.124.135"); // IP Database
-
Apprentice
-
Apprentice
Re: Website fix>>>>
Is Your website and server on the same machine?