How To Make A R63B Habbo Retro With Latest UI.

Status
Not open for further replies.

olliedean

ollie.cool
Jan 28, 2013
433
107
Sorry i don't undertsand.
I edited it and it still happens. It comes up with :
Parse error: syntax error, unexpected '[', expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in C:\xampp\htdocs\app\class.engine.php on line 48

Here is what is on line 48: $this->connection = $this->["mysql"][$type]($_CONFIG['mysql']['database'], $_CONFIG['mysql']['username'], $_CONFIG['mysql']['password']);

Please can you fix whats wrong on this? thanks.

anyone can help
 

Demonz

Member
Oct 6, 2011
144
12
well i set it up it works,
took me like 1 hour not even ,
but theres a lot of problems like example.

-about 10 errors(fixed).
-picture of your avatar does not load.
-no housekeeping or atleast, is not working for me.

but besides that it's a good tut.
If you follow what he says and read you will be able to do it.
Also works perfect on xampp 1.7.3.





-
 
Mar 20, 2014
166
10
I edited it and it still happens. It comes up with :
Parse error: syntax error, unexpected '[', expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in C:\xampp\htdocs\app\class.engine.php on line 48

Here is what is on line 48: $this->connection = $this->["mysql"][$type]($_CONFIG['mysql']['database'], $_CONFIG['mysql']['username'], $_CONFIG['mysql']['password']);

Please can you fix whats wrong on this? thanks.

anyone can help
Change
($_CONFIG['mysql']['database'], $_CONFIG['mysql']['username'], $_CONFIG['mysql']['password']);

To

($_CONFIG['mysql']['YOUR DBS NAME'], $_CONFIG['mysql']['root'], $_CONFIG['mysql']['YOUR PASSWORD']);


Sent from my iPod touch using Tapatalk
 

Sab

I love milfs.
Jun 25, 2011
1,212
136
Because of this simple/easy/great tutorial I know have a r63b hotel. Thanks!
 

Heslink

New Member
Dec 20, 2013
13
0
Let me see your client.php
here's it
<!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/{skin}/styles/client.css" type="text/css">

<script type="text/javascript" src="{url}/app/tpl/skins/{skin}/js/swfobject.js"></script>
<script type="text/javascript">
var BaseUrl = " ";
var flashvars =
{
"client.starting" : "Please wait, {hotelname} loading",
"hotelview.banner.url" : " ",
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "{server_ip}",
"connection.info.port" : "30000",
"site.url" : " ",
"url.prefix" : " ",
"client.reload.url" : " ",
"client.fatal.error.url" : " ",
"client.connection.failed.url" : " ",
"external.variables.txt" : " ",
"external.texts.txt" : " ",
"productdata.load.url" : " ",
"furnidata.load.url" : " ",
"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", " ", flashvars, params, null);
</script>
</head>

<body>

<div id="client"></div>

</body>
</html>
 
Status
Not open for further replies.

Users who are viewing this thread

Top