Problema Problema con client (offro co-founder)

DeSpErAdOs

Utente Assiduo
Autore del topic
21 Febbraio 2008
833
0
Miglior risposta
0
Ragazzi come avrete capito ho un problema con il client...Imposto tutto bene porta e ip(ho provato mettendo l'ip e il link no-ip) xo niente carica la barra ma poi rimane nero e dopo poco cade...Chi mi aiuta lo metto co-founder nell'hotel ^^ Bye
 
Thread Inutile, Ti Censuto, Chiudo, Sposto e Rinomino e ti banno! Leggi il regolamento!!!
 
-.-' n00b , e' solo una richiesta di aiuto,e a chi mi aiuta lo metto co-founder ^^ Byeee Segnalo Post Inutile
 
Ragazzi,il problema non credo sia il client,ma credo il server xke con Uber Emu quando lo avvio e runna,e vado al Cms non carica :S Mi potete aiutare tramite msn? sarebbe piu facile
 
Scusate il secondo messaggio di fila,ragazzi inoltre volevo dirvi che con qualsiasi emulatore,non mi carica il Cms,con l'emulatore spento,carica tutto una bellezza,possibile che vadano in conflitto?

Ora sto usando lo Zambix,con Epic Cms v2,Non va,con server spento carica il cms con server acceso no.. :S
 
Scusate il secondo messaggio di fila,ragazzi inoltre volevo dirvi che con qualsiasi emulatore,non mi carica il Cms,con l'emulatore spento,carica tutto una bellezza,possibile che vadano in conflitto?

Ora sto usando lo Zambix,con Epic Cms v2,Non va,con server spento carica il cms con server acceso no.. :S

Certe cose non sono umane xD postami le configurazioni.
 
la home non dipende dal server....
il server manda soltanto informazioni al client... come comandi ecc...

il server e necessario averlo acceso per fare avviare il client,

comunque,tu per barra intendevi la barra laterale che spunta all' inizio sul client?
 
Allora questa e la configurazione del server
## Configurazione
db.hostname=localhost
db.port=3306
db.username=root
db.password=napoli4e
db.name=db
## Configuración TCP
game.tcp.bindip=mio ip
mus.tcp.bindip=mio ip
mus.tcp.allowedaddr=mio ip
game.tcp.port=80
mus.tcp.port=30001

## Mensaje de Bienvenida
welcome.message.type=Config
## Activado = si Desactivado = no
welcome.message.enabled=si
welcome.message=Benvenuto..

##
##
##
##

Questa e la configurazione inc.config del Cms

<?php
/*=======================================================================
| UberCMS - Advanced Website and Content Management System for uberEmu
| #######################################################################
| Copyright (c) 2010, Roy 'Meth0d' and updates by Matthew 'MDK'
|
Perfavore, Entra oppure Registrati per vedere i Link!
&
Perfavore, Entra oppure Registrati per vedere i 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://mio ip o sito no-ip/";
$config['Site']['hash_secret'] = "xCg532%@%gdvf^5DGaa6&*rFTfg^FD4\$OIFThrR_gh(ugf*/";

$config['MySQL']['hostname'] = "localhost";
$config['MySQL']['username'] = "root";
$config['MySQL']['password'] = "napoli4e";
$config['MySQL']['database'] = "mirko";

$config['MUS']['enabled'] = false;
$config['MUS']['ip'] = "mio ip";
$config['MUS']['port'] = 80;

?>

Questa e la configurazione del database my sql del Cms

<?php
/*=======================================================================
| UberCMS - Advanced Website and Content Management System for uberEmu
| #######################################################################
| Copyright (c) 2010, Roy 'Meth0d' and updates by Matthew 'MDK'
|
Perfavore, Entra oppure Registrati per vedere i Link!
&
Perfavore, Entra oppure Registrati per vedere i 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 = "root";
private $password = "napoli4e";
private $database = "mirko";
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();
}
}

?>
 
La porta 80,ragazzi aggiungetemi su msn Mirkonapulitan[MENTION=21474]hot[/MENTION]mail.it xke nn sto capendo niente di qllo che sta succedendo :S
 
## Configurazione
db.hostname=localhost
db.port=3306
db.username=root
db.password=napoli4e
db.name=db
## Configuración TCP
game.tcp.bindip=mio ip
mus.tcp.bindip=mio ip
mus.tcp.allowedaddr=mio ip
game.tcp.port=30000
mus.tcp.port=30001

## Mensaje de Bienvenida
welcome.message.type=Config
## Activado = si Desactivado = no
welcome.message.enabled=si
welcome.message=Benvenuto..

##
##
##
##

Configura così nel server non c'è da capire :emoji_relieved:
 
dopo che hai fatto come ha detto lello
vai sul page-client che si trova su htdocs->inc->tpl->page-client.tpl ,lo apri con il blocco note e cambi la porta aggiungendo la 30000 come in questa stringa->"connection.info.port" : "30000",