Problema risolto client che no funziona agli altri!

brosway

Utente Medio
Autore del topic
5 Settembre 2010
167
0
Miglior risposta
0
salve io ho un problema. in pratica io ho creato il mio retro v60 con base orlandocms e fin qua tutto apposto... invito gente nel retro si registrano e pure fino a qui non c' è nnt di anomalo .. ma appena entro io nel client funziona ma agli altri il client no! ho cambiato circa 20 server e 20 db :S di cms ne ho cambiati 5 tra i quali epic,orlando,goldx e altri :emoji_slight_frown: cosa devo fa per risolvere problema?

in poche parole a me parte tranquillamente client ma agli altri gli da il famoso smile con la lacrimetta
vi prego aiuto!

il page-client! :
<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.start");

if (top == self) {
FlashHabboClient.cacheCheck();
}
var flashvars = {
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "192.168.1.162",
"connection.info.port" : "20",
"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/r61/external_variables_banzai.txt?",
"external.texts.txt" : "http://hotel.noctworld./r57/external_flash_texts.txt?",
"use.sso.ticket" : "1",
"sso.ticket" : "%sso_ticket%",
"processlog.enabled" : "0",
"account_id" : "0",
"client.starting" : "Benvenuto %habboname%",
"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/r61/",
"allowScriptAccess" : "always",
"menu" : "false"
};

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

var clientUrl = "http://holo.wowfalcon.com/r61/Habbo10.swf";
try {
if (swfobject.getFlashPlayerVersion().major <= 9) {
clientUrl = "http://holo.wowfalcon.com/r61/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">Si prega di installare Adobe Flash Player.
</h2>
<div class="box-content">
<p>You can install and download Adobe Flash Player here: <a href="http://get.adobe.com/flashplayer/">Install flash player</a>. More instructions for installation can be found here: <a href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">More information</a></p>
<script type="text/javascript"><!--
google_ad_client = "pub-5893674260165472";
/* 234x60, creado 12/09/10 */
google_ad_slot = "8467402781";
google_ad_width = 234;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://images.habbo.com/habboweb/45_0061af58e257a7c6b931c91f771b4483/2/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>
</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>

inc config:
<?php
/*=======================================================================
| UberCMS - Advanced Website and Content Management System for uberEmu
| #######################################################################
| (c) 2010, Roy 'Meth0d'
|
Perfavore, Entra oppure Registrati per vedere i Link!

| #######################################################################
| This program is free software: you can redistribute and/or modify
| under the terms of the GNU General Public License as published by
| the Free Software Foundation, either version 3 of the License, or
| (at your option) any later version.
| #######################################################################
| This program is distributed in the hope that will be useful,
| but WITHOUT ANY WARRANTY; without even the implied warranty of
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
| GNU General Public License for more details.
\======================================================================*/

$config['Site']['www'] = "http://brosway.zapto.org/";
$config['Site']['hash_secret'] = "xCg532%@%gdvf^5DGaa6&*rFTfg^FD4\$OIFThrR_gh(ugf*/";

$config['MySQL']['hostname'] = "localhost";
$config['MySQL']['username'] = "root";
$config['MySQL']['password'] = "folina6";
$config['MySQL']['database'] = "hotel_DB";

$config['MUS']['enabled'] = false;
$config['MUS']['ip'] = "192.168.1.162";
$config['MUS']['port'] = "21";

?>

e la config del server:
## uberEmulator System Configuration File
## Must be edited for the server to work

## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=folina6
db.name=hotel_DB

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

## Game TCP/IP Configuration
game.tcp.bindip=192.168.1.162
game.tcp.port=20
game.tcp.conlimit=500

## MUS TCP/IP Configuration
mus.tcp.bindip=192.168.1.162
mus.tcp.port=21
mus.tcp.allowedaddr=192.168.1.162

## Client configuration
client.ping.enabled=0
client.ping.interval=30000
 
raga problema risolto! grazie a razor98 in pratica ho messo l' ip pubblico su inc.config e page client sul server quello dei prompt ora funza agli altri chiedo la chiusure del topic e do grazie e reputazione a razor98!
 
Riferimento: client che no funziona agli altri!

Molto Bello Kmq è più Bello Il mIo CMS
By SaroTekno99