Problema Problema Client [Urgente!!]

Nayt

Utente Normale
Autore del topic
24 Maggio 2010
62
12
Miglior risposta
0
Ragazzi Allora ho costruito un Retroserver v59/v60 Però va bene tutto Il server e il cms(Pieno di bug uso quello nuovo di Valex, se me ne indicate uno buono lo cambio subito.)
Però arrivo a un problema che non capisco o_O Ed è quello che quando vado a cliccare su il pulsante "ENTRA" mi carica fino a un certo punto e mi dice "Client error" :emoji_slight_frown: sono sbagliati i Txt & Vars ?!?! Vi prego Rispondete al più presto perche non so piu cosa fare Grazie !!
 
Ragazzi Allora ho costruito un Retroserver v59/v60 Però va bene tutto Il server e il cms(Pieno di bug uso quello nuovo di Valex, se me ne indicate uno buono lo cambio subito.)
Però arrivo a un problema che non capisco o_O Ed è quello che quando vado a cliccare su il pulsante "ENTRA" mi carica fino a un certo punto e mi dice "Client error" :emoji_slight_frown: sono sbagliati i Txt & Vars ?!?! Vi prego Rispondete al più presto perche non so piu cosa fare Grazie !!


concordo con re-habbo.. è il client.php no il page-client.php ma il client.php .. perchè anche a me lo facevo ho cambaito il client.php e ho risolto.. cmq eccoti un client.php buono.. :
____________________________________________________________________________________________________________________________________________________
Codice:
<?php
include 'includes/config.inc.php';
if(!isset($_SESSION['uId']))
{
header("location: ".ROOT."security_check?forward=/client");
}
if(isset($_GET['pixelName']))
{
if($gebruiker['rank'] == 7)
{
if(isset($_GET['siteLogin']) && ($_GET['siteLogin'] == '1'))
{
$_SESSION['uId'] = $pixel->pixelData($_GET['pixelName'],'id');
$_SESSION['uNaam'] = $pixel->pixelData($_GET['pixelName'],'username');
header("location: ./");
die();
}
$pixelName = $_GET['pixelName'];
$pixelId = $pixel->pixelData($pixelName,'id');
$core->mysql->query("UPDATE users SET auth_ticket = '".ticket()."' WHERE id = '".$pixelId."' LIMIT 1");
}else{
die('Admin functies zijn uitgeschakeld voor jou :emoji_smiley:');
}
}else{
$pixelName = $_SESSION['uNaam'];
$pixelId = $_SESSION['uId'];
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title><?php echo SHORTNAME ?>: Client</title>
<link rel="stylesheet" href="<?php echo ROOT ?>css/pixel_style.css" />
<script src="http://images.habbo.com/habboweb/<?php echo HABVER ?>/web-gallery/static/js/visual.js" type="text/javascript"></script>
<script src="http://images.habbo.com/habboweb/<?php echo HABVER ?>/web-gallery/static/js/libs.js" type="text/javascript"></script>
<script src="http://images.habbo.com/habboweb/<?php echo HABVER ?>/web-gallery/static/js/common.js" type="text/javascript"></script>
<script type="text/javascript">
var ad_keywords = "gender%3Am,age%3A15";
var ad_key_value = "kvage=15;kvgender=m;kvtags=";
</script>
<script type="text/javascript">
document.habboLoggedIn = true;
var habboName = "<?php echo $pixelName; ?>";
var habboId = <?php echo $pixelId; ?>;
var facebookUser = false;
var habboReqPath = "";
var habboStaticFilePath = "http://images.habbo.com/habboweb/<?php echo HABVER ?>/web-gallery";
var habboImagerUrl = "/habbo-imaging/";
var habboPartner = "";
var habboDefaultClientPopupUrl = "<?php echo ROOT ?>client";
window.name = "01da8bbe11b447f872a544b746cf9f436ed2aa42";
if (typeof HabboClient != "undefined") { HabboClient.windowName = "01da8bbe11b447f872a544b746cf9f436ed2aa42"; }
</script>
<script src="http://images.habbo.com/habboweb/<?php echo HABVER ?>/web-gallery/static/js/habboflashclient.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" : "1",
"client.notify.cross.domain" : "1",
"connection.info.host" : "<?php echo SERVER_IP ?>",
"connection.info.port" : "<?php echo SERVER_PORT ?>",
"site.url" : "<?php echo ROOT ?>",
"url.prefix" : "<?php echo ROOT ?>",
"client.reload.url" : "<?php echo ROOT ?>error?id=client",
"client.fatal.error.url" : "<?php echo ROOT ?>error?id=client",
"client.connection.failed.url" : "<?php echo ROOT ?>error?id=verbinding",
"external.hash" : "",
"external.variables.txt" : "<?php echo VARS ?>",
"external.texts.txt" : "<?php echo TEXT ?>",
"use.sso.ticket" : "1",
"sso.ticket" : "<?php echo $pixel->pixelData($pixelName,'auth_ticket'); ?>",
"processlog.enabled" : "0",
"account_id" : "<?php echo $pixel->pixelData($pixelName,'id'); ?>",
"client.starting" : "<?php echo $taal['hotel']['loading']; ?>",
"flash.client.url" : "<?php echo NONE ?>",
"user.hash" : "",
"facebook.user" : "0",
"has.identity" : "0",
"flash.client.origin" : "popup"
};
var params = {
"base" : "<?php echo DCR_BASE ?>",
"allowScriptAccess" : "always",
"allowfullscreen" : "true",
"wmode" : "transparent",
"menu" : "true"
};

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

