UBERCMS Working homes , groups ,minimails together with REVCMS

Page 1 of 3 123 LastLast
Results 1 to 15 of 34
  1. #1
    Loyalty Vaulient is offline
    MemberRank
    May 2012 Join Date
    MalaysiaLocation
    1,796Posts

    UBERCMS Working homes , groups ,minimails together with REVCMS

    Removed.
    Last edited by Vaulient; 02-12-13 at 02:42 AM.


  2. #2
    Member 11Johan11 is offline
    MemberRank
    Mar 2013 Join Date
    Habbo SectionLocation
    74Posts

    Re: UBERCMS Working homes , groups ,minimails together with REVCMS

    Looks Nice! Will try this out!

  3. #3
    Loyalty Vaulient is offline
    MemberRank
    May 2012 Join Date
    MalaysiaLocation
    1,796Posts

    Re: UBERCMS Working homes , groups ,minimails together with REVCMS

    Yea well the link to the emu and revcms is stil being updated though. My internet is pre shit oh and I forgot the ubercms needs a web gallery , I'll update a link.

  4. #4
    Member 11Johan11 is offline
    MemberRank
    Mar 2013 Join Date
    Habbo SectionLocation
    74Posts

    Re: UBERCMS Working homes , groups ,minimails together with REVCMS

    Quote Originally Posted by Vaulient View Post
    Yea well the link to the emu and revcms is stil being updated though. My internet is pre shit oh and I forgot the ubercms needs a web gallery , I'll update a link.
    Yeah i noticed that now xd

  5. #5
    Loyalty Vaulient is offline
    MemberRank
    May 2012 Join Date
    MalaysiaLocation
    1,796Posts

    Re: UBERCMS Working homes , groups ,minimails together with REVCMS

    Quote Originally Posted by 11Johan11 View Post
    Yeah i noticed that now xd
    Link to web-gallery updated , emu and cms uploaded 50 % so patience my child >;3

  6. #6
    Account Upgraded | Title Enabled! Joe Richardson is offline
    MemberRank
    Feb 2013 Join Date
    485Posts

    Re: UBERCMS Working homes , groups ,minimails together with REVCMS

    Shit, i read it wrong. I thought you had minimails and homes for revcms haha. Damm!

  7. #7
    Loyalty Vaulient is offline
    MemberRank
    May 2012 Join Date
    MalaysiaLocation
    1,796Posts

    Re: UBERCMS Working homes , groups ,minimails together with REVCMS

    Quote Originally Posted by Joe Richardson View Post
    Shit, i read it wrong. I thought you had minimails and homes for revcms haha. Damm!
    Trust me , I tried converting it , it just kept getting messed up. UberCMS all the way.

    Emu link has been updated.
    Last edited by Vaulient; 30-11-13 at 05:07 PM.

  8. #8
    Member 11Johan11 is offline
    MemberRank
    Mar 2013 Join Date
    Habbo SectionLocation
    74Posts

    Re: UBERCMS Working homes , groups ,minimails together with REVCMS

    Is The CMS Uploaded yet?

  9. #9
    Loyalty Vaulient is offline
    MemberRank
    May 2012 Join Date
    MalaysiaLocation
    1,796Posts

    Re: UBERCMS Working homes , groups ,minimails together with REVCMS

    Revcms you mean? 90 %done , ubercms has been uploaded xD

  10. #10
    Apprentice bennieboy50 is offline
    MemberRank
    May 2012 Join Date
    NetherlandsLocation
    13Posts

    Re: UBERCMS Working homes , groups ,minimails together with REVCMS

    The database by ubercms is missing tables, could you fix it?

  11. #11
    Loyalty Vaulient is offline
    MemberRank
    May 2012 Join Date
    MalaysiaLocation
    1,796Posts

    Re: UBERCMS Working homes , groups ,minimails together with REVCMS

    https://www.mediafire.com/?wd5gbqe43suk8am revcms link updated

    Quote Originally Posted by bennieboy50 View Post
    The database by ubercms is missing tables, could you fix it?
    What table is it missing cuz I checked out on my localhost , it works fine.

  12. #12
    Apprentice bennieboy50 is offline
    MemberRank
    May 2012 Join Date
    NetherlandsLocation
    13Posts

    Re: UBERCMS Working homes , groups ,minimails together with REVCMS

    It said Site_cron.

  13. #13
    Not so spooky... MrSpooks is offline
    MemberRank
    May 2010 Join Date
    Under a rockLocation
    1,068Posts

    Re: UBERCMS Working homes , groups ,minimails together with REVCMS

    Meh Uber? where is the credits to Meth0d? i duno about this is there any exploits?

    I duno if method deved Uber CMS not sure but yeah.


    Thaks i guess.

  14. #14
    Overruled ! DarkWing is offline
    MemberRank
    Dec 2011 Join Date
    345Posts

    Re: UBERCMS Working homes , groups ,minimails together with REVCMS

    If your missing the "site_cron" table simply run this sql

    PHP Code:
    CREATE TABLE `site_cron` (
      `
    idint(11NOT NULL AUTO_INCREMENT,
      `
    prioint(11NOT NULL DEFAULT '5',
      `
    enabledenum('0','1'NOT NULL DEFAULT '1',
      `
    scriptfilevarchar(50NOT NULL,
      `
    last_execint(11NOT NULL,
      `
    exec_everyint(11NOT NULL,
      
    PRIMARY KEY (`id`)
    ENGINE=MyISAM AUTO_INCREMENT=DEFAULT CHARSET=latin1
    After you may need to add "site_config"

    PHP Code:
    CREATE TABLE `site_config` (
      `
    idint(11NOT NULL AUTO_INCREMENT,
      `
    maintenanceenum('0','1'NOT NULL DEFAULT '0',
      
    PRIMARY KEY (`id`),
      
    KEY `maintaince` (`maintenance`)
    ENGINE=MyISAM AUTO_INCREMENT=DEFAULT CHARSET=latin1
    Then run this

    PHP Code:
    INSERT INTO site_config VALUES ('1''0'); 
    site_navi

    PHP Code:
    CREATE TABLE IF NOT EXISTS `site_navi` (
      `
    idint(10unsigned NOT NULL AUTO_INCREMENT,
      `
    parent_idint(10unsigned NOT NULL DEFAULT '0',
      `
    order_idint(11NOT NULL,
      `
    captiontext NOT NULL,
      `
    classtext NOT NULL,
      `
    urltext NOT NULL,
      `
    visibilityenum('0','1','2','3'NOT NULL COMMENT '0 = Never, 1 = Always, 2 = Logged in only, 3 = Guests only',
      
    PRIMARY KEY (`id`),
      
    KEY `parent_id` (`parent_id`) USING BTREE
    ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=35 ;

    --
    -- 
    Dumping data for table `site_navi`
    --

    INSERT INTO `site_navi` (`id`, `parent_id`, `order_id`, `caption`, `class`, `url`, `visibility`) VALUES
    (101'%habboName%''metab''%www%/me''2'),
    (
    211'Home''''/me''1'),
    (
    502'Community''''%www%/community''1'),
    (
    414'Account Settings''''%www%/profile''2'),
    (
    751'Community''''%www%/community''1'),
    (
    801'Register At Habbo''tab-register-now''%www%/register''3'),
    (
    961'Credits''''%www%/credits''1'),
    (
    1063'Pixels''''%www%/credits/pixels''1'),
    (
    13121'Shop Home''''%www%/vip/shop''2'),
    (
    1412'My Page''''%www%/home/%habboName%''2'),
    (
    1653'%shortName% Staff''''%www%/community/staff''1'),
    (
    1752'News''''%www%/articles''1'),
    (
    18122'Get Points''''%www%/vip/getpoints''2'),
    (
    27261'Credits''''%www%/tops''1'),
    (
    3408'Facebook''tab-register-now''http://facebook.com/habbodotvg''1'),
    (
    603'Credits'' ''%www%/credits''1'); 
    Add these and you should be good

    P.S - One table is missing and I could not find it, "hotel_alert" table
    Last edited by DarkWing; 30-11-13 at 08:43 PM.

  15. #15
    Alpha Member Emily is offline
    MemberRank
    Oct 2012 Join Date
    The NetherlandsLocation
    2,408Posts

    Re: UBERCMS Working homes , groups ,minimails together with REVCMS

    Good release bro. However I think not many people use UberCMS anymore.



Page 1 of 3 123 LastLast

Advertisement