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