Domanda Configurare il client.

Riferimento: Un piccolo aiuto!

Postalo qua e dammi il tuo ip che te lo configuro io
 
Riferimento: Un piccolo aiuto!

Scusate potete dirmi come configurare il mio flash.client.php? ecco uno screen Image - TinyPic - Free Image Hosting, Photo Sharing & Video Hosting
--------------- AGGIUNTA AL POST ---------------
Image - TinyPic - Free Image Hosting, Photo Sharing & Video Hosting

Postami il flash.php e aggiusta lo screen. :emoji_relieved:
 
Riferimento: Un piccolo aiuto!

Ragazzi come faccio a postarlo qua? scusate l'ignoranza sono poco esperto D:
 
Riferimento: Un piccolo aiuto!

<?php
/*=========================================================+
|| # XdrCMS - Sistema de administración de contenido Habbo.
|+=========================================================+
|| # Copyright © 2010 Xdr. All rights reserved.
|| #
Perfavore, Entra oppure Registrati per vedere i Link!

|+=========================================================+
|| # Lns 2010. The power of Proyects.
|| # Este es un Software de código libre, libre edición.
|+=========================================================+
|| # Todas las imagenes, scripts y temas
|| # Copyright (C) 2010 Sulake Ltd. All rights reserved.
|+=========================================================*/

$no_rea = true;
require_once('./includes/core.php');

if(LOGGED_IN == FALSE){ header("Location:".PATH."/clientutils?key=LogInPlease"); exit; }
if(selectBETA($name, "id", $beta_db, $dbname) == "") { header("Location: ".PATH."/startMerge"); exit; }
goToDB($dbname);

$forwardid = HoloText($_GET['forwardId']);
$roomid = HoloText($_GET['roomId']);
$shortcut = HoloText($_GET['shortcut']);
$myticket = GenerateRandom();

$client = "SWF";

$dcr = "http://images.habbo.com/gordon/RELEASE54-27421-27420-201007140249_0bb0c8ce9b1993607e575502e544d41a/Habbo.swf";
$dcr10 = "http://images.habbo.com/gordon/RELEASE54-27421-27420-201007140249_0bb0c8ce9b1993607e575502e544d41a/Habbo10.swf";
$variables = "http://hotel-es.habbo.com/gamedata/external?id=external_variables";
$texts = "http://hotel-es.habbo.com/gamedata/external?id=external_flash_texts";
$ip = getConfig("ip");
$port = "90";

if($shortcut == "roomomatic")
{
$shortcut = 1;
}

goToDB($beta_db);
mysql_query("UPDATE users SET auth_ticket = '".$myticket."' WHERE username = '".$name."' LIMIT 1") or die(mysql_error());
goToDB($dbname);

require_once('templates/client_subheader.php');

if($beta_online == "offline")
{
echo "<body id='client' class='wide'><font color='white'><center><b>Lo sentimos, pero actualmente el Hotel BETA se encuentra Cerrado. Por favor vuelve más tarde.</b></center></font></body>"; exit;
}
?>
<body id="client" class="flashclient">

<?php if($_GET['embed'] == "true"){ ?>
<div id="embed-topbar">
<?php if($_GET['popup'] == "false"){ ?>
<div id="fullscreen-button">
<a href="<?php echo PATH; ?>/client?embed=true" class="new-button" target="<?php echo $myrow['client_token']; ?>" onclick="Embed.openFullscreenHabbo(this, '<?php echo PATH; ?>/facebook/landing'); return false;"><b>Ir a Pantalla completa</b><i></i></a>
</div>
<?php } ?>

<div id="navi">
<a href="<?php echo PATH; ?>/community" target="_blank">Comunidad</a>
<span>|</span>
<a href="<?php echo PATH; ?>/safety" target="_blank">Seguridad</a>

<span>|</span>
<a href="<?php echo PATH; ?>/credits" target="_blank">Créditos</a>
<span>|</span>
<a href="<?php echo getRpx("facebook_app"); ?>" target="_blank">Muro</a> <span>|</span>
<a href="<?php echo PATH; ?>/help" target="habbohelp">Help</a>

</div>
<div id="right-buttons">
<?php if($_GET['fbapp'] !== "true"){ ?>
<div id="signout-button"><a class="userlink" href="<?php echo PATH; ?>/account/logout?token=<?php echo $myrow['token']; ?>&embedded=true" onclick="Embed.registerUnloadReloadHook();">Salir</a></div>
<?php } if($is_facebook == true){ ?>
<a href="#" onclick="FacebookIntegration.showBookmarkDialog(); return false;" class="new-button fb-bookmark"><b>Marcador <?php echo $shortname; ?></b><i></i></a/>
<?php } else { ?>
<h1><a href="<?php echo PATH; ?>/"></a></h1>
<?php } ?>
</div>
</div>
<script type="text/javascript">
Event.observe(document, "dom:loaded", function() {
if (typeof Embed != "undefined") {
Embed.decorateNaviLinks();
Embed.decorateLogoLink();
}
});
</script>
<?php } ?>

