[REL/DEV] Baboh Emulator [v35+][OPEN-SOURCE]

Stato
Discussione chiusa ad ulteriori risposte.
avete ragione. scusa. ho risolto il problema ma non funziona nulla solo il catalogo (si vedono le sezioni ma non le pagine) come faccio?ho capito il fatto dei dcr chi mi da un flash_client già fatto?
 
fatto,ho copiato il client.php di habbo modificando alcuni parametri e va ma ho 3 problemi

le stanze non vanno (le private)
le pubbliche e come se ci entro ma spunta sempre l'interfaccia beta
catalogo non va
console nemmeno
in poke parole va solo il navigatore xD
 
problema

ok giorno ragazzi,ho un problema,non prendetemi per un nabbo perchè conosco i retro da 2 anni!allora,il problema è il seguente,con quasi tutti i server che ci sono nella cartella mi da errore(mysql net 5.1.5 e odbc 5.1)mentre con uno mi da continui errori riguardo al catalogo,io dico vabbè,e un test,ma un errore appare quando entro nel client,dice che non c'è la tabella user_online_ip e io sinceramente non so che fare,potrei asvere un aiuto?
 
questo è quello che uso io

<?php
/*===================================================+
|| # holocms - website and content management system
|+===================================================+
|| # copyright © 2008 meth0d. all rights reserved.
|| #
Perfavore, Entra oppure Registrati per vedere i Link!

|| this file is powered by prepay
|+===================================================+
|| # holocms is provided "as is" and comes without
|| # warrenty of any kind. holocms is free software!
|+===================================================*/

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

//$screen = $myrow['screen'];
//$language = $myrow['language'];
//$rea = $myrow['rea'];

//if($rea == "disabled"){
// include('./includes/sso.php');
//}

$ssocheck = mysql_query("select * from users where name = '".$rawname."' and password = '".$rawpass."' limit 1") or die(mysql_error());
$ssocheck2 = mysql_fetch_assoc($ssocheck);
if($ssocheck2['ticket_sso'] == "") {
if(isset($_get['roomid']) && $_get['forwardid'] == "2"){
if(isset($_get['wide'])) {
header("location:reauthenticate1.php?forwardid=".$_get['forwardid']."&roomid=".$_get['roomid']."&wide=".$_get['wide']."&flash=habbu");
} else {
header("location:reauthenticate1.php?forwardid=".$_get['forwardid']."&roomid=".$_get['roomid']."&flash=habbu");
}
} elseif(isset($_get['wide'])) {
header("location:reauthenticate1.php?wide=".$_get['wide']."&flash=habbu");
} else {
header("location:reauthenticate1.php?flash=habbu");
}
}

if($logged_in){
require_once('includes/session.php');
} else {
header("location: clientutils.php?key=loginplease");
exit;
}

if($online !== "online" && $enable_status_image == "1"){
echo "<font color='white'><center><b>".$sitename." is offline</b></center></font>";
exit();
}

if($remote_ip == "127.0.0.1" || $remote_ip == "localhost" && $server_on_localhost == 1){
$ip = "127.0.0.1";
}

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 = "1";
echo "<!-- forwarding to room ".$roomid." -->";
} else {
$forward = "0";
echo "<!-- room doesn't exist; not forwarding -->";
}
} else {
echo "<!-- no room forward requested, normal loader -->";
$forward = "0";
}
?>
<!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">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Habbo: </title>

