Primeiro vc vai inc.config e Configura ele assim
Configure seu emulador de acordo com os dados da host:
Leia o que está em vermelho e faça as modificações.
#Grato! Solucionou a sua dúvida?
OBS:
* O username da DB não deverá ser root, e sim o seu login na host.
*A senha não será vertrigo. Pois você está hospedando em uma host. A senha será a mesma de seu login.
- Spoiler:
- <?php
/*=======================================================================
| UberCMS - Advanced Website and Content Management System for uberEmu
| #######################################################################
| Copyright (c) 2010, Roy 'Meth0d'
| [Tens de ter uma conta e sessão iniciada para poderes visualizar este link]
| #######################################################################
| This program is free software: you can redistribute it and/or modify
| it under the terms of the GNU General Public License as published by
| the Free Software Foundation, either version 3 of the License, or
| (at your option) any later version.
| #######################################################################
| This program is distributed in the hope that it will be useful,
| but WITHOUT ANY WARRANTY; without even the implied warranty of
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
| GNU General Public License for more details.
\======================================================================*/
$config['Site']['www'] = "http://SEUDOMINIO.seuhost.com";
$config['Site']['hash_secret'] = "xCg532%@%gdvf^5DGaa6&*rFTfg^FD4\$OIFThrR_gh(ugf*/";
$config['MySQL']['hostname'] = "localhost";
$config['MySQL']['username'] = "SEU USUARIO";
$config['MySQL']['password'] = "SUA SENHA QUE ELES DERAM";
$config['MySQL']['database'] = "SUADB";
$config['MUS']['enabled'] = false;
$config['MUS']['ip'] = "SEUIP";
$config['MUS']['port'] = "90";
?>
Configure seu emulador de acordo com os dados da host:
- Spoiler:
- ## Phoenix 3.0 System Configuration File
## Licence Information
Otaku-Studios.username= Seu nome de usuário da host.
Otaku-Studios.password= Sua senha de usuário da host.
## MySQL Configuration
db.hostname=mix.brazi.us
db.port=3306
db.username= Coloque o seu nome de usuário da Host.
db.password= Coloque a senha do seu usuário da host.
db.name= Coloque o nome da sua DB, mas será assim: seu nome de usuário _ e sua DB, ex: Flames_HabboDB
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=1
db.pool.maxsize=30
## Game TCP/IP Configuration
game.tcp.bindip=Seu ip ou No-IP(Para fazer conexão com seu pc.)
game.tcp.port=30000
game.tcp.conlimit=5000
## Client configuration
client.ping.enabled=1
client.ping.interval=30000
## MUS TCP/IP Configuration
mus.tcp.bindip=Seu ip ou No-IP
mus.tcp.port=30001
mus.tcp.allowedaddr=Seu ip ou No-IP
Leia o que está em vermelho e faça as modificações.
#Grato! Solucionou a sua dúvida?
OBS:
* O username da DB não deverá ser root, e sim o seu login na host.
*A senha não será vertrigo. Pois você está hospedando em uma host. A senha será a mesma de seu login.