It's getting really annoying that I can't seem to fix logging in. The account(s) are registered, typing correct information just redirects you back to the index page.
Allseeingeye does the same thing. This is annoying.
XAMPP
Printable View
It's getting really annoying that I can't seem to fix logging in. The account(s) are registered, typing correct information just redirects you back to the index page.
Allseeingeye does the same thing. This is annoying.
XAMPP
Take a look here: http://forum.ragezone.com/f353/rel-d...ml#post7016271
Jonty, amazing release! I, too, hope that this will drive people back to using UberCMS instead of rev. UberCMS Ftw ^_^
Ugh, I'm hatin' these errors...
Jonteh, could you release the CMS without c_images for meh. I can't download large files :/ And it's great you released it. I'll be able to check it if the file was smaller though.
For those complaining about errors, it wasn't supposed to be for IIS and it isn't hard to make it work for IIS either.
Honestly, what's with all the complaining about errors? Is it really that difficult to take a look at the error, the line and file it's located at, try and figure out what's wrong, if not, Google it and try fix it without spamming the whole thread?
OT: Thanks for the release I'll probably use this soon.
Mirrors without the c_images (brings it down to 10mb's)
Mirror 1: UberCMS 2 - Minus cimages.rar download - 2shared
Mirror 2: Download UberCMS 2 - Minus cimages.rar from Sendspace.com - send big files the easy way
-----> The Humble Butterfly Emulation Bundle <-----
I Think This Is The Butterfly Emulator
Configuration fix for you...Quote:
<?php
/*
|
. .|---.,---.,---.
| || ||---'| UberCMS 2.0
`---'`---'`---'`
UberCMS
Coded originally by Meth0d (2010-2011)
Continued by Jonty (2011-now)
Build 2.0.0 SS, Public
*/
// UberCMS Configuration for regular system use
// Part 2/2
// Reverse Proxy & Cloudflare Settings
// - Reverse Proxy (do you have nginx mirroring or forwarding the content from an apache backend?)
// - Cloudflare (do you have cloudflare enabled on your domain or subdomain the cms is on?)
$reverseproxy['enabled'] = true;
$cloudflare['enabled'] = false;
// Blocking VPN services
// - Block VPNs
$vpn['block'] = true;
$vpn['block_message'] = "You can't come on here Mr. VPN";
// VPN Block list
// - Blocked hosts (How this works is you enter part of the hostname eg hotspotshield that you dont want accessing the site, i've included examples)
$vpn['blocked_hosts'] = array(
'hotspotshield',
'anchorfree'
);
// Basic Site Settings
// - Site Name (Your Hotel name)
// - Short name (Hotels short name)
// - Master ID (The ID of the person who owns the server, there can be only 1.)
// - Enable ID Flagging (If someone disputes a VIP purchase or fails a pin code, terminate the account)
// - Enable Pincodes (Enable a PIN code on entry to the client for ranks minrank+)
// - Pincode (The 4 digit combination key.)
// - Pincode minrank (The minimum rank to hit the combination lock upon client entry)
$site['name'] = "name Hotel";
$site['short_name'] = "-";
$site['master_id'] = "1";
$site['enable_id_flagging'] = true;
$site['enable_pincodes'] = true;
$site['pincode'] = '1111';
$site['pincode_minrank'] = '5';
$site['contact_email'] = "support@yourdomain.com";
$site['twitter_account'] = "--Hotel";
$site['facebook_account'] = "--Hotel";
// Voting settings
// - TheHabbos (Do you want to enable TheHabbos voting?)
// - TheHabbos username (What is your hotels username on TheHabbos?)
// - TheHabbos return url (Where do you want your users to return to? Replace / with !)
// - TheHabbos disable index voting (Do you want to disable index voting?)
$voting['thehabbos_enabled'] = true;
$voting['thehabbos_username'] = '-';
$voting['thehabbos_returnurl'] = 'http:!!--.hopto.org!?novote';
$voting['disable_index_vote'] = true;
// Server settings
// - Butterfly SSO system enabled (Do you use the Butterfly server by Martinmine?)
// - Phoenix SSO system enabled (Do you want to enable Phoenix's secure sessions?)
// - Default Motto (What is the default motto you want users to have?)
// - Default Credits (What is the default credits you want to have?)
// - Default Look (What is the default look you want to have?)
// - Default room (What is the room you want users to go to on their first visit)
// - Default rank (What is the default rank of new users)
$server['butterfly_sso'] = false;
$server['phoenix_secure_sessions'] = true;
$server['default_motto'] = "I love " . $site['short_name'] . " more than anything!";
$server['default_credits'] = 5600;
$server['default_pixels'] = 3500;
$server['default_look'] = "-";
$server['default_room'] = "8";
$server['default_rank'] = "2";
// Client settings
// - Server IP (The ip your emulator is listening on)
// - Server Port (The port your emulator is listening on)
// - Productdata (Where your productdata is located)
// - Furnidata (Where your furnidata is located)
// - External Texts (Where your external texts are located)
// - External Variables (Where your external variables are located)
// - SWF Base Directory (The directory your Habbo.swf is in)
// - Habbo.swf (The location of Habbo.swf)
// - Client Starting (The text you want to display when the client loads.)
$client['connection_info_host'] = "-----";
$client['connection_info_port'] = "30000";
$client['productdata_load_url'] = "http://-.hopto.org/r63/productdata.txt";
$client['furnidata_load_url'] = "http://-.hopto.org/r63/furnidata.txt";
$client['external_texts_txt'] = "http://-.hopto.org/r63/external_texts.txt";
$client['external_variables_txt'] = "http://-.hopto.org/r63/external_variables.txt";
$client['swf_base_dir'] = "http://-.hopto.org/r63/";
$client['habbo_swf'] = "http://-.hopto.org/r63/Habbo.swf";
$client['client_starting'] = "Please wait. Hotel is starting.";
// Website front-end settings
// - Footer Links (What you want to display in the links area of the footer.)
// - Footer text (What text you want under the links area of the footer. I would appreciate the credits be kept there :D)
// - Online users text (What the frontpage says in the speech bubble for users online)
// - Online users text (What the rest of the site says for users online)
$frontend['footer_links'] = "<a href='%www%'>" . $site['name'] . "</a> | <a href='%www%/refund_policy'>Refund Policy</a> | <a href='%www%/forum'>Forum</a>";
$frontend['footer_text'] = "Powered by UberCMS 2.0, Copyright © 2010 - 2012 Meth0d & Jonty";
$frontend['online_text_fp'] = "- online now";
$frontend['online_text_reg'] = "user(s) online";
// Vemba Ads Settings - I needed this personally so I added it for you. www.Vemba.com to sign up.
// - Enable Vemba ads (Do you want to enable Vemba ads?)
// - Vemba ID (User id/site number for vemba.com)
$vemba['enable'] = false;
$vemba['id'] = "33";
// Misc Settings
// - Housekeeping Login Footer (The footer you want on HK login page)
$misc['hk_login_footer'] = "Powered by UberHK. Copyright © 2010-2012 Meth0d & Jonty";
$misc['hk_login_phrase'] = "Welcome to the - Housekeeping";
?>
Thanks a lot mate! I'll check over the CMS now (:
And for people who want it to work with IIS, try using this as your web.config;
Quote:
<?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="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&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}&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/external_variables.txt" />
</rule>
<rule name="Imported Rule 105">
<match url="^r63/external_flash_texts(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/r63/external_flash_texts.txt" />
</rule>
<rule name="Imported Rule 106">
<match url="^r63/banner(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/r63/banner.png/r63/banner.png" />
</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/external_variables.txt" />
</rule>
<rule name="Imported Rule 114">
<match url="^r63/external_flash_texts(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/r63/external_flash_texts.txt" />
</rule>
<rule name="Imported Rule 115">
<match url="^r63/banner(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/r63/banner.png" />
</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&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&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&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&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}&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}&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>
newclient.php
page-client.tpl - this is my personal zap one so the values in the configuration won't set to thisPHP Code:<?php
/*
|
. .|---.,---.,---.
| || ||---'| UberCMS 2.0
`---'`---'`---'`
UberCMS
Coded originally by Meth0d (2010-2011)
Continued by Jonty (2011-now)
Build 2.0.0 SS, Public
*/
require_once "global.php";
if (!LOGGED_IN)
{
header("Location: " . WWW. "/");
exit;
}
if(!isset($_SESSION["has_voted"]) || $_SESSION["has_voted"] == false) {
if ($voting['thehabbos_enabled'] == true) {
$hasVoted = true;
}
else {
$hasVoted = false;
}
}
else {
$hasVoted = true;
}
if($hasVoted == false) {
$_SESSION["has_voted"] = true;
header("Location: http://votingapi.com/vote.php?username=" . $voting['thehabbos_username'] . "&api=" . $voting['thehabbos_returnurl']);
}
if($site['enable_pincodes'] == true && $users->GetUserVar(USER_ID, 'rank') >= $site['pincode_minrank']) {
if(!isset($_SESSION["staff_PassAuth"])) {
header ("Location: " . WWW . "/client_denied");
}
}
// **************************************************************************************************************
// **************************************************************************************************************
$users->CheckSSO(USER_ID);
$checkExists = dbquery("SELECT userid FROM user_tickets WHERE userid = '" . USER_ID . "'");
$userTicket = $users->GetUserVar(USER_ID, 'auth_ticket');
if($server['butterfly_sso'] == true) {
if(mysql_num_rows($checkExists)) {
dbquery("UPDATE user_tickets SET sessionticket = '" . $userTicket . "', ipaddress = '" . $_SERVER["REMOTE_ADDR"] . "' WHERE userid = '" . USER_ID . "'");
}
else {
dbquery("INSERT INTO user_tickets (userid,sessionticket,ipaddress) VALUES ('" . USER_ID . "', '" . $userTicket . "', '" . $_SERVER["REMOTE_ADDR"] . "')");
}
}
else if($server['phoenix_secure_sessions'] == true) {
dbquery("UPDATE `users` SET `auth_ticket` = '" . $users->GetUserVar(USER_ID, "auth_ticket") . "' WHERE id = '" . USER_ID . "'");
}
$forwardType = 0;
$forwardId = 0;
// Due to an issue with most servers, tags have been disabled in the CMS by default.
if (mysql_num_rows(dbquery("SELECT * FROM user_tags WHERE user_id = '" . USER_ID . "' LIMIT 1"))) {
dbquery("DELETE FROM user_tags WHERE user_id = '" . USER_ID . "'");
}
if ($users->getUserVar(USER_ID, 'newbie_status') == "2") {
// Run POST-REGISTRATION checks
dbquery("UPDATE `users` SET
`motto` = '" . $server['default_motto'] . "',
`credits` = '" . $server['default_credits'] . "',
`activity_points` = '" . $server['default_pixels'] . "',
`look` = '" . $server['default_look'] . "',
`home_room` = '" . $server['default_room'] . "',
`rank` = '" . $server['default_rank'] . "',
`newbie_status` = '3'
WHERE `id` = '" . USER_ID . "'");
}
dbquery("UPDATE users SET ip_last = '".$_SERVER['REMOTE_ADDR']."' WHERE username = '".USER_NAME."'");
$tpl->Init();
$client = new Template('page-client');
$client->SetParam('page_title', ' ');
$client->SetParam('sso_ticket', $users->GetUserVar(USER_ID, 'auth_ticket', false));
$client->SetParam('flash_base', 'http://images.habbo.com/swf/r64/');
$client->SetParam('flash_client_url', 'http://images.habbo.com/dcr/r51_none_b4ea29afdff17a13afb841a9811ebf55/');
$client->SetParam('hotel_status', $core->GetUsersOnline() . ' users online now!');
$client->SetParam('forwardType', $forwardType);
$client->SetParam('forwardId', $forwardId);
$tpl->AddGeneric('head-init');
$tpl->AddIncludeSet('default');
$tpl->AddIncludeFile(new IncludeFile('text/css', 'http://%cdn%/%hotel%/%web_build%/web-gallery/styles/habboclient.css', 'stylesheet'));
$tpl->AddIncludeFile(new IncludeFile('text/css', 'http://%cdn%/%hotel%/%web_build%/web-gallery/styles/habboflashclient.css', 'stylesheet'));
$tpl->AddIncludeFile(new IncludeFile('text/javascript', 'http://%cdn%/%hotel%/%web_build%/web-gallery/styles/habboflashclient.js'));
$tpl->WriteIncludeFiles();
$tpl->AddGeneric('head-bottom');
if (isset($_GET['forceTicket']) && $users->HasFuse(USER_ID, 'fuse_admin'))
{
$client->SetParam('sso_ticket', $_GET['forceTicket']);
}
$tpl->AddTemplate($client);
$tpl->Output();
?>
PHP Code:<noscript> <meta http-equiv="refresh" content="0;url=/client/nojs" /></noscript>
<script type="text/javascript"> FlashExternalInterface.loginLogEnabled = true; FlashExternalInterface.logLoginStep("web.view.start"); if (top == self) { FlashHabboClient.cacheCheck(); } var flashvars = { "client.allow.cross.domain" : "1", "client.notify.cross.domain" : "1", "connection.info.host" : "127.0.0.1", "connection.info.port" : "30000", "site.url" : "http://zaphotel.net", "url.prefix" : "http://zaphotel.net", "client.reload.url" : "http://zaphotel.net/login_popup", "client.fatal.error.url" : "http://zaphotel.net/flash_client_error", "client.connection.failed.url" : "http://zaphotel.net/client", "external.variables.txt" : "http://zaphotel.net/lolcats/bflyswfs/external_variables.txt", "external.texts.txt" : "http://zaphotel.net/externals.php?id=external_flash_texts", "productdata.load.url" : "http://zaphotel.net/lolcats/bflyswfs/productdata.txt", "furnidata.load.url" : "http://zaphotel.net/lolcats/bflyswfs/furnidata.txt", "use.sso.ticket" : "1", "sso.ticket" : "%sso_ticket%", "processlog.enabled" : "1", "account_id" : "19927505", "client.starting" : "Please wait! Zap is Loading.", "flash.client.url" : "http://zaphotel.net/client.php", "user.hash" : "199275052dbf5f89adb0a643bf16b0ea1cd646db", "flash.client.origin" : "popup" };
var params = { "base" : "http://zaphotel.net/lolcats/bflyswfs/", "allowScriptAccess" : "always", "menu" : "false" }; if (!(HabbletLoader.needsFlashKbWorkaround())) { params["wmode"] = "opaque"; } var clientUrl = "http://zaphotel.net/lolcats/bflyswfs/Working.swf"; swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "http://%cdn%/%hotel%/%web_build%/web-gallery/flash/expressInstall.swf", flashvars, params);
window.onbeforeunload = unloading; function unloading() { var clientObject; if (navigator.appName.indexOf("Microsoft") != -1) { clientObject = window["flash-container"]; } else { clientObject = document["flash-container"]; } try { clientObject.unloading(); } catch (e) {} }</script>
<meta name="description" content="Check into the worldís largest virtual hotel for FREE! Meet and make friends, play games, chat with others, create your avatar, design rooms and moreÖ" /><meta name="keywords" content="habbo hotel, virtual, world, social network, free, community, avatar, chat, online, teen, roleplaying, join, social, groups, forums, safe, play, games, online, friends, teens, rares, rare furni, collecting, create, collect, connect, furni, furniture, pets, room design, sharing, expression, badges, hangout, music, celebrity, celebrity visits, celebrities, mmo, mmorpg, massively multiplayer" />
<!--[if IE 8]><link rel="stylesheet" href="http://%cdn%/%hotel%/%web_build%/web-gallery/v2/styles/ie8.css" type="text/css" /><![endif]--><!--[if lt IE 8]><link rel="stylesheet" href="http://%cdn%/%hotel%/%web_build%/web-gallery/v2/styles/ie.css" type="text/css" /><![endif]--><!--[if lt IE 7]><link rel="stylesheet" href="http://%cdn%/%hotel%/%web_build%/web-gallery/v2/styles/ie6.css" type="text/css" /><script src="http://%cdn%/%hotel%/%web_build%/web-gallery/static/js/pngfix.js" type="text/javascript"></script><script type="text/javascript">try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {}</script>
<style type="text/css">body { behavior: url(/js/csshover.htc); }</style><![endif]--><meta name="build" content="63-BUILD36 - 16.11.2010 11:51 - com" /></head>
<body id="client" class="flashclient"><div id="overlay"></div><img src="http://%cdn%/%hotel%/%web_build%/web-gallery/v2/images/page_loader.gif" style="position:absolute; margin: -1500px;" />
<div id="overlay"></div><div id="client-ui" > <div id="flash-wrapper"> <div id="flash-container"> <div id="content" style="width: 400px; margin: 20px auto 0 auto; display: none">
<div class="cbb clearfix"> <h2 class="title">Please update your Flash Player to the latest version.</h2> <div class="box-content"> <p>You can install and download Adobe Flash Player here: <a href="http://get.adobe.com/flashplayer/">Install flash player</a>. More instructions for installation can be found here: <a href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">More information</a></p> <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://%cdn%/%hotel%/%web_build%/web-gallery/v2/images/client/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p> </div></div>
</div> <script type="text/javascript"> $('content').show(); </script> <noscript> <div style="width: 400px; margin: 20px auto 0 auto; text-align: center"> <p>If you are not automatically redirected, please <a href="/client/nojs">click here</a></p> </div> </noscript> </div> </div> <div id="content" class="client-content"></div> </div> <div style="display: none">
<div id="habboCountUpdateTarget">%hotel_status%</div> <script language="JavaScript" type="text/javascript"> setTimeout(function() { HabboCounter.init(600); }, 20000); </script> </div> <script type="text/javascript"> RightClick.init("flash-wrapper", "flash-container"); if (window.opener && window.opener != window && typeof window.opener.location.href != "undefined") { window.opener.location.replace(window.opener.location.href); } $(document.body).addClassName("js"); HabboClient.startPingListener(); </script>
<script type="text/javascript"> HabboView.run();</script>
<script type="text/javascript">
var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-15697942-2']); _gaq.push(['_trackPageview']);
(function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })();
</script>
</body> </html>
By using this CMS , You are agree to use Nginx xD
No one can work on web.config xD