Problema con il client

Ricciocorno

Utente Medio
Autore del topic
25 Maggio 2013
135
0
Miglior risposta
0
Dunque, uso db newcrypto, season emulator, xampp, cms holoedit3.
Il client non appena lo apro mi da una scritta che mi dice di scaricare Adobe Flash Player, ovviamente io ce l'ho già. Come risolvo?

E' POSSIBILE che sia dovuto al fatto che non ho hostato i dcr? Come si fa? Quali scelgo per il mio cms? (ho configurato in amministrazione con il mio ip pubblico)

Il mio housekeeping è compilato così. E' corretto?
INDIRIZZO IP*
151.52.55.112
PORTA GAME*
300
PORTA MUS*
301
External Flash Text*
Perfavore, Entra oppure Registrati per vedere i Link!

e tutti gli altri compilati sempre con il mio ip pubblico.

Se l'housekeeping è compilato correttamente, come posso risolvere questo fatto di Adobe?[/QUOTE]

(e poi non ho scaricato nessun pack di dcr, non serve per newcrypto? Non capisco)
SIATE PIU' CHIARI POSSIBILI, grazie!:buono:
 
Re: Client! Necessito di un aiutino.

Dunque, uso db newcrypto, season emulator, xampp, cms holoedit3.
Il client non appena lo apro mi da una scritta che mi dice di scaricare Adobe Flash Player, ovviamente io ce l'ho già. Come risolvo?

E' POSSIBILE che sia dovuto al fatto che non ho hostato i dcr? Come si fa? Quali scelgo per il mio cms? (ho configurato in amministrazione con il mio ip pubblico)

Il mio housekeeping è compilato così. E' corretto?
INDIRIZZO IP*
151.52.55.112
PORTA GAME*
300
PORTA MUS*
301
External Flash Text*
Perfavore, Entra oppure Registrati per vedere i Link!

e tutti gli altri compilati sempre con il mio ip pubblico.

Se l'housekeeping è compilato correttamente, come posso risolvere questo fatto di Adobe?

(e poi non ho scaricato nessun pack di dcr, non serve per newcrypto? Non capisco)
SIATE PIU' CHIARI POSSIBILI, grazie!:buono:[/QUOTE]

Posta il client.php.
 
Re: Client! Necessito di un aiutino.

(e poi non ho scaricato nessun pack di dcr, non serve per newcrypto? Non capisco)
SIATE PIU' CHIARI POSSIBILI, grazie!:buono:

Posta il client.php.[/QUOTE]

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

if($logged_in)
require_once('includes/session.php');
else{
header("location: ".PATH);
exit;
}

if(OPENING && date('H') > 1 && date('H') < 8 && $user->row['rank'] < 4){
header("Location: ".PATH."hotelopened");
exit;
}

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['enable'] = true;
$forward['type'] = 2;
$forward['id'] = $roomid;
}else
$forward['enable'] = false;
}else
$forward['enable'] = false;

