Problema Accedere all' hotel

Riferimento: Accedere all' hotel

AnnaLoni, le porte che hai aperto, le hai salvate in LAN/Virtual Server e spostate da lan mode a public mode? Se non hai fatto così hai solo aperto le porte senza salvarle quindi procedimento nullo. :emoji_slight_smile:
 
Riferimento: Accedere all' hotel

Sblocca le porte 80,3306,30000 e 30001
N.B. La porta 30000 e 30001 di pende dal server che usi( vai nel config dell'emu e vedi che porta usa il server)
 
Riferimento: Accedere all' hotel

Ecco uno screen su come ho fatto a mettere e a salvare le porte va bene?
Perfavore, Entra oppure Registrati per vedere i Link!
 
Riferimento: Accedere all' hotel

Si è così, hai fatto tutto bene, ora salva ;)
 
Riferimento: Accedere all' hotel

Ma riesco ad accedere all'hotel solo da
Perfavore, Entra oppure Registrati per vedere i Link!
e dal mio sito.tk no :emoji_slight_frown:
 
Riferimento: Accedere all' hotel

Che errore ti da? fai uno screen... Posta il client.php
 
Riferimento: Accedere all' hotel

Non riesco neanche a registrarmi da localhost ho configurato solo il config il client no
 
Riferimento: Accedere all' hotel

Ragazzi me lo configurate bene questo client? evidenziando le parti dove devo mettere le cose?
 
Riferimento: Accedere all' hotel

Grazie, eccolo:
<?php

include('core.php');
include('includes/session.php');

if($logged_in){
require_once('includes/session.php');
} else {
header("location: clientutils.php?key=loginplease");
exit;
}

if($online !== "online" && $enable_status_image == "1"){
echo "<font color='white'><center><b>".$sitename." is offline</b></center></font>";
exit();
}

if($remote_ip == "TUO IP" || $remote_ip == "localhost" && $server_on_localhost == 1){
$ip = "TUO IP";
}

if(isset($_get['roomid']) && $_get['forwardid'] == "2"){
$roomid = $_get['roomid'];
$checksql = mysql_query("select id from rooms where id = '".$roomid."' limit 1");
$roomexists = mysql_num_rows($checksql);
if($roomexists > 0){
$forward = "1";
echo "<!-- forwarding to room ".$roomid." -->";
} else {
$forward = "0";
echo "<!-- room doesn't exist; not forwarding -->";
}
} else {
echo "<!-- no room forward requested, normal loader -->";
$forward = "0";
}
$myticket = GenerateTicket();
mysql_query("UPDATE users SET auth_ticket = '".$myticket."', ip_last = '".$remote_ip."' WHERE id = '".$my_id."' LIMIT 1") or die(mysql_error());
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=7" />

<title>Happy Hotel - Client</title>

<script type="text/javascript">
var andSoItBegins = (new Date()).getTime();
</script>
<link rel="shortcut icon" href="favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="alternate" type="application/rss+xml" title="Habbo: RSS" href="http://www.habbo.it/articles/rss.xml" />
<script src="flashclient/libs2.js" type="text/javascript"></script>

<script src="flashclient/visual.js" type="text/javascript"></script>
<script src="flashclient/libs.js" type="text/javascript"></script>
<script src="flashclient/common.js" type="text/javascript"></script>
<link rel="stylesheet" href="flashclient/style.css" type="text/css" />
<link rel="stylesheet" href="flashclient/bottons.css" type="text/css" />
<link rel="stylesheet" href="flashclient/boxes.css" type="text/css" />
<link rel="stylesheet" href="flashclient/tooltips.css" type="text/css" />
<link rel="stylesheet" href="flashclient/changepassword.css" type="text/css" />


<script type="text/javascript">

</script>
<script type="text/javascript">
var habboReqPath = "";
var habboStaticFilePath = "http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/252/web-gallery";
var habboImagerUrl = "http://www.habbo.com/habbo-imaging/";
var habboDefaultClientPopupUrl = "http://localhost/client.php";



</script>





