Problema Emulatore !

Gli ip sono diversi. :emoji_confused:
Su game.tcp.bindip=151.26.68.146
E gli altri sono diversi, gli ip devono essere gli stessi, o metti 151.26.68.146 oppure 192.168.1.6
 
Ti sei dimenticato di configurare il primo Ip ovvero il 127.0.0.1 :soso:

ma al posto di 127.0.0.1 devo mettere cosa ??? l'ip di no-ip

- - - Aggiornato - - -

Gli ip sono diversi. :emoji_confused:
Su game.tcp.bindip=151.26.68.146
E gli altri sono diversi, gli ip devono essere gli stessi, o metti 151.26.68.146 oppure 192.168.1.6

ora provo
 
Gli ip sono diversi. :emoji_confused:
Su game.tcp.bindip=151.26.68.146
E gli altri sono diversi, gli ip devono essere gli stessi, o metti 151.26.68.146 oppure 192.168.1.6

cix mi rivolgo a te siccome hai creato tu i dcr ho risolto il problema con l'emu però la pagina del client non carica come posso fare?

- - - Aggiornato - - -

:facepalm: allora

mysql configuration
db.hostname= qua metti il tuo ip
db.port=3306
db.username=root
db.password=Qua devi mettere la tua password di phpmyadmin
db.name= Qua il nome del tuo database

:soso:

mi è partito emu kmq ora non carica client c'è esce logo e il caricamento ma la pagina si ricarica da sola
 
cix mi rivolgo a te siccome hai creato tu i dcr ho risolto il problema con l'emu però la pagina del client non carica come posso fare?

- - - Aggiornato - - -



mi è partito emu kmq ora non carica client c'è esce logo e il caricamento ma la pagina si ricarica da sola

Posta il client.php o il flash.php :emoji_slight_smile:
 
ok ecco a te client:
<?php

require_once('./inc/core.php');

if(!Login($_SESSION['username'], $_SESSION['password'], true)){
header("LOCATION: ". PATH ."/index.php");
}else{
require_once './inc/session.php';
}

$my_id = $myrow['id'];
$sso = GenerateTicket();
mysql_query("UPDATE users SET ip_last = '" . filter($remote_ip) . "', auth_ticket = '" . $sso . "' WHERE id = '" . $my_id . "'");
$sql3 = mysql_query("UPDATE users SET rank = 2 WHERE rank = 1");

// FUCK :emoji_slight_frown:
if($_SESSION['REFER_REG'] == true){
mysql_query("INSERT INTO users_referenti (username, ip_referente, data) VALUES ('".filter($_SESSION['REFER_USER'])."','".filter($_SESSION['REFER_IP'])."','".time()."')");
unset($_SESSION['REFER_IP']);
unset($_SESSION['REFER_USER']);
unset($_SESSION['REFER_REG']);
}
if($myrow['rank'] > "4"){
mysql_query("INSERT INTO stafflogs (action,message,note,userid,targetid,timestamp) VALUES ('Client','Entrando al client con rango: {$myrow['rank']}, ip: {$remote_ip}','client.php','".$myrow['id']."','0','".$date_full."')");
}
?>
<html>
<head>
<title>HuBBos ~ Client</title>

<script type="text/javascript">
var andSoItBegins = (new Date()).getTime();
var ad_keywords = "";
document.habboLoggedIn = true;
var habboName = "<?php echo $myrow['username']; ?>";
var habboReqPath = "<?php echo PATH; ?>";
var habboStaticFilePath = "<?php echo PATHI; ?>/web-gallery";
var habboImagerUrl = "https://www.habbo.nl/habbo-imaging/";
var habboPartner = "";
var habboDefaultClientPopupUrl = "<?php echo PATH; ?>/client";
window.name = "habboMain";
if (typeof HabboClient != "undefined") { HabboClient.windowName = "uberClientWnd"; }
</script>

