Salam kenal, saya member baru disini, tolong dibantu ya 
Saya sedang utak-atik program Bot DotA (Bot untuk create room, GHost++) & Web statistic (Allstats), mereka running smoothly jika jalan di localhost, saya menggunakan Web Developer Controller (WAMP). Saya online-kan melalui IP public saya tidak ada masalah (tapi kalo laptop saya offline jelas tidak bisa diakses)
Web saya upload di webhosting (gratisan) : http://dotastatistic.000space.com/ , nah di cpanel itu kan ada hostname, mysql user, mqsql password dll.
confignya web statisticnya :
config di ghost :
### mysql database configuration
### this is only used if your database type is MySQL
Jika pakai database online, Ghost++ tiak mau running, error : cant connect mysql database
Quote dari tutorial :
Ini permasalahannya saya lihat access database di remote computer, padahal di web hosting kan tidak ada IP nya, saya coba ping host nya malah RTO, CMIIW
Jadi bagaimana mengatasi masalah ini?

Saya sedang utak-atik program Bot DotA (Bot untuk create room, GHost++) & Web statistic (Allstats), mereka running smoothly jika jalan di localhost, saya menggunakan Web Developer Controller (WAMP). Saya online-kan melalui IP public saya tidak ada masalah (tapi kalo laptop saya offline jelas tidak bisa diakses)
Web saya upload di webhosting (gratisan) : http://dotastatistic.000space.com/ , nah di cpanel itu kan ada hostname, mysql user, mqsql password dll.
confignya web statisticnya :
Code:
/MySQL Database Connection information (Optional):
//Must correspond to the settings in your MySQL Database.
$host = 'sql103.000space.com';
$username = 'space_*****';
$password = '*****';
$databasename = 'space_*****';
config di ghost :
### mysql database configuration
### this is only used if your database type is MySQL
Code:
db_mysql_server = sql103.000space.com
db_mysql_database = space_*****
db_mysql_user = space_*****
db_mysql_password = *****
db_mysql_port = 3306
Jika pakai database online, Ghost++ tiak mau running, error : cant connect mysql database
Quote dari tutorial :
GHOST++ dan Website statistik HARUS AKSES DATABASE YANG SAMA. Hal ini bisa dilakukan dengan configure mysql user agar bisa remote acces , jadi putuskan database akan disimpan dimana, apakah di PC ghost++ atau di PC website. Configure server mysql di config setiap bot untuk akses ke IP Public , bukan localhost. Lebih jelas soal ini pelajari tentang hosting dan mysql dan konsultasi dengan tempat hosting
If using MySQL and MySQL is running on a remote computer:
- Set db_type = mysql
- Set db_mysql_server = IP of the remote computer
- Set db_mysql_port = the port specified by your web host
- Make sure that you have given permission for your local computer to access MySQL or you won't be able to connect.
Ini permasalahannya saya lihat access database di remote computer, padahal di web hosting kan tidak ada IP nya, saya coba ping host nya malah RTO, CMIIW

Jadi bagaimana mengatasi masalah ini?