<link rel="stylesheet" href="flashclient/habboclient.css" type="text/css" />
<link rel="stylesheet" href="flashclient/habboflashclient.css" type="text/css" />
<script src="flashclient/habboflashclient.js" type="text/javascript"></script>
<script type="text/javascript">


if (top == self) {
FlashHabboClient.cacheCheck();
}
var flashvars = {
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "MIO IP HAMACHI O NO-IP",
"connection.info.port" : "30000",
"site.url" : "MIO IP HAMACHI O NO-IP",
"url.prefix" : "MIO IP HAMACHI O NO-IP",
"client.reload.url" : "/account/reauthenticate?page=/flash_client",
"client.fatal.error.url" : "/disconnesso.php",
"client.connection.failed.url" : "/disconnesso.php",
"external.variables.txt" : "QUI INSERIRE I VARIABLES [DCR]",
"external.texts.txt" : "QUI INSERIRE I TEXTS [DCR]",
"productdata.load.url" : "QUI INSERIRE IL PRODUCTDATA [DCR]",
"furnidata.load.url" : "QUI INSERIRE IL FURNIDATA [DCR]",
"use.sso.ticket" : "1",
"sso.ticket" : "<?php echo $myticket; ?>",
"processlog.enabled" : "0",
"account_id" : "0",
"client.starting" : "Attendi perfavore! NOME Hotel sta caricando.",
"flash.client.url" : "QUI INSERIRE IL FLASH CLIENT URL [DCR]",
"user.hash" : "",
"has.identity" : "0",
"flash.client.origin" : "popup"
};
var params = {
"base" : "QUI INSERIRE LA BASE [DCR]",
"allowScriptAccess" : "always",
"menu" : "false"
};

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

FlashExternalInterface.signoutUrl = "http://localhost/logout.php";

var clientUrl = "QUI INSERIRE IL VAR CLIENT URL [DCR]";
swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "flashclient/expressInstall.swf", flashvars, params);

window.onbeforeunload = unloading;
function unloading() {
var clientObject;
if (navigator.appName.indexOf("Microsoft") != -1) {
clientObject = window["flash-container"];
} else {
clientObject = document["flash-container"];
}
try {
clientObject.unloading();
} catch (e) {}
}
</script>

<meta name="description" content="Habbo Hotel: amici, divertimento, celebrità!" />
<meta name="keywords" content="habbo hotel, virtuale, mondo, social network, gratis, community, avatar, personaggio, chat, online, giovane, ragazzi, gioco di ruolo, giochi di ruolo, iscriviti, social, gruppi, forum, sicurezza, giocare, giochi, online, amici, giovani, rari, furni rari, collezione, creare, collezionare, connettersi, furni, mobili, cuccioli, animali, creazione stanze, condivisione, espressione, distintivi, badge, uscire, musica, VIP, celebrità, visite VIP, famosi, mmo, mmorpg, multiplayer" />




<!--[if IE 8]>
<link rel="stylesheet" href="flashclient/ie8.css" type="text/css" />
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="flashclient/ie.css" type="text/css" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" href="flashclient/ie6.css" type="text/css" />
<script src="flashclient/pngfix.js" type="text/javascript"></script>
<script type="text/javascript">
try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {}
</script>

<style type="text/css">
body { behavior: url(/js/csshover.htc); }
</style>
<![endif]-->
<meta name="build" content="63-BUILD259 - 23.02.2011 23:10 - it" />
</head>

<body id="client" class="flashclient">
<div id="overlay"></div>
<img src="flashclient/page_loader.gif" style="position:absolute; margin: -1500px;" />

<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">Aggiorna Flash Player all'ultima versione disponibile</h2>
<div class="box-content">
<p>Puoi scaricare e istallare Adobe Flash Player <a href="http://get.adobe.com/flashplayer/">da questa URL</a>. Puoi trovare le istruzioni di istallazione <a href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">cliccando qui</a>.</p>

<p><a href="http://www.adobe.com/go/getflashplayer"><img src="flashclient/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>If you are not automatically redirected, please <a href="/client/nojs">click here</a></p>
</div>
</noscript>
</div>
</div>

