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 Releases
SWF Pack
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="LeChris" data-source="post: 426245" data-attributes="member: 37998"><p>Hey,</p><p></p><p>This is my custom SWF pack for Arcturus with a completely redone folder structure to help make it seem more organized on my end. You can easily change this to work for Plus by changing the habbo.swf on /gamedata </p><p></p><p><a href="http://www.mediafire.com/file/donx72178fg26z8/Arcturus+SWF+Pack.zip" target="_blank">http://www.mediafire.com/file/donx72178fg26z8/Arcturus+SWF+Pack.zip</a></p><p></p><p></p><p>Client File Base </p><p>[CODE]<!DOCTYPE html></p><p> <html lang="en"></p><p> <head></p><p> <title><%= website.name %> - Client </title></p><p> <script type="text/javascript" src="/js/swfobject.js"></script></p><p> <link type="text/css" href="/css/app.css" rel="stylesheet"></p><p> <link type="text/css" href="/css/client.css" rel="stylesheet"></p><p> <script type="text/javascript"></p><p> var flashvars =</p><p> {</p><p> "connection.info.host" : "<%= website.emu_ip %>",</p><p> "connection.info.port" : "<%= website.emu_port %>",</p><p> "url.prefix" : "<%= website.link %>",</p><p> "site.url" : "<%= website.link %>",</p><p> "client.reload.url" : "<%= website.link %>/me",</p><p> "client.fatal.error.url" : "<%= website.link %>/client",</p><p> "client.connection.failed.url" : "<%= website.link %>/me",</p><p> "external.variables.txt" : "<%= website.swf_base %>/gamedata/variables.txt",</p><p> "external.texts.txt" : "<%= website.swf_base %>/gamedata/texts.txt",</p><p> "productdata.load.url" : "<%= website.swf_base %>/gamedata/productdata.txt",</p><p> "furnidata.load.url" : "<%= website.swf_base %>/gamedata/furnidata.xml",</p><p> "external.figurepartlist.txt" : "<%= website.swf_base %>/gamedata/figuredata.xml",</p><p> "external.override.texts.txt" : "<%= website.swf_base %>/gamedata/override/texts.txt",</p><p> "external.override.variables.txt" : "<%= website.swf_base %>/gamedata/override/variables.txt",</p><p> "external.figurepartlist.txt" : "<%= website.swf_base %>/gamedata/figuredata.xml",</p><p> "client.starting.revolving" : "Happy New Years",</p><p> "use.sso.ticket" : "1",</p><p> "sso.ticket" : "<%= sso %>",</p><p> "processlog.enabled" : "0",</p><p> "flash.client.url" : "<%= website.swf_base %>/other/game/",</p><p> "flash.client.origin" : "popup",</p><p> "client.allow.cross.domain" : "1",</p><p> "client.notify.cross.domain" : "0",</p><p> };</p><p> var params =</p><p> {</p><p> "base" : "<%= website.swf_base %>/other/game/",</p><p> "allowScriptAccess" : "always",</p><p> "menu" : "false"</p><p> };</p><p> swfobject.embedSWF("<%= website.swf_base %>/gamedata/habbo.swf", "client", "100%", "100%", "10.0.0", "", flashvars, params, null);</p><p> </script></p><p> </head></p><p> <body></p><p> <div id="client"></p><p> <habbo-client-error></p><p> <div class="client-error"></p><p> <h1 class="client-error__title">YOU NEED TO USE FLASH TO PLAY HABBO!</h1></p><p> <p translate="CLIENT_ERROR_FLASH">If you're using a computer, you need to <a href="http://www.adobe.com/go/getflashplayer" target="_blank">allow, install or update Flash</a> to play Habbo. Please <a href="http://www.adobe.com/go/getflashplayer" target="_blank">CLICK HERE</a> to</p><p> use Flash! NOTE: if you block Flash, you will need to go to your browser's settings to unblock it in order to play Habbo.</p></p><p> <div class="client-error__downloads"><a ng-href="http://www.adobe.com/go/getflashplayer" target="_blank" rel="noopener noreferrer" class="client-error__flash" href="http://www.adobe.com/go/getflashplayer"></a></div></p><p> </div></p><p> </habbo-client-error></p><p> </div></p><p> </body></p><p></html>[/CODE]</p></blockquote><p></p>
[QUOTE="LeChris, post: 426245, member: 37998"] Hey, This is my custom SWF pack for Arcturus with a completely redone folder structure to help make it seem more organized on my end. You can easily change this to work for Plus by changing the habbo.swf on /gamedata [URL]http://www.mediafire.com/file/donx72178fg26z8/Arcturus+SWF+Pack.zip[/URL] Client File Base [CODE]<!DOCTYPE html> <html lang="en"> <head> <title><%= website.name %> - Client </title> <script type="text/javascript" src="/js/swfobject.js"></script> <link type="text/css" href="/css/app.css" rel="stylesheet"> <link type="text/css" href="/css/client.css" rel="stylesheet"> <script type="text/javascript"> var flashvars = { "connection.info.host" : "<%= website.emu_ip %>", "connection.info.port" : "<%= website.emu_port %>", "url.prefix" : "<%= website.link %>", "site.url" : "<%= website.link %>", "client.reload.url" : "<%= website.link %>/me", "client.fatal.error.url" : "<%= website.link %>/client", "client.connection.failed.url" : "<%= website.link %>/me", "external.variables.txt" : "<%= website.swf_base %>/gamedata/variables.txt", "external.texts.txt" : "<%= website.swf_base %>/gamedata/texts.txt", "productdata.load.url" : "<%= website.swf_base %>/gamedata/productdata.txt", "furnidata.load.url" : "<%= website.swf_base %>/gamedata/furnidata.xml", "external.figurepartlist.txt" : "<%= website.swf_base %>/gamedata/figuredata.xml", "external.override.texts.txt" : "<%= website.swf_base %>/gamedata/override/texts.txt", "external.override.variables.txt" : "<%= website.swf_base %>/gamedata/override/variables.txt", "external.figurepartlist.txt" : "<%= website.swf_base %>/gamedata/figuredata.xml", "client.starting.revolving" : "Happy New Years", "use.sso.ticket" : "1", "sso.ticket" : "<%= sso %>", "processlog.enabled" : "0", "flash.client.url" : "<%= website.swf_base %>/other/game/", "flash.client.origin" : "popup", "client.allow.cross.domain" : "1", "client.notify.cross.domain" : "0", }; var params = { "base" : "<%= website.swf_base %>/other/game/", "allowScriptAccess" : "always", "menu" : "false" }; swfobject.embedSWF("<%= website.swf_base %>/gamedata/habbo.swf", "client", "100%", "100%", "10.0.0", "", flashvars, params, null); </script> </head> <body> <div id="client"> <habbo-client-error> <div class="client-error"> <h1 class="client-error__title">YOU NEED TO USE FLASH TO PLAY HABBO!</h1> <p translate="CLIENT_ERROR_FLASH">If you're using a computer, you need to <a href="http://www.adobe.com/go/getflashplayer" target="_blank">allow, install or update Flash</a> to play Habbo. Please <a href="http://www.adobe.com/go/getflashplayer" target="_blank">CLICK HERE</a> to use Flash! NOTE: if you block Flash, you will need to go to your browser's settings to unblock it in order to play Habbo.</p> <div class="client-error__downloads"><a ng-href="http://www.adobe.com/go/getflashplayer" target="_blank" rel="noopener noreferrer" class="client-error__flash" href="http://www.adobe.com/go/getflashplayer"></a></div> </div> </habbo-client-error> </div> </body> </html>[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Releases
SWF Pack
Top