Hi ragezone i stuck on my client side for my retro and basiclly i need someone to tell me what i went wrong the emu gets a connection so the emu fine and the ports are open inbound only here is my client .php file
the star represent the ip adressCode:<!DOCTYPE html> <html lang="en"> <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"> <script type="text/javascript" src="{url}/app/tpl/skins/{skin}/js/swfobject.js"></script> <script type="text/javascript"> var BaseUrl = "http://hothhotel.servebeer.com/game"; var flashvars = { "client.starting" : "Please wait, {hotelname} loading", "hotelview.banner.url" : "http://hothhotel.servebeer.com/game/rs4.php", "client.allow.cross.domain" : "1", "client.notify.cross.domain" : "0", "connection.info.host" : "*********", "connection.info.port" : "30000", "site.url" : "http://hothhotel.servebeer.com", "url.prefix" : "http://hothhotel.servebeer.com", "client.reload.url" : "http://hothhotel.servebeer.com/client", "client.fatal.error.url" : "http://hothhotel.servebeer.com/me", "client.connection.failed.url" : "http://hothhotel.servebeer.com/me", "external.variables.txt" : "http://hothhotel.servebeer.com/game/external_varibles.txt", "external.texts.txt" : "http://hothhotel.servebeer.com/game/external_flash_texts.txt", "productdata.load.url" : "http://hothhotel.servebeer.com/game/productdata.txt", "furnidata.load.url" : "http://hothhotel.servebeer.com/game/furnidata_xml.xml", "use.sso.ticket" : "1", "sso.ticket" : "{sso}", "processlog.enabled" : "0" "flash.client.url" : BaseUrl, "flash.client.origin" : "popup", }; var params = { "base" : BaseUrl + "/", "allowScriptAccess" : "always", "menu" : "false" }; swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "http://hothhotel.servebeer.com//expressInstall.swf", flashvars, params, null); </script> </head> <body> <div id="client"></div> </body> </html>
any help would be good
- - - Updated - - -
btw it the new r63b with latest ui build if that helps i need this done quickly anyone want to take a guess at it


Reply With Quote