$myticket = $input->GenerateTicket();
mysql_query("UPDATE users SET auth_ticket = '".$myticket."', ip_last = '".$remote_ip."' WHERE id = '".$user->row['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="content-type" content="text/html; charset=ISO-8859-1" />
<title><?php echo $site['name']; ?>: 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">
document.habboLoggedIn = true;
var habboName = "<?php echo $user->row['username']; ?>";
var habboId = <?php echo $user->row['id']; ?>;
var facebookUser = "false";
var habboReqPath = "";
var habboStaticFilePath = "http://151.52.55.112/web-gallery";
var habboImagerUrl = "http://151.52.55.112/habbo-imaging/";
var habboPartner = "";
var habboDefaultClientPopupUrl = "http://151.52.55.112/client";
window.name = "hablux_client";
if (typeof HabboClient != "undefined") {
HabboClient.windowName = "hablux_client";
HabboClient.maximizeWindow = true;
}


</script>

<noscript>
<meta http-equiv="refresh" content="0;url=/client/nojs" />
</noscript>
<meta http-equiv="Pragma" content="no-cache, no-store" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache, no-store" />
<meta name="google" content="notranslate" />

<link rel="stylesheet" href="http://151.52.55.112/web-gallery/static/styles/habboflashclient.css" type="text/css" />
<script src="http://151.52.55.112/web-gallery/static/js/habboflashclient.js" type="text/javascript"></script>
<script src="http://151.52.55.112/web-gallery/static/js/identity.js" type="text/javascript"></script>
<script type="text/javascript">
FlashExternalInterface.loginLogEnabled = true;

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

if (top == self) {
FlashHabboClient.cacheCheck();
}
var flashvars = {
"client.allow.cross.domain" : "0",
"client.notify.cross.domain" : "1",
"connection.info.host" : "http://151.52.55.112/",
"connection.info.port" : "300",
"connection.info.mus" : "301>",
"site.url" : "http://witchcraftacademy.zapto.org/",
"url.prefix" : "http://151.52.55.112/",
"client.reload.url" : "http://151.52.55.112/client",
"client.fatal.error.url" : http://151.52.55.112/disconnesso",
"client.connection.failed.url" : "http://151.52.55.112/disconnesso",
"external.variables.txt" : "http://151.52.55.112/swfs/external_variables.txt",
"external.texts.txt" : "http://151.52.55.112/swfs/external_flash_texts_new.txt",
"productdata.load.url" : "http://151.52.55.112/swfs/productdata.txt",
"furnidata.load.url" : "http://151.52.55.112/swfs/furnidata.txt",
"external.override.variables.txt" : "http://151.52.55.112/swfs/external_override_variables.txt",
"external.override.texts.txt" : "http://151.52.55.112/swfs/external_flash_override_texts.txt",
"use.sso.ticket" : "1",
"sso.ticket" : "<?php echo $myticket; ?>",
<?php if($forward['enable']){ ?>
"forward.type" : "<?php echo $forward['type']; ?>",
"forward.id" : "<?php echo $forward['id']; ?>",
<?php } ?>
"processlog.enabled" : "1",
"account_id" : "1",
"client.starting" : "Attendi, Witchcraft Academy sta caricando",
"flash.client.url" : "http://witchcraftacademy.zapto.org/swfs/",
"user.hash" : "",
"facebook.user" : "false",
"has.identity" : "0",
"flash.client.origin" : "popup"
};
var params = {
"base" : "http://151.52.55.112/swfs/",
"allowScriptAccess" : "always",
"menu" : "false"
};

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

FlashExternalInterface.signoutUrl = "http://151.52.55.112/swfs/logout.php";

var clientUrl = "http://151.52.55.112/swfs/Dpg.swf";
swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.1.0", "http://habboo-a.akamaihd.net/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/1642/web-gallery/flash/expressInstall.swf", flashvars, params, null, FlashExternalInterface.embedSwfCallback);

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) {}
}
window.onresize = function() {
HabboClient.storeWindowSize();
}.debounce(0.5);
</script>

<meta name="description" content="Entra nella più grande community virtuale online: è gratis! Conosci nuovi amici, gioca, parla con gli altri, crea il tuo avatar, crea stanze ed altro ancora..." />
<meta name="keywords" content="<?php echo $site['name']; ?>, virtuale, mondo, social network, gratis, community, avatar, chat, online, teenagers, ragazzi, ragazze, entra, social, gruppi, forum, giochi, amici, teens, rari, furni rari, creare, collezionare, connettersi, furni, oggetti, animali, disegna stanze, sharing, badges, musica, celebrità, mmo, mmorpg, massively multiplayer" />

<!--[if IE 8]>
<link rel="stylesheet" href="http://151.52.55.112/web-gallery/static/styles/ie8.css" type="text/css" />
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="http://151.52.55.112/web-gallery/static/styles/ie.css" type="text/css" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" href="http://151.52.55.112/web-gallery/static/styles/ie6.css" type="text/css" />
<script src="http://151.52.55.112/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="63-BUILD2041 - 27.03.2013 11:38 - com" />
</head>

<body id="client" class="flashclient">
<div id="overlay"></div>
<img src="http://151.52.55.112/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">Per favore, aggiorna Flash Player all'ultima versione!.</h2>
<div class="box-content">
<p>Puoi installare Adobe Flash Player da qui: <a href="http://get.adobe.com/flashplayer/">Installa Flash Player</a>. Informazioni utili per l'installazione: <a href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">Altre informazioni</a></p>
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://151.52.55.112/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>
<iframe id="game-content" class="hidden" src="about:blank"></iframe>
</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();
Pinger.start(true);
HabboClient.resizeToFitScreenIfNeeded();
</script>

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

</body>
</html>
 
Re: Client! Necessito di un aiutino.

Posta il client.php.

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

