Welcome to the RaGEZONE - MMORPG development forums.

uberCMS/rCMS [PHP,OOP] Fixed Updated [Phoenix]

This is a discussion on uberCMS/rCMS [PHP,OOP] Fixed Updated [Phoenix] within the Habbo Releases forums, part of the Habbo Hotel category; Nice Release... How do you remove the facebook plugin. Can't seem to find it...

View Poll Results: Do you like this Release CMS?

Voters
139. You may not vote on this poll
  • Yes

    107 76.98%
  • No

    32 23.02%
Page 8 of 18 FirstFirst 12345678910111213141516 ... LastLast
Results 106 to 120 of 265
  1. #106
    Member
    Rank
    Member
    Join Date
    May 2011
    Posts
    47
    Liked
    4

    Re: uberCMS/rCMS [PHP,OOP] Fixed Updated [Phoenix]

    Click
    Nice Release...
    How do you remove the facebook plugin. Can't seem to find it

  2. #107
    sexiess is a sin.
    Rank
    Alpha Member
    Join Date
    Jun 2010
    Posts
    2,511
    Liked
    397

    Re: uberCMS/rCMS [PHP,OOP] Fixed Updated [Phoenix]

    news page in the tpl folder.
    sign4ture?

  3. #108
    Registered
    Rank
    Member
    Join Date
    Dec 2011
    Location
    Florida
    Posts
    10
    Liked
    1

    Re: uberCMS/rCMS [PHP,OOP] Fixed Updated [Phoenix]

    When i use this and user disconnects it redirects to aphotel? Any way of fixing :S

  4. #109
    Member
    Rank
    Member
    Join Date
    Dec 2009
    Posts
    60
    Liked
    7

    Re: uberCMS/rCMS [PHP,OOP] Fixed Updated [Phoenix]

    nvm fixed
    Last edited by owen212; 01-01-12 at 01:06 AM.

  5. #110
    sexiess is a sin.
    Rank
    Alpha Member
    Join Date
    Jun 2010
    Posts
    2,511
    Liked
    397

    Re: uberCMS/rCMS [PHP,OOP] Fixed Updated [Phoenix]

    R0bby try editing disconnected page ?
    sign4ture?

  6. #111
    Member
    Rank
    Member
    Join Date
    Dec 2009
    Posts
    60
    Liked
    7

    Re: uberCMS/rCMS [PHP,OOP] Fixed Updated [Phoenix]

    k so, for the DB, i use your db?? If I do it gives me an error on the emulator..

    also, what version of mysql does this need, cos I can't upload the db, keeps giving me version error, btw im using IIS

  7. #112
    sexiess is a sin.
    Rank
    Alpha Member
    Join Date
    Jun 2010
    Posts
    2,511
    Liked
    397

    Re: uberCMS/rCMS [PHP,OOP] Fixed Updated [Phoenix]

    sign4ture?

  8. #113
    Member
    Rank
    Member
    Join Date
    Dec 2009
    Posts
    60
    Liked
    7

    Re: uberCMS/rCMS [PHP,OOP] Fixed Updated [Phoenix]

    Thanks a lot! Seems to be working now.


    edit: im using IIS right, i took out the .htacces and when I register, i click create account and i get the redirect loop error



    This webpage has a redirect loop




    do i need to do that url rewrite shit?

  9. #114
    sexiess is a sin.
    Rank
    Alpha Member
    Join Date
    Jun 2010
    Posts
    2,511
    Liked
    397

    Re: uberCMS/rCMS [PHP,OOP] Fixed Updated [Phoenix]

    Doesn't your IIS automatically create a web.config file?
    sign4ture?

  10. #115
    Member
    Rank
    Member
    Join Date
    Dec 2009
    Posts
    60
    Liked
    7

    Re: uberCMS/rCMS [PHP,OOP] Fixed Updated [Phoenix]

    Yes it does, but it still gave that redirect thing.

  11. #116
    sexiess is a sin.
    Rank
    Alpha Member
    Join Date
    Jun 2010
    Posts
    2,511
    Liked
    397

    Re: uberCMS/rCMS [PHP,OOP] Fixed Updated [Phoenix]

    sign4ture?

  12. #117
    Member
    Rank
    Member
    Join Date
    Dec 2009
    Posts
    60
    Liked
    7

    Re: uberCMS/rCMS [PHP,OOP] Fixed Updated [Phoenix]

    the file got created, heres my web config file, doesnt seem like anything is wrong with it

    Spoiler:
    <?xml version="1.0" encoding="UTF-8"?>
    <configuration>
    <system.webServer>
    <rewrite>
    <rules>
    <rule name="Imported Rule 2">
    <match url="^crossdomain.xml$" ignoreCase="false" />
    <action type="Rewrite" url="/crossdomain.php" />
    </rule>
    <rule name="Imported Rule 3">
    <match url="^gamedata/external(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/externals.php" />
    </rule>
    <rule name="Imported Rule 4">
    <match url="^r57/figurepartconfig/partsets(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="./r57/figurepartconfig/partsets.xml" />
    </rule>
    <rule name="Imported Rule 5">
    <match url="^r57/figurepartconfig/draworder(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="./r57/figurepartconfig/draworder.xml" />
    </rule>

    <rule name="Social">
    <match url="^social(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="social.php?page={R:1}" appendQueryString="false" />
    </rule>

    <rule name="Imported Rule 6">
    <match url="^r57/figurepartconfig/animation(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="./r57/figurepartconfig/animation.xml" />
    </rule>
    <rule name="Imported Rule 7">
    <match url="^r57/figuredata(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="./r57/figuredata.xml" />
    </rule>
    <rule name="Imported Rule 8">
    <match url="^r57/furnidata(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="./r57/furnidata.txt" />
    </rule>
    <rule name="Imported Rule 9">
    <match url="^r57/productdata(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="./r57/productdata.txt" />
    </rule>
    <rule name="Imported Rule 10">
    <match url="^r57/external_variables(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="./r57/external_variables.txt" />
    </rule>
    <rule name="Imported Rule 11">
    <match url="^r57/external_flash_texts(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="./r57/external_flash_texts.txt" />
    </rule>
    <rule name="Imported Rule 12">
    <match url="^r57/banner(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="./r57/banner.png" />
    </rule>
    <rule name="Imported Rule 13">
    <match url="^r57/whosonline.php(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="whosonline.php" />
    </rule>
    <rule name="Imported Rule 14">
    <match url="^notfound(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="notfound.php" />
    </rule>
    <rule name="Imported Rule 15">
    <match url="^thanks(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="thanks.php" />
    </rule>
    <rule name="Imported Rule 16">
    <match url="^clientfailed(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="client_error.php" />
    </rule>
    <rule name="Imported Rule 17">
    <match url="^papers/disclaimer(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="disclaimer.php" />
    </rule>
    <rule name="Imported Rule 18">
    <match url="^papers/privacy(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="privacy.php" />
    </rule>
    <rule name="Imported Rule 19">
    <match url="^r63/figurepartconfig/partsets(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/r63/figurepartconfig/partsets.xml" />
    </rule>
    <rule name="Imported Rule 20">
    <match url="^r63/figurepartconfig/draworder(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/r63/figurepartconfig/draworder.xml" />
    </rule>
    <rule name="Imported Rule 21">
    <match url="^r63/figurepartconfig/animation(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/r63/figurepartconfig/animation.xml" />
    </rule>
    <rule name="Imported Rule 22">
    <match url="^r63/figuredata(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/r63/figuredata.xml" />
    </rule>
    <rule name="Imported Rule 23">
    <match url="^r63/furnidata(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/r63/furnidata.txt" />
    </rule>
    <rule name="Imported Rule 24">
    <match url="^r63/productdata(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/r63/productdata.txt" />
    </rule>
    <rule name="Imported Rule 25">
    <match url="^r63/external_variables(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/r63/external_variables.txt" />
    </rule>
    <rule name="Imported Rule 26">
    <match url="^r63/external_flash_texts(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/r63/external_flash_texts.txt" />
    </rule>
    <rule name="Imported Rule 27">
    <match url="^r63/banner(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/r63/banner.png" />
    </rule>
    <rule name="Imported Rule 28">
    <match url="^gamedata/figurepartconfig/partsets(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="./gamedata/figurepartconfig/partsets.xml" />
    </rule>
    <rule name="Imported Rule 29">
    <match url="^gamedata/figurepartconfig/draworder(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="./gamedata/figurepartconfig/draworder.xml" />
    </rule>
    <rule name="Imported Rule 30">
    <match url="^gamedata/figurepartconfig/animation(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="./gamedata/figurepartconfig/animation.xml" />
    </rule>
    <rule name="Imported Rule 31">
    <match url="^gamedata/figuredata(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="./gamedata/figuredata.xml" />
    </rule>
    <rule name="Imported Rule 32">
    <match url="^gamedata/furnidata(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="./gamedata/furnidata.txt" />
    </rule>
    <rule name="Imported Rule 33">
    <match url="^gamedata/productdata(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="./gamedata/productdata.txt" />
    </rule>
    <rule name="Imported Rule 34">
    <match url="^gamedata/external(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="./gamedata/external.php" />
    </rule>
    <rule name="Imported Rule 35">
    <match url="^gamedata/external_variables(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="./gamedata/external_variables.txt" />
    </rule>
    <rule name="Imported Rule 36">
    <match url="^gamedata/external_flash_texts(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="./gamedata/external_flash_texts.txt" />
    </rule>
    <rule name="Imported Rule 37">
    <match url="^gamedata/banner(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="./gamedata/banner.png" />
    </rule>
    <rule name="Imported Rule 38">
    <match url="^habblet/xml/promo_habbos(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="./xml/promo_habbos.xml" />
    </rule>
    <rule name="Imported Rule 39">
    <match url="^clientlog/update(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="./clientlog/update.php" />
    </rule>
    <rule name="Imported Rule 40">
    <match url="^cacheCheck(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="./cacheCheck.php" />
    </rule>
    <rule name="Imported Rule 41">
    <match url="^rd/([^/]+)(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="./home.php?qryId={R:1}" appendQueryString="false" />
    </rule>
    <rule name="Imported Rule 42">
    <match url="^r57/figurepartconfig/partsets(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="./r63/figurepartconfig/partsets.xml" />
    </rule>
    <rule name="Imported Rule 43">
    <match url="^r57/figurepartconfig/draworder(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="./r63/figurepartconfig/draworder.xml" />
    </rule>
    <rule name="Imported Rule 44">
    <match url="^r57/figurepartconfig/animation(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="./r63/figurepartconfig/animation.xml" />
    </rule>
    <rule name="Imported Rule 45">
    <match url="^r57/figuredata(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="./r63/figuredata.xml" />
    </rule>
    <rule name="Imported Rule 46">
    <match url="^r57/furnidata(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="./r63/furnidata.txt" />
    </rule>
    <rule name="Imported Rule 47">
    <match url="^r57/productdata(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="./r63/productdata.txt" />
    </rule>
    <rule name="Imported Rule 48">
    <match url="^r57/external_variables(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="./r63/external_variables.txt" />
    </rule>
    <rule name="Imported Rule 49">
    <match url="^r57/external_flash_texts(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="./r63/external_flash_texts.txt" />
    </rule>
    <rule name="Imported Rule 50">
    <match url="^r57/banner(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="./r57/banner.png" />
    </rule>
    <rule name="Imported Rule 51">
    <match url="^home/([^/]+)/id(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/home.php?qryId={R:1}" appendQueryString="false" />
    </rule>
    <rule name="Imported Rule 52">
    <match url="^home/([^/]+)(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/home.php?qryName={R:1}" appendQueryString="false" />
    </rule>
    <rule name="Imported Rule 53">
    <match url="^security_check(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="security_check.php" />
    </rule>
    <rule name="Imported Rule 54">
    <match url="^profile(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/profile.php" />
    </rule>
    <rule name="Imported Rule 55">
    <match url="^client(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/client.php" />
    </rule>
    <rule name="Imported Rule 56">
    <match url="^flash_client_error(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/client_error.php" />
    </rule>
    <rule name="Imported Rule 57">
    <match url="^client_error(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/client_error.php" />
    </rule>
    <rule name="Imported Rule 58">
    <match url="^me(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/me.php" />
    </rule>
    <rule name="Imported Rule 59">
    <match url="^login_popup(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/login-popup.php" />
    </rule>
    <rule name="Imported Rule 60">
    <match url="^whoson(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/whosonline.php" />
    </rule>
    <rule name="Imported Rule 61">
    <match url="^community(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/community.php" />
    </rule>
    <rule name="Imported Rule 62">
    <match url="^community/staff(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/staff.php" />
    </rule>
    <rule name="Imported Rule 63">
    <match url="^webdav(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/webdav.php" />
    </rule>
    <rule name="Imported Rule 64">
    <match url="^credits(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/credits.php" />
    </rule>
    <rule name="Imported Rule 65">
    <match url="^credits/pixels(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/pixels.php" />
    </rule>
    <rule name="Imported Rule 66">
    <match url="^credits/club(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/habboclub.php" />
    </rule>
    <rule name="Imported Rule 67">
    <match url="^credits/habboclub(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/habboclub.php" />
    </rule>
    <rule name="Imported Rule 68">
    <match url="^credits/uberclub(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/habboclub.php" />
    </rule>
    <rule name="Imported Rule 69">
    <match url="^credits/uberclub/tryout(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/clubtryout.php" />
    </rule>
    <rule name="Imported Rule 70">
    <match url="^credits/habboclub/tryout(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/clubtryout.php" />
    </rule>
    <rule name="Imported Rule 71">
    <match url="^register(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/register.php" />
    </rule>
    <rule name="Imported Rule 72">
    <match url="^register_submit(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/register.php?doSubmit" appendQueryString="false" />
    </rule>
    <rule name="Imported Rule 73">
    <match url="^register_messages(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/register-messages.php" />
    </rule>
    <rule name="Imported Rule 74">
    <match url="^register/cancel(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/register-cancel.php" />
    </rule>
    <rule name="Imported Rule 75">
    <match url="^register/welcome(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/welcome.php" />
    </rule>
    <rule name="Imported Rule 76">
    <match url="^register/undefined(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/index.php" />
    </rule>
    <rule name="Imported Rule 77">
    <match url="^vip/shop(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/vipshop.php" />
    </rule>
    <rule name="Imported Rule 78">
    <match url="^vip/getpoints(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/vippoints.php" />
    </rule>
    <rule name="Imported Rule 79">
    <match url="^account/policy-verify(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/policyver.php" />
    </rule>
    <rule name="Imported Rule 80">
    <match url="^account/password/forgot(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/forgot.php" />
    </rule>
    <rule name="Imported Rule 81">
    <match url="^account/submit(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/index.php" />
    </rule>
    <rule name="Imported Rule 82">
    <match url="^account/logout(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/logout.php" />
    </rule>
    <rule name="Imported Rule 83">
    <match url="^account/logout_ok(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/logout-ok.php" />
    </rule>
    <rule name="Imported Rule 84">
    <match url="^account/disconnected(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/disconnected.php" />
    </rule>
    <rule name="Imported Rule 85">
    <match url="^articles(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/article.php?mostRecent" appendQueryString="false" />
    </rule>
    <rule name="Imported Rule 86">
    <match url="^articles/archive(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/article.php?mostRecent&amp;archiveMode" appendQueryString="false" />
    </rule>
    <rule name="Imported Rule 87">
    <match url="^articles/([^/]+)/in/archive(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/article.php?rel={R:1}&amp;archiveMode" appendQueryString="false" />
    </rule>
    <rule name="Imported Rule 88">
    <match url="^articles/([^/]+)(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/article.php?rel={R:1}" appendQueryString="false" />
    </rule>
    <rule name="Imported Rule 89">
    <match url="^articles/category/([^/]+)(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/article.php?category={R:1}" appendQueryString="false" />
    </rule>
    <rule name="Imported Rule 90">
    <match url="^register/undefined/([^/]+)$" ignoreCase="false" />
    <action type="Rewrite" url="/me.php" />
    </rule>
    <rule name="Imported Rule 91">
    <match url="^buyvip(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/vippage.php" />
    </rule>
    <rule name="Imported Rule 92">
    <match url="^habblet/cproxy(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/habbletProxy.php" />
    </rule>
    <rule name="Imported Rule 93">
    <match url="^habblet/ajax/([^/]+)(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/habbletAjax.php?cmd={R:1}" appendQueryString="false" />
    </rule>
    <rule name="Imported Rule 94">
    <match url="^habblet/([^/]+)(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/habblet.php?cmd={R:1}" appendQueryString="false" />
    </rule>
    <rule name="Imported Rule 95">
    <match url="^myhabbo/([^.]+)(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/myhabbo.php?cmd={R:1}" appendQueryString="false" />
    </rule>
    <rule name="Imported Rule 96">
    <match url="^minimail/loadMessage(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/minimail-view.php" />
    </rule>
    <rule name="Imported Rule 97">
    <match url="^minimail/([^/]+)(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/minimail.php?cmd={R:1}" appendQueryString="false" />
    </rule>
    <rule name="Imported Rule 98">
    <match url="^r63/figurepartconfig/partsets(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/r63/figurepartconfig/partsets.xml" />
    </rule>
    <rule name="Imported Rule 99">
    <match url="^r63/figurepartconfig/draworder(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/r63/figurepartconfig/draworder.xml" />
    </rule>
    <rule name="Imported Rule 100">
    <match url="^r63/figurepartconfig/animation(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/r63/figurepartconfig/animation.xml" />
    </rule>
    <rule name="Imported Rule 101">
    <match url="^r63/figuredata(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/r63/figuredata.xml" />
    </rule>
    <rule name="Imported Rule 102">
    <match url="^r63/furnidata(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/r63/furnidata.txt" />
    </rule>
    <rule name="Imported Rule 103">
    <match url="^r63/productdata(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/r63/productdata.txt" />
    </rule>
    <rule name="Imported Rule 104">
    <match url="^r63/external_variables(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/r63/1.php" />
    </rule>
    <rule name="Imported Rule 105">
    <match url="^r63/external_flash_texts(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/r63/external_flash_texts.php" />
    </rule>
    <rule name="Imported Rule 106">
    <match url="^r63/banner(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/r63/banner/" />
    </rule>
    <rule name="Imported Rule 107">
    <match url="^r63/figurepartconfig/partsets(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/r63/figurepartconfig/partsets.xml" />
    </rule>
    <rule name="Imported Rule 108">
    <match url="^r63/figurepartconfig/draworder(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/r63/figurepartconfig/draworder.xml" />
    </rule>
    <rule name="Imported Rule 109">
    <match url="^r63/figurepartconfig/animation(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/r63/figurepartconfig/animation.xml" />
    </rule>
    <rule name="Imported Rule 110">
    <match url="^r63/figuredata(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/r63/figuredata.xml" />
    </rule>
    <rule name="Imported Rule 111">
    <match url="^r63/furnidata(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/r63/furnidata.txt" />
    </rule>
    <rule name="Imported Rule 112">
    <match url="^r63/productdata(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/r63/productdata.txt" />
    </rule>
    <rule name="Imported Rule 113">
    <match url="^r63/external_variables(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/r63/1.php" />
    </rule>
    <rule name="Imported Rule 114">
    <match url="^r63/external_flash_texts(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/r63/external_flash_texts.php" />
    </rule>
    <rule name="Imported Rule 115">
    <match url="^r63/banner(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/r63/banner/" />
    </rule>
    <rule name="Imported Rule 1">
    <match url="^(.*)\.html" ignoreCase="false" />
    <action type="Rewrite" url="{R:1}\.php" />
    </rule>
    <rule name="Imported Rule 2-1">
    <match url="^quickregister/cancel(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/register.php?cancal" appendQueryString="false" />
    </rule>
    <rule name="Imported Rule 3-1">
    <match url="^quickregister/complete(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/welcome.php" />
    </rule>
    <rule name="Imported Rule 4-1">
    <match url="^register/welcome(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/welcome.php" />
    </rule>
    <rule name="Imported Rule 5-1">
    <match url="^quickregister/start(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/register.php?stap=1" appendQueryString="false" />
    </rule>
    <rule name="Imported Rule 6-1">
    <match url="^quickregister/start/error/([^/]+)(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/register.php?stap=1&amp;errors={R:1}" appendQueryString="false" />
    </rule>
    <rule name="Imported Rule 7-1">
    <match url="^quickregister/age_gate_submit(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/register.php?stap=2" appendQueryString="false" />
    </rule>
    <rule name="Imported Rule 8-1">
    <match url="^quickregister/email_password(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/register.php?stap=3" appendQueryString="false" />
    </rule>
    <rule name="Imported Rule 9-1">
    <match url="^quickregister/email_password/error/([^/]+)(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/register.php?stap=3&amp;errors={R:1}" appendQueryString="false" />
    </rule>
    <rule name="Imported Rule 10-1">
    <match url="^quickregister/email_password_submit(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/register.php?stap=4" appendQueryString="false" />
    </rule>
    <rule name="Imported Rule 11-1">
    <match url="^quickregister/captcha(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/register.php?stap=5" appendQueryString="false" />
    </rule>
    <rule name="Imported Rule 12-1">
    <match url="^quickregister/captcha/error/([^/]+)(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/register.php?stap=5&amp;errors={R:1}" appendQueryString="false" />
    </rule>
    <rule name="Imported Rule 13-1">
    <match url="^quickregister/captcha_submit(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/register.php?stap=6" appendQueryString="false" />
    </rule>
    <rule name="Imported Rule 1-1">
    <match url="^identity/useOrCreateAvatar/([^/]+)(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/identity.php?type=useOrCreateAvatar&amp;param={R:1}" appendQueryString="false" />
    </rule>
    <rule name="Imported Rule 2-2">
    <match url="^identity/([^/]+)/error/([^/]+)(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/identity.php?type={R:1}&amp;errors={R:2}" appendQueryString="false" />
    </rule>
    <rule name="Imported Rule 3-2">
    <match url="^identity/([^/]+)(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/identity.php?type={R:1}" appendQueryString="false" />
    </rule>
    <rule name="Imported Rule 4-2">
    <match url="^changeRLname/([^/]+)/code/([^/]+)(|/)$" ignoreCase="false" />
    <action type="Rewrite" url="/changeRLname.php?name={R:1}&amp;code={R:2}" appendQueryString="false" />
    </rule>
    </rules> RewriteRule ^quickmenu/friends_all(|/)$ /quick-friends.php
    RewriteRule ^quickmenu/groups(|/)$ /quick-groups.php
    RewriteRule ^quickmenu/rooms(|/)$ /quick-rooms.php
    </rewrite>
    <directoryBrowse enabled="false" />
    <httpErrors>
    <remove statusCode="404" subStatusCode="-1" />
    <error statusCode="404" prefixLanguageFilePath="" path="/404.php" responseMode="ExecuteURL" />
    </httpErrors>
    </system.webServer>
    </configuration>

  13. #118
    Member
    Rank
    Member
    Join Date
    Jul 2007
    Posts
    63
    Liked
    0

    Re: uberCMS/rCMS [PHP,OOP] Fixed Updated [Phoenix]

    For me random users is bugged:


    How to fix that?

  14. #119
    What you looking at?
    Rank
    Subscriber
    Join Date
    Oct 2009
    Location
    London
    Posts
    256
    Liked
    154
    Gamertag: MusGod

    Re: uberCMS/rCMS [PHP,OOP] Fixed Updated [Phoenix]

    Quote Originally Posted by bokeoke View Post
    For me random users is bugged:


    How to fix that?
    replace this with comp-randomhabbos.tpl

    PHP Code:
    <div class="habblet-container">        
    <div class="cbb clearfix blue"> 
    <h2 class="title">
        Random Fresh's - Click Us!
    </h2> 
    <div class="" style="margin-bottom: 4px;"></div>

    <div id="homes-habblet-list-container" class="habblet-list-container"> 
    <img class="active-habbo-imagemap" src="http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/images/activehomes/transparent_area.gif" width="435px" height="230px" usemap="#habbomap" /> 
             
    <?php

    $getRandom 
    dbquery("SELECT id,username,look,motto,account_created,online FROM users ORDER BY RAND() LIMIT 18");
    $i 0;

    while (
    $randomHabbo mysql_fetch_assoc($getRandom))
    {        
        
    $newHab mysql_query("SELECT * FROM users WHERE look = 'hr-115-42.hd-190-1.ch-215-62.lg-285-91.sh-290-62'");
        if(
    mysql_num_rows($newHab))
        {
        }
        else
        {
        echo 
    '<div id="active-habbo-data-' $i '" class="active-habbo-data"> 
            <div class="active-habbo-data-container"> 
                <div class="active-name ' 
    . (($randomHabbo['online'] == "1") ? 'online' 'offline') . '">' clean($randomHabbo['username']) . '</div> 
                Fresh created on: ' 
    $randomHabbo['account_created'] . '
                    <p class="moto">' 
    clean($randomHabbo['motto']) . '</p> 
            </div> 
        </div>                
        <input type="hidden" id="active-habbo-url-' 
    $i '" value="%www%/error.php' .  '"/> 
        <input type="hidden" id="active-habbo-image-' 
    $i '" class="active-habbo-image" value="http://www.habbo.nl/habbo-imaging/avatarimage?figure=' clean($randomHabbo['look']) . '&direction=4&head_direction=4" />';
        
        
    $i++;
    }
    }
    ?>

                    <div id="placeholder-container"> 
                        <div id="active-habbo-image-placeholder-0" class="active-habbo-image-placeholder"></div> 
                        <div id="active-habbo-image-placeholder-1" class="active-habbo-image-placeholder"></div> 
                        <div id="active-habbo-image-placeholder-2" class="active-habbo-image-placeholder"></div> 
                        <div id="active-habbo-image-placeholder-3" class="active-habbo-image-placeholder"></div> 
                        <div id="active-habbo-image-placeholder-4" class="active-habbo-image-placeholder"></div> 
                        <div id="active-habbo-image-placeholder-5" class="active-habbo-image-placeholder"></div> 
                        <div id="active-habbo-image-placeholder-6" class="active-habbo-image-placeholder"></div> 
                        <div id="active-habbo-image-placeholder-7" class="active-habbo-image-placeholder"></div> 
                        <div id="active-habbo-image-placeholder-8" class="active-habbo-image-placeholder"></div> 
                        <div id="active-habbo-image-placeholder-9" class="active-habbo-image-placeholder"></div> 
                        <div id="active-habbo-image-placeholder-10" class="active-habbo-image-placeholder"></div> 
                        <div id="active-habbo-image-placeholder-11" class="active-habbo-image-placeholder"></div> 
                        <div id="active-habbo-image-placeholder-12" class="active-habbo-image-placeholder"></div> 
                        <div id="active-habbo-image-placeholder-13" class="active-habbo-image-placeholder"></div> 
                        <div id="active-habbo-image-placeholder-14" class="active-habbo-image-placeholder"></div> 
                        <div id="active-habbo-image-placeholder-15" class="active-habbo-image-placeholder"></div> 
                        <div id="active-habbo-image-placeholder-16" class="active-habbo-image-placeholder"></div> 
                        <div id="active-habbo-image-placeholder-17" class="active-habbo-image-placeholder"></div> 
                </div> 
        </div> 
     
        <map id="habbomap" name="habbomap"> 
                <area id="imagemap-area-0" shape="rect" coords="55,53,95,103" href="#" alt=""/> 
                <area id="imagemap-area-1" shape="rect" coords="120,53,160,103" href="#" alt=""/> 
                <area id="imagemap-area-2" shape="rect" coords="185,53,225,103" href="#" alt=""/> 
                <area id="imagemap-area-3" shape="rect" coords="250,53,290,103" href="#" alt=""/> 
                <area id="imagemap-area-4" shape="rect" coords="315,53,355,103" href="#" alt=""/> 
                <area id="imagemap-area-5" shape="rect" coords="380,53,420,103" href="#" alt=""/> 
                <area id="imagemap-area-6" shape="rect" coords="28,103,68,153" href="#" alt=""/> 
                <area id="imagemap-area-7" shape="rect" coords="93,103,133,153" href="#" alt=""/> 
                <area id="imagemap-area-8" shape="rect" coords="158,103,198,153" href="#" alt=""/> 
                <area id="imagemap-area-9" shape="rect" coords="223,103,263,153" href="#" alt=""/> 
                <area id="imagemap-area-10" shape="rect" coords="288,103,328,153" href="#" alt=""/> 
                <area id="imagemap-area-11" shape="rect" coords="353,103,393,153" href="#" alt=""/> 
                <area id="imagemap-area-12" shape="rect" coords="55,153,95,203" href="#" alt=""/> 
                <area id="imagemap-area-13" shape="rect" coords="120,153,160,203" href="#" alt=""/> 
                <area id="imagemap-area-14" shape="rect" coords="185,153,225,203" href="#" alt=""/> 
                <area id="imagemap-area-15" shape="rect" coords="250,153,290,203" href="#" alt=""/> 
                <area id="imagemap-area-16" shape="rect" coords="315,153,355,203" href="#" alt=""/> 
                <area id="imagemap-area-17" shape="rect" coords="380,153,420,203" href="#" alt=""/> 
        </map> 
    <script type="text/javascript"> 
        var activeHabbosHabblet = new ActiveHabbosHabblet();
        document.observe("dom:loaded", function() { activeHabbosHabblet.generateRandomImages(); });
    </script> 
        
                            
                        </div> 
                    </div> 
                    <script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>
    Then update your web_build inside class.tpl to this 63_1dc60c6d6ea6e089c6893ab4e0541ee0/777

  15. #120
    Member
    Rank
    Member
    Join Date
    Mar 2010
    Posts
    96
    Liked
    7

    Re: uberCMS/rCMS [PHP,OOP] Fixed Updated [Phoenix]

    All the client keeps doing is redirecting to Zaphotel.net/index2.php I checked client.php page-client.php and my external vars, I also removed the r63 folder replaced both client and page-client with another, still no luck
    Posted via Mobile Device

 

 

Posting Permissions

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