Check again your config.php(wrong host info).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
It doesn't work for r63b?Check if rs4 is included in client.phpMySQL codes for the top stats? And if i fill in the CMS for R63B, it stays on 87%
Thanks man.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
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.
I'll probably use javascript to toggle widgets,we'll see.By user profiles, does this count as movable home widgets, etc?
Ah, but how would it save, unless importing sqls, whether it would save into the databaseI'll probably use javascript to toggle widgets,we'll see.
No,there's no need for SQL.Ah, but how would it save, unless importing sqls, whether it would save into the database
How would it save for that certain profile tho?No,there's no need for SQL.
I'll set a cookie and hope it'll work.How would it save for that certain profile tho?
Not sure yet but NOT today,it's postponed.How long until next release??
Can you please print screen it?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?
Was the css broken or news slider images weren't showing up?I decided to no longer use this.
<!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>
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>