if($logged_in)
require_once('includes/session.php');
else{
header("location: ".PATH);
exit;
}

if(OPENING && date('H') > 1 && date('H') < 8 && $user->row['rank'] < 4){
header("Location: ".PATH."hotelopened");
exit;
}

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['enable'] = true;
$forward['type'] = 2;
$forward['id'] = $roomid;
}else
$forward['enable'] = false;
}else
$forward['enable'] = false;

$myticket = $input->GenerateTicket();
mysql_query("UPDATE users SET auth_ticket = '".$myticket."', ip_last = '".$remote_ip."' WHERE id = '".$user->row['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="content-type" content="text/html; charset=ISO-8859-1" />
<title><?php echo $site['name']; ?>: 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">
document.habboLoggedIn = true;
var habboName = "<?php echo $user->row['username']; ?>";
var habboId = <?php echo $user->row['id']; ?>;
var facebookUser = "false";
var habboReqPath = "";
var habboStaticFilePath = "http://151.52.55.112/web-gallery";
var habboImagerUrl = "http://151.52.55.112/habbo-imaging/";
var habboPartner = "";
var habboDefaultClientPopupUrl = "http://151.52.55.112/client";
window.name = "hablux_client";
if (typeof HabboClient != "undefined") {
HabboClient.windowName = "hablux_client";
HabboClient.maximizeWindow = true;
}


</script>

<noscript>
<meta http-equiv="refresh" content="0;url=/client/nojs" />
</noscript>
<meta http-equiv="Pragma" content="no-cache, no-store" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache, no-store" />
<meta name="google" content="notranslate" />

<link rel="stylesheet" href="http://151.52.55.112/web-gallery/static/styles/habboflashclient.css" type="text/css" />
<script src="http://151.52.55.112/web-gallery/static/js/habboflashclient.js" type="text/javascript"></script>
<script src="http://151.52.55.112/web-gallery/static/js/identity.js" type="text/javascript"></script>
<script type="text/javascript">
FlashExternalInterface.loginLogEnabled = true;

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

if (top == self) {
FlashHabboClient.cacheCheck();
}
var flashvars = {
"client.allow.cross.domain" : "0",
"client.notify.cross.domain" : "1",
"connection.info.host" : "http://151.52.55.112/",
"connection.info.port" : "300",
"connection.info.mus" : "301>",
"site.url" : "http://witchcraftacademy.zapto.org/",
"url.prefix" : "http://151.52.55.112/",
"client.reload.url" : "http://151.52.55.112/client",
"client.fatal.error.url" : http://151.52.55.112/disconnesso",
"client.connection.failed.url" : "http://151.52.55.112/disconnesso",
"external.variables.txt" : "http://151.52.55.112/swfs/external_variables.txt",
"external.texts.txt" : "http://151.52.55.112/swfs/external_flash_texts_new.txt",
"productdata.load.url" : "http://151.52.55.112/swfs/productdata.txt",
"furnidata.load.url" : "http://151.52.55.112/swfs/furnidata.txt",
"external.override.variables.txt" : "http://151.52.55.112/swfs/external_override_variables.txt",
"external.override.texts.txt" : "http://151.52.55.112/swfs/external_flash_override_texts.txt",
"use.sso.ticket" : "1",
"sso.ticket" : "<?php echo $myticket; ?>",
<?php if($forward['enable']){ ?>
"forward.type" : "<?php echo $forward['type']; ?>",
"forward.id" : "<?php echo $forward['id']; ?>",
<?php } ?>
"processlog.enabled" : "1",
"account_id" : "1",
"client.starting" : "Attendi, Witchcraft Academy sta caricando",
"flash.client.url" : "http://witchcraftacademy.zapto.org/swfs/",
"user.hash" : "",
"facebook.user" : "false",
"has.identity" : "0",
"flash.client.origin" : "popup"
};
var params = {
"base" : "http://151.52.55.112/swfs/",
"allowScriptAccess" : "always",
"menu" : "false"
};

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

FlashExternalInterface.signoutUrl = "http://151.52.55.112/swfs/logout.php";

var clientUrl = "http://151.52.55.112/swfs/Dpg.swf";
swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.1.0", "http://habboo-a.akamaihd.net/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/1642/web-gallery/flash/expressInstall.swf", flashvars, params, null, FlashExternalInterface.embedSwfCallback);

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) {}
}
window.onresize = function() {
HabboClient.storeWindowSize();
}.debounce(0.5);
</script>

