Problema risolto Retroserver A me Fa entrare e ad gli altri no!!!

SuperLoris

Utente Attivo
Autore del topic
16 Febbraio 2008
306
0
Miglior risposta
0
Salve,
ragazzi ho un problema con il retroserver...a me fa entrare ed a gli altri no sapete dirmi come risolvere???... Uso il revenge Emu ed il valex cms.....


Grazie in anticipo
 
Riferimento: Retroserver A me Fa entrare e ad gli altri no!!!

Devi mettere bene la configurazione, se metti 127.0.0.1 è logico che non ti fa entrare, fai vedere bene i file di configurazione come li hai messi, screena un pò !
 
Riferimento: Retroserver A me Fa entrare e ad gli altri no!!!

Devi mettere bene la configurazione, se metti 127.0.0.1 è logico che non ti fa entrare, fai vedere bene i file di configurazione come li hai messi, screena un pò !

Uber Config :
## NexusEmulator System Configuration File
## Must be edited for the server to work

## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=wroma96
db.name=hdb

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

## Game TCP/IP Configuration
game.tcp.bindip=82.59.199.46
game.tcp.port=20
game.tcp.conlimit=999999

## MUS TCP/IP Configuration
mus.tcp.bindip=82.59.199.46
mus.tcp.port=21
mus.tcp.allowedaddr=82.59.199.46

## Client configuration
client.ping.enabled=0
client.ping.interval=0

inc-config:
<?php
/*=======================================================================
| UberCMS - Advanced Website and Content Management System for uberEmu
| #######################################################################
| Copyright (c) 2010, Roy 'Meth0d'
|
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://darkhabbo.hopto.org";
$config['Site']['hash_secret'] = "xCg532%@%gdvf^5DGaa6&*rFTfg^FD4\$OIFThrR_gh(ugf*/";

$config['MySQL']['hostname'] = "localhost";
$config['MySQL']['username'] = "root";
$config['MySQL']['password'] = "wroma96";
$config['MySQL']['database'] = "hdb";

$config['MUS']['enabled'] = false;
$config['MUS']['ip'] = "82.59.199.46";
$config['MUS']['port'] = "2001";

?>

