Silver
Active Member
- Aug 17, 2016
- 152
- 28
i dont understand why i have 7 dislikes. im pretty certain this tut does actually work as ive followed it myself to make a test hotel..
Most likely to be retro owners.
i dont understand why i have 7 dislikes. im pretty certain this tut does actually work as ive followed it myself to make a test hotel..
If I can get the time I'll make one, once I convert it to PDO.who has time for that though. i wasnt even expecting anyone to follow my tut to begin with tbh
i dont understand why i have 7 dislikes. im pretty certain this tut does actually work as ive followed it myself to make a test hotel..
you need 25 post around the forum. sorry i dont have skype mate. do u want me to pm u?Im struggeling, i'd like to pay you to set it up for me with the newer features, couldn't figure out how to pm you as im new on here.
Skype: rasmus.damgaard1
Sureyou need 25 post around the forum. sorry i dont have skype mate. do u want me to pm u?
web build isnt needed anymore. if u have a web build variable in your config just remove it and white screen for the client means your swfs probably arent done correctlyMe and a friend have been trying like 10 different tutorials, nothing works the best we got was a white screen after the emulator succefuly launching, was thinking it might be the web build, anyone knows whats the most up to date web build of habbo? otherwise i wouldn't be sure. We're trying to run it on localhost btw. any help would be appreciated wasted so many hours already!
are u getting a white screen when go to hotel or client? debugging isnt neededThanks for the quick reply! just done all the swfs again just as in the tutorial but it still doesn't work. any clue what else might work? I've also read about something with a flash debugger cause it has some protection when running in localhost but that doesnt work either sadly.
We start the emulator, it launches succesfully. then we go to localhost and that's where we get the white screen, in the browser.are u getting a white screen when go to hotel or client? debugging isnt needed
show me your config.php...We start the emulator, it launches succesfully. then we go to localhost and that's where we get the white screen, in the browser.
is your xampp password actually root?Here it is, thanks for checking!
<?php
if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }
$_CONFIG['mysql']['connection_type'] = 'pconnect';
$_CONFIG['mysql']['hostname'] = '127.0.0.1';
$_CONFIG['mysql']['username'] = 'root';
$_CONFIG['mysql']['password'] = 'root';
$_CONFIG['mysql']['database'] = 'db';
$_CONFIG['mysql']['port'] = '3306';
$_CONFIG['hotel']['url'] = '127.0.0.1';
$_CONFIG['hotel']['name'] = 'Habbo';
$_CONFIG['hotel']['desc'] = 'Virtual World, Avatar Chat and Pixel Art!';
$_CONFIG['hotel']['in_maint'] = false;
$_CONFIG['hotel']['motto'] = 'I am new to Habbo!';
$_CONFIG['hotel']['credits'] = 100000;
$_CONFIG['hotel']['pixels'] = 100000;
$_CONFIG['hotel']['figure'] = 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100';
$_CONFIG['template']['style'] = 'Habbo';
$_CONFIG['hotel']['online_text'] = 'Members Online!';
$_CONFIG['hotel']['owner1'] = 'Lewis ';
$_CONFIG['hotel']['owner2'] = '& Abc';
$_CONFIG['hotel']['fact_1'] = 'Buying VIP helps keep Habbo alive!';
$_CONFIG['hotel']['fact_2'] = 'Habbo peaked at 0 users online!';
$_CONFIG['hotel']['fact_3'] = 'You can get credits by winning rotw\'s, etc!';
$_CONFIG['hotel']['fact_4'] = 'Habbo is owned by ' . $_CONFIG['hotel']['owner1'] . $_CONFIG['hotel']['owner2'];
$_CONFIG['hotel']['fact_5'] = 'This RevCMS theme was edited by Lewis/Data';
error_reporting(0)
?>
Yes it is, the username and password are fine. was already using xammp before this so already had it set up.is your xampp password actually root?
well did the website work before u used this tutorial? like if u tried a cms before this did it work then?Yes it is, the username and password are fine. was already using xammp before this so already had it set up.
Nope it's the first time trying to run habbo at all.well did the website work before u used this tutorial? like if u tried a cms before this did it work then?
is apache and mysql on in the control panel?Nope it's the first time trying to run habbo at all.
Yup they're both up and running!is apache and mysql on in the control panel?
nope i would only need to see the client.php if the client is the issue youre having. in this case the actual website is a white screen so i only need to see the config.phpYup they're both up and running!
here's the client.php too just incase;
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="shortcut icon" href="{url}/app/tpl/skins/{skin}/images/favicon.ico" type="image/vnd.microsoft.icon"/>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>{hotelName} Hotel</title>
<link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/client.css" type="text/css">
<script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/swfobject.js"></script>
<script type="text/javascript">
var BaseUrl = "{url}/swfs/gordon/PRODUCTION-201701242205-837386173/";
var flashvars =
{
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "localhost",
"connection.info.port" : "30000",
"site.url" : "{url}",
"url.prefix" : "{url}",
"client.reload.url" : "{url}/disconnected",
"client.fatal.error.url" : "{url}/disconnected",
"client.connection.failed.url" : "{url}/disconnected",
"external.variables.txt" : "{url}/swfs/gamedata/external_variables.txt",
"external.texts.txt" : "{url}/swfs/gamedata/external_flash_texts.txt",
"external.override.texts.txt" : "{url}/swfs/gamedata/override/external_flash_override_texts.txt",
"external.override.variables.txt" : "{url}/swfs/gamedata/override/external_override_variables.txt",
"external.figurepartlist.txt" : "{url}/swfs/gamedata/figuredata.xml",
"productdata.load.url" : "{url}/swfs/gamedata/productdata.txt",
"furnidata.load.url" : "{url}/swfs/gamedata/furnidata.xml",
"use.sso.ticket" : "1",
"sso.ticket" : "{sso}",
"client.starting" : "Please wait! {hotelName} is starting up.",
"processlog.enabled" : "0",
"flash.client.url" : BaseUrl,
"client.starting.revolving" : "Whololo/Tijd is maar een illusie./Gotta go fast!/Your computer might blow up./Don't panic!/You might die./Get yourself a drink while waiting./Whats that noise?/",
"flash.client.origin" : "popup"
};
var params =
{
"base" : BaseUrl + "/",
"allowScriptAccess" : "always",
"menu" : "false"
};
swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "{url}/swfs/gordon/PRODUCTION-201701242205-837386173/expressInstall.swf", flashvars, params, null);
</script>
</head>
<body>
<div id="client"></div>
</body>
</html>