<meta name="description" content="Entra nella più grande community virtuale online: è gratis! Conosci nuovi amici, gioca, parla con gli altri, crea il tuo avatar, crea stanze ed altro ancora..." />
<meta name="keywords" content="<?php echo $site['name']; ?>, virtuale, mondo, social network, gratis, community, avatar, chat, online, teenagers, ragazzi, ragazze, entra, social, gruppi, forum, giochi, amici, teens, rari, furni rari, creare, collezionare, connettersi, furni, oggetti, animali, disegna stanze, sharing, badges, musica, celebrità, mmo, mmorpg, massively multiplayer" />

<!--[if IE 8]>
<link rel="stylesheet" href="http://151.52.55.112/web-gallery/static/styles/ie8.css" type="text/css" />
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="http://151.52.55.112/web-gallery/static/styles/ie.css" type="text/css" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" href="http://151.52.55.112/web-gallery/static/styles/ie6.css" type="text/css" />
<script src="http://151.52.55.112/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="63-BUILD2041 - 27.03.2013 11:38 - com" />
</head>

<body id="client" class="flashclient">
<div id="overlay"></div>
<img src="http://151.52.55.112/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">Per favore, aggiorna Flash Player all'ultima versione!.</h2>
<div class="box-content">
<p>Puoi installare Adobe Flash Player da qui: <a rel="nofollow" href="http://get.adobe.com/flashplayer/">Installa Flash Player</a>. Informazioni utili per l'installazione: <a rel="nofollow" href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">Altre informazioni</a></p>
<p><a rel="nofollow" href="http://www.adobe.com/go/getflashplayer"><img src="http://151.52.55.112/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>
<iframe id="game-content" class="hidden" src="about:blank"></iframe>
</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();
Pinger.start(true);
HabboClient.resizeToFitScreenIfNeeded();
</script>

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

</body>
</html>
[/QUOTE]

Tu qua:

"client.reload.url" : "http://151.52.55.112/client",
"client.fatal.error.url" : http://151.52.55.112/disconnesso",
"client.connection.failed.url" : "http://151.52.55.112/disconnesso",
"external.variables.txt" : "http://151.52.55.112/swfs/external_variables.txt",
"external.texts.txt" : "http://151.52.55.112/swfs/external_flash_texts_new.txt",
"productdata.load.url" : "http://151.52.55.112/swfs/productdata.txt",
"furnidata.load.url" : "http://151.52.55.112/swfs/furnidata.txt",
"external.override.variables.txt" : "http://151.52.55.112/swfs/external_override_variables.txt",
"external.override.texts.txt" : "http://151.52.55.112/swfs/external_flash_override_texts.txt",


Hai messo il tuo Ip, questo significa che i dcr li hai hostati in locale, se non l'hai fatto fallo. (Puoi anche usare i dcr hostati da qualcun altro senza che li hosti tu) :soso:
 
Re: Client! Necessito di un aiutino.

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

if($logged_in)
require_once('includes/session.php');
else{
header("location: ".PATH);
exit;
}

if(OPENING && date('H') > 1 && date('H') < 8 && $user->row['rank'] < 4){
header("Location: ".PATH."hotelopened");
exit;
}

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['enable'] = true;
$forward['type'] = 2;
$forward['id'] = $roomid;
}else
$forward['enable'] = false;
}else
$forward['enable'] = false;

