How To Make A R63B Habbo Retro With Latest UI.

Status
Not open for further replies.

daanvanderuit

Member
Jan 23, 2014
100
10
I'll get this little problem
screen.png
And if i walk in my room i get a weird bliep sound?
I got your back bro, fixed this. Go to your me.php, and find the following:
PHP:
<img alt="Spirit" src="{url}/avatar.php?figure={figure}&action=wlk&direction=2&head_direction=3&gesture=sml&size=l"/>
</a>
</div>
<div id="habbo-info">
<div id="motto-container" class="clearfix">
<strong>{username}:</strong>
And replace it with:
PHP:
<img alt="Spirit" src="http://habbo.com/habbo-imaging/avatarimage?figure={figure}&action=wlk&direction=2&head_direction=3&gesture=sml&size=l"/>
</a>
</div>
<div id="habbo-info">
<div id="motto-container" class="clearfix">
<strong>{username}:</strong>

Try Google Translate, this is an English speaking forum...
What he said though:
"
naurtoawesomeness has explained to me that there is a problem in my config. I had "furnidata.txt" instead of "furnidata_xml.xml" empathized.
I stopped doing this because I do not like the emulator. There is no bot's, groups, and much more."
This is however, an old tutorial...
Just trying to help the best I can, sorry bro ;)

-Dan
 

Matthew2D

New Member
Nov 6, 2011
1
0
All the pages load fine but I get this errors:

When i go to localhost/index I get this.
Code:
Deprecated: mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in C:\xampp\htdocs\app\class.engine.php on line 48

When I go to localhost/me I get this at the top of the page:
Code:
Deprecated: mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in C:\xampp\htdocs\app\class.engine.php on line 48
Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\app\tpl\class.forms.php on line 87
And this at the bottom of the page:
Code:
Warning: include_once(checktheban.php): failed to open stream: No such file or directory in C:\xampp\htdocs\app\tpl\skins\HabboExtreme\bottom.php on line 76

Warning: include_once(): Failed opening 'checktheban.php' for inclusion (include_path='.;C:\xampp\php\PEAR') in C:\xampp\htdocs\app\tpl\skins\HabboExtreme\bottom.php on line 76

When I go to localhost/home I get this under friends online
Code:
Warning: mysql_num_rows() expects parameter 1 to be resource, null given in C:\xampp\htdocs\app\tpl\skins\HabboExtreme\Home.php on line 169
 

RyanzRetros

Developer of ChakCMS
Jan 14, 2015
978
182
All the pages load fine but I get this errors:

When i go to localhost/index I get this.
Code:
Deprecated: mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in C:\xampp\htdocs\app\class.engine.php on line 48

When I go to localhost/me I get this at the top of the page:
Code:
Deprecated: mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in C:\xampp\htdocs\app\class.engine.php on line 48
Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\app\tpl\class.forms.php on line 87
And this at the bottom of the page:
Code:
Warning: include_once(checktheban.php): failed to open stream: No such file or directory in C:\xampp\htdocs\app\tpl\skins\HabboExtreme\bottom.php on line 76

Warning: include_once(): Failed opening 'checktheban.php' for inclusion (include_path='.;C:\xampp\php\PEAR') in C:\xampp\htdocs\app\tpl\skins\HabboExtreme\bottom.php on line 76

When I go to localhost/home I get this under friends online
Code:
Warning: mysql_num_rows() expects parameter 1 to be resource, null given in C:\xampp\htdocs\app\tpl\skins\HabboExtreme\Home.php on line 169
Add my Skype, Facebook or Twitter and I will help you as I don't understand your definitions... All links are in my signature.
 

daanvanderuit

Member
Jan 23, 2014
100
10
All the pages load fine but I get this errors:

When i go to localhost/index I get this.
Code:
Deprecated: mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in C:\xampp\htdocs\app\class.engine.php on line 48

When I go to localhost/me I get this at the top of the page:
Code:
Deprecated: mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in C:\xampp\htdocs\app\class.engine.php on line 48
Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\app\tpl\class.forms.php on line 87
And this at the bottom of the page:
Code:
Warning: include_once(checktheban.php): failed to open stream: No such file or directory in C:\xampp\htdocs\app\tpl\skins\HabboExtreme\bottom.php on line 76

Warning: include_once(): Failed opening 'checktheban.php' for inclusion (include_path='.;C:\xampp\php\PEAR') in C:\xampp\htdocs\app\tpl\skins\HabboExtreme\bottom.php on line 76

When I go to localhost/home I get this under friends online
Code:
Warning: mysql_num_rows() expects parameter 1 to be resource, null given in C:\xampp\htdocs\app\tpl\skins\HabboExtreme\Home.php on line 169

Well, this isn't too hard to fix:

Those error's are, as it says, warnings. It means that it isn't fatal, and you can, but do not have to, do something about it.
I am lazy, and if you are too, you just have to do the following:
In the class.engine.php, and add the following line, under the first 3/4 rows:
Code:
error_reporting(0);
I'm sure that'll do,

-Dan
 

RyanzRetros

Developer of ChakCMS
Jan 14, 2015
978
182
I thought it was the config.php file but either way... IIS :)
Well, this isn't too hard to fix:

Those error's are, as it says, warnings. It means that it isn't fatal, and you can, but do not have to, do something about it.
I am lazy, and if you are too, you just have to do the following:
In the class.engine.php, and add the following line, under the first 3/4 rows:
Code:
error_reporting(0);
I'm sure that'll do,

-Dan
 

WhosPanda

Lel..Why u reading this fam?
Apr 27, 2012
38
10
Great tut, but the catalogue is crap...and some of the stuff dont show up.wowsoREKT:muffit:
 
Status
Not open for further replies.

Users who are viewing this thread

Top