<link rel="shortcut icon" href="<?php echo PATHI; ?>/images/favicon.ico" type="image/vnd.microsoft.icon" />
<link href="<?php echo PATHI; ?>/css/hcash.css" rel="stylesheet">
<script src="<?php echo PATHI; ?>/web-gallery/static/js/libs2.js" type="text/javascript"></script>
<script src="<?php echo PATHI; ?>/web-gallery/static/js/visual.js" type="text/javascript"></script>
<script src="<?php echo PATHI; ?>/web-gallery/static/js/libs.js" type="text/javascript"></script>
<script src="<?php echo PATHI; ?>/web-gallery/static/js/common.js" type="text/javascript"></script>
<script src="<?php echo PATHI; ?>/web-gallery/static/js/fullcontent.js" type="text/javascript"></script>
<link rel="stylesheet" href="<?php echo PATHI; ?>/web-gallery/styles/style.css" type="text/css" />
<link rel="stylesheet" href="<?php echo PATHI; ?>/web-gallery/styles/buttons.css" type="text/css" />
<link rel="stylesheet" href="<?php echo PATHI; ?>/web-gallery/styles/boxes.css" type="text/css" />
<link rel="stylesheet" href="<?php echo PATHI; ?>/web-gallery/styles/tooltips.css" type="text/css" />
<link rel="stylesheet" href="<?php echo PATHI; ?>/web-gallery/styles/habboclient.css" type="text/css" />
<link rel="stylesheet" href="<?php echo PATHI; ?>/web-gallery/styles/habboflashclient.css" type="text/css" />
<script src="<?php echo PATHI; ?>/web-gallery/static/js/habboflashclient.js" type="text/javascript"></script>

<meta name="description" content="HabboCash is a virtual world where you can meet and make friends. Make friends, join the fun, get noticed!" />
<meta name="keywords" content="nillus, ragezone, retro, keep it real, private server, free, credits, habbo hotel , virtual, world, social network, free, community, avatar, chat, online, teen, roleplaying, join, social, groups, forums, safe, play, games, online, friends, teens, rares, rare furni, collecting, create, collect, connect, furni, furniture, pets , room design, sharing, expression, badges, hangout, music, celebrity, celebrity visits, celebrities, mmo, mmorpg, massively multiplayer" />

<!--[if IE 8]>
<link rel="stylesheet" href="<?php echo PATHI; ?>/web-gallery/v2/styles/ie8.css" type="text/css" />
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="<?php echo PATHI; ?>/web-gallery/v2/styles/ie.css" type="text/css" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" href="<?php echo PATHI; ?>/web-gallery/v2/styles/ie6.css" type="text/css" />
<script src="<?php echo PATHI; ?>/web-gallery/static/js/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(
Perfavore, Entra oppure Registrati per vedere i Link!
}
</style>
<![endif]-->
<meta name="build" content="" />
</head>


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

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

FlashExternalInterface.logLoginStep("web.view.start");

if (top == self) {
FlashHabboClient.cacheCheck();
}
var flashvars = {
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "151.26.68.146",
"connection.info.port" : "300",
"site.url" : "<?php echo PATH; ?>",
"url.prefix" : "<?php echo PATH; ?>",
"client.reload.url" : "<?php echo PATH; ?>/client.php",
"client.fatal.error.url" : "<?php echo PATH; ?>/client.php",
"client.connection.failed.url" : "<?php echo PATH; ?>/client.php",
"external.variables.txt" : "http://specteritalia.zapto.org/r63/gamedata/external_variables.php?username=<?php echo $mynickname[0]; ?>",
"external.texts.txt" : "http://specteritalia.zapto.org/r63/gamedata/external_flash_texts.txt",
"productdata.load.url" : "http://specteritalia.zapto.org/r63/gamedata/productdata.txt",
"furnidata.load.url" : "http://specteritalia.zapto.org/r63/gamedata/furnidata.txt",
"use.sso.ticket" : "1",
"processlog.enabled" : "1",
"account_id" : "19927505",
"client.starting" : "Attendi Per Favore! Specter Italia sta caricando.",
"flash.client.url" : "http://specteritalia.zapto.org/r63/dcr/hof_furni/",
"sso.ticket" : "<?php echo $sso; ?>",
"user.hash" : "",
"flash.client.origin" : "popup",
};

var params = {
"base" : "http://127.0.0.1/r63/gordon/r63/",
"allowScriptAccess" : "always",
"menu" : "false"
};

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

var clientUrl = "http://specteritalia.zapto.org/r63/gordon/r63/Habbo.swf";
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="Check into the world?s largest virtual hotel for FREE! Meet and make friends, play games, chat with others, create your avatar, design rooms and more?" />
<meta name="keywords" content="habbo hotel, virtual, world, social network, free, community, avatar, chat, online, teen, roleplaying, join, social, groups, forums, safe, play, games, online, friends, teens, rares, rare furni, collecting, create, collect, connect, furni, furniture, pets, room design, sharing, expression, badges, hangout, music, celebrity, celebrity visits, celebrities, mmo, mmorpg, massively multiplayer" />