$myticket = $input->GenerateTicket();
mysql_query("UPDATE users SET auth_ticket = '".$myticket."', ip_last = '".$remote_ip."' WHERE id = '".$user->row['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="content-type" content="text/html; charset=ISO-8859-1" />
<title><?php echo $site['name']; ?>: 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">
document.habboLoggedIn = true;
var habboName = "<?php echo $user->row['username']; ?>";
var habboId = <?php echo $user->row['id']; ?>;
var facebookUser = "false";
var habboReqPath = "";
var habboStaticFilePath = "http://151.52.55.112/web-gallery";
var habboImagerUrl = "http://151.52.55.112/habbo-imaging/";
var habboPartner = "";
var habboDefaultClientPopupUrl = "http://151.52.55.112/client";
window.name = "hablux_client";
if (typeof HabboClient != "undefined") {
HabboClient.windowName = "hablux_client";
HabboClient.maximizeWindow = true;
}


</script>

<noscript>
<meta http-equiv="refresh" content="0;url=/client/nojs" />
</noscript>
<meta http-equiv="Pragma" content="no-cache, no-store" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache, no-store" />
<meta name="google" content="notranslate" />

<link rel="stylesheet" href="http://151.52.55.112/web-gallery/static/styles/habboflashclient.css" type="text/css" />
<script src="http://151.52.55.112/web-gallery/static/js/habboflashclient.js" type="text/javascript"></script>
<script src="http://151.52.55.112/web-gallery/static/js/identity.js" type="text/javascript"></script>
<script type="text/javascript">
FlashExternalInterface.loginLogEnabled = true;

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

if (top == self) {
FlashHabboClient.cacheCheck();
}
var flashvars = {
"client.allow.cross.domain" : "0",
"client.notify.cross.domain" : "1",
"connection.info.host" : "http://151.52.55.112/",
"connection.info.port" : "300",
"connection.info.mus" : "301>",
"site.url" : "http://witchcraftacademy.zapto.org/",
"url.prefix" : "http://151.52.55.112/",
"client.reload.url" : "http://151.52.55.112/client",
"client.fatal.error.url" : http://151.52.55.112/disconnesso",
"client.connection.failed.url" : "http://151.52.55.112/disconnesso",
"external.variables.txt" : "http://151.52.55.112/swfs/external_variables.txt",
"external.texts.txt" : "http://151.52.55.112/swfs/external_flash_texts_new.txt",
"productdata.load.url" : "http://151.52.55.112/swfs/productdata.txt",
"furnidata.load.url" : "http://151.52.55.112/swfs/furnidata.txt",
"external.override.variables.txt" : "http://151.52.55.112/swfs/external_override_variables.txt",
"external.override.texts.txt" : "http://151.52.55.112/swfs/external_flash_override_texts.txt",
"use.sso.ticket" : "1",
"sso.ticket" : "<?php echo $myticket; ?>",
<?php if($forward['enable']){ ?>
"forward.type" : "<?php echo $forward['type']; ?>",
"forward.id" : "<?php echo $forward['id']; ?>",
<?php } ?>
"processlog.enabled" : "1",
"account_id" : "1",
"client.starting" : "Attendi, Witchcraft Academy sta caricando",
"flash.client.url" : "http://witchcraftacademy.zapto.org/swfs/",
"user.hash" : "",
"facebook.user" : "false",
"has.identity" : "0",
"flash.client.origin" : "popup"
};
var params = {
"base" : "http://151.52.55.112/swfs/",
"allowScriptAccess" : "always",
"menu" : "false"
};

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

FlashExternalInterface.signoutUrl = "http://151.52.55.112/swfs/logout.php";

var clientUrl = "http://151.52.55.112/swfs/Dpg.swf";
swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.1.0", "http://habboo-a.akamaihd.net/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/1642/web-gallery/flash/expressInstall.swf", flashvars, params, null, FlashExternalInterface.embedSwfCallback);

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) {}
}
window.onresize = function() {
HabboClient.storeWindowSize();
}.debounce(0.5);
</script>

<meta name="description" content="Entra nella più grande community virtuale online: è gratis! Conosci nuovi amici, gioca, parla con gli altri, crea il tuo avatar, crea stanze ed altro ancora..." />
<meta name="keywords" content="<?php echo $site['name']; ?>, virtuale, mondo, social network, gratis, community, avatar, chat, online, teenagers, ragazzi, ragazze, entra, social, gruppi, forum, giochi, amici, teens, rari, furni rari, creare, collezionare, connettersi, furni, oggetti, animali, disegna stanze, sharing, badges, musica, celebrità, mmo, mmorpg, massively multiplayer" />

<!--[if IE 8]>
<link rel="stylesheet" href="http://151.52.55.112/web-gallery/static/styles/ie8.css" type="text/css" />
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="http://151.52.55.112/web-gallery/static/styles/ie.css" type="text/css" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" href="http://151.52.55.112/web-gallery/static/styles/ie6.css" type="text/css" />
<script src="http://151.52.55.112/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="63-BUILD2041 - 27.03.2013 11:38 - com" />
</head>

