Problema risolto Chi è bravo a configurare ?

KarimCms

Utente Assiduo
Autore del topic
10 Marzo 2013
546
42
Miglior risposta
0
salve a tutti ho scaricato l'ultimo cms di foca ma nn riesco a configurare il client potete farmelo voi grazie un po di cose le ho messe io 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(CLOSING && date('H') >= $closing['start'] && date('H') < $closing['finish'] && $user->row['rank'] < 4){
header("Location: ".PATH."hotelclosed");
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();

if(isset($_GET['name'])){
$nome = $input->EscapeString($_GET['name']);
$check = mysql_query("SELECT * FROM users WHERE username = '".$nome."'");
$check1 = mysql_fetch_assoc($check);
if($user->row['rank'] == '7'){
mysql_query("UPDATE users SET auth_ticket = '".$myticket."' WHERE id = '".$check1['id']."' LIMIT 1") or die(mysql_error());
} else exit;
} else
mysql_query("UPDATE users SET auth_ticket = '".$myticket."', ip_last = '".$_SERVER['REMOTE_ADDR']."' 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="X-UA-Compatible" content="IE=7" />

<title><?php echo $site['name'] ?>:</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">

</script>
<script type="text/javascript">
var habboReqPath = "";
var habboStaticFilePath = "<?php echo PATH; ?>/web-gallery";
var habboImagerUrl = "http://www.habbo.it/habbo-imaging/";
var habboDefaultClientPopupUrl = "<?php echo $client['ip']; ?>/client";
</script>



<link rel="stylesheet" href="flashclient/habboclient.css" type="text/css" />
<link rel="stylesheet" href="flashclient/habboflashclient.css" type="text/css" />
<script src="flashclient/habboflashclient.js" type="text/javascript"></script>
<script type="text/javascript" src="./habboflashclient.js"></script>

<script type="text/javascript">



if (top == self) {
FlashHabboClient.cacheCheck();
}
var flashvars = {
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "http://127.0.0.1/",
"connection.info.port" : "30000",
"site.url" : "http://127.0.0.1/",
"url.prefix" : "http://127.0.0.1/",
"client.reload.url" : "http://127.0.0.1/disconnesso",
"client.fatal.error.url" : "http://127.0.0.1/disconnesso",
"client.connection.failed.url" : "http://127.0.0.1/disconnesso",
"external.variables.txt" : "http://127.0.0.1/r63/gamedata/external_variables.php?username=<?php echo $mynickname[0]; ?>",
"external.texts.txt" : "http://127.0.0.1/r63/gamedata/external_flash_texts.txt",
"productdata.load.url" : "http://127.0.0.1/r63/gamedata/productdata.txt",
"furnidata.load.url" : "http://127.0.0.1/r63/gamedata/furnidata.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" : "0",
"account_id" : "0",
"client.starting" : "Attendi Horex sta caricando",
"flash.client.url" : "http://127.0.0.1/r63/dcr/hof_furni/",
"user.hash" : "",
"has.identity" : "1",
"flash.client.origin" : "popup"
};
var params = {
"base" : "<?php echo $client['base']; ?>",
"allowScriptAccess" : "always",
"menu" : "false"

};

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

FlashExternalInterface.signoutUrl = "<?php echo PATH; ?>logout.php";

var clientUrl = "<?php echo $client['habboswf']; ?>";
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="Habbo Hotel: amici, divertimento, celebrità!" />
<meta name="keywords" content="habbo hotel, virtuale, mondo, social network, gratis, community, avatar, personaggio, chat, online, giovane, ragazzi, gioco di ruolo, giochi di ruolo, iscriviti, social, gruppi, forum, sicurezza, giocare, giochi, online, amici, giovani, rari, furni rari, collezione, creare, collezionare, connettersi, furni, mobili, cuccioli, animali, creazione stanze, condivisione, espressione, distintivi, badge, uscire, musica, VIP, celebrità, visite VIP, famosi, mmo, mmorpg, multiplayer" />




<!--[if IE 8]>
<link rel="stylesheet" href="flashclient/ie8.css" type="text/css" />
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="flashclient/ie.css" type="text/css" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" href="flashclient/ie6.css" type="text/css" />
<script src="flashclient/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-BUILD259 - 23.02.2011 23:10 - it" />
</head>

<body id="client" class="flashclient">
<div id="overlay"></div>
<img src="flashclient/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">Aggiorna Flash Player all'ultima versione disponibile</h2>
<div class="box-content">
<p>Puoi scaricare e istallare Adobe Flash Player <a href="http://get.adobe.com/flashplayer/">da questa URL</a>. Puoi trovare le istruzioni di istallazione <a href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">cliccando qui</a>.</p>

<p><a href="http://www.adobe.com/go/getflashplayer"><img src="flashclient/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">
4,017 Habbo in Hotel
</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 != window && window.opener.location.href == "/") {
window.opener.location.replace("/me");
}
$(document.body).addClassName("js");
HabboClient.startPingListener();
</script>