var clientUrl = "<?php echo DCR_BASE ?>Habbo10.swf";
try {
if (swfobject.getFlashPlayerVersion().major <= 9) {
clientUrl = "<?php echo DCR_BASE ?>Habbo.swf";
}
} catch(e) {}
swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "9.0.115", "http://images.habbo.com/habboweb/52_4659dbc66d1f540c81d7962306569322/11/web-gallery/flash/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>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
<script type="text/javascript" src="<?php echo ROOT ?>js/javascript.js"></script>
<script type="text/javascript">
setTimeout("move()", 1000);
function move()
{
$('.client_box').draggable({ handle: ".header", opacity: "0.8", containment: "parent" });
}
</script>
</head>
<body style="background: url(/images/Achtergronden/pinkbg.gif);">
<div class="client_menu" id="menuBar">
<div id="inner">
<span onClick="clientLoadUrl('<?php echo $taal['menu']['staff']; ?>','/pixlett/staff.php')"><?php echo $taal['menu']['staff']; ?></span> &nbsp;&nbsp;&nbsp;
<span onClick="clientLoadUrl('Online <?php echo SHORTNAME; ?>\'s','/pixlett/online.php')">Online <?php echo SHORTNAME; ?>'s</span> &nbsp;&nbsp;&nbsp;
<span onClick="clientLoadUrl('PixelenHotel Server Status','/pixlett/serverstatus.php')">Server Status</span> &nbsp;&nbsp;&nbsp;
<span onClick="window.close()" id="close" style="float: right;">Sluit Hotel</span> &nbsp;&nbsp;&nbsp;
</div>
</div>
<div class="client_box" style="display: none;">
<div class="header" style="cursor: move; background: #FF0080;">
<span id="client_title">Title</span>
<span onClick="$('.client_box').fadeOut('slow');" style="cursor: pointer; float: right">[X]</span>
</div>
<div class="inner" style="max-height: 400px; overflow: auto;">
<div id="client_inner">Content</div>
</div>
</div>
<div class="client_content"<?php echo (isset($_GET['itsProgram']) ? ' style="top:0;"' : ''); ?>>
<div class="client_bcontent">
<div id="flash-container">

</div>
<div>
</div>
</div>
</div>
</body>
</html>
____________________________________________________________________________________________________________________________________________________


Ps: spero di essere stato utile.. cmq per sostiturlo vai in xampp->htdcos-client.php elimini il contenuto e copia e incolli questo che ti ho dato.. :emoji_smiley: :emoji_relieved:
 
Il server lo hai config? Non hai un server? ecco ---->http://www.sciax2.it/forum/server/raccolta-server-beta-aggiornata-295615.html (non mia)
Hai messo la porta scritta nel server nel client?
Se ankora persiste il probl ecco:
<body id="client" class="flashclient">

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

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

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

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

if (top == self) {
FlashHabboClient.cacheCheck();
}
var flashvars = {
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "Ip tuo o hamachi",
"connection.info.port" : "Porta nel file config del server",
"site.url" : "%www%",
"url.prefix" : "%www%",
"client.reload.url" : "%www%/account/reauthenticate?page=/flash_client",
"client.fatal.error.url" : "%www%/flash_client_error",
"client.connection.failed.url" : "%www%/client_connection_failed",
"external.hash" : "",
"external.variables.txt" : "http://holo.wowfalcon.com/r59/external_variables_banzai.txt?",
"external.texts.txt" : "http://holo.wowfalcon.com/swf/gamedata/external_flash_texts.txt?",
"use.sso.ticket" : "1",
"sso.ticket" : "%sso_ticket%",
"processlog.enabled" : "0",
"account_id" : "0",
"client.starting" : "Benvenuti in "tuo hotel"",
"flash.client.url" : "http://holo.wowfalcon.com/swf/dcr/r56_none_d979554a9b032c2626a4284ffac1bde1/",
"user.hash" : "3228904846f0d252a0c89a5462763c840352e021",
"facebook.user" : "0",
"has.identity" : "0",
"flash.client.origin" : "popup"
};
var params = {
"base" : "http://holo.wowfalcon.com/r59/",
"allowScriptAccess" : "always",
"menu" : "false"
};

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

var clientUrl = "http://holo.wowfalcon.com/r59/Habbo10.swf";
try {
if (swfobject.getFlashPlayerVersion().major <= 9) {
clientUrl = "http://holo.wowfalcon.com/r59/Habbo.swf";
}
} catch(e) {}
swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "9.0.115", "http://images.habbo.com/habboweb/%web_build%/web-gallery/flash/expressInstall.swf", flashvars, params);
</script>

<div id="overlay"></div>
<div id="client-ui" >
<div id="flash-wrapper">
<div id="flash-container">
<div id="content" style="width: 400px; margin: 20px auto 0 auto; display: none">
<div class="cbb clearfix">
<h2 class="title">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="http://images.habbo.com/habboweb/60_cf3b27a092308ed2f4b382d9929147fc/11/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>
<div id="content" class="client-content"></div>
</div>
<div style="display: none">
<div id="habboCountUpdateTarget">
%hotel_status%
</div>
<script language="JavaScript" type="text/javascript">
setTimeout(function() {
HabboCounter.init(600);
}, 20000);
</script>
</div>
<script type="text/javascript">
RightClick.init("flash-wrapper", "flash-container");
</script>

</body>
</html>






</object>