No its not the database trust me, You've just set it up wrongly follow the README.txt and his tut he posted.
Printable View
Then I Cant Wait For R62 Lol.
Omg this is a very hard set up if anyone can help add me on msn Jmandupree@hotmail.com
would it change anything is im not using xampp?
IIS7 shiz
If your Lazy
Note you need to change r59 to what ever the new folder is called
web.config:
Full UberCode:<rewrite>
<rules>
<rule name="Imported Rule 1">
<match url="^r59/figurepartconfig/partsets(|/)$" ignoreCase="false" />
<action type="Rewrite" url="./r59/figurepartconfig/partsets.xml" />
</rule>
<rule name="Imported Rule 2">
<match url="^r59/figurepartconfig/draworder(|/)$" ignoreCase="false" />
<action type="Rewrite" url="./r59/figurepartconfig/draworder.xml" />
</rule>
<rule name="Imported Rule 3">
<match url="^r59/figurepartconfig/animation(|/)$" ignoreCase="false" />
<action type="Rewrite" url="./r59/figurepartconfig/animation.xml" />
</rule>
<rule name="Imported Rule 4">
<match url="^r59/figuredata(|/)$" ignoreCase="false" />
<action type="Rewrite" url="./r59/figuredata.xml" />
</rule>
<rule name="Imported Rule 5">
<match url="^r59/furnidata(|/)$" ignoreCase="false" />
<action type="Rewrite" url="./r59/furnidata.txt" />
</rule>
<rule name="Imported Rule 6">
<match url="^r59/productdata(|/)$" ignoreCase="false" />
<action type="Rewrite" url="./r59/productdata.txt" />
</rule>
<rule name="Imported Rule 7">
<match url="^r59/external_variables(|/)$" ignoreCase="false" />
<action type="Rewrite" url="./r59/external_variables.txt" />
</rule>
<rule name="Imported Rule 8">
<match url="^r59/external_flash_texts(|/)$" ignoreCase="false" />
<action type="Rewrite" url="./r59/external_flash_texts.txt" />
</rule>
<rule name="Imported Rule 9">
<match url="^r59/banner(|/)$" ignoreCase="false" />
<action type="Rewrite" url="./r59/banner.png" />
</rule>
</rules>
</rewrite>
Code:<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="Imported Rule 1">
<match url=".html" ignoreCase="false" />
<action type="Rewrite" url=".php" />
</rule>
<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="^home/([^/]+)/id(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/home.php?qryId={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 5">
<match url="^home/([^/]+)(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/home.php?qryName={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 6">
<match url="^security_check(|/)$" ignoreCase="false" />
<action type="Rewrite" url="security_check.php" />
</rule>
<rule name="Imported Rule 7">
<match url="^profile(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/profile.php" />
</rule>
<rule name="Imported Rule 8">
<match url="^client(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/client.php" />
</rule>
<rule name="Imported Rule 9">
<match url="^flash_client_error(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/client_error.php" />
</rule>
<rule name="Imported Rule 10">
<match url="^client_error(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/client_error.php" />
</rule>
<rule name="Imported Rule 11">
<match url="^me(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/me.php" />
</rule>
<rule name="Imported Rule 12">
<match url="^login_popup(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/login-popup.php" />
</rule>
<rule name="Imported Rule 13">
<match url="^community(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/community.php" />
</rule>
<rule name="Imported Rule 14">
<match url="^community/staff(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/staff.php" />
</rule>
<rule name="Imported Rule 15">
<match url="^credits(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/credits.php" />
</rule>
<rule name="Imported Rule 16">
<match url="^credits/pixels(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/pixels.php" />
</rule>
<rule name="Imported Rule 17">
<match url="^credits/club(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/habboclub.php" />
</rule>
<rule name="Imported Rule 18">
<match url="^credits/habboclub(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/habboclub.php" />
</rule>
<rule name="Imported Rule 19">
<match url="^credits/uberclub(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/habboclub.php" />
</rule>
<rule name="Imported Rule 20">
<match url="^credits/uberclub/tryout(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/clubtryout.php" />
</rule>
<rule name="Imported Rule 21">
<match url="^credits/habboclub/tryout(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/clubtryout.php" />
</rule>
<rule name="Imported Rule 22">
<match url="^register(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/register.php" />
</rule>
<rule name="Imported Rule 23">
<match url="^register_submit(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/register.php?doSubmit" appendQueryString="false" />
</rule>
<rule name="Imported Rule 24">
<match url="^register_messages(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/register-messages.php" />
</rule>
<rule name="Imported Rule 25">
<match url="^register/cancel(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/register-cancel.php" />
</rule>
<rule name="Imported Rule 26">
<match url="^register/welcome(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/welcome.php" />
</rule>
<rule name="Imported Rule 27">
<match url="^register/undefined(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/index.php" />
</rule>
<rule name="Imported Rule 28">
<match url="^vip/shop(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/vipshop.php" />
</rule>
<rule name="Imported Rule 29">
<match url="^vip/getpoints(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/vippoints.php" />
</rule>
<rule name="Imported Rule 30">
<match url="^account/policy-verify(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/policyver.php" />
</rule>
<rule name="Imported Rule 31">
<match url="^account/password/forgot(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/forgot.php" />
</rule>
<rule name="Imported Rule 32">
<match url="^account/submit(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/index.php" />
</rule>
<rule name="Imported Rule 33">
<match url="^account/logout(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/logout.php" />
</rule>
<rule name="Imported Rule 34">
<match url="^account/logout_ok(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/logout-ok.php" />
</rule>
<rule name="Imported Rule 35">
<match url="^account/disconnected(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/disconnected.php" />
</rule>
<rule name="Imported Rule 36">
<match url="^articles(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/article.php?mostRecent" appendQueryString="false" />
</rule>
<rule name="Imported Rule 37">
<match url="^articles/archive(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/article.php?mostRecent&archiveMode" appendQueryString="false" />
</rule>
<rule name="Imported Rule 38">
<match url="^articles/([^/]+)/in/archive(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/article.php?rel={R:1}&archiveMode" appendQueryString="false" />
</rule>
<rule name="Imported Rule 39">
<match url="^articles/([^/]+)(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/article.php?rel={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 40">
<match url="^articles/category/([^/]+)(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/article.php?category={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 41">
<match url="^register/undefined/([^/]+)$" ignoreCase="false" />
<action type="Rewrite" url="/me.php" />
</rule>
<rule name="Imported Rule 42">
<match url="^habblet/cproxy(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/habbletProxy.php" />
</rule>
<rule name="Imported Rule 43">
<match url="^habblet/ajax/([^/]+)(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/habbletAjax.php?cmd={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 44">
<match url="^habblet/([^/]+)(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/habblet.php?cmd={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 45">
<match url="^myhabbo/([^.]+)(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/myhabbo.php?cmd={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 46">
<match url="^minimail/loadMessage(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/minimail-view.php" />
</rule>
<rule name="Imported Rule 47">
<match url="^minimail/([^/]+)(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/minimail.php?cmd={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 48">
<match url="^furnidata(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/furnidata.php" />
</rule>
<rule name="Imported Rule 49">
<match url="^productdata(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/productdata.php" />
</rule>
<rule name="Imported Rule 50">
<match url="^flag(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/flag.php" />
</rule>
<rule name="Imported Rule 51">
<match url="^change_password(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/change_password.php" />
</rule>
<rule name="Imported Rule 52">
<match url="^change_email(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/change_email.php" />
</rule>
<rules>
<rule name="Imported Rule 53">
<match url="^r59/figurepartconfig/partsets(|/)$" ignoreCase="false" />
<action type="Rewrite" url="./r59/figurepartconfig/partsets.xml" />
</rule>
<rule name="Imported Rule 54">
<match url="^r59/figurepartconfig/draworder(|/)$" ignoreCase="false" />
<action type="Rewrite" url="./r59/figurepartconfig/draworder.xml" />
</rule>
<rule name="Imported Rule 55">
<match url="^r59/figurepartconfig/animation(|/)$" ignoreCase="false" />
<action type="Rewrite" url="./r59/figurepartconfig/animation.xml" />
</rule>
<rule name="Imported Rule 56">
<match url="^r59/figuredata(|/)$" ignoreCase="false" />
<action type="Rewrite" url="./r59/figuredata.xml" />
</rule>
<rule name="Imported Rule 57">
<match url="^r59/furnidata(|/)$" ignoreCase="false" />
<action type="Rewrite" url="./r59/furnidata.txt" />
</rule>
<rule name="Imported Rule 58">
<match url="^r59/productdata(|/)$" ignoreCase="false" />
<action type="Rewrite" url="./r59/productdata.txt" />
</rule>
<rule name="Imported Rule 59">
<match url="^r59/external_variables(|/)$" ignoreCase="false" />
<action type="Rewrite" url="./r59/external_variables.txt" />
</rule>
<rule name="Imported Rule 60">
<match url="^r59/external_flash_texts(|/)$" ignoreCase="false" />
<action type="Rewrite" url="./r59/external_flash_texts.txt" />
</rule>
<rule name="Imported Rule 61">
<match url="^r59/banner(|/)$" ignoreCase="false" />
<action type="Rewrite" url="./r59/banner.png" />
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>
Thanks spazz!
This isn't r61.
The habbo's dosn't charge white D:
A Game Work, Keep it up xD 1000/10
Omg Thank You! Been waiting for R61 and now its here! :) XD
i got it working, there was an a line in the htaccess that was preventing it from working, and it wasn;t the one you said to remove but anyways ty for these files.
I've done everything you said, but now my ubercms won't let me log in. It comes up as the object not found and error 404
Posted via Mobile Device
hey can u help me set em up? grandtime@live.com this is all i need help with xD
---------- Post added at 10:15 PM ---------- Previous post was at 10:05 PM ----------
"Wahahahaha NEWB! you can't beat my security! :D -PEJump" Soz for double post how we fix dat?
You can only access the Editor from localhost :P
Yeah man, I did not really necessary but I'll give you 10/10, keep it up!
Isnt that you Mike? loool