RevCMS - Wabby Edition BETA (Arcturus & Plus)

Page 1 of 2 12 LastLast
Results 1 to 15 of 20
  1. #1
    Enthusiast R4ncho is offline
    MemberRank
    Apr 2012 Join Date
    44Posts

    Support RevCMS - Wabby Edition BETA (Arcturus & Plus)

    Hello,

    I'm releasing the development of the CMS that I was doing based on Rev. There is nothing special or innovation on this. It's simple, kind of beautiful, a little different from all the other hotels, but still based on the original Habbo style.

    Support
    The CMS is not complete, still missing a lot of things to do and I will not finish it because I have other projects to be developed. I can help if you need help with simple things, but like i said, I will not finish this.

    Safety
    Nhe, its safe and not safe. I was never very good at coding, but I also didnt create anything new, just got some codes already done from another skins for Rev and edited in my style. You can use it as base, but I don't recommend to use this in live enviromment without first getting someone who understands code to check everything and finish the work.

    Why publish something incomplete?
    Since I will not work in this anymore, why not ...if u want, get it, if u dont, who cares. xD

    Observations
    - This don't contain hk. Take any compatible with Rev and your emulator.
    - The Hall/Top stats is not coded, you have to create yourself, as well as many other things.
    - You have here the album with some few final pages, that i draw: imgur.com/a/aeL8I
    - The first concept album: imgur.com/a/RbiQ4
    - THIS IS IN PORTUGUESE LANGUAGE - sry about that. x)

    Credits
    - Kryptos (Rev)
    - Zabbo (Rev skin that I edited)
    - Wabbo / Wubbo (inspiration in the design)
    - TheGeneral and Wuzix, help with Arcturus.

    Demo
    Is no longer available. See the concepts above.

    Download
    Plus: goo.gl/fqEti3 + goo.gl/QVh9iF (app>tpl>skins>Wabby)
    Arcturus: goo.gl/y3r3Ku
    SQL: goo.gl/lxzZyq (contains cms_news and hotcampaings, does not include db, use a db from your emulator)

    Add this after putting your db:
    ALTER TABLE `users` ADD `seckey` VARCHAR(999)

    Goodbye, kisses and gg, wp, izy life, fck me, i will fck u. <3
    Last edited by R4ncho; 03-10-16 at 05:52 PM. Reason: Links Updated


  2. #2
    Apprentice nadi0s is offline
    MemberRank
    Dec 2015 Join Date
    BrazilLocation
    6Posts

    Re: RevCMS - Wabby Edition BETA (Arcturus & Plus)

    Perfect! All your work is a gift of perfection, perfect!

  3. #3
    git bisect -m ovflowd is offline
    MemberRank
    Sep 2011 Join Date
    2,191Posts

    Re: RevCMS - Wabby Edition BETA (Arcturus &amp; Plus)

    Quote Originally Posted by nadi0s View Post
    Perfect! All your work is a gift of perfection, perfect!
    Your comment can be resumed in a Like Button, those type of comments are useless, if you liked the content but hasn't any argument to add to it, give a like in the thread. The OP will know you liked it.

    #ontopic
    Liked the release. But next time try publish it in English, since here is an english forum. So your content can be more useful. Liked the animation of the index on the demo page. But the design remembers me already existing designs, so 6/10.
    Appearing to be your first release here, also your english translation of the thread is decent.
    Continue posting good releases, and please consider posting the things in english. this is more attractive and englobes what the RZ forums means. But anyway, good release for the Portuguese Community of RZ.
    Last edited by Taiga; 18-09-16 at 03:24 AM.

  4. #4
    Typescript XOXO LeChris is offline
    MemberRank
    Sep 2011 Join Date
    749Posts

    Re: RevCMS - Wabby Edition BETA (Arcturus & Plus)

    delete
    Last edited by LeChris; 17-07-20 at 05:40 PM.

  5. #5
    Valued Member Pepijntjuh is offline
    MemberRank
    Jun 2016 Join Date
    119Posts

    Re: RevCMS - Wabby Edition BETA (Arcturus & Plus)

    Very nice release,
    Why say i''m that?
    Its have a nice look and is for Arcturus compitable
    XDR Cms is Bullshit,
    Thanks!

  6. #6
    Novice Andi Gilang is offline
    MemberRank
    Apr 2014 Join Date
    3Posts

    Re: RevCMS - Wabby Edition BETA (Arcturus & Plus)

    stuck in 76%.
    what should i fix?

    --edit --

    NVM, its done.
    now im facing new problem. client always disconnected.
    any help sir?
    Last edited by Andi Gilang; 18-09-16 at 06:33 AM.

  7. #7
    Valued Member Pepijntjuh is offline
    MemberRank
    Jun 2016 Join Date
    119Posts

    Re: RevCMS - Wabby Edition BETA (Arcturus & Plus)

    Quote Originally Posted by Andi Gilang View Post
    stuck in 76%.
    what should i fix?

    --edit --

    NVM, its done.
    now im facing new problem. client always disconnected.
    any help sir?
    Use the PlusEMU SWF Folder and use the arcturus SWF for the client.

  8. #8
    Enthusiast Alexsander Lima is offline
    MemberRank
    Nov 2012 Join Date
    42Posts

    Re: RevCMS - Wabby Edition BETA (Arcturus & Plus)

    This SQL code is giving error --> ALTER table `users` ADD` VARCHAR seckey` (999)
    In my only worked this one. --> ALTER TABLE `users` ADD `seckey` VARCHAR(999) NOT NULL

    it's the same?

    I can not connect and do not register, what is the problem?

  9. #9
    Novice Andi Gilang is offline
    MemberRank
    Apr 2014 Join Date
    3Posts

    Re: RevCMS - Wabby Edition BETA (Arcturus & Plus)

    Quote Originally Posted by Alexsander Lima View Post
    This SQL code is giving error --> ALTER table `users` ADD` VARCHAR seckey` (999)
    In my only worked this one. --> ALTER TABLE `users` ADD `seckey` VARCHAR(999) NOT NULL

    it's the same?

    I can not connect and do not register, what is the problem?
    it's should be this:

    ALTER TABLE `users` ADD `seckey` VARCHAR(999)


    if that command doesn't work, try using NaviCat instead phpmyadmin

  10. #10
    Enthusiast R4ncho is offline
    MemberRank
    Apr 2012 Join Date
    44Posts

    Re: RevCMS - Wabby Edition BETA (Arcturus & Plus)

    Quote Originally Posted by Alexsander Lima View Post
    This SQL code is giving error --> ALTER table `users` ADD` VARCHAR seckey` (999)
    In my only worked this one. --> ALTER TABLE `users` ADD `seckey` VARCHAR(999) NOT NULL

    it's the same?

    I can not connect and do not register, what is the problem?
    First, ty for all your comments. :)

    Second, in the Plus version, i forgot to put the register file. Just download this we.tl/FbwHvhM2zc and put in app>tpl>skins>Wabby sry, my bad guys

  11. #11
    I use to love it more! Jmandupree is offline
    MemberRank
    Oct 2009 Join Date
    /ragezone/homeLocation
    995Posts

    Re: RevCMS - Wabby Edition BETA (Arcturus & Plus)

    Was about to say that register was missing to that guy but gonna check this out on local thanks man!

  12. #12
    idk what to put here Joseph is offline
    MemberRank
    Oct 2007 Join Date
    CanehdaLocation
    1,317Posts

    Re: RevCMS - Wabby Edition BETA (Arcturus & Plus)

    Is there an English version?

    EDIT: nvm didn't read it properly.

  13. #13
    Novice SP4E is offline
    MemberRank
    May 2008 Join Date
    3Posts

    Re: RevCMS - Wabby Edition BETA (Arcturus & Plus)

    Hi! Nice release. Can you reupload please?

  14. #14
    Valued Member KugaTog is offline
    MemberRank
    Dec 2014 Join Date
    116Posts

    Re: RevCMS - Wabby Edition BETA (Arcturus & Plus)

    Does anyone have a mirror for this?

  15. #15
    Enthusiast R4ncho is offline
    MemberRank
    Apr 2012 Join Date
    44Posts

    Re: RevCMS - Wabby Edition BETA (Arcturus & Plus)

    Links updated. <3



Page 1 of 2 12 LastLast

Advertisement