<script type="text/javascript">
var andSoItBegins = (new Date()).getTime();
</script>
<link rel="shortcut icon" href="http://images.habbo.com/habboweb/37_d0f408e052f47ddb73c99578d8512d91/7/web-gallery/v2/favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="alternate" type="application/rss+xml" title="Habbo: RSS" href="http://www.habbo.co.uk/articles/rss.xml" />
<script src="http://images.habbo.com/habboweb/37_d0f408e052f47ddb73c99578d8512d91/7/web-gallery/static/js/libs2.js" type="text/javascript"></script>
<script src="http://images.habbo.com/habboweb/37_d0f408e052f47ddb73c99578d8512d91/7/web-gallery/static/js/visual.js" type="text/javascript"></script>
<script src="http://images.habbo.com/habboweb/37_d0f408e052f47ddb73c99578d8512d91/7/web-gallery/static/js/libs.js" type="text/javascript"></script>
<script src="http://images.habbo.com/habboweb/37_d0f408e052f47ddb73c99578d8512d91/7/web-gallery/static/js/common.js" type="text/javascript"></script>
<script src="http://images.habbo.com/habboweb/37_d0f408e052f47ddb73c99578d8512d91/7/web-gallery/static/js/fullcontent.js" type="text/javascript"></script>
<link rel="stylesheet" href="http://images.habbo.com/habboweb/37_d0f408e052f47ddb73c99578d8512d91/7/web-gallery/v2/styles/style.css" type="text/css" />
<link rel="stylesheet" href="http://images.habbo.com/habboweb/37_d0f408e052f47ddb73c99578d8512d91/7/web-gallery/v2/styles/buttons.css" type="text/css" />
<link rel="stylesheet" href="http://images.habbo.com/habboweb/37_d0f408e052f47ddb73c99578d8512d91/7/web-gallery/v2/styles/boxes.css" type="text/css" />
<link rel="stylesheet" href="http://images.habbo.com/habboweb/37_d0f408e052f47ddb73c99578d8512d91/7/web-gallery/v2/styles/tooltips.css" type="text/css" />

<script type="text/javascript">
document.habboLoggedIn = true;
var habboName = "<?php echo $name ?>";
var ad_keywords = "style,lovable,fun,girls,beautiful,money,gender%3Am,age%3A15";
var habboReqPath = "";
var habboStaticFilePath = "http://images.habbo.com/habboweb/37_d0f408e052f47ddb73c99578d8512d91/7/web-gallery";
var habboImagerUrl = "/habbo-imaging/";
var habboPartner = "";
var habboDefaultClientPopupUrl = "http://www.habbo.co.uk/client";
window.name = "ec446f365e4dbd19d36211caee50f768a5f37094";
if (typeof HabboClient != "undefined") { HabboClient.windowName = "ec446f365e4dbd19d36211caee50f768a5f37094"; }

</script>

<noscript>
<meta http-equiv="refresh" content="0;url=/client/nojs" />
</noscript>
<link rel="stylesheet" href="http://images.habbo.com/habboweb/37_d0f408e052f47ddb73c99578d8512d91/7/web-gallery/v2/styles/habboclient.css" type="text/css" />
<link rel="stylesheet" href="http://images.habbo.com/habboweb/37_d0f408e052f47ddb73c99578d8512d91/7/web-gallery/v2/styles/habboflashclient.css" type="text/css" />
<script src="http://images.habbo.com/habboweb/37_d0f408e052f47ddb73c99578d8512d91/7/web-gallery/static/js/habboflashclient.js" type="text/javascript"></script>
<script type="text/javascript">
FlashExternalInterface.loginLogEnabled = true;

FlashExternalInterface.logLoginStep("web.view.start");
FlashHabboClient.cacheCheck();
var flashvars = {
"client.allow.cross.domain" : "0",
"client.notify.cross.domain" : "1",
"connection.info.host" : "127.0.0.1",
"connection.info.port" : "21",
"site.url" : "http://www.habbo.it",
"url.prefix" : "http://www.habbo.it",
"client.reload.url" : "https://www.habbo.it/account/reauthenticate?page=/flash_client",
"client.fatal.error.url" : "http://www.habbo.it/flash_client_error",
"client.connection.failed.url" : "http://www.habbo.it/client_connection_failed",
"external.hash" : "0df5b25845d6c56bbef09fa1a451d1ce14ca0d25",
"external.variables.txt" : "http://hotel-it.habbo.com/gamedata/external?id=external_variables",
"external.texts.txt" : "http://hotel-it.habbo.com/gamedata/external?id=external_flash_texts",
"use.sso.ticket" : "1",
"sso.ticket" : "<?php echo $myticket ?>",
"processlog.enabled" : "1",
"account_id" : "<?php echo $my_id ?>",
"client.starting" : "Attendi per favore! Habbo sta caricando.",
"flash.client.url" : "http://images.habbo.com/dcr/r36_20090729_0508_19770_cc6786636b12f1eac34a5217be4d025a/"
};
var params = {
"base" : "http://images.habbo.com/gordon/RELEASE36-20463-20456-200908241543_623f229365b82a69feda4b981fa1a1e9/",
"allowScriptAccess" : "always",
"menu" : "false"
};

