-
Re: UberCMS Fixed, Desire Edit, Phoenix Compatible!
Well, When i add
PHP Code:
<?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" />
</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>
</rules> RewriteRule ^quickmenu/friends_all(|/)$ /quick-friends.php
RewriteRule ^quickmenu/groups(|/)$ /quick-groups.php
RewriteRule ^quickmenu/rooms(|/)$ /quick-rooms.php
</rewrite>
<directoryBrowse enabled="false" />
</system.webServer>
</configuration>
And i try mylink/me it failed. :\
-
Re: UberCMS Fixed, Desire Edit, Phoenix Compatible!
Quote:
Originally Posted by
FAYSALKHAN
I did set a default value when I did that the user IP doesn't come anymore all I see is ::1 for the IP value...
By the way it's not only for that also for account_created, last_online, ip_last, and ip_reg...
::1 is the clients IP when you are using it from localhost. Try 127.0.0.1
-
Re: UberCMS Fixed, Desire Edit, Phoenix Compatible!
Quote:
Originally Posted by
FAYSALKHAN
I did set a default value when I did that the user IP doesn't come anymore all I see is ::1 for the IP value...
By the way it's not only for that also for account_created, last_online, ip_last, and ip_reg...
set them to auto_increacement ot w/e
-
Re: UberCMS Fixed, Desire Edit, Phoenix Compatible!
Quote:
Originally Posted by
HabboSWFMaker
set them to auto_increacement ot w/e
Completely wrong. Access it from 127.0.0.1 instead of localhost. It will fix the problem.
-
Re: UberCMS Fixed, Desire Edit, Phoenix Compatible!
Yes, Localhost no longer works. I had problems with my mysql or apache on my pc then had to go into a config and change to 127.0.0.1 for it to work lmao
-
Re: UberCMS Fixed, Desire Edit, Phoenix Compatible!
-
Re: UberCMS Fixed, Desire Edit, Phoenix Compatible!
Quote:
Originally Posted by
joopie
All cms are that xd
Posted via Mobile Device
No, my phpretro sucks with ISS :)
---------- Post added at 12:17 PM ---------- Previous post was at 12:14 PM ----------
Quote:
Originally Posted by
FAYSALKHAN
I did set a default value when I did that the user IP doesn't come anymore all I see is ::1 for the IP value...
By the way it's not only for that also for account_created, last_online, ip_last, and ip_reg...
i''ve that problem also
put strict mode sql off and its fixed!
like me if it works ! :)
---------- Post added at 12:19 PM ---------- Previous post was at 12:17 PM ----------
Quote:
Originally Posted by
Jontycat
Completely wrong. Access it from 127.0.0.1 instead of localhost. It will fix the problem.
no, put strict mode off will fix the problem
btw localhost works perfect for me?
-
Re: UberCMS Fixed, Desire Edit, Phoenix Compatible!
Thanks for the comments guys, Add a Housekeeping yourself it it means so much. The uber is ugly.
-
Re: UberCMS Fixed, Desire Edit, Phoenix Compatible!
Awesome CMS!
Goodwork Sean<3
-
Re: UberCMS Fixed, Desire Edit, Phoenix Compatible!
-
Re: UberCMS Fixed, Desire Edit, Phoenix Compatible!
Quote:
Originally Posted by
Richardjuhh
i''ve that problem also
put strict mode sql off and its fixed!
like me if it works ! :)
---------- Post added at 12:19 PM ---------- Previous post was at 12:17 PM ----------
no, put strict mode off will fix the problem
btw localhost works perfect for me?
If you put strict mode off then when u sign up u will end up with blank IP for the last_ip value and reg_ip also I tried putting 127.0.0.1 instead of localhost still no luck -.-
-
Re: UberCMS Fixed, Desire Edit, Phoenix Compatible!
-
Re: UberCMS Fixed, Desire Edit, Phoenix Compatible!
-
Re: UberCMS Fixed, Desire Edit, Phoenix Compatible!
Im Using Thisss Its The Best Uber Cms Iv Seen ! :D
-
Re: UberCMS Fixed, Desire Edit, Phoenix Compatible!
First time i use this and guess what HACKED ....
-
Re: UberCMS Fixed, Desire Edit, Phoenix Compatible!
Quote:
Originally Posted by
D3T0XITY
First time i use this and guess what HACKED ....
Provide more information and maybe you could actually help?? ;s
Perfect release, I was going to kick myself in the ass to attempt to do this, but you beat me to it :P. Is there any easy way to make it so that the code isn't all clumped up and to make it seperated again so it's easier to read?
-
Re: UberCMS Fixed, Desire Edit, Phoenix Compatible!
Quote:
Originally Posted by
PR0
Provide more information and maybe you could actually help?? ;s
Perfect release, I was going to kick myself in the ass to attempt to do this, but you beat me to it :P. Is there any easy way to make it so that the code isn't all clumped up and to make it seperated again so it's easier to read?
Ok so, someone deranked all my staff and wrote a news saying you have been hacked and even with all staff off i delete the news it is back 3 minutes later by that person.
-
Re: UberCMS Fixed, Desire Edit, Phoenix Compatible!
-
Re: UberCMS Fixed, Desire Edit, Phoenix Compatible!
Quote:
Originally Posted by
nickymonsma
prefix error?
Use the default uberdb ranks table or the current SQL ill post below.
Code:
DROP TABLE IF EXISTS `ranks`;
CREATE TABLE `ranks` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(50) NOT NULL,
`prefix` text NOT NULL,
`suffix` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=latin1;
-- ----------------------------
-- Records of ranks
-- ----------------------------
INSERT INTO `ranks` VALUES ('1', 'User', '', '');
INSERT INTO `ranks` VALUES ('2', 'VIP', '<b>', '</b>');
INSERT INTO `ranks` VALUES ('3', 'Trial Moderator', '<span style=\"color: #04B404;\">', '</span>');
INSERT INTO `ranks` VALUES ('4', 'Moderator', '<b style=\"color: #04B404;\">', '</b>');
INSERT INTO `ranks` VALUES ('5', 'Senior Moderator', '<b style=\"color: #04B404;\">', '</b>');
INSERT INTO `ranks` VALUES ('6', 'Administrator', '<b style=\"color: darkred;\">', '</b>');
INSERT INTO `ranks` VALUES ('7', 'Senior Administrator', '<b style=\"color: darkred;\">', '</b>');
-
Re: UberCMS Fixed, Desire Edit, Phoenix Compatible!
Quote:
Originally Posted by
D3T0XITY
Ok so, someone deranked all my staff and wrote a news saying you have been hacked and even with all staff off i delete the news it is back 3 minutes later by that person.
Do you already have a housekeeping in your directory that you're using?
-
Re: UberCMS Fixed, Desire Edit, Phoenix Compatible!
Currently i do not so it was done all by a sql injection.
-
Re: UberCMS Fixed, Desire Edit, Phoenix Compatible!
Quote:
Originally Posted by
D3T0XITY
Currently i do not so it was done all by a sql injection.
Yeah, i Think there was a SQl point in the Register.
-
Re: UberCMS Fixed, Desire Edit, Phoenix Compatible!
Quote:
Originally Posted by
D3T0XITY
Currently i do not so it was done all by a sql injection.
Delete any extra pages that you don't use such as VIP, the banned.php page and the global.php page in the images, etc etc. Maybe that will help.
-
Re: UberCMS Fixed, Desire Edit, Phoenix Compatible!
Quote:
Originally Posted by
PR0
Delete any extra pages that you don't use such as VIP, the banned.php page and the global.php page in the images, etc etc. Maybe that will help.
Lmfao global.php.
Deleteing pages will not fix anything if there is a xss exploit in the CMs the hacker will just keep going back to the same spot best thing to do is upload it to your hotel and then xss Scan if and take out the bits And patch them where it shows they can get in.
Will make it alot safer "deleteing vip.php will not fix anything. Theres probz a exploit on every page in this CMS
Not saying (it's coded shit or anything"
-
Re: UberCMS Fixed, Desire Edit, Phoenix Compatible!
Quote:
Originally Posted by
Fearhotel
Lmfao global.php.
Deleteing pages will not fix anything if there is a xss exploit in the CMs the hacker will just keep going back to the same spot best thing to do is upload it to your hotel and then xss Scan if and take out the bits And patch them where it shows they can get in.
Will make it alot safer "deleteing vip.php will not fix anything. Theres probz a exploit on every page in this CMS
Not saying (it's coded shit or anything"
And Your CMS is perfect? I'm working on fixing up this right now for a v2, Don't know how long it will take.