[RELEASE]RevCMS Habbo Layout/Template/Theme - HabboPHP Style(March 16, 2015-Version 3.5.1)

Status
Not open for further replies.

EngeldesTodes

Deutsch Techno-Freak WIR SIND EIN
Feb 21, 2011
1,070
76
@Wickd i got it all sorted, thank you!!

hk don't work for it tho :(?

And badge purchases error?


If your using Mercury and the client redirects to /me everytime you try to connect try replacing your client.php code with this:


Code:
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta http-equiv="content-type" content="text/html; charset=utf-8">
        <title>BobbleOnline.NET!</title>
     
        <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/client.css" type="text/css">
     
        <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, {hotelName} is loading",
                "client.allow.cross.domain" : "1",
                "client.notify.cross.domain" : "0",
                "connection.info.host" : "198.37.103.223",
                "connection.info.port" : "{server_port}",
                "site.url" : "{url}",
                "url.prefix" : "{url}",
                "client.reload.url" : "{url}/client",
                "client.fatal.error.url" : "{url}/me",
                "client.connection.failed.url" : "{url}/me",
                "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(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "{swf_folder}/expressInstall.swf", flashvars, params, null);
        </script>
    </head>
 
    <body>
 
        <div id="client"></div>
 
    </body>
</html>
tryed the mercury client fix lol nothign hapening
 

DeJKriz

New Member
May 16, 2015
20
4
Hey do you need help? with this You already know Im working on the same thing so we could possibly work together.
 

Wickd

The first member of the Knights of the Pink Table
Jan 15, 2013
1,936
612
Hey do you need help? with this You already know Im working on the same thing so we could possibly work together.
I don't need help but i'd like to work together.
 

Synchr0nized

New Member
May 6, 2015
5
0
Hey, Wicked.
I am trying to use this theme, but the problem is, after I register > it brings me to {ip}/me, and the page says "{votecheck}",
Hope you can reply as soon as possible :)
Oh, btw great work with the theme!
 

Wickd

The first member of the Knights of the Pink Table
Jan 15, 2013
1,936
612
Hey, Wicked.
I am trying to use this theme, but the problem is, after I register > it brings me to {ip}/me, and the page says "{votecheck}",
Hope you can reply as soon as possible :)
Oh, btw great work with the theme!
Open up "Me.php" and at the top of page you'll see {votecheck} delete that and it should work fine.There're few more bugs that need to be fix so just tell me i'll be happy to help.
 

Wickd

The first member of the Knights of the Pink Table
Jan 15, 2013
1,936
612
Version 4.0 or so called Habbo's Beta Theme is now for sale, PM for more information.
 
Status
Not open for further replies.

Users who are viewing this thread

Top