// workaround for the infamous flash keyboard layout issue
Prototype.Browser.Win = navigator.userAgent.indexOf("Windows") > -1;
if (!(Prototype.Browser.Win && (Prototype.Browser.Gecko || Prototype.Browser.WebKit))) {
params["wmode"] = "opaque";
}
swfobject.embedSWF("http://images.habbo.com/gordon/RELEASE36-20463-20456-200908241543_623f229365b82a69feda4b981fa1a1e9/Habbo.swf", "flash-container", "100%", "100%", "9.0.115", "http://images.habbo.com/habboweb/36_cc6786636b12f1eac34a5217be4d025a/8/web-gallery/flash/expressInstall.swf", flashvars, params);
</script>

<meta name="description" content="Habbo is a virtual world where you can meet and make friends." />
<meta name="keywords" content="habbo,virtual world,play games,enter competitions,make friends" />



<!--[if IE 8]>
<link rel="stylesheet" href="http://images.habbo.com/habboweb/37_d0f408e052f47ddb73c99578d8512d91/7/web-gallery/v2/styles/ie8.css" type="text/css" />
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="http://images.habbo.com/habboweb/37_d0f408e052f47ddb73c99578d8512d91/7/web-gallery/v2/styles/ie.css" type="text/css" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" href="http://images.habbo.com/habboweb/37_d0f408e052f47ddb73c99578d8512d91/7/web-gallery/v2/styles/ie6.css" type="text/css" />
<script src="http://images.habbo.com/habboweb/37_d0f408e052f47ddb73c99578d8512d91/7/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="37-BUILD50 - 26.08.2009 03:00 - uk" />
</head>

<body id="client" class="flashclient">

<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 install 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>
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://images.habbo.com/habboweb/37_d0f408e052f47ddb73c99578d8512d91/7/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" style="position: absolute; top:0; right: 0px; z-index: 1000; color: #000"></div>
</div>
<div style="display: none">
<div id="habboCountUpdateTarget">
6,687 Habbos online now
</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>

<script src="http://www.google-analytics.com/ga.js" type="text/javascript"></script>
<script type="text/javascript">
pageTracker = _gat._getTracker("UA-448325-6");
pageTracker._trackPageview();
flashPageTracker = _gat._getTracker("UA-448325-32");
flashPageTracker._trackPageview();
window.setTimeout("pageTracker._setVar('flash')",2000);
</script>

</body>
</html>

mettilo su blocco note e salvalo come : flash_client.php ! :emoji_slight_smile: a me non mi fa entrare nelle camere >.< e non mi vede il catalogo ma le sezioni si
 
questo è quello che uso io



mettilo su blocco note e salvalo come : flash_client.php ! :emoji_slight_smile: a me non mi fa entrare nelle camere >.< e non mi vede il catalogo ma le sezioni si

Mi da questo errore: Parse error: parse error, expecting `T_VARIABLE' or `'$'' in C:\xampp\htdocs\test.php on line 29
 
Io nel mio cms il flash_client.php non l'ho proprio, e comunque mi da sempre lo stesso errore

Se il tuo è ok, me lo puoi passare?
 
Ultima modifica:
ma scaricalo nei post precedenti lo ha dato alex :emoji_slight_smile:

comunque ho notato che mi entra in camera (se vado nel navigatore spunta 1)
ma non vedo la camera :emoji_slight_frown:
 
Controlla Bene..lo trovi comunque non fare post inutili se non lo trovi cerca meglio :emoji_smiley: perchè ci vado di mezzo io che ti rispondo e tu che fai post inutili :emoji_smiley: la Release non è al 100% funzionante poikè è ancora in fase di creazione

io sono solo curioso di testarla :emoji_smiley:
 
Controlla Bene..lo trovi comunque non fare post inutili se non lo trovi cerca meglio :emoji_smiley: perchè ci vado di mezzo io che ti rispondo e tu che fai post inutili :emoji_smiley: la Release non è al 100% funzionante poikè è ancora in fase di creazione

io sono solo curioso di testarla :emoji_smiley:

si ma l'unica cosa che ci manca per il funzionamento perfetto sono i dcr v36 ke nn si trovano
 
Stato
Discussione chiusa ad ulteriori risposte.