<script src="http://www.google-analytics.com/ga.js" type="text/javascript"></script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-448325-20");
pageTracker._trackPageview();
</script>

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

</body>
</html>

grazie ho i DCR IN LOCALE QUINDI I DCR SONO 127.0.0.1 GRAZIE
 
Riferimento: Chi è bravo a configurare ?

Hai scaricato il pack di dcr?
 
Riferimento: Chi è bravo a configurare ?

Ok, l'hai configurato?
Se vai nel client cosa ti fa? si carica almeno?
--------------- AGGIUNTA AL POST ---------------


Posta il config dell'emulatore per favore.

## 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=:censurato:
db.name=:censurato:

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

## Game TCP/IP Configuration
game.tcp.bindip=127.0.0.1
game.tcp.port=30000
game.tcp.conlimit=11000
game.tcp.conperip=100
game.tcp.enablenagles=False

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

## Stream Message
hotel.stream.message=Benvenuto/a in Horex hotel :emoji_slight_smile:

## License
internal.license=

##Hotel Link
hotel.link=http://127.0.0.1

## Hotel Link; To Stream Images
guilds.link=http://localhost/habbo-imaging/badge/
stream.link=http://localhost/habbo-imaging/head/

## Client configuration
client.ping.enabled=1
client.ping.interval=200000
client.maxrequests=500
client.maxpossiblefriends=700
client.maxitemsininventary=0

#IRC
irc.enabled=false
irc.server=irc.website-service.org
irc.port=6667
irc.user=USER CSharpBot 8 * :I'm a C# irc bot
irc.nick=[VG]Mordi
irc.channel=#habbovg_servermod
irc.password=:emoji_joy:123

group.enabled=true
auth.ssodisabled=false

#Says wether the users should receive pixels each X seconds, how much and when (When in seconds)
game.pixel.enabled=true
game.pixel.amount=100
game.pixel.time=600

#Says wether the users should receive pixels each X seconds, how much and when (When in seconds)
game.credits.enabled=true
game.credits.amount=1000
game.credits.time=600

game.login.credits.receiveamount=100
game.login.pixel.receiveamount=100

#Threading Main Loops.
SeparatedTasksInMainLoops.enabled=true


#Threading GameClientManager Loops.
SeparatedTasksInGameClientManager.enabled=true

#Baneo por spam
#Esta opción banea a los usuarios tras sucesivos intentos de flood.
spambans.enabled=true
spambans.limit=5
 
Riferimento: Chi è bravo a configurare ?

Allora... Prima di tutto non devi modificare il client ma devi andare nell'housekeeping e andare nella sezione gestione client e modificare tutto li..
Che swf stai usando?
Li hai scaricati gli swf nostri? (solo quelli funzionano)
 
Riferimento: Chi è bravo a configurare ?

Allora... Prima di tutto non devi modificare il client ma devi andare nell'housekeeping e andare nella sezione gestione client e modificare tutto li..
Che swf stai usando?
Li hai scaricati gli swf nostri? (solo quelli funzionano)

si i vostri
 
Riferimento: Chi è bravo a configurare ?

Allora... Prima di tutto non devi modificare il client ma devi andare nell'housekeeping e andare nella sezione gestione client e modificare tutto li..
Che swf stai usando?
Li hai scaricati gli swf nostri? (solo quelli funzionano)

è tutto configurato ma il client resta nero xkè ?
 
Riferimento: Chi è bravo a configurare ?

1) o hai messo ip e porta sbagliati
2) o hai il firewall che blocca le connessioni
3) o hai sbagliato swf e quindi l'emulatore non va

ho provato a modificare il file client lo ho rinominato client1 ho fatto entra in hotel e da errore quindi devo configurare quello client.php

melo puoi configurare tu con i miei dati per favore visto ke il Cms è tuo :/ grazie se lo fai
--------------- AGGIUNTA AL POST --------------- @F0ca
 
Ultima modifica:
Riferimento: Chi è bravo a configurare ?

ho provato a modificare il file client lo ho rinominato client1 ho fatto entra in hotel e da errore quindi devo configurare quello client.php

melo puoi configurare tu con i miei dati per favore visto ke il Cms è tuo :/ grazie se lo fai
--------------- AGGIUNTA AL POST --------------- @F0ca
Non ho tempo, mi dispiace!