1 Attachment(s)
Help with Plus r2.1 and RevCMS? (Not getting connections/etc.)
Hi,
Myself and a friend have been working to try and launch a retro, however we seem to be having an issue.
Plus r2.1 by Jamal7 seems to start up fine when we get it up and running; no errors or anything. My friend hosts the emulator on his local computer, while the SWFs/etc. are all hosted on my remote web-hosted server.
Now we got the CMS, the SWFs, etc. all working, but when trying to visit it, the client goes to 87% roughly, then goes to a client error. The emulator doesn't record ANY connection to it or anything, and the computer the emulator is on has a publicly exposed Wifi according to my friend, so it should work. We don't have ports 30000 and 30001 open in his router, although the emulator says it connected to those ports for MUS successfully.
Here is the client code:
Code:
<!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/Habbo/styles/client.css" type="text/css"> <link rel="shortcut icon" href="{url}/favicon.ico" type="image/vnd.microsoft.icon" /><script <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/swfobject.js"></script> <script type="text/javascript"> var BaseUrl = "{swf_folder}"; var flashvars = { "client.starting" : "Please wait {username}, {hotelname} is starting up!", "client.allow.cross.domain" : "1", "client.notify.cross.domain" : "0", "connection.info.host" : "{server_ip}", "connection.info.port" : "30000", "site.url" : "{url}", "url.prefix" : "{url}", "client.reload.url" : "{url}/client", "client.fatal.error.url" : "{url}/me", "client.connection.failed.url" : "http://<URL>/_client/disconnected", "external.variables.txt" : "{external_vars}", "external.texts.txt" : "{external_texts}", "productdata.load.url" : "{product_data}", "furnidata.load.url" : "{furni_data}", "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("http://<URL>/gamedata/core/05283f046dd1073a787334bce2beb332//Habbo.swf", "client", "100%", "100%", "10.0.0", "{swf_folder}/expressInstall.swf", flashvars, params, null); </script> </head> <body> <div id="client"></div> </body></html>
Can someone help me narrow down what it might be?
Thanks.
(Image of our emulator is included below.)
Attachment 146247
Re: Help with Plus r2.1 and RevCMS? (Not getting connections/etc.)
You need to locate the banner.php/rs4 in you're client.php for it to work. Go to the original plus r2 thread by akiix and there he inclues the line you need to put in you're client.php to make it work.