Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Where is the Housekeeping page?

Newbie Spellweaver
Joined
Oct 3, 2015
Messages
6
Reaction score
0
Hello!

Im new here, so I hope that I posted this right.

I just made a habbo hotel to play on with my friends. I made myself Owner via the database.
Now, I see that there is a folder named hk in the default skin, but I dont know how to access that folder or even login

I hope that you guys can help me with that.

Thanks!
 
Junior Spellweaver
Joined
May 15, 2014
Messages
132
Reaction score
11
Which CMS do you use? If you use RevCMS you could try to go to:

Thanks,
Pastie.
 
Upvote 0
Newbie Spellweaver
Joined
Oct 3, 2015
Messages
6
Reaction score
0
Which CMS do you use? If you use RevCMS you could try to go to:

Thanks,
Pastie.

Hi,

I use the standard CMS called Custom-Habbo in the skins folder. I installed RevCMS 4.0 but now nothing shows up. I get redirected to localhost/me but nothing happens.
 
Upvote 0
Loyalty
Loyal Member
Joined
May 4, 2012
Messages
1,763
Reaction score
884
You need to configure your htaccess or web config first. Also it's /ase/login
 
Upvote 0
Newbie Spellweaver
Joined
Oct 3, 2015
Messages
6
Reaction score
0
You need to configure your htaccess or web config first. Also it's /ase/login

When I go to /ase/login I see a blank page.

This is inside of my .htaccess file:
Code:
RewriteEngine On


RewriteRule ^(|/)$ index.php?url=$1
RewriteRule ^([a-zA-Z0-9_-]+)(|/)$ index.php?url=$1
RewriteEngine on
RewriteRule ^(.*)\.htm$ $1.php [NC]
 
Upvote 0
Loyalty
Loyal Member
Joined
May 4, 2012
Messages
1,763
Reaction score
884
what are you using by the way? iis or xampp? or wampp?
 
Upvote 0
Back
Top