uberCMS reDev

Status
Not open for further replies.

Predict

Active Member
Jun 27, 2011
126
63
Development thread can be found here:
Demo of the version can be found here:
Download of uberCMS reDev can be found here:

You might want to import this into your database. (preferably phoenix)

PHP:
--
-- Table structure for table `homes`
--
 
CREATE TABLE IF NOT EXISTS `homes` (
  `home_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `allow_display` enum('0','1') NOT NULL DEFAULT '1',
  `link_id` int(11) NOT NULL,
  PRIMARY KEY (`home_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
 
-- --------------------------------------------------------
 
--
-- Table structure for table `homes_items`
--
 
CREATE TABLE IF NOT EXISTS `homes_items` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `home_id` int(10) unsigned NOT NULL,
  `x` int(11) NOT NULL DEFAULT '0',
  `y` int(11) NOT NULL DEFAULT '0',
  `z` int(11) NOT NULL DEFAULT '0',
  `data` varchar(500) NOT NULL,
  `skin` text NOT NULL,
  PRIMARY KEY (`id`),
  KEY `home_id` (`home_id`),
  KEY `data` (`data`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
 
-- --------------------------------------------------------

What does it include?

index (habbo's latest revision)
quick register
me (habbo's latest revision)
habbo homes (similar to habbo.com)
account settings
articles
error page
 

Derpec

Retrosetups.com | Professional, Reliable, Setups
Feb 21, 2012
654
89
I like it in a way but the cms looks like habborp but just with some features that are not there
 

brsy

nah mang
May 12, 2011
1,530
272
Why this no work!!

ONT: jk, just wanna mess with you :). Nice work Predict, you should continue this reDevelopment.
 

TheLuke

Call me Luke
Nov 13, 2011
55
4
Link doesn't work, could it be updated, or can somebody re-upload and send me the link please?
 

Predict

Active Member
Jun 27, 2011
126
63
Thread should of been closed, as I released this for a short period of time and decided to continue the development, meaning removing the download hyperlinks. :}
 
Status
Not open for further replies.

Users who are viewing this thread

Top