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

Status
Not open for further replies.

cabaniss

New Member
Jun 7, 2013
10
0
what cms do we use ? plus xxamp and navicat, using mercury am i missing anything because it not wanting to work, getting a
RevCMS issue: MySQL could not connect to host
 

Wickd

The first member of the Knights of the Pink Table
Jan 15, 2013
1,936
612
what cms do we use ? plus xxamp and navicat, using mercury am i missing anything because it not wanting to work, getting a
RevCMS issue: MySQL could not connect to host
Check again your config.php(wrong host info).
 

Twan

Active Member
Feb 14, 2011
198
44
MySQL codes for the top stats? And if i fill in the CMS for R63B, it stays on 87%
 

Wickd

The first member of the Knights of the Pink Table
Jan 15, 2013
1,936
612
MySQL codes for the top stats? And if i fill in the CMS for R63B, it stays on 87%
It doesn't work for r63b?Check if rs4 is included in client.php
 

Zephyrus

Wanderer
Sep 28, 2011
336
21
Its kinda weird because people don't like custom themes, but they like the original habbo layout, behapa that's the main focus why users go to the big hotels? Idk but this sxy ty
 

Wickd

The first member of the Knights of the Pink Table
Jan 15, 2013
1,936
612
VERSION 3.5 WILL BE RELEASED ON NEXT FRIDAY.
A little sneak peek:
100% working Index and Register
User Profiles
Habbo's Current Web Store.
 

Wickd

The first member of the Knights of the Pink Table
Jan 15, 2013
1,936
612
Its kinda weird because people don't like custom themes, but they like the original habbo layout, behapa that's the main focus why users go to the big hotels? Idk but this sxy ty
Thanks man.
 

Zephyrus

Wanderer
Sep 28, 2011
336
21
VERSION 3.5 WILL BE RELEASED ON NEXT FRIDAY.
A little sneak peek:
100% working Index and Register
User Profiles
Habbo's Current Web Store.

By user profiles, does this count as movable home widgets, etc?
 

Linkestt

Truth is treason in the empire of lies
Nov 8, 2013
376
205
Me page and Community page are broken with no images - staff page and other pages work perfectly - and the register is messy.
 

Wickd

The first member of the Knights of the Pink Table
Jan 15, 2013
1,936
612
Me page and Community page are broken with no images - staff page and other pages work perfectly - and the register is messy.
Can you please print screen it?
 

Wickd

The first member of the Knights of the Pink Table
Jan 15, 2013
1,936
612
I decided to no longer use this.
Was the css broken or news slider images weren't showing up?
 
Important fix for r63b .
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">
     
        <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/swfobject.js"></script>
        <script type="text/javascript">
            var BaseUrl = "http:///game";
            var flashvars =
            {
                "client.starting" : "Please wait, {hotelName} is loading",
                "client.allow.cross.domain" : "1",
                "client.notify.cross.domain" : "0",
                "connection.info.host" : "{server_ip}",
                "connection.info.port" : "30004",
                "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" : "http://game/external_variables.txt",
                "external.texts.txt" : "http:///game/external_flash_texts.txt",
                "productdata.load.url" : "http:///game/productdata.txt",
                "furnidata.load.url" : "http:///game/furnidata.txt",
                "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 + "YOUR SWF NAME.swf", "client", "100%", "100%", "10.0.0", "http:///game/expressInstall.swf", flashvars, params, null);
        </script>
    </head>
 
    <body>
 
        <div id="client"></div>
 
    </body>
</html>
 
Last edited:

Baevus

the names ethan
Nov 4, 2012
565
47
Was the css broken or news slider images weren't showing up?
 
Important fix for r63b .
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">
     
        <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/swfobject.js"></script>
        <script type="text/javascript">
            var BaseUrl = "http:///game";
            var flashvars =
            {
                "client.starting" : "Please wait, {hotelName} is loading",
                "client.allow.cross.domain" : "1",
                "client.notify.cross.domain" : "0",
                "connection.info.host" : "{server_ip}",
                "connection.info.port" : "30004",
                "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" : "http://game/external_variables.txt",
                "external.texts.txt" : "http:///game/external_flash_texts.txt",
                "productdata.load.url" : "http:///game/productdata.txt",
                "furnidata.load.url" : "http:///game/furnidata.txt",
                "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 + "YOUR SWF NAME.swf", "client", "100%", "100%", "10.0.0", "http://69.10.42.85/game/expressInstall.swf", flashvars, params, null);
        </script>
    </head>
 
    <body>
 
        <div id="client"></div>
 
    </body>
</html>

This works, tested but not using.
Also
thanks for the ip :p jokes, you might wanna hide that in your client.
 
Status
Not open for further replies.

Users who are viewing this thread

Top