Welcome to the RaGEZONE - MMORPG development forums.

HK Fix for RevCMS on IIS [Habbo Theme]

This is a discussion on HK Fix for RevCMS on IIS [Habbo Theme] within the Habbo Releases forums, part of the Habbo Hotel category; Just a simple fix for Housekeeping on RevCMS if your using IIS. you will need this: HeliCON for .htaccess to ...

LyncusMU
Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    Custom User Title
    Rank
    Alpha Member
    Join Date
    Jun 2010
    Location
    地下鉄
    Posts
    2,515
    Liked
    392

    config HK Fix for RevCMS on IIS [Habbo Theme]

    Tabo Hotel
    Just a simple fix for Housekeeping on RevCMS if your using IIS.

    you will need this:
    HeliCON for .htaccess to configure with IIS. After you have installed this Restart IIS.

    Then download this HK Fix

    HK_Fix

    Instruction after that;

    Add hk to your skin folder so it looks like this: app/tpl/skins/Habbo/hk - Then while there edit
    PHP Code:
    action="index.php?url=dash" 
    to
    PHP Code:
    action="index.php?url=login"
    code can be found in hk/login.php /file

    Then Head to /wwwroot/app/
    Replace your class.core.php and class.template.php with the files included in the Housekeeping Fix Folder above.

    Then you will have your .htaccess fixed for IIS working but for CMS to work you will still need WEB.config file :

    PHP Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <configuration>
        <system.webServer>
            <rewrite>
                <rules>
                    <rule name="Imported Rule 1">
                        <match url="^(|/)$" ignoreCase="false" />
                        <action type="Rewrite" url="index.php?url={R:1}" appendQueryString="false" />
                    </rule>
                    <rule name="Imported Rule 2">
                        <match url="^([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
                        <action type="Rewrite" url="index.php?url={R:1}" appendQueryString="false" />
                    </rule>
                    <rule name="Imported Rule 3">
                        <match url="^(.*)\.htm$" />
                        <action type="Rewrite" url="{R:1}.php" />
                    </rule>
                    <rule name="Imported Rule 4">
                        <match url="^(|/)$" ignoreCase="false" />
                        <action type="Rewrite" url="index.php?page={R:1}" appendQueryString="false" />
                    </rule>
                    <rule name="Imported Rule 5">
                        <match url="^([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
                        <action type="Rewrite" url="index.php?url={R:1}" appendQueryString="false" />
                    </rule>
                </rules>
            </rewrite>
        </system.webServer>
    </configuration>
    Add this to c:/inetpub/wwwroot - (make sure to save it as web.config)

    Then your housekeeping should work 100% if you go to this link: http://127.0.0.1/ase/index.php?url=login

    http://prntscr.com/59o45

    This how I got my HK working the other tutorials all fail.

    Any problems say below, thanks!!

  2. HostKey.com: Unmetered Dedicated servers in the Netherlands
  3. #2
    Dylan ;3
    Rank
    Member +
    Join Date
    Oct 2011
    Posts
    384
    Liked
    19

    Re: HK Fix for RevCMS on IIS [Habbo Theme]

    Nice! Thanks for this does this take the " rn " away?

  4. #3
    Custom User Title
    Rank
    Alpha Member
    Join Date
    Jun 2010
    Location
    地下鉄
    Posts
    2,515
    Liked
    392

    Re: HK Fix for RevCMS on IIS [Habbo Theme]

    Np, whats RN ? lol

  5. #4
    Dylan ;3
    Rank
    Member +
    Join Date
    Oct 2011
    Posts
    384
    Liked
    19

    Re: HK Fix for RevCMS on IIS [Habbo Theme]

    When you do a new line, does it say " rn " My hk does that same as boom ect ;3

  6. #5
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Jul 2011
    Location
    Everywhere i go
    Posts
    206
    Liked
    32

    Re: HK Fix for RevCMS on IIS [Habbo Theme]

    Good as always! Thank's Subway :)

  7. #6
    OMG this is one Rat ?
    Rank
    Member +
    Join Date
    May 2009
    Location
    Brazil
    Posts
    336
    Liked
    44

    Re: HK Fix for RevCMS on IIS [Habbo Theme]

    I managed to fix without the Helicon

    But thanks for the tutorial ;p

  8. #7
    Custom User Title
    Rank
    Alpha Member
    Join Date
    Jun 2010
    Location
    地下鉄
    Posts
    2,515
    Liked
    392

    Re: HK Fix for RevCMS on IIS [Habbo Theme]

    Np guys & Dylan yes that fixed.

  9. #8
    Member
    Rank
    Newbie
    Join Date
    Nov 2011
    Posts
    41
    Liked
    3

    Re: HK Fix for RevCMS on IIS [Habbo Theme]

    Still this is however only the surface solution to the problem. Login at http://localhost/ase/index.php?url=login, yes it does work, but it does not redirect. It could only be accessible by entering http://192.168.1.115/ase/index.php?url=login manually.

    Now it seems all good so far. BUT. As you post a new article, another error shows up. Any help?

  10. #9
    Custom User Title
    Rank
    Alpha Member
    Join Date
    Jun 2010
    Location
    地下鉄
    Posts
    2,515
    Liked
    392

    Re: HK Fix for RevCMS on IIS [Habbo Theme]

    Na did you edit login.php cause this meth0d works 100% for me

  11. #10
    FenixHotel.nl >=3
    Rank
    Member +
    Join Date
    Apr 2011
    Location
    Netherlands
    Posts
    373
    Liked
    47

    Re: HK Fix for RevCMS on IIS [Habbo Theme]

    Thank's Subway x)

  12. #11
    Delta Subscription
    Rank
    Subscriber
    Join Date
    Nov 2008
    Location
    Manchester, UK
    Posts
    3,264
    Liked
    821

    Re: HK Fix for RevCMS on IIS [Habbo Theme]

    It wasnt really broken - I just never added one as I planned on making a new one, but I was pressured into releasing early. Also providing you set the right URL Rewrite directories you will not need the .htaccess thing.

  13. #12
    Member
    Rank
    Newbie
    Join Date
    Nov 2011
    Posts
    41
    Liked
    3

    Re: HK Fix for RevCMS on IIS [Habbo Theme]

    Does it auto refreshes for you after hitting the login button? Posting new articles is not working as well, stuck at news2.php.

  14. #13
    Custom User Title
    Rank
    Alpha Member
    Join Date
    Jun 2010
    Location
    地下鉄
    Posts
    2,515
    Liked
    392

    Re: HK Fix for RevCMS on IIS [Habbo Theme]

    Edit image url^ & just hit f5

  15. #14
    Monster Member
    Rank
    Member
    Join Date
    Aug 2010
    Location
    Sweden
    Posts
    181
    Liked
    32

    Re: HK Fix for RevCMS on IIS [Habbo Theme]

    Thanks to me for the Files, Lol.

  16. #15
    Custom User Title
    Rank
    Alpha Member
    Join Date
    Jun 2010
    Location
    地下鉄
    Posts
    2,515
    Liked
    392

    Re: HK Fix for RevCMS on IIS [Habbo Theme]

    n00b they not your files they files came from a guy @Devbest.
    Nothing different in your files..

 

 
Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •