Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
AzureCMS & EMU Help!
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Jinks" data-source="post: 365381" data-attributes="member: 64586"><p>I have done everything right in the installer but when i enter the hotel (emu) it goes white, nothings happens</p><p></p><p>Here's my CMS Settings from the installer:</p><p>[PHP]<?php</p><p></p><p>/*</p><p>* * azure project presents:</p><p> _</p><p> | |</p><p>__, __ ,_ _ _ | |</p><p>/ | / / _| | / | |/ | | |_|/ |/ \_</p><p>\_/|_/ /_/ \_/|_/ |_/|__/ \/ \/ |__/\_/</p><p> /|</p><p> \|</p><p> azure web</p><p> version: 1.0a</p><p> azure team</p><p>* * be carefully.</p><p>*/</p><p></p><p>error_reporting(1);</p><p></p><p>define("INSTALLED", true);</p><p></p><p>/*</p><p>* * settings of the cms</p><p>*/</p><p>//database settings</p><p>$database_settings = array (</p><p> 'host' => 'localhost',</p><p> 'user' => 'root',</p><p> 'pass' => '123',</p><p> 'name' => 'azure',</p><p> 'port' => '3306',</p><p> 'type' => 'mysql',</p><p>);</p><p>//hotel settings</p><p></p><p>$hotel_settings = array (</p><p> 'bench_enabled' => false,</p><p> 'server_lang' => 'en',</p><p> 'maintenance' => 0,</p><p> 'smtp_server' => 'localhost',</p><p> 'global_url' => 'http://localhost/',</p><p> 'hotel_name' => 'Frisk',</p><p> 'hotel_url' => 'http://localhost',</p><p> 'client_newbie_name' => 'client_new/',</p><p> 'badge_url' => 'http://localhost/game/c_images/album1584/',</p><p> 'imaging_url' => 'http://localhost/game/habbo-imaging',</p><p> 'gallery_url' => 'http://localhost/',</p><p> 'swf_url' => 'http://localhost/game/',</p><p> 'random_stuff' => 's8a3m7',</p><p> 'client_name' => 'client/',</p><p> 'comb_name' => '1.xml',</p><p> 'emu_ip' => '127.0.0.1',</p><p> 'emu_port' => '30000',</p><p> 'swf_name' => 'Habbos.swf',</p><p> 'gordon_path' => 'RELEASE63-201411201226-580134750',</p><p> 'fb_appid' => '1',</p><p> 'fb_secret' => '',</p><p> 'fastfood_port' => '',</p><p> 'fastfood_ip' => '',</p><p> 'sonic_id' => '2abb40ad',</p><p> 'fb_int_name' => 'habboen',</p><p> 'fb_int_id' => '65d5e60e738877cb53bb5004edf6a8fc',</p><p> 'twitter_on' => 'visible',</p><p> 'twitter_name' => '1',</p><p> 'twitter_id' => '1',</p><p> 'pay_pal_url' => 'www.paypal.com/order/4535535/',</p><p>);</p><p></p><p></p><p>// define constants</p><p>defined('ROOT_PATH') || define('ROOT_PATH', realpath(dirname(__FILE__) . '/../'));</p><p>defined('DATABASE_SETTINGS') || define('DATABASE_SETTINGS', serialize($database_settings));</p><p>defined('SYSTEM_SETTINGS') || define('SYSTEM_SETTINGS', serialize($hotel_settings));</p><p>defined('RESOURCE_CACHE') || define('RESOURCE_CACHE', false);</p><p>defined('LITE_RECOLOR_FUNCTION') || define("LITE_RECOLOR_FUNCTION", false);</p><p>defined('IMAGER_RESOURCE') || define("IMAGER_RESOURCE", ROOT_PATH . "/public/habbo-imaging/");</p><p>defined('PATH_RESOURCE') || define("PATH_RESOURCE", IMAGER_RESOURCE . "BE/");</p><p></p><p>// auto load namespaces</p><p>spl_autoload_register(function ($class) {</p><p> include_once(str_replace('\\', '/', $class . '.php'));</p><p>});</p><p>[/PHP]</p><p></p><p>And the emu settings: - other.ini</p><p>[CODE]# Azure ExtraSettings #</p><p></p><p># CRYPTO. Only for powerful servers.</p><p>rc4.client.side.enabled=false</p><p></p><p># Credits/Pixels Loop</p><p>currency.loop.enabled=true</p><p>currency.loop.time.in.minutes=15</p><p>credits.to.give=3000</p><p>pixels.to.give=100</p><p></p><p># Diamonds Loop</p><p>diamonds.loop.enabled=false</p><p>diamonds.to.give=0</p><p>diamonds.vip.only=false</p><p></p><p># Navigator New 2014 Style</p><p>navigator.newstyle.enabled=true</p><p></p><p># Change Name Settings #</p><p>change.name.staff=false</p><p>change.name.vip=false</p><p>change.name.everyone=false</p><p></p><p># Beta stuff and NUX gifts #</p><p>enable.beta.camera=true</p><p>newuser.gifts.enabled=false</p><p>newuser.gift.yttv2.id=</p><p></p><p># API Camera & Thumbnails #</p><p>api.hash=</p><p>api.hotel.domain=funny-hotel.nl</p><p></p><p># Interactive stuff #</p><p>everyone.use.floor=true</p><p>admin.can.useHTML=true</p><p>commands.new.page=false</p><p>figuredata.url=http://localhost/game/gamedata/figuredata.xml</p><p>furnidata.url=http://localhost/game/gamedata/furnidata.xml</p><p>youtube.thumbnail.suburl=youtubethumbnail.php?Video[/CODE]</p><p></p><p>main.ini</p><p>[CODE]## Azure Emulator System Configuration File</p><p>## Must be edited for the server to work</p><p></p><p>## MySQL Configuration</p><p>db.hostname=127.0.0.1</p><p>db.port=3306</p><p>db.username=root</p><p>db.password=123</p><p>db.name=azure</p><p>db.type=MySQL</p><p></p><p>## MySQL pooling setup (controls amount of connections)</p><p>db.pool.minsize=1</p><p>db.pool.maxsize=500</p><p></p><p>## Game TCP/IP Configuration</p><p>game.tcp.bindip=127.0.0.1</p><p>game.tcp.port=30000</p><p>game.tcp.poolsize=100</p><p>game.tcp.enablenagles=false</p><p></p><p>## When using a proxy, your port could be different. Set here the proxy port.</p><p>## If you don't use a proxy, set the same port as 'game.tcp.port'.</p><p>game.tcp.port.proxy=30000</p><p></p><p>## Anti-DDOS</p><p>## Note: Keep this disabled this if you are using a proxy.</p><p>game.tcp.antiddos=false</p><p>game.tcp.conperip=5</p><p></p><p>## MUS TCP/IP Configuration</p><p>mus.tcp.bindip=127.0.0.1</p><p>mus.tcp.port=30008</p><p>mus.tcp.allowedaddr=127.0.0.1</p><p></p><p>## Client configuration</p><p>client.ping.enabled=1</p><p>client.ping.interval=20000</p><p>client.maxrequests=300</p><p></p><p>## Developer Settings</p><p>system.debug=false</p><p></p><p>## Language System</p><p>system.lang=english</p><p></p><p>## Console Clear Timer</p><p>console.clear.enabled=false</p><p>console.clear.time=20000</p><p></p><p>## Bots Settings</p><p>game.roomswithbotscolor=0</p><p>game.botdefaultcolor=31</p><p>game.botbadge=BOT</p><p></p><p>## The minium rank to receive :sa.</p><p>game.sa_min_rank=3[/CODE]</p><p></p><p>Screenshot:</p><p><img src="http://prntscr.com/9unidb" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p></blockquote><p></p>
[QUOTE="Jinks, post: 365381, member: 64586"] I have done everything right in the installer but when i enter the hotel (emu) it goes white, nothings happens Here's my CMS Settings from the installer: [PHP]<?php /* * * azure project presents: _ | | __, __ ,_ _ _ | | / | / / _| | / | |/ | | |_|/ |/ \_ \_/|_/ /_/ \_/|_/ |_/|__/ \/ \/ |__/\_/ /| \| azure web version: 1.0a azure team * * be carefully. */ error_reporting(1); define("INSTALLED", true); /* * * settings of the cms */ //database settings $database_settings = array ( 'host' => 'localhost', 'user' => 'root', 'pass' => '123', 'name' => 'azure', 'port' => '3306', 'type' => 'mysql', ); //hotel settings $hotel_settings = array ( 'bench_enabled' => false, 'server_lang' => 'en', 'maintenance' => 0, 'smtp_server' => 'localhost', 'global_url' => 'http://localhost/', 'hotel_name' => 'Frisk', 'hotel_url' => 'http://localhost', 'client_newbie_name' => 'client_new/', 'badge_url' => 'http://localhost/game/c_images/album1584/', 'imaging_url' => 'http://localhost/game/habbo-imaging', 'gallery_url' => 'http://localhost/', 'swf_url' => 'http://localhost/game/', 'random_stuff' => 's8a3m7', 'client_name' => 'client/', 'comb_name' => '1.xml', 'emu_ip' => '127.0.0.1', 'emu_port' => '30000', 'swf_name' => 'Habbos.swf', 'gordon_path' => 'RELEASE63-201411201226-580134750', 'fb_appid' => '1', 'fb_secret' => '', 'fastfood_port' => '', 'fastfood_ip' => '', 'sonic_id' => '2abb40ad', 'fb_int_name' => 'habboen', 'fb_int_id' => '65d5e60e738877cb53bb5004edf6a8fc', 'twitter_on' => 'visible', 'twitter_name' => '1', 'twitter_id' => '1', 'pay_pal_url' => 'www.paypal.com/order/4535535/', ); // define constants defined('ROOT_PATH') || define('ROOT_PATH', realpath(dirname(__FILE__) . '/../')); defined('DATABASE_SETTINGS') || define('DATABASE_SETTINGS', serialize($database_settings)); defined('SYSTEM_SETTINGS') || define('SYSTEM_SETTINGS', serialize($hotel_settings)); defined('RESOURCE_CACHE') || define('RESOURCE_CACHE', false); defined('LITE_RECOLOR_FUNCTION') || define("LITE_RECOLOR_FUNCTION", false); defined('IMAGER_RESOURCE') || define("IMAGER_RESOURCE", ROOT_PATH . "/public/habbo-imaging/"); defined('PATH_RESOURCE') || define("PATH_RESOURCE", IMAGER_RESOURCE . "BE/"); // auto load namespaces spl_autoload_register(function ($class) { include_once(str_replace('\\', '/', $class . '.php')); }); [/PHP] And the emu settings: - other.ini [CODE]# 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=false diamonds.to.give=0 diamonds.vip.only=false # 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= # API Camera & Thumbnails # api.hash= api.hotel.domain=funny-hotel.nl # Interactive stuff # everyone.use.floor=true admin.can.useHTML=true commands.new.page=false figuredata.url=http://localhost/game/gamedata/figuredata.xml furnidata.url=http://localhost/game/gamedata/furnidata.xml youtube.thumbnail.suburl=youtubethumbnail.php?Video[/CODE] main.ini [CODE]## 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=123 db.name=azure 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.poolsize=100 game.tcp.enablenagles=false ## When using a proxy, your port could be different. Set here the proxy port. ## If you don't use a proxy, set the same port as 'game.tcp.port'. game.tcp.port.proxy=30000 ## Anti-DDOS ## Note: Keep this disabled this if you are using a proxy. game.tcp.antiddos=false game.tcp.conperip=5 ## 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 system.debug=false ## 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 ## The minium rank to receive :sa. game.sa_min_rank=3[/CODE] Screenshot: [IMG]http://prntscr.com/9unidb[/IMG] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
AzureCMS & EMU Help!
Top