<body id="client" class="flashclient">
<div id="overlay"></div>
<img src="http://151.52.55.112/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">Per favore, aggiorna Flash Player all'ultima versione!.</h2>
<div class="box-content">
<p>Puoi installare Adobe Flash Player da qui: <a rel="nofollow" href="http://get.adobe.com/flashplayer/">Installa Flash Player</a>. Informazioni utili per l'installazione: <a rel="nofollow" href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">Altre informazioni</a></p>
<p><a rel="nofollow" href="http://www.adobe.com/go/getflashplayer"><img src="http://151.52.55.112/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>
<iframe id="game-content" class="hidden" src="about:blank"></iframe>
</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();
Pinger.start(true);
HabboClient.resizeToFitScreenIfNeeded();
</script>

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

</body>
</html>

Tu qua:

"client.reload.url" : "http://151.52.55.112/client",
"client.fatal.error.url" : http://151.52.55.112/disconnesso",
"client.connection.failed.url" : "http://151.52.55.112/disconnesso",
"external.variables.txt" : "http://151.52.55.112/swfs/external_variables.txt",
"external.texts.txt" : "http://151.52.55.112/swfs/external_flash_texts_new.txt",
"productdata.load.url" : "http://151.52.55.112/swfs/productdata.txt",
"furnidata.load.url" : "http://151.52.55.112/swfs/furnidata.txt",
"external.override.variables.txt" : "http://151.52.55.112/swfs/external_override_variables.txt",
"external.override.texts.txt" : "http://151.52.55.112/swfs/external_flash_override_texts.txt",


Hai messo il tuo Ip, questo significa che i dcr li hai hostati in locale, se non l'hai fatto fallo. (Puoi anche usare i dcr hostati da qualcun altro senza che li hosti tu) :soso:[/QUOTE]

Ok, ma non mi stai dicendo nulla xD Non capisco cosa dovrei fare, potresti spiegarmelo chiaramente?
 
Re: Client! Necessito di un aiutino.

Dunque, uso db newcrypto, season emulator, xampp, cms holoedit3.
Il client non appena lo apro mi da una scritta che mi dice di scaricare Adobe Flash Player, ovviamente io ce l'ho già. Come risolvo?

E' POSSIBILE che sia dovuto al fatto che non ho hostato i dcr? Come si fa? Quali scelgo per il mio cms? (ho configurato in amministrazione con il mio ip pubblico)

Il mio housekeeping è compilato così. E' corretto?
INDIRIZZO IP*
151.52.55.112
PORTA GAME*
300
PORTA MUS*
301
External Flash Text*
Perfavore, Entra oppure Registrati per vedere i Link!

e tutti gli altri compilati sempre con il mio ip pubblico.

Se l'housekeeping è compilato correttamente, come posso risolvere questo fatto di Adobe?


http://www.sciax2.it/forum/guide-info/come-hostare-i-dcr-locale-581683.html :emoji_alien: :soso:
 
Re: Client! Necessito di un aiutino.


Ok, ho modificato gli external variables ma non capisco dove posso trovare flash.php
La pagina adesso è bianca!! Non spunta più Adobe

- - - Aggiornato - - -


Ma inoltre ho scaricato quel pack ma ho notato solo adesso che sono per Old Crypto, non per New Crypto!!
 
Re: Client! Necessito di un aiutino.

Ok, ho modificato gli external variapatpatbles ma non capisco dove posso trovare flash.php
La pagina adesso è bianca!! Non spunta più Adobe

- - - Aggiornato - - -



Ma inoltre ho scaricato quel pack ma ho notato solo adesso che sono per Old Crypto, non per New Crypto!!

Allora scarica quelli per New Crypto :patpat:
 
Ultima modifica:
Re: Client! Necessito di un aiutino.

Ma il client è configurato bene? Perchè ricordo che una volta utilizzai questi Old Crypto senza saperlo e funzionavano. Quindi credo che il problema non sia questo (anche se adesso provo quelli New Crypto).

:mmm: qual'è il percorso dell'external.variables.txt?
 
Re: Client! Necessito di un aiutino.

R63-gamedata-external variables

Ok allora il problema sta qua:

"client.connection.failed.url" : "http://151.52.55.112/disconnesso",
"external.variables.txt" : "http://151.52.55.112/swfs/external_variables.txt",
"external.texts.txt" : "http://151.52.55.112/swfs/external_flash_texts_new.txt",
"productdata.load.url" : "http://151.52.55.112/swfs/productdata.txt",
"furnidata.load.url" : "http://151.52.55.112/swfs/furnidata.txt",
"external.override.variables.txt" : "http://151.52.55.112/swfs/external_override_variables.txt",
"external.override.texts.txt" : "http://151.52.55.112/swfs/external_flash_override_texts.txt",