<div id="overlay"></div>
<div id="client-ui" <?php if($_GET['embed'] == "true"){ ?>class="embed"<?php } ?>>
<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">Por favor, instala Adobe Flash Player.</h2>

<div class="box-content">
<p>Puedes instalar y descargar Adobe Flash Player aquí: <a href="http://get.adobe.com/flashplayer/">Instala Flash player</a>. Más instrucciones para su instalación aquí: <a href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">Más información</a></p>
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="<?php echo PATH; ?>/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="<?php echo PATH; ?>/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">
<?php echo $online_count; ?> <?php echo $shortname; ?>s online
</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.location.replace(window.opener.location.href);
}
</script>

<?php if($is_facebook == true){ ?>
<div id="FB_HiddenIFrameContainer" style="display:none; position:absolute; left:-100px; top:-100px; width:0px; height: 0px;"></div>
<script src="http://static.ak.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php" type="text/javascript"></script>
<script type="text/javascript">
FacebookIntegration.apiKey = "<?php echo getRpx("facebook_api"); ?>";
FacebookIntegration.applicationName = "<?php echo getRpx("facebook_app"); ?>";
FacebookIntegration.badgeImagePath = "<?php echo $badge_path; ?>";
L10N.put("facebook.story.actionlink.text", "¡Jugar ahora!");
L10N.put("facebook.story.name", "¡Noticias Frescas de <?php echo $sitename; ?>!");
L10N.put("facebook.story.registration.name", "Bienvenido a <?php echo $sitename; ?>");
L10N.put("facebook.story.registration.description", "Comienza una nueva vida como <?php echo $shortname; ?> en <?php echo $sitename; ?>.");
L10N.put("facebook.story.registration.prompt", "Ahora eres un <?php echo $shortname; ?>. ¿Qué opinas?");
L10N.put("facebook.story.achievement.prompt", "¡Tus amigos se mueren por conocer qué hiciste!");
L10N.put("facebook.story.registration.caption", "¡{0} acaba de entrar al Hotel!");
L10N.put("facebook.story.achievement.caption", "{0} ha logrado una Placa de Recompensa en <?php echo $shortname; ?>.");
FacebookIntegration.initUI();
</script>
<?php } ?>

</body>
</html>
--------------- AGGIUNTA AL POST ---------------
ecco il mio ip è 93.150.237.31
 
Ultima modifica:
Riferimento: Un piccolo aiuto!

<?php
/*=========================================================+
|| # XdrCMS - Sistema de administración de contenido Habbo.
|+=========================================================+
|| # Copyright © 2010 Xdr. All rights reserved.
|| #
Perfavore, Entra oppure Registrati per vedere i Link!

|+=========================================================+
|| # Lns 2010. The power of Proyects.
|| # Este es un Software de código libre, libre edición.
|+=========================================================+
|| # Todas las imagenes, scripts y temas
|| # Copyright (C) 2010 Sulake Ltd. All rights reserved.
|+=========================================================*/

$no_rea = true;
require_once('./includes/core.php');

if(LOGGED_IN == FALSE){ header("Location:".PATH."/clientutils?key=LogInPlease"); exit; }
if(selectBETA($name, "id", $beta_db, $dbname) == "") { header("Location: ".PATH."/startMerge"); exit; }
goToDB($dbname);

$forwardid = HoloText($_GET['forwardId']);
$roomid = HoloText($_GET['roomId']);
$shortcut = HoloText($_GET['shortcut']);
$myticket = GenerateRandom();

$client = "SWF";

$dcr = "http://images.habbo.com/gordon/RELEASE54-27421-27420-201007140249_0bb0c8ce9b1993607e575502e544d41a/Habbo.swf";
$dcr10 = "http://images.habbo.com/gordon/RELEASE54-27421-27420-201007140249_0bb0c8ce9b1993607e575502e544d41a/Habbo10.swf";
$variables = "http://hotel-es.habbo.com/gamedata/external?id=external_variables";
$texts = "http://hotel-es.habbo.com/gamedata/external?id=external_flash_texts";
$ip = getConfig("ip");
$port = "90";

if($shortcut == "roomomatic")
{
$shortcut = 1;
}

goToDB($beta_db);
mysql_query("UPDATE users SET auth_ticket = '".$myticket."' WHERE username = '".$name."' LIMIT 1") or die(mysql_error());
goToDB($dbname);

require_once('templates/client_subheader.php');

if($beta_online == "offline")
{
echo "<body id='client' class='wide'><font color='white'><center><b>Lo sentimos, pero actualmente el Hotel BETA se encuentra Cerrado. Por favor vuelve más tarde.</b></center></font></body>"; exit;
}
?>
<body id="client" class="flashclient">

