Hi,
I am using revcms with plus emu r2.5
I get a black client screen
Here;s my client.php
Code:<title>{hotelName}: Client</title> <link rel="shortcut icon" href="{url}/favicon.ico?<?php echo time() ?>" type="image/x-icon"/> <?php echo ' <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/swfobject.js"></script> <style type="text/css"> * { margin: 0; padding: 0; } html, #client { height: 100%; text-align: left; background-color: black; } #client { position: absolute; overflow: hidden; left: 0; top: 0; right: 0; bottom: 0; } </style> <script type="text/javascript"> var BaseUrl = "http://url/game"; var flashvars = { "client.allow.cross.domain" : "0", "client.notify.cross.domain" : "1", "client.starting" : "Please wait! Hotel is starting up.", "connection.info.host" : "attackprotect.com", "connection.info.port" : "30892", "site.url" : "{url}", "url.prefix" : "{url}", "client.reload.url" : "{url}/client", "client.fatal.error.url" : "{url}/client", "client.connection.failed.url" : "{url}/client", "external.variables.txt" : "http://url/game/external_variables.txt?'. time() .'", "external.texts.txt" : "http://url/game/external_flash_texts.txt?'. time() .'", "external.override.texts.txt" : "http://url/game/external_flash_override_texts.txt?'. time() .'", "external.override.variables.txt" : "http://url/game/external_override_variables.txt?'. time() .'", "productdata.load.url" : "http://url/game/productdata.txt?'. time() .'", "furnidata.load.url" : "http://url/game/furnidata.xml?'. time() .'", "hotelview.banner.url" : "http://url/game/supersecret.php", "sso.ticket" : "{sso}", "processlog.enabled" : "0", "flash.client.url" : BaseUrl, "flash.client.origin" : "popup" }; var params = { "base" : "\//url/game", "allowScriptAccess" : "always", "menu" : "false" }; swfobject.embedSWF("\//url/game/habbo.swf?'. time() .'", "client", "100%", "100%", "10.0.0", "{swf_folder}/expressInstall.swf", flashvars, params, null); </script> <div id="client" style="vertical-align:bottom"></div>'; ?>


Reply With Quote