Vedi che c'è scritto link/swfs/external_variables.txt. Il percorso è sbalgiato.

Usa questo client.php configurando i link con il tuo :soso:

<?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
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.star t");

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://specteritalia.zapto.org/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 rel="nofollow" href="https://get.adobe.com/flashplayer/">Install flash player</a>. More instructions for installation can be found here: <a rel="nofollow" href="https://www.adobe.com/products/flashplayer/productinfo/instructions/">More information</a></p>
<p><a rel="nofollow" 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="no ne";
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.locat ion.href);
}
$(document.body).addClassName("js");
HabboClient.startPingListener();
</script>

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


</body>
</html>
 
Ultima modifica:
Re: Client! Necessito di un aiutino.

Ok allora il problema sta qua:

"client.connection.failed.url" : "http://151.52.55.112/disconnesso",
"external.variables.txt" : "http://151.52.55.112/swfs/external_variables.txt",
"external.texts.txt" : "http://151.52.55.112/swfs/external_flash_texts_new.txt",
"productdata.load.url" : "http://151.52.55.112/swfs/productdata.txt",
"furnidata.load.url" : "http://151.52.55.112/swfs/furnidata.txt",
"external.override.variables.txt" : "http://151.52.55.112/swfs/external_override_variables.txt",
"external.override.texts.txt" : "http://151.52.55.112/swfs/external_flash_override_texts.txt",


Vedi che c'è scritto link/swfs/external_variables.txt. Il percorso è sbalgiato.

Usa questo client.php configurando i link con il tuo :soso:

Non capisco però qui cosa devo modificare (nel tuo client). Mi faresti il piacere di segnarmeli in rosso? :/
 
Re: Client! Necessito di un aiutino.

Non capisco però qui cosa devo modificare (nel tuo client). Mi faresti il piacere di segnarmeli in rosso? :/

Tieni ho configurato io: (ah selezioni quello sotto e fai ctrl + c, poi vai su client.php e fai ctrl+v)

<?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
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.star t");

if (top == self) {
FlashHabboClient.cacheCheck();
}
var flashvars = {
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "http://151.52.55.112/",
"connection.info.port" : "300",
"site.url" : "http://151.52.55.112/",
"url.prefix" : "http://151.52.55.112/",
"client.reload.url" : "http://151.52.55.112/client.php",
"client.fatal.error.url" : "http://151.52.55.112/client.php",
"client.connection.failed.url" : "<?php echo PATH; ?>/client.php",
"external.variables.txt" : "http://151.52.55.112/r63/gamedata/external_variables.php?username=<?php echo $mynickname[0]; ?>",
"external.texts.txt" : "http://151.52.55.112/r63/gamedata/external_flash_texts.txt",
"productdata.load.url" : "http://151.52.55.112/r63/gamedata/productdata.txt",
"furnidata.load.url" : "http://151.52.55.112/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://151.52.55.112/r63/dcr/hof_furni/",
"sso.ticket" : "<?php echo $sso; ?>",
"user.hash" : "",
"flash.client.origin" : "popup",
};

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

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

var clientUrl = "http://151.52.55.112/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 rel="nofollow" href="https://get.adobe.com/flashplayer/">Install flash player</a>. More instructions for installation can be found here: <a rel="nofollow" href="https://www.adobe.com/products/flashplayer/productinfo/instructions/">More information</a></p>
<p><a rel="nofollow" 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="no ne";
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.locat ion.href);
}
$(document.body).addClassName("js");
HabboClient.startPingListener();
</script>

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


</body>
</html>
 
Re: Client! Necessito di un aiutino.

Tieni ho configurato io: (ah selezioni quello sotto e fai ctrl + c, poi vai su client.php e fai ctrl+v)

Gentilissimo. Ma adesso appena apro il client dice:

"
Warning: require_once(./inc/core.php) [function.require-once]: failed to open stream: No such file or directory in C:\xampp\htdocs\client.php on line 3

Fatal error: require_once() [function.require]: Failed opening required './inc/core.php' (include_path='.;C:\xampp\php\pear\') in C:\xampp\htdocs\client.php on line 3"
 
Modifico il titolo in quanto non consono, la parola "aiuto" è vietata nel campo "titolo discussione".