class.db :
<?php
/*=======================================================================
| UberCMS - Advanced Website and Content Management System for uberEmu
| #######################################################################
| Copyright (c) 2010, Roy 'Meth0d'
|
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 = "wroma96";
private $database = "hdb";
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();
}
}

?>

page-client:
<body id="client" class="flashclient">

<script type="text/javascript">
var habboDefaultClientPopupUrl = "%www%/client";
</script>

<noscript>
<meta http-equiv="refresh" content="0;url=%www%/client/nojs" />
</noscript>

<script type="text/javascript">
FlashExternalInterface.loginLogEnabled = true;

FlashExternalInterface.logLoginStep("web.view.star t");

if (top == self) {
FlashHabboClient.cacheCheck();
}
var flashvars = {
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "82.59.199.46",
"connection.info.port" : "20",
"site.url" : "%www%",
"url.prefix" : "%www%",
"client.reload.url" : "%www%/account/reauthenticate?page=/flash_client",
"client.fatal.error.url" : "%www%/flash_client_error",
"client.connection.failed.url" : "%www%/client_connection_failed",
"external.hash" : "",
"external.variables.txt" : "http://revengehotel.cwahi.net/gamedata/external_variables.txt",
"external.texts.txt" : "http://revengehotel.cwahi.net/gamedata/external_flash_texts_it.txt",
"use.sso.ticket" : "1",
"sso.ticket" : "%sso_ticket%",
"processlog.enabled" : "0",
"account_id" : "0",
"client.starting" : "Benvenuto %habboname%",
"flash.client.url" : "http://revengehotel.cwahi.net/dcr/hof_furni/",
"user.hash" : "3228904846f0d252a0c89a5462763c840352e021",
"facebook.user" : "0",
"has.identity" : "0",
"flash.client.origin" : "popup"
};
var params = {
"base" : "http://revengehotel.cwahi.net/gordon/RELEASE61-29232-29225-201010221424_9ceba2c2aa22ca6c86bbff05c74cb321/",
"allowScriptAccess" : "always",
"menu" : "false"
};

if (!(HabbletLoader.needsFlashKbWorkaround())) {
params["wmode"] = "opaque";
}

var clientUrl = "http://revengehotel.cwahi.net/gordon/RELEASE61-29232-29225-201010221424_9ceba2c2aa22ca6c86bbff05c74cb321/Habbo10.swf";
try {
if (swfobject.getFlashPlayerVersion().major <= 9) {
clientUrl = "http://revengehotel.cwahi.net/gordon/RELEASE61-29232-29225-201010221424_9ceba2c2aa22ca6c86bbff05c74cb321/Habbo.swf";
}
} catch(e) {}
swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "9.0.115", "http://images.habbo.com/habboweb/%web_build%/web-gallery/flash/expressInstall.swf", flashvars, params);
</script>

<div id="overlay"></div>
<div id="client-ui" >
<div id="flash-wrapper">
<div id="flash-container">
<div id="content" style="width: 400px; margin: 20px auto 0 auto; display: none">
<div class="cbb clearfix">
<h2 class="title">Si prega di installare Adobe Flash Player.
</h2>
<div class="box-content">
<p>You can install and download Adobe Flash Player here: <a href="http://get.adobe.com/flashplayer/">Install flash player</a>. More instructions for installation can be found here: <a href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">More information</a></p>
<script type="text/javascript"><!--
google_ad_client = "pub-5893674260165472";
/* 234x60, creado 12/09/10 */
google_ad_slot = "8467402781";
google_ad_width = 234;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://images.habbo.com/habboweb/45_0061af58e257a7c6b931c91f771b4483/2/web-gallery/v2/images/client/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
</div>
</div>
</div>
<script type="text/javascript">
$('content').show();
</script>
<noscript>
<div style="width: 400px; margin: 20px auto 0 auto; text-align: center">
<p>Se non sei reindirizzato automaticamente, per favore
<a href="/client/nojs">Clicca qui</a></p>
</div>
</noscript>
</div>
</div>
<div id="content" class="client-content"></div>
</div>
<div style="display: none">
<div id="habboCountUpdateTarget">
%hotel_status%
</div>
<script language="JavaScript" type="text/javascript">
setTimeout(function() {
HabboCounter.init(600);
}, 20000);
</script>
</div>
<script type="text/javascript">
RightClick.init("flash-wrapper", "flash-container");
</script>

</body>
</html>






</object>


P.S= Sul cms li fa entrare ma NO sul client :S
 
Riferimento: Retroserver A me Fa entrare e ad gli altri no!!!

devi scaricarti il ''CONNETTORE'' ovvero Mysql dipende anche la versione dell'hotel...prova con la 6.2.3 e fammi sapere.
 
Riferimento: Retroserver A me Fa entrare e ad gli altri no!!!

# Connector/ODBC
# Connector/J
# Connector/Net
# Connector/MXJ
# Connector/C++
# Connector/C

Quale di questi devo scaricare??? Grazìe mille...
 
Riferimento: Retroserver A me Fa entrare e ad gli altri no!!!

Connector OBDC poi metti nella configurazione client nelle ultime due righe la prima metti al posto di 0 1 e nell'altro 30000!
 
Riferimento: Retroserver A me Fa entrare e ad gli altri no!!!

Niente Fa entrare solo a me...e se metto questo page-client non funziona proprio pure se cambio dcr ... HELPP!!!
 
Riferimento: Retroserver A me Fa entrare e ad gli altri no!!!

stai con un portatile? avevo il tuo stesso identico problema e l'ho dovuto fare con un fisso il retro. :emoji_slight_smile:
 
Riferimento: Retroserver A me Fa entrare e ad gli altri no!!!

stai con un portatile? avevo il tuo stesso identico problema e l'ho dovuto fare con un fisso il retro. :emoji_slight_smile:

si sto con un portatile ma non mi è mai successo!!!...li ho sempre fatti i retro....helpppp pleasee
 
Ultima modifica:
Riferimento: Retroserver A me Fa entrare e ad gli altri no!!!