<!--[if IE 8]>
<link rel="stylesheet" href="<?php echo PATHI; ?>/web-gallery/v2/styles/ie8.css" type="text/css" />
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="<?php echo PATHI; ?>/web-gallery/v2/styles/ie.css" type="text/css" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" href="<?php echo PATHI; ?>/web-gallery/v2/styles/ie6.css" type="text/css" />
<script src="<?php echo PATHI; ?>/web-gallery/static/js/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-BUILD36 - 16.11.2010 11:51 - com" />
</head>

<body id="client" class="flashclient" onload="publicidad();">

<div id="overlay"></div>
<img src="<?php echo PATHI; ?>/web-gallery/v2/images/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">Please update your Flash Player to the latest version.</h2>
<div class="box-content">
<p>You can install and download Adobe Flash Player here: <a href="https://get.adobe.com/flashplayer/">Install flash player</a>. More instructions for installation can be found here: <a href="https://www.adobe.com/products/flashplayer/productinfo/instructions/">More information</a></p>
<p><a href="https://www.adobe.com/go/getflashplayer"><img src="<?php echo PATHI; ?>/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>If you are not automatically redirected, please <a href="/client/nojs">click here</a></p>
</div>
</noscript>
</div>
</div>

<script>
function publicidad()
{
setTimeout(function(){
document.getElementById("publi").style.display=""
},11000);
}

function publicidadx()
{
document.getElementById("publi").style.display="none";
document.getElementById("publi").style.visibility="hidden";
}
</script>



<div style="display: none">

<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 && typeof window.opener.location.href != "undefined") {
window.opener.location.replace(window.opener.location.href);
}
$(document.body).addClassName("js");
HabboClient.startPingListener();
</script>

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


</body>
</html>
 
ok ecco a te client:

Allora non va bene qua:

"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "151.26.68.146",
"connection.info.port" : "300",
"site.url" : "<?php echo PATH; ?>",
"url.prefix" : "<?php echo PATH; ?>",
"client.reload.url" : "<?php echo PATH; ?>/client.php",
"client.fatal.error.url" : "<?php echo PATH; ?>/client.php",
"client.connection.failed.url" : "<?php echo PATH; ?>/client.php",


Prova a mettere il tuo ip al posto dei <?php echo PATH; ?> se no cambia client.php
 
Tieni:
PHP:
Perfavore, Entra oppure Registrati per vedere i codici!

Allora non va bene qua:

"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "151.26.68.146",
"connection.info.port" : "300",
"site.url" : "<?php echo PATH; ?>",
"url.prefix" : "<?php echo PATH; ?>",
"client.reload.url" : "<?php echo PATH; ?>/client.php",
"client.fatal.error.url" : "<?php echo PATH; ?>/client.php",
"client.connection.failed.url" : "<?php echo PATH; ?>/client.php",


Prova a mettere il tuo ip al posto dei <?php echo PATH; ?> se no cambia client.php

Non centra niente perché prende l'url dell'hotel dal config.php, ho fatto così perché sia più comodo.
 
Tieni:
PHP:
Perfavore, Entra oppure Registrati per vedere i codici!



Non centra niente perché prende l'url dell'hotel dal config.php, ho fatto così perché sia più comodo.


cix allora io ho messo il client che mi hai dato e carica però appena finisce il caricamento si blocca all'immagine di dentro....

- - - Aggiornato - - -

Tieni:
PHP:
Perfavore, Entra oppure Registrati per vedere i codici!



Non centra niente perché prende l'url dell'hotel dal config.php, ho fatto così perché sia più comodo.

cix allora io ho messo il tuo client e mi carica xò appena finisce il caricamento si blocca sulla prima immagine
 
Postami la configurazione dell'emu senza screen.

eccola a te la configurazione dell'emu:
## Phoenix 3.0 System Configuration File

## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=db1
db.name=:emoji_relieved:

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

## Game TCP/IP Configuration
game.tcp.bindip=192.168.1.6
game.tcp.port=300
game.tcp.conlimit=5000

## Client configuration
client.ping.enabled=1
client.ping.interval=30000

## MUS TCP/IP Configuration
mus.tcp.bindip=192.168.1.6
mus.tcp.port=30001
mus.tcp.allowedaddr=192.168.1.6

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