Fano
Do check us out, http://eubbo.pw
- Aug 3, 2015
- 56
- 108
<?php
if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }
$habbo = file_get_contents("
# MySQL gegevens
$_CONFIG['mysql']['connection_type'] = 'pconnect';
$_CONFIG['mysql']['hostname'] = 'localhost'; // Je host
$_CONFIG['mysql']['username'] = 'root'; // Je MySQL naam
$_CONFIG['mysql']['password'] = 'PASSWORD'; // Je MySQL wachtwoord
$_CONFIG['mysql']['database'] = 'DATABASE'; // Je MySQL database
$_CONFIG['mysql']['port'] = '3306'; // Je MySQL port (gewoon 3306)
$_CONFIG['template']['style'] = 'Habbo'; // Template config
$_CONFIG['recaptcha']['priv_key'] = '6LcZ58USAAAAABSV5px9XZlzvIPaBOGA6rQP2G43';
$_CONFIG['recaptcha']['pub_key'] = '6LcZ58USAAAAAAQ6kquItHl4JuTBWs-5cSKzh6DD';
# Site gegevens #
$_CONFIG['hotel']['server_ip'] = '127.0.0.1'; // Je VPS (Dedi) of PC ip
$_CONFIG['hotel']['url'] = '
$_CONFIG['hotel']['name'] = 'Hotelname'; // Je hotelnaam
$_CONFIG['hotel']['desc'] = 'Best hotel around!'; // De discriptie van je hotel
$_CONFIG['hotel']['email'] = '[email protected]'; // Het ADMIN Email
$_CONFIG['hotel']['in_maint'] = false; // Ben je in onderhoud "true" ben je niet in onderhoud "false"
$_CONFIG['hotel']['motto'] = 'I <3 ' . $_CONFIG['hotel']['name']; // De missie waar gebruikers mee beginnen
$_CONFIG['hotel']['credits'] = 10000; // Aantal credits waar je mee begint
$_CONFIG['hotel']['pixels'] = 9000; // Aantal pixels waar je mee begint
$_CONFIG['hotel']['figure'] = 'ch-215-62.hd-190-1.lg-275-79.hr-115-31.sh-3115-62-62'; //Standaard look van de gebruikers
$_CONFIG['hotel']['web_build'] = $build; // Web-Build van Habbo
$_CONFIG['hotel']['external_vars'] = '
$_CONFIG['hotel']['external_texts'] = '
$_CONFIG['hotel']['product_data'] = '
$_CONFIG['hotel']['furni_data'] = '
$_CONFIG['hotel']['swf_folder'] = '
$_CONFIG['template']['style'] = 'Habbo'; // Template config
$_CONFIG['recaptcha']['priv_key'] = '6LcZ58USAAAAABSV5px9XZlzvIPaBOGA6rQP2G43';
$_CONFIG['recaptcha']['pub_key'] = '6LcZ58USAAAAAAQ6kquItHl4JuTBWs-5cSKzh6DD';
$_CONFIG['social']['twitter'] = 'TwitterAccount'; //Hotel's Twitter account
$_CONFIG['social']['facebook'] = 'FacebookAccount'; //Hotel's Facebook account
?>
if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }
$habbo = file_get_contents("
You must be registered for see links
"); preg_match("/<link[^>]*rel=\"shortcut icon\"(.*?)\\/>/si", $habbo, $match); $kiwi = explode('/', $match[1]); $build = $kiwi['4'] . "/" . $kiwi['5'];# MySQL gegevens
$_CONFIG['mysql']['connection_type'] = 'pconnect';
$_CONFIG['mysql']['hostname'] = 'localhost'; // Je host
$_CONFIG['mysql']['username'] = 'root'; // Je MySQL naam
$_CONFIG['mysql']['password'] = 'PASSWORD'; // Je MySQL wachtwoord
$_CONFIG['mysql']['database'] = 'DATABASE'; // Je MySQL database
$_CONFIG['mysql']['port'] = '3306'; // Je MySQL port (gewoon 3306)
$_CONFIG['template']['style'] = 'Habbo'; // Template config
$_CONFIG['recaptcha']['priv_key'] = '6LcZ58USAAAAABSV5px9XZlzvIPaBOGA6rQP2G43';
$_CONFIG['recaptcha']['pub_key'] = '6LcZ58USAAAAAAQ6kquItHl4JuTBWs-5cSKzh6DD';
# Site gegevens #
$_CONFIG['hotel']['server_ip'] = '127.0.0.1'; // Je VPS (Dedi) of PC ip
$_CONFIG['hotel']['url'] = '
You must be registered for see links
// De URL naar je site ZONDER "/" op het einde$_CONFIG['hotel']['name'] = 'Hotelname'; // Je hotelnaam
$_CONFIG['hotel']['desc'] = 'Best hotel around!'; // De discriptie van je hotel
$_CONFIG['hotel']['email'] = '[email protected]'; // Het ADMIN Email
$_CONFIG['hotel']['in_maint'] = false; // Ben je in onderhoud "true" ben je niet in onderhoud "false"
$_CONFIG['hotel']['motto'] = 'I <3 ' . $_CONFIG['hotel']['name']; // De missie waar gebruikers mee beginnen
$_CONFIG['hotel']['credits'] = 10000; // Aantal credits waar je mee begint
$_CONFIG['hotel']['pixels'] = 9000; // Aantal pixels waar je mee begint
$_CONFIG['hotel']['figure'] = 'ch-215-62.hd-190-1.lg-275-79.hr-115-31.sh-3115-62-62'; //Standaard look van de gebruikers
$_CONFIG['hotel']['web_build'] = $build; // Web-Build van Habbo
$_CONFIG['hotel']['external_vars'] = '
You must be registered for see links
// External vars$_CONFIG['hotel']['external_texts'] = '
You must be registered for see links
// External tekst$_CONFIG['hotel']['product_data'] = '
You must be registered for see links
// Product data$_CONFIG['hotel']['furni_data'] = '
You must be registered for see links
// Furni data$_CONFIG['hotel']['swf_folder'] = '
You must be registered for see links
// SWF base$_CONFIG['template']['style'] = 'Habbo'; // Template config
$_CONFIG['recaptcha']['priv_key'] = '6LcZ58USAAAAABSV5px9XZlzvIPaBOGA6rQP2G43';
$_CONFIG['recaptcha']['pub_key'] = '6LcZ58USAAAAAAQ6kquItHl4JuTBWs-5cSKzh6DD';
$_CONFIG['social']['twitter'] = 'TwitterAccount'; //Hotel's Twitter account
$_CONFIG['social']['facebook'] = 'FacebookAccount'; //Hotel's Facebook account
?>
## Azure Emulator System Configuration File
## Must be edited for the server to work
## MySQL Configuration
db.hostname=127.0.0.1
db.port=3306
db.username=root
db.password=PASSWORD
db.name=DATABASE
db.type=MySQL
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=1
db.pool.maxsize=500
## 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=true
## MUS TCP/IP Configuration
mus.tcp.bindip=127.0.0.1
mus.tcp.port=30008
mus.tcp.allowedaddr=127.0.0.1
## Client configuration
client.ping.enabled=1
client.ping.interval=20000
client.maxrequests=300
## Developer Settings
Debug=true
## Language System
system.lang=english
## Console Clear Timer
console.clear.enabled=false
console.clear.time=20000
## Bots Settings
game.roomswithbotscolor=0
game.botdefaultcolor=31
game.botbadge=BOT
## Must be edited for the server to work
## MySQL Configuration
db.hostname=127.0.0.1
db.port=3306
db.username=root
db.password=PASSWORD
db.name=DATABASE
db.type=MySQL
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=1
db.pool.maxsize=500
## 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=true
## MUS TCP/IP Configuration
mus.tcp.bindip=127.0.0.1
mus.tcp.port=30008
mus.tcp.allowedaddr=127.0.0.1
## Client configuration
client.ping.enabled=1
client.ping.interval=20000
client.maxrequests=300
## Developer Settings
Debug=true
## Language System
system.lang=english
## Console Clear Timer
console.clear.enabled=false
console.clear.time=20000
## Bots Settings
game.roomswithbotscolor=0
game.botdefaultcolor=31
game.botbadge=BOT
# Azure ExtraSettings #
# CRYPTO. Only for powerful servers.
rc4.client.side.enabled=false
# Credits/Pixels Loop
currency.loop.enabled=true
currency.loop.time.in.minutes=15
credits.to.give=3000
pixels.to.give=100
# Diamonds Loop
diamonds.loop.enabled=true
diamonds.to.give=1
diamonds.vip.only=true
# Navigator New 2014 Style
navigator.newstyle.enabled=true
# Change Name Settings #
change.name.staff=false
change.name.vip=false
change.name.everyone=false
# Beta stuff and NUX gifts #
enable.beta.camera=true
newuser.gifts.enabled=false
newuser.gift.yttv2.id=
# Interactive stuff #
everyone.use.floor=true
admin.can.useHTML=true
commands.new.page=true
figuredata.url=
furnidata.url=
youtube.thumbnail.suburl=youtubethumbnail.php?Video
# CRYPTO. Only for powerful servers.
rc4.client.side.enabled=false
# Credits/Pixels Loop
currency.loop.enabled=true
currency.loop.time.in.minutes=15
credits.to.give=3000
pixels.to.give=100
# Diamonds Loop
diamonds.loop.enabled=true
diamonds.to.give=1
diamonds.vip.only=true
# Navigator New 2014 Style
navigator.newstyle.enabled=true
# Change Name Settings #
change.name.staff=false
change.name.vip=false
change.name.everyone=false
# Beta stuff and NUX gifts #
enable.beta.camera=true
newuser.gifts.enabled=false
newuser.gift.yttv2.id=
# Interactive stuff #
everyone.use.floor=true
admin.can.useHTML=true
commands.new.page=true
figuredata.url=
You must be registered for see links
furnidata.url=
You must be registered for see links
youtube.thumbnail.suburl=youtubethumbnail.php?Video
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>{hotelname}: Client</title>
<link rel="stylesheet" href="{url}/app/tpl/skins/{skin}/styles/client.css" type="text/css">
<link rel="shortcut icon" href="{url}/favicon.ico" type="image/vnd.microsoft.icon" />
<script type="text/javascript" src="{url}/app/tpl/skins/{skin}/js/swfobject.js"></script>
<script type="text/javascript">
var BaseUrl = "
var flashvars =
{
"client.starting" : "Please wait, {hotelName} is loading...",
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "127.0.0.1",
"connection.info.port" : "30000",
"site.url" : "
"url.prefix" : "
"client.reload.url" : "
"client.fatal.error.url" : "
"client.connection.failed.url" : "
"external.variables.txt" : "
"external.texts.txt" : "
"external.figurepartlist.txt" : "
"external.override.texts.txt" : "
"external.override.variables.txt" : "
"productdata.load.url" : "
"furnidata.load.url" : "
"use.sso.ticket" : "1",
"sso.ticket" : "{sso}",
"processlog.enabled" : "0",
"flash.client.url" : "
"flash.client.origin" : "popup",
"nux.lobbies.enabled" : "true"
};
var params =
{
"base" : BaseUrl + "/",
"allowScriptAccess" : "always",
"menu" : "false"
};
swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "
</script>
</head>
<body>
<div id="client"></div>
</body>
</html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>{hotelname}: Client</title>
<link rel="stylesheet" href="{url}/app/tpl/skins/{skin}/styles/client.css" type="text/css">
<link rel="shortcut icon" href="{url}/favicon.ico" type="image/vnd.microsoft.icon" />
<script type="text/javascript" src="{url}/app/tpl/skins/{skin}/js/swfobject.js"></script>
<script type="text/javascript">
var BaseUrl = "
You must be registered for see links
";var flashvars =
{
"client.starting" : "Please wait, {hotelName} is loading...",
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "127.0.0.1",
"connection.info.port" : "30000",
"site.url" : "
You must be registered for see links
","url.prefix" : "
You must be registered for see links
","client.reload.url" : "
You must be registered for see links
","client.fatal.error.url" : "
You must be registered for see links
","client.connection.failed.url" : "
You must be registered for see links
","external.variables.txt" : "
You must be registered for see links
","external.texts.txt" : "
You must be registered for see links
","external.figurepartlist.txt" : "
You must be registered for see links
","external.override.texts.txt" : "
You must be registered for see links
","external.override.variables.txt" : "
You must be registered for see links
","productdata.load.url" : "
You must be registered for see links
","furnidata.load.url" : "
You must be registered for see links
","use.sso.ticket" : "1",
"sso.ticket" : "{sso}",
"processlog.enabled" : "0",
"flash.client.url" : "
You must be registered for see links
","flash.client.origin" : "popup",
"nux.lobbies.enabled" : "true"
};
var params =
{
"base" : BaseUrl + "/",
"allowScriptAccess" : "always",
"menu" : "false"
};
swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "
You must be registered for see links
", flashvars, params, null);</script>
</head>
<body>
<div id="client"></div>
</body>
</html>
Everything looks fine for me,
Emulator runs without 0 errors, till i enter the client than it showed me this.
yesterday was running the emu fine > before i replaced catalogue with epic catalogue.
EDIT*
You must be registered for see links
<- External variables.How to fix this?
The hotel fully loads, till you see the hotelvieuw, and disconnected after 1/2 seconds
Last edited: