Habro CMS

Page 2 of 2 FirstFirst 12
Results 16 to 29 of 29
  1. #16
    Enthusiast BLuweesH is offline
    MemberRank
    Jan 2015 Join Date
    United KingdomLocation
    35Posts

    Re: Habro CMS

    Quote Originally Posted by Leon Retro View Post
    Screenshot of the catalogue?
    I might release the catalogue later - if I do I'll post screenshots lol

  2. #17
    Enthusiast Haplo is offline
    MemberRank
    Sep 2013 Join Date
    NederlandLocation
    34Posts

    Re: Habro CMS

    This is my users table:

    DROP TABLE IF EXISTS `users`;
    CREATE TABLE `users` (
    `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
    `username` varchar(50) NOT NULL,
    `real_name` varchar(100) NOT NULL DEFAULT '',
    `password` varchar(50) NOT NULL,
    `mail` varchar(50) NOT NULL DEFAULT 'defaultuser@meth0d.org',
    `auth_ticket` text NOT NULL,
    `rank` int(11) unsigned NOT NULL DEFAULT '1',
    `credits` int(11) NOT NULL DEFAULT '50000',
    `vip_points` int(11) NOT NULL DEFAULT '0',
    `activity_points` int(11) NOT NULL DEFAULT '0',
    `activity_points_lastupdate` double NOT NULL DEFAULT '0',
    `look` varchar(255) NOT NULL DEFAULT 'hr-115-42.hd-190-1.ch-215-62.lg-285-91.sh-290-62',
    `gender` enum('M','F') NOT NULL DEFAULT 'M',
    `motto` varchar(50) NOT NULL,
    `account_created` varchar(50) NOT NULL,
    `last_online` varchar(50) NOT NULL,
    `online` enum('0','1') NOT NULL DEFAULT '0',
    `ip_last` varchar(120) NOT NULL,
    `ip_reg` varchar(120) NOT NULL,
    `home_room` int(10) unsigned NOT NULL DEFAULT '0',
    `respect` int(11) NOT NULL DEFAULT '0',
    `daily_respect_points` int(11) NOT NULL DEFAULT '3',
    `daily_pet_respect_points` int(11) NOT NULL DEFAULT '3',
    `newbie_status` int(11) NOT NULL DEFAULT '0',
    `is_muted` enum('0','1') NOT NULL DEFAULT '0',
    `mutant_penalty` enum('0','1','2') NOT NULL DEFAULT '0',
    `mutant_penalty_expire` int(11) NOT NULL DEFAULT '0',
    `block_newfriends` enum('0','1') NOT NULL DEFAULT '0',
    `hide_online` enum('0','1') NOT NULL DEFAULT '0',
    `hide_inroom` enum('0','1') NOT NULL DEFAULT '0',
    `mail_verified` varchar(6) NOT NULL DEFAULT '0',
    `vip` enum('0','1') NOT NULL DEFAULT '0',
    `volume` int(3) NOT NULL DEFAULT '100',
    `accept_trading` enum('0','1') NOT NULL DEFAULT '1',
    `seckey` varchar(999) DEFAULT NULL,
    `last_loggedin` varchar(50) NOT NULL DEFAULT '0',
    `vipha_last` double NOT NULL DEFAULT '0',
    `viphal_last` double NOT NULL DEFAULT '0',
    `friend_stream_enabled` enum('0','1') NOT NULL DEFAULT '0',
    PRIMARY KEY (`id`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1;

  3. #18
    Valued Member Zlatan is offline
    MemberRank
    Aug 2015 Join Date
    130Posts

    Re: Habro CMS

    Help me, when i put in the cms and all done and search for my retro the " pic on middle " don't shows up??

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

    Re: Habro CMS

    I didn't liked this. I only see the index different as other cms. The other pages remember me HoloCMS addons.

  5. #20
    iiiiiiiiiii Brought is offline
    MemberRank
    Aug 2013 Join Date
    469Posts

    Re: Habro CMS

    Quote Originally Posted by Yoshi View Post
    I didn't liked this. I only see the index different as other cms. The other pages remember me HoloCMS addons.
    Did you genuinely download it or are you basing this off of the screenshots? Imo you shouldn't post sh*t based on what you review from the screenshots. There could be a lot more than appearance differences made. Quit posting for post count.

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

    Re: Habro CMS

    Quote Originally Posted by Brought View Post
    Did you genuinely download it or are you basing this off of the screenshots? Imo you shouldn't post sh*t based on what you review from the screenshots. There could be a lot more than appearance differences made. Quit posting for post count.
    Yes, based in the screen shoots. Any problem??

  7. #22
    iiiiiiiiiii Brought is offline
    MemberRank
    Aug 2013 Join Date
    469Posts

    Re: Habro CMS

    Quote Originally Posted by Yoshi View Post
    Yes, based in the screen shoots. Any problem??
    I've already stated my point, lol.

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

    Re: Habro CMS

    Quote Originally Posted by Brought View Post
    I've already stated my point, lol.
    Yeah but think. How you will download, if you didn't liked? The OP need to convince you to download, with screens and features. For me the index is beauty. But the other things to the CMS already exists. Is only an edit. And he didn't putted the credits of the others autors. Search HoloCMS Plugins or HoloCMS addons from RZ and will see similar codes.

    But yeah, was a pretty job. But the design didn't changed a lot at all. Also the index i already saw in some place.. I think

  9. #24
    Enthusiast BLuweesH is offline
    MemberRank
    Jan 2015 Join Date
    United KingdomLocation
    35Posts

    Re: Habro CMS

    "It's nothing great but it's clean, simple and might come in handy for people who are first starting to use RevCMS."

    Nothing was used from HoloCMS, either.

    The only people I need to really credit is the RevCMS developers and Hejula for his Habbo theme. I'm not going to sit here and credit people because I might of used an image on my Store page.

    Like I said, it's nothing great but is cleaner than most edits out there.

  10. #25
    Proficient Member Yesser is offline
    MemberRank
    Aug 2010 Join Date
    179Posts

    Re: Habro CMS

    Quote Originally Posted by BLuweesH View Post
    "It's nothing great but it's clean, simple and might come in handy for people who are first starting to use RevCMS."

    Nothing was used from HoloCMS, either.

    The only people I need to really credit is the RevCMS developers and Hejula for his Habbo theme. I'm not going to sit here and credit people because I might of used an image on my Store page.

    Like I said, it's nothing great but is cleaner than most edits out there.
    You deserve child benefits for this release.

  11. #26
    Enthusiast BLuweesH is offline
    MemberRank
    Jan 2015 Join Date
    United KingdomLocation
    35Posts

    Re: Habro CMS

    Quote Originally Posted by Zlatan View Post
    Help me, when i put in the cms and all done and search for my retro the " pic on middle " don't shows up??
    You can change this in the CSS as it's pointing to habro.net not your website.

  12. #27
    Member Dan822 is offline
    MemberRank
    Jan 2013 Join Date
    BirminghamLocation
    92Posts

    Re: Habro CMS

    Could you post the tables for the HK please?

  13. #28
    Proficient Member Yesser is offline
    MemberRank
    Aug 2010 Join Date
    179Posts

    Re: Habro CMS

    Well sir, may I have your attention please:

    Please, a note for in the future: Call it RevCMS edit [Habro theme] or something. You are confusing a lot of people. Don't ever do it again.

  14. #29
    Apprentice helpme2 is offline
    MemberRank
    May 2013 Join Date
    The NetherlandsLocation
    18Posts

    Re: Habro CMS

    Quote Originally Posted by Dan822 View Post
    Could you post the tables for the HK please?
    OP? Are you still supporting?



Page 2 of 2 FirstFirst 12

Advertisement