<?php if($_GET['embed'] == "true"){ ?>
<div id="embed-topbar">
<?php if($_GET['popup'] == "false"){ ?>
<div id="fullscreen-button">
<a rel="nofollow" href="<?php echo PATH; ?>/client?embed=true" class="new-button" target="<?php echo $myrow['client_token']; ?>" onclick="Embed.openFullscreenHabbo(this, '<?php echo PATH; ?>/facebook/landing'); return false;"><b>Ir a Pantalla completa</b><i></i></a>
</div>
<?php } ?>

<div id="navi">
<a rel="nofollow" href="<?php echo PATH; ?>/community" target="_blank">Comunidad</a>
<span>|</span>
<a rel="nofollow" href="<?php echo PATH; ?>/safety" target="_blank">Seguridad</a>

<span>|</span>
<a rel="nofollow" href="<?php echo PATH; ?>/credits" target="_blank">Créditos</a>
<span>|</span>
<a rel="nofollow" href="<?php echo getRpx("facebook_app"); ?>" target="_blank">Muro</a> <span>|</span>
<a rel="nofollow" href="<?php echo PATH; ?>/help" target="habbohelp">Help</a>

</div>
<div id="right-buttons">
<?php if($_GET['fbapp'] !== "true"){ ?>
<div id="signout-button"><a rel="nofollow" class="userlink" href="<?php echo PATH; ?>/account/logout?token=<?php echo $myrow['token']; ?>&embedded=true" onclick="Embed.registerUnloadReloadHook();">Salir</a></div>
<?php } if($is_facebook == true){ ?>
<a href="#" onclick="FacebookIntegration.showBookmarkDialog(); return false;" class="new-button fb-bookmark"><b>Marcador <?php echo $shortname; ?></b><i></i></a/>
<?php } else { ?>
<h1><a rel="nofollow" href="<?php echo PATH; ?>/"></a></h1>
<?php } ?>
</div>
</div>
<script type="text/javascript">
Event.observe(document, "dom:loaded", function() {
if (typeof Embed != "undefined") {
Embed.decorateNaviLinks();
Embed.decorateLogoLink();
}
});
</script>
<?php } ?>

<div id="overlay"></div>
<div id="client-ui" <?php if($_GET['embed'] == "true"){ ?>class="embed"<?php } ?>>
<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">Por favor, instala Adobe Flash Player.</h2>

<div class="box-content">
<p>Puedes instalar y descargar Adobe Flash Player aquí: <a rel="nofollow" href="http://get.adobe.com/flashplayer/">Instala Flash player</a>. Más instrucciones para su instalación aquí: <a rel="nofollow" href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">Más información</a></p>
<p><a rel="nofollow" href="http://www.adobe.com/go/getflashplayer"><img src="<?php echo PATH; ?>/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 rel="nofollow" href="<?php echo PATH; ?>/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">
<?php echo $online_count; ?> <?php echo $shortname; ?>s online
</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.location.replace(window.opener.location.href);
}
</script>

<?php if($is_facebook == true){ ?>
<div id="FB_HiddenIFrameContainer" style="display:none; position:absolute; left:-100px; top:-100px; width:0px; height: 0px;"></div>
<script src="http://static.ak.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php" type="text/javascript"></script>
<script type="text/javascript">
FacebookIntegration.apiKey = "<?php echo getRpx("facebook_api"); ?>";
FacebookIntegration.applicationName = "<?php echo getRpx("facebook_app"); ?>";
FacebookIntegration.badgeImagePath = "<?php echo $badge_path; ?>";
L10N.put("facebook.story.actionlink.text", "¡Jugar ahora!");
L10N.put("facebook.story.name", "¡Noticias Frescas de <?php echo $sitename; ?>!");
L10N.put("facebook.story.registration.name", "Bienvenido a <?php echo $sitename; ?>");
L10N.put("facebook.story.registration.description", "Comienza una nueva vida como <?php echo $shortname; ?> en <?php echo $sitename; ?>.");
L10N.put("facebook.story.registration.prompt", "Ahora eres un <?php echo $shortname; ?>. ¿Qué opinas?");
L10N.put("facebook.story.achievement.prompt", "¡Tus amigos se mueren por conocer qué hiciste!");
L10N.put("facebook.story.registration.caption", "¡{0} acaba de entrar al Hotel!");
L10N.put("facebook.story.achievement.caption", "{0} ha logrado una Placa de Recompensa en <?php echo $shortname; ?>.");
FacebookIntegration.initUI();
</script>
<?php } ?>

</body>
</html>
--------------- AGGIUNTA AL POST ---------------
ecco il mio ip è 93.150.237.31
emmm non sembrerebbe che si dovrebbe fare perchè 1° non c'è nemmeno un localhost 2° non c'è nemmeno un 127.0.0.1 3° non c'è nessun ip
 
Riferimento: Un piccolo aiuto!

Infraziono per titolo non idoneo. La parola aiuto non può essere scritta sul titolo.
 
Riferimento: Configurare il client.

In questi cms quà il client si configura dall'hk..

Inviato dal mio Samsung Galaxy S4 con Tapatalk 2