{HELP} [R63B] [Plus Emu Revision] [Revcms] Groups don't work & ;savefurni command & HK

Destruct

FateRP Founder
Feb 12, 2012
548
6
Hello

For the ;savefurni command we try to save our room, because sometimes one piece of furni in room may move to a different spot, but it doesn't work.

Here is my ;savefurni command.

Snapshot:



For the groups, when i click groups in catalogue, and doesn't do anything. And I get error in plus emu.





For HK. We have tried to setup lots of HK's. We extracted hk folder to our skin in localhost. Then we edited databaseconfig.php and it gives the habbo page not found. Any suggestions, am I forgetting a step?
 
Last edited:

bodge

ayy lmao
Oct 31, 2011
406
54
Check your web.config / .htaccess to see if you have rules pointing to your hk directory.
For IIS: (you might need to change these codes)
Code:
<rule name="Imported Rule 1">
                    <match url="^(|/)$" ignoreCase="false" />
                    <action type="Rewrite" url="dash.php?page={R:1}" appendQueryString="false" />
                </rule>
                <rule name="Imported Rule 2">
                    <match url="^([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
                    <action type="Rewrite" url="dash.php?url={R:1}" appendQueryString="false" />
                </rule>

for .htaccess
Code:
RewriteEngine on
RewriteRule ^(.*)\.htm$ $1.php [NC]

RewriteRule ^(|/)$ dash.php?page=$1
RewriteRule ^([a-zA-Z0-9_-]+)(|/)$ dash.php?url=$1
 

Destruct

FateRP Founder
Feb 12, 2012
548
6
Check your web.config / .htaccess to see if you have rules pointing to your hk directory.
For IIS: (you might need to change these codes)
Code:
<rule name="Imported Rule 1">
                    <match url="^(|/)$" ignoreCase="false" />
                    <action type="Rewrite" url="dash.php?page={R:1}" appendQueryString="false" />
                </rule>
                <rule name="Imported Rule 2">
                    <match url="^([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
                    <action type="Rewrite" url="dash.php?url={R:1}" appendQueryString="false" />
                </rule>

for .htaccess
Code:
RewriteEngine on
RewriteRule ^(.*)\.htm$ $1.php [NC]

RewriteRule ^(|/)$ dash.php?page=$1
RewriteRule ^([a-zA-Z0-9_-]+)(|/)$ dash.php?url=$1

Nope. I tried every HK setup on devbest for my r63b. Updating web.build, etc. I even have helicon ape. Can you help me on teamviewer or skype?
 

Supernumber

New Member
Jul 15, 2012
28
1
okay for HK, i did make a post, i will update this in 5 minutes with the method on how to fix it

Here it is: Download this:
Put ase folder inside wwwroot
put hk in folder inside your skin (usually habbo)
Now go on link (HOTELLINK)/ase/login
 
Last edited:

Destruct

FateRP Founder
Feb 12, 2012
548
6
okay for HK, i did make a post, i will update this in 5 minutes with the method on how to fix it

Here it is: Download this:
Put ase folder inside wwwroot
put hk in folder inside your skin (usually habbo)
Now go on link (HOTELLINK)/ase/login

I get a white page.
 

Users who are viewing this thread

Top