<div id="content" class="client-content"></div>
</div>
<div style="display: none">
<div id="habboCountUpdateTarget">
4,017 Habbo in Hotel
</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");
if (window.opener && window.opener != window && window.opener.location.href == "/") {
window.opener.location.replace("/me");
}
$(document.body).addClassName("js");
HabboClient.startPingListener();
</script>




<script src="http://www.google-analytics.com/ga.js" type="text/javascript"></script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-448325-20");
pageTracker._trackPageview();
</script>

<script type="text/javascript">
HabboView.run();
</script>

</body>
</html>
--------------- AGGIUNTA AL POST ---------------
c'è qualcuno?
--------------- AGGIUNTA AL POST --------------- @Lore., @tommy12, @Rejoker ci siete?
 
Ultima modifica:
Riferimento: Accedere all' hotel

Dove c'è scritto TUOIP metti il tuo ip. Se è hostato su .tk metti quello.
In MAIUSCOLO c'è scritto quello che devi inserire. :facepalm:
 
Riferimento: Accedere all' hotel

@tommy12 si eccolo il config.conf dell'emulatore:
## Free Phoenix 3.7.1 13800 c2.1 System Configuration File

## Licence Information put user and password that you want
username=Skrillex
password=Rulez

## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=tupassword
db.name=tudb

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

## Game TCP/IP Configuration
game.tcp.bindip=192.168.1.3
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=192.168.1.3
mus.tcp.port=25
mus.tcp.allowedaddr=192.168.1.3

## Console Configuration
emu.messages.connections=1
emu.messages.roommgr=1
 
Riferimento: Accedere all' hotel

@tommy12 si eccolo il config.conf dell'emulatore:
## Free Phoenix 3.7.1 13800 c2.1 System Configuration File

## Licence Information put user and password that you want
username=Skrillex
password=Rulez

## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=tupassword
db.name=tudb

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

## Game TCP/IP Configuration
game.tcp.bindip=192.168.1.3
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=192.168.1.3
mus.tcp.port=25
mus.tcp.allowedaddr=192.168.1.3

## Console Configuration
emu.messages.connections=1
emu.messages.roommgr=1

Allora è chiaro che non funge, scusa, o entri da qua 192.168.1.3 o dall' ip pubblico..., però questo ip ovvero 192.168.1.3 può fungere solo a te dato che hai sbloccato le porte al router, infatti l' ip per accedere al router a te sarà sicuramente 192.168.1.1..., non so se hai capito
 
Riferimento: Accedere all' hotel

No potresti specificare meglio?
--------------- AGGIUNTA AL POST --------------- @tommy12 ci sei?
 
Ultima modifica:
Riferimento: Accedere all' hotel

No potresti specificare meglio?
--------------- AGGIUNTA AL POST --------------- @tommy12 ci sei?

Scusa, sinceramente ho provato ad accedere all' hotel dal tuo ip pubblico e non mi va, quindi a mio parere non hai sbloccato le porte nel modo migliore o non hai salvato le modifiche, fatti aiutare meglio da chi se ne intende qui Assistenza tecnica ^^
 
Riferimento: Accedere all' hotel

ok lo farò intando volevo cambiare il mio CMS e database carini nuovi no antichi, che sono computabili CMS e db insieme dove posso trovarli?
--------------- AGGIUNTA AL POST --------------- @tommy12 poi quell'emulatore che ti ho postato l'ho scaricato adesso lo devo ancora configurare!
--------------- AGGIUNTA AL POST ---------------
Ma non so configurarlo :emoji_slight_frown:
--------------- AGGIUNTA AL POST --------------- @tommy12 ci sei?
 
Ultima modifica:
Riferimento: Accedere all' hotel

Scusa, sinceramente ho provato ad accedere all' hotel dal tuo ip pubblico e non mi va, quindi a mio parere non hai sbloccato le porte nel modo migliore o non hai salvato le modifiche, fatti aiutare meglio da chi se ne intende qui Assistenza tecnica ^^

Non ha memmeno messo la password di localhost nella config dell'emu. :emoji_relieved: @AnnaLoni metti pass, nome db dive richiesto.