-
:refreshcata
Hey I am having a problem, swiftemu ubercms every time i use :refreshcata I freeze and get d/ced, it glitches out the client for a bit and does not update. Could someone help please
It is working now, But very slow, anyone have any ideas? im using swift 5 rev 3
-
Re: :refreshcata
I think you ruined your catalogue. Incorrect structures will disconnect you.
-
Re: :refreshcata
I used cata and swfs from http://forum.ragezone.com/f353/relea...-edits-931655/, it does update now it just takes about 2 minutes and while updating noone can access the shop.
Also group badges arent woking for me anymore, I have the externals etc setup properly Im not sure if my web.config is right.
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="{R:1}\.php" />
</rule>
<rule name="Imported Rule 2">
<match url="^out/([^/]+)(|/)$" ignoreCase="false" />
<conditions logicalGrouping="MatchAll">
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true" />
<add input="{REQUEST_FILENAME}\.php" matchType="IsFile" ignoreCase="false" />
</conditions>
<action type="Rewrite" url="/out.php?out={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 3">
<match url="^crossdomain.xml$" ignoreCase="false" />
<action type="Rewrite" url="/crossdomain.php" />
</rule>
<rule name="Imported Rule 4">
<match url="^gamedata/external(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/externals.php" />
</rule>
<rule name="Imported Rule 5">
<match url="^vip/vouchers(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/redeem.php" />
</rule>
<rule name="Imported Rule 6">
<match url="^cacheCheck(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/cacheCheck.php" />
</rule>
<rule name="Imported Rule 7">
<match url="^vote(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/api.php" />
</rule>
<rule name="Imported Rule 8">
<match url="^texts(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/externals.php?id=external_flash_texts" appendQueryString="false" />
</rule>
<rule name="Imported Rule 9">
<match url="^vars(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/externals.php?id=external_variables" appendQueryString="false" />
</rule>
<rule name="Imported Rule 10">
<match url="^productdata(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/gamedata/ACTIVE/productdata.txt" />
</rule>
<rule name="Imported Rule 11">
<match url="^furnidata(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/gamedata/ACTIVE/furnidata.txt" />
</rule>
<rule name="Imported Rule 12">
<match url="^access_denied(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/access_denied.php" />
</rule>
<rule name="Imported Rule 13">
<match url="^client_denied(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/access_denied.php?gateway=client?novote" appendQueryString="false" />
</rule>
<rule name="Imported Rule 14">
<match url="^order/vip(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/ordervip.php?pass=true" appendQueryString="false" />
</rule>
<rule name="Imported Rule 15">
<match url="^home/([^/]+)/id(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/home.php?qryId={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 16">
<match url="^home/([^/]+)(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/home.php?qryName={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 17">
<match url="^avatarimage(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/inc/imager.php?figure={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 18">
<match url="^quickmenu/friends_all(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/quick-friends.php" />
</rule>
<rule name="Imported Rule 19">
<match url="^quickmenu/groups(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/quick-groups.php" />
</rule>
<rule name="Imported Rule 20">
<match url="^quickmenu/rooms(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/quick-rooms.php" />
</rule>
<rule name="Imported Rule 21">
<match url="^security_check(|/)$" ignoreCase="false" />
<action type="Rewrite" url="security_check.php" />
</rule>
<rule name="Imported Rule 22">
<match url="^profile(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/profile.php" />
</rule>
<rule name="Imported Rule 23">
<match url="^values(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/values.php" />
</rule>
<rule name="Imported Rule 24">
<match url="^client(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/newclient.php" />
</rule>
<rule name="Imported Rule 25">
<match url="^flash_client_error(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/client_error.php" />
</rule>
<rule name="Imported Rule 26">
<match url="^client_error(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/client_error.php" />
</rule>
<rule name="Imported Rule 27">
<match url="^me(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/me.php" />
</rule>
<rule name="Imported Rule 28">
<match url="^login_popup(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/login-popup.php" />
</rule>
<rule name="Imported Rule 29">
<match url="^buyvip(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/index.php" />
</rule>
<rule name="Imported Rule 30">
<match url="^community(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/community.php" />
</rule>
<rule name="Imported Rule 31">
<match url="^community/staff(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/staff.php" />
</rule>
<rule name="Imported Rule 32">
<match url="^credits(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/credits.php" />
</rule>
<rule name="Imported Rule 33">
<match url="^credits/pixels(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/index.php" />
</rule>
<rule name="Imported Rule 34">
<match url="^credits/club(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/habboclub.php" />
</rule>
<rule name="Imported Rule 35">
<match url="^credits/habboclub(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/habboclub.php" />
</rule>
<rule name="Imported Rule 36">
<match url="^credits/uberclub(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/habboclub.php" />
</rule>
<rule name="Imported Rule 37">
<match url="^credits/uberclub/tryout(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/clubtryout.php" />
</rule>
<rule name="Imported Rule 38">
<match url="^credits/habboclub/tryout(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/clubtryout.php" />
</rule>
<rule name="Imported Rule 39">
<match url="^register(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/register.php" />
</rule>
<rule name="Imported Rule 40">
<match url="^register_submit(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/register.php?doSubmit" appendQueryString="false" />
</rule>
<rule name="Imported Rule 41">
<match url="^register_messages(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/register-messages.php" />
</rule>
<rule name="Imported Rule 42">
<match url="^register/cancel(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/register-cancel.php" />
</rule>
<rule name="Imported Rule 43">
<match url="^register/welcome(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/welcome.php" />
</rule>
<rule name="Imported Rule 44">
<match url="^register/undefined(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/index.php" />
</rule>
<rule name="Imported Rule 45">
<match url="^vip/shop(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/vipshop.php" />
</rule>
<rule name="Imported Rule 46">
<match url="^vip/getpoints(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/vippoints.php" />
</rule>
<rule name="Imported Rule 47">
<match url="^account/policy-verify(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/policyver.php" />
</rule>
<rule name="Imported Rule 48">
<match url="^account/password/forgot(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/forgot.php" />
</rule>
<rule name="Imported Rule 49">
<match url="^account/submit(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/index.php" />
</rule>
<rule name="Imported Rule 50">
<match url="^account/logout(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/logout.php" />
</rule>
<rule name="Imported Rule 51">
<match url="^account/logout_ok(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/logout-ok.php" />
</rule>
<rule name="Imported Rule 52">
<match url="^account/disconnected(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/disconnected.php" />
</rule>
<rule name="Imported Rule 53">
<match url="^articles(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/article.php?mostRecent" appendQueryString="false" />
</rule>
<rule name="Imported Rule 54">
<match url="^articles/archive(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/article.php?mostRecent&archiveMode" appendQueryString="false" />
</rule>
<rule name="Imported Rule 55">
<match url="^articles/([^/]+)/in/archive(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/article.php?rel={R:1}&archiveMode" appendQueryString="false" />
</rule>
<rule name="Imported Rule 56">
<match url="^articles/([^/]+)(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/article.php?rel={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 57">
<match url="^articles/category/([^/]+)(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/article.php?category={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 58">
<match url="^myhabbo/save(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/myhabbo/save.php" />
</rule>
<rule name="Imported Rule 59">
<match url="^home/(.*)/startSession/(.*)$" ignoreCase="false" />
<action type="Rewrite" url="/startSession.php?id={R:2}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 60">
<match url="^home/([^/]+)/id(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/home.php?qryId={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 61">
<match url="^home/([^/]+)(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/home.php?qryName={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 62">
<match url="^myhabbo/cancel/(.*)(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/myhabbo/cancel.php?id={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 63">
<match url="^myhabbo/(.*)/(.*)(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/myhabbo/{R:1}_{R:2}.php" />
</rule>
<rule name="Imported Rule 64">
<match url="^register/undefined/([^/]+)$" ignoreCase="false" />
<action type="Rewrite" url="/me.php" />
</rule>
<rule name="Imported Rule 65">
<match url="^habblet/cproxy(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/habbletProxy.php" />
</rule>
<rule name="Imported Rule 66">
<match url="^habblet/ajax/([^/]+)(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/habbletAjax.php?cmd={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 67">
<match url="^habblet/([^/]+)(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/habblet.php?cmd={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 68">
<match url="^myhabbo/([^.]+)(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/myhabbo.php?cmd={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 69">
<match url="^minimail/loadMessage(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/minimail-view.php" />
</rule>
<rule name="Imported Rule 70">
<match url="^minimail/([^/]+)(|/)$" ignoreCase="false" />
<action type="Rewrite" url="/minimail.php?cmd={R:1}" appendQueryString="false" />
</rule>
<rule name="Rewrite rule1 for /WWW/client /flash_client_error">
<match url=".*" />
<conditions>
<add input="{/WWW/client /flash_client_error:{REQUEST_URI}}" pattern="(.+)" />
</conditions>
<action type="Rewrite" url="{C:1}" appendQueryString="false" />
</rule>
</rules>
<rewriteMaps>
<rewriteMap name="/WWW/client /flash_client_error" />
</rewriteMaps>
</rewrite>
</system.webServer>
</configuration>
-
Re: :refreshcata
Any errors logged on the emulator?
-
Re: :refreshcata
Not the I can find, Ill reset my logs and do it to see, I fixed the badges.
EDIT: no errors in my emu error logs or emu.
-
Re: :refreshcata
please close this as I have fixed this myself.