Ligar Emu Com Cms Hospedada

+4
Latrel
AndréMaia
GrandeCassiano
Brandow
8 participantes

Brandow Brandow  • 30.11.10 22:35

Ligar Emu Com Cms Hospedada Empty Ligar Emu Com Cms Hospedada 30.11.10 22:35

Reputação da mensagem: 100% (2 votos)
Ligar Emu Com Cms Hospedada

Primeiro vc vai inc.config e Configura ele assim

<?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.totalsfree.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";

?>
So mude aonde ta em vermelho

Depois vá em class.db.mysql.phpe configure assim :
<?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.
\======================================================================*/

class MySQL
{
private $connected = false;
private $hostname = "localhost";
private $username = "seu user";
private $password = "senha do host";
private $database = "sua db do host";
private $link;

public function MySQL($host, $user, $pass, $db)

{
$this->connected = false;
$this->hostname = $host;
$this->username = $user;
$this->password = $pass;
$this->database = $db;
}

public function IsConnected()

{
if ($this->connected)
{
return true;
}

return false;

}

public function Connect()
{
$this->link = mysql_connect($this->hostname, $this->username, $this->password) or $this->error(mysql_error());
mysql_select_db($this->database, $this->link) or $this->error(mysql_error());

$this->connected = true;

}

public function Disconnect()

{
if($this->connected)
{
@mysql_close($this->link) or $this->error("could not close conn");
$this->connected = false;
}
}

public function DoQuery($query)

{
$resultset = @mysql_query($query, $this->link) or $this->error(mysql_error());
return $resultset;
}

public function Evaluate($resultset)

{
return @mysql_result($resultset, 0);
}

public function Error($errorString)

{
global $core;

$core->systemError('Database Error', $errorString);

}

public function __destruct()

{
$this->disconnect();
}
}

?>

agora vai em page-client e configure com o seu ip que vc ve aqui : [Tens de ter uma conta e sessão iniciada para poderes visualizar este link]

Depois abra o config do emulador e configure assim:
## uberEmulator System Configuration File
## Must be edited for the server to work

## MySQL Configuration
db.hostname=184.154.51.84(NAOMUDE)
db.port=3306
db.username=USUARIO
db.password=SENHA DO HOST
db.name=SUA DB

## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=30

## Game TCP/IP Configuration
game.tcp.bindip=SEU IP DO MODEM(OU 127.0.0.1)
game.tcp.port=30000
game.tcp.conlimit=500

## MUS TCP/IP Configuration
mus.tcp.bindip=127.0.0.1(NAO MUDE)
mus.tcp.port=30001
mus.tcp.allowedaddr=SEU IP

## Client configuration
client.ping.enabled=1
client.ping.interval=30000
Mude apenas aonde ta em vermelhor se muda algo que nao devia vai dar erro..

Parte final vá no inicio do cpanel,depois mysql remoto... e add seu ip pronto.. tente ligar o emulador vai demorar um poco pra inicia ,tem que esperar...!

Creditos: Daniel Style

GrandeCassiano GrandeCassiano  • 30.11.10 22:39

Ligar Emu Com Cms Hospedada Empty Re: Ligar Emu Com Cms Hospedada 30.11.10 22:39

Muito bom tutorial já tinha visto . ;)

Brandow Brandow  • 30.11.10 22:40

Ligar Emu Com Cms Hospedada Empty Re: Ligar Emu Com Cms Hospedada 30.11.10 22:40

Reputação da mensagem: 100% (1 votos)
eu postei porque o decoder queria que eu explicasse para ele mais eu esqueci, agora eu tenho que passar o tópico para ele, mas meu msn não entra :@.

avatar AndréMaia  • 30.11.10 22:41

Ligar Emu Com Cms Hospedada Empty Re: Ligar Emu Com Cms Hospedada 30.11.10 22:41

Muito bom tópico Brandow. Agora vou poder explicar para meu amigo. xD

Brandow Brandow  • 30.11.10 22:42

Ligar Emu Com Cms Hospedada Empty Re: Ligar Emu Com Cms Hospedada 30.11.10 22:42

slash, passe este tutorial para o decoder ele tava queremdo.

Latrel Latrel  • 01.12.10 8:26

Ligar Emu Com Cms Hospedada Empty Re: Ligar Emu Com Cms Hospedada 01.12.10 8:26

Otimo Tuto,
Ja passo pro decoder.
Quando ele Entra !

Decoder Decoder  • 01.12.10 12:34

Ligar Emu Com Cms Hospedada Empty Re: Ligar Emu Com Cms Hospedada 01.12.10 12:34

consegui ligar o emu, estou fazendo umas coinfigurações aqui, provavelmente inalgurarei o hotel amanhã ou sexta..

Brandow Brandow  • 01.12.10 12:37

Ligar Emu Com Cms Hospedada Empty Re: Ligar Emu Com Cms Hospedada 01.12.10 12:37

Reputação da mensagem: 100% (1 votos)
decoder escreveu:consegui ligar o emu, estou fazendo umas coinfigurações aqui, provavelmente inalgurarei o hotel amanhã ou sexta..

se ajudei, Clique em + nem cai o dedo se cair nos coloca de volta

Nexus Nexus  • 08.12.10 23:36

Ligar Emu Com Cms Hospedada Empty Re: Ligar Emu Com Cms Hospedada 08.12.10 23:36

Nossa, tava precisando disso, é meio dificil mais pra quem conheçe do negocio é facil.

avatar gui3581  • 05.02.11 0:09

Ligar Emu Com Cms Hospedada Empty Re: Ligar Emu Com Cms Hospedada 05.02.11 0:09

Odiei Não Funciona, Na parte do emulador esta errado, e nao consigo!

Decoder Decoder  • 05.02.11 0:35

Ligar Emu Com Cms Hospedada Empty Re: Ligar Emu Com Cms Hospedada 05.02.11 0:35

Gui você é a primeira pessoa a reclamar que não funciona, lembre-se que é valido apenas a Totalsfree (não testei em outros hosts) você deve estar fazendo algo errado!!!Todos que tentaram conseguiram, apenas você não.Tente fazer de novo, lembre-se de deichar o inc.config e o cleint configurados, além do emu tbem!!!!

Smolk Smolk  • 05.02.11 9:09

Ligar Emu Com Cms Hospedada Empty Re: Ligar Emu Com Cms Hospedada 05.02.11 9:09

funciono Legal e Bom ate hospeda para Evitar HACKERS akeles Inultiu qe fica com Inveja de seu hotel
Permissões neste sub-fórum
Não podes responder a tópicos

BH Servers

Recomendamos a BH Servers com proteção DDOS gratuita em Cloud Server de alta performance. Entrega imediata.