Devi configurare meglio il page-client, posta screen al rigurado in modo che possiamo sconsultare le immaggini, però è strano perchè, forse ho capito il problema. Il problema e il Client nel blocc note nella cartella Htdcos devi mettere in una stringa 0 apposto di 1 e quello, ti posto la stringa da cambiare eccola qua:
if ($users->GetUserVar(USER_ID, "newbie_status", false) == "1")
{
devi cambiarlo in:
if ($users->GetUserVar(USER_ID, "newbie_status", false) == "0")
{
se il problema non è questo non hai configurato bene il inc del server forse hai messo l'ip del tuo pc cioè 120.0.0.1 defvi cambiarlo devi mettere l'ip d hamachi o del tuo sito no ip devi postare screen se no non possiamo vedere cosa hai combinato.
Cordiali saluti
 
Ultima modifica:
Riferimento: Retroserver A me Fa entrare e ad gli altri no!!!

Devi configurare meglio il page-client, posta screen al rigurado in modo che possiamo sconsultare le immaggini, però è strano perchè, forse ho capito il problema. Il problema e il Client nel blocc note nella cartella Htdcos devi mettere in una stringa 0 apposto di 1 e quello, ti posto la stringa da cambiare eccola qua:
devi cambiarlo in:
se il problema non è questo non hai configurato bene il inc del server forse hai messo l'ip del tuo pc cioè 120.0.0.1 defvi cambiarlo devi mettere l'ip d hamachi o del tuo sito no ip devi postare screen se no non possiamo vedere cosa hai combinato.
Cordiali saluti

Questo è il mio page-client :
<body id="client" class="flashclient">

<script type="text/javascript">
var habboDefaultClientPopupUrl = "%www%/client";
</script>

<noscript>
<meta http-equiv="refresh" content="0;url=%www%/client/nojs" />
</noscript>

<script type="text/javascript">
FlashExternalInterface.loginLogEnabled = true;

FlashExternalInterface.logLoginStep("web.view.star t");

if (top == self) {
FlashHabboClient.cacheCheck();
}
var flashvars = {
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "darkhabbo.hopto.org",
"connection.info.port" : "20",
"site.url" : "%www%",
"url.prefix" : "%www%",
"client.reload.url" : "%www%/account/reauthenticate?page=/flash_client",
"client.fatal.error.url" : "%www%/flash_client_error",
"client.connection.failed.url" : "%www%/client_connection_failed",
"external.hash" : "",
"external.variables.txt" : "http://revengehotel.cwahi.net/gamedata/external_variables.txt",
"external.texts.txt" : "http://revengehotel.cwahi.net/gamedata/external_flash_texts_it.txt",
"use.sso.ticket" : "1",
"sso.ticket" : "%sso_ticket%",
"processlog.enabled" : "0",
"account_id" : "0",
"client.starting" : "Benvenuto %habboname%",
"flash.client.url" : "http://revengehotel.cwahi.net/dcr/hof_furni/",
"user.hash" : "3228904846f0d252a0c89a5462763c840352e021",
"facebook.user" : "0",
"has.identity" : "0",
"flash.client.origin" : "popup"
};
var params = {
"base" : "http://revengehotel.cwahi.net/gordon/RELEASE61-29232-29225-201010221424_9ceba2c2aa22ca6c86bbff05c74cb321/",
"allowScriptAccess" : "always",
"menu" : "false"
};

if (!(HabbletLoader.needsFlashKbWorkaround())) {
params["wmode"] = "opaque";
}

var clientUrl = "http://revengehotel.cwahi.net/gordon/RELEASE61-29232-29225-201010221424_9ceba2c2aa22ca6c86bbff05c74cb321/Habbo10.swf";
try {
if (swfobject.getFlashPlayerVersion().major <= 9) {
clientUrl = "http://revengehotel.cwahi.net/gordon/RELEASE61-29232-29225-201010221424_9ceba2c2aa22ca6c86bbff05c74cb321/Habbo.swf";
}
} catch(e) {}
swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "9.0.115", "http://images.habbo.com/habboweb/%web_build%/web-gallery/flash/expressInstall.swf", flashvars, params);
</script>

<div id="overlay"></div>
<div id="client-ui" >
<div id="flash-wrapper">
<div id="flash-container">
<div id="content" style="width: 400px; margin: 20px auto 0 auto; display: none">
<div class="cbb clearfix">
<h2 class="title">Si prega di installare Adobe Flash Player.
</h2>
<div class="box-content">
<p>You can install and download Adobe Flash Player here: <a href="http://get.adobe.com/flashplayer/">Install flash player</a>. More instructions for installation can be found here: <a href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">More information</a></p>
<script type="text/javascript"><!--
google_ad_client = "pub-5893674260165472";
/* 234x60, creado 12/09/10 */
google_ad_slot = "8467402781";
google_ad_width = 234;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://images.habbo.com/habboweb/45_0061af58e257a7c6b931c91f771b4483/2/web-gallery/v2/images/client/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
</div>
</div>
</div>
<script type="text/javascript">
$('content').show();
</script>
<noscript>
<div style="width: 400px; margin: 20px auto 0 auto; text-align: center">
<p>Se non sei reindirizzato automaticamente, per favore
<a href="/client/nojs">Clicca qui</a></p>
</div>
</noscript>
</div>
</div>
<div id="content" class="client-content"></div>
</div>
<div style="display: none">
<div id="habboCountUpdateTarget">
%hotel_status%
</div>
<script language="JavaScript" type="text/javascript">
setTimeout(function() {
HabboCounter.init(600);
}, 20000);
</script>
</div>
<script type="text/javascript">
RightClick.init("flash-wrapper", "flash-container");
</script>

</body>
</html>






</object>
e quella stringa non c'è non sò più cosa fare :S
 
Riferimento: Retroserver A me Fa entrare e ad gli altri no!!!

Una domanda che nessuno ha fatto.. le hai sbloccate bene le porte? o.o​
 
Riferimento: Retroserver A me Fa entrare e ad gli altri no!!!

Ecco il tuo problema
"connection.info.host" : "darkhabbo.hoptrg",
devi mettere l'ip di no ip org o di hamachi se no il page-client non andrà mai, se non va neanche così devi sbloccare le porte seguendo una guida che ho postato 1 mese fa che si torva in guide&Info vacci a dare un occhiate e sbloccale così non userai nenanche Hamachi che è fastidioso
 
Riferimento: Retroserver A me Fa entrare e ad gli altri no!!!

ragazzi sto per spaccare il pc xDDDD
le porte sono sblocatte...e li nel page se metto no-ip o il mio ip è la stessa cosa fa sempre entrare solo a me....che cosa devo fare????...DISTRUGGERE IL PC??? oppure c'è una soluzione? xD


UPPPP!!!! Vi Prego Aiutatemi!!
--------------- AGGIUNTA AL POST ---------------
Problema RISOLTO -.- Ragazzi per tutti quelli che hanno questo problema ed usano REVENGE EMU non dovete usare v1 ma v2 -.- next potevi pure avvertirci ;)
 
Ultima modifica:
Riferimento: Retroserver A me Fa entrare e ad gli altri no!!!

nel tuo retro server forse ci vuole hamachi!!! istallalo....
fai registrare i tuoi amici alla tua rete hamachi è poi potranno entrare nel' tuo hotel!!
fammi sapere se il tuo hotel và.... se non và inviami un messaggio privato (MP)
ok ciao ciao!!! spero di esserti stato utile :emoji_slight_smile:
 
Riferimento: Retroserver A me Fa entrare e ad gli altri no!!!

nel tuo retro server forse ci vuole hamachi!!! istallalo....
fai registrare i tuoi amici alla tua rete hamachi è poi potranno entrare nel' tuo hotel!!
fammi sapere se il tuo hotel và.... se non và inviami un messaggio privato (MP)
ok ciao ciao!!! spero di esserti stato utile :emoji_slight_smile:

leggi bene quello che ho scritto prima ;) problema risolto era solo che next non aveva avvertito che bisogna usare cartella v2 al posto di v1 -.-