-
MabboCMS - "Because looks DO matter!" - As seen on Mabbo Hotel.
Hello, there.
Seeing as I've recently closed Mabbo, because it was simply too time consuming and distracting - I thought I'd finally release this, even if a few English hotels and half of the Brazillian retro world already have the design.
It's not 'complete', as you would expect, because I've been busy lately - but it's functional as a 'Phoenix PHP re-design', so quit 'yo moaning :')
If you do credit me for this, please ALSO credit Adam (Browneyadz) - he's owed it, as much as I am.
Features (Those which I can recall)
- Online friends widget
- Sleek, 'r63' design
- Embedded Ubuntu font, Habbo's new choice of font-face
- Populated rooms widget
- Designed with care <3
- Pure CSS hover navigation
- Compatible with Phoenix DB, and able to work with uBer (probably) ;)
Download; http://www.mediafire.com/?oqt3pkl14js8ygq
RUN http://www.mediafire.com/?7cf93zxz0rgcvk2 WHEN SETUP! Thanks Siem ;)
Fixed the index, sorry(a).. Thanks Jamie ;)
And if you had a problem with the language files, they're fixed, too. (a)
I was going to delete it, but if you want PM in it - thanks for suggesting, -Jordan-
Code:
DROP TABLE IF EXISTS `cms_pm_report`;
CREATE TABLE `cms_pm_report` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`reported_pm` int(11) DEFAULT NULL,
`reported_by` int(11) DEFAULT NULL,
`reason` varchar(255) DEFAULT NULL,
`handled_by` int(11) DEFAULT NULL,
`solved` enum('0','1') CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=latin1;
ALTER TABLE permissions_ranks ADD pm_reports enum('1','0') collate utf8_unicode_ci NOT NULL default '0';
ALTER TABLE permissions_users ADD pm_reports enum('1','0') collate utf8_unicode_ci NOT NULL default '0';
Code:
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for `cms_pm`
-- ----------------------------
DROP TABLE IF EXISTS `cms_pm`;
CREATE TABLE `cms_pm` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`toid` int(11) DEFAULT NULL,
`fromid` int(11) DEFAULT NULL,
`timestamp_sent` int(11) DEFAULT NULL,
`timestamp_received` int(11) DEFAULT NULL,
`subject` char(100) DEFAULT NULL,
`message` text,
`folder` char(10) DEFAULT NULL,
`read` enum('1','0') DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=282 DEFAULT CHARSET=latin1;
-- ----------------------------
-- Records of cms_pm
-- ----------------------------
Much love, Jak.
(Feel free to like it - after all, it's free).
-
Re: MabboCMS - "Because looks DO matter!" - As seen on Mabbo Hotel.
Quote:
Originally Posted by
Nominal
Hello, there.
Seeing as I've recently closed Mabbo, because it was simply too time consuming and distracting - I thought I'd finally release this, even if a few English hotels and half of the Brazillian retro world already have the design.
It's not 'complete', as you would expect, because I've been busy lately - but it's functional as a 'Phoenix PHP re-design', so quit 'yo moaning :')
Download; http://r63.mabbohotel.net/MabboCMS.zip
Much love, Jak.
Did you listen to me on this one when i said it to Hejula :)
But seriously mate, nice release + its sad to see your hotel go mate but cheers!:(:
-
Re: MabboCMS - "Because looks DO matter!" - As seen on Mabbo Hotel.
Its a shame to see Mabbo go :(
-
Re: MabboCMS - "Because looks DO matter!" - As seen on Mabbo Hotel.
Just looked in them and theres no index.php :(
How much did you do on this + what pages still need developing.
-
Re: MabboCMS - "Because looks DO matter!" - As seen on Mabbo Hotel.
Fixed that, sorry :L
Not a clue as to the contents, it's pretty functional, in that, you shouldn't need too many more pages. All core pages are there, and a few nifty features such as the 'current populated rooms', and the friends online widget.
~Jak
-
Re: MabboCMS - "Because looks DO matter!" - As seen on Mabbo Hotel.
Quote:
Originally Posted by
Nominal
Fixed that, sorry :L
Not a clue as to the contents, it's pretty functional, in that, you shouldn't need too many more pages. All core pages are there, and a few nifty features such as the 'current populated rooms', and the friends online widget.
~Jak
Thankyou 'Jamie' Would be nice;)
Cheers Jak<3
Good Release!:thumbup1:
-
Re: MabboCMS - "Because looks DO matter!" - As seen on Mabbo Hotel.
Hi,
What databse does this CMS use, as it doesn't seem to work with Phoenix's DB.
Thanks,
George
-
Re: MabboCMS - "Because looks DO matter!" - As seen on Mabbo Hotel.
It's PhoenixPHP, with a different design, etc.
It does work with Phoenix DB, Lol. Can I see any errors you have?
-
Re: MabboCMS - "Because looks DO matter!" - As seen on Mabbo Hotel.
works for me fine, just use the normal PhoenixPHP Database.
-
Re: MabboCMS - "Because looks DO matter!" - As seen on Mabbo Hotel.
Ah, I'm using the Phoenix Emulator database, my issues is:
Warning: require_once(C:\xampp\htdocs\\lang/en.php) [function.require-once]: failed to open stream: No such file or directory in C:\xampp\htdocs\global.php on line 38
Fatal error: require_once() [function.require]: Failed opening required 'C:\xampp\htdocs\\lang/en.php' (include_path='.;C:\xampp\php\PEAR') in C:\xampp\htdocs\global.php on line 38
Thanks,
George
-
Re: MabboCMS - "Because looks DO matter!" - As seen on Mabbo Hotel.
A fine release indeed. Just wait till them little leechers come and take your credit :thumbup1:
-
Re: MabboCMS - "Because looks DO matter!" - As seen on Mabbo Hotel.
-
Re: MabboCMS - "Because looks DO matter!" - As seen on Mabbo Hotel.
Jim, they already have for the design (over in Brazillian retro world).
Adde, I can't code PHP very well, so I haven't added any personally. So, equally, I cannot say it's 100% exploit free, if there exists exploits in PhoenixPHP. I based it on the latest build, so it should be fairly safe.
~Jak
-
Re: MabboCMS - "Because looks DO matter!" - As seen on Mabbo Hotel.
hot to fix these errors
mysql_num_rows() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\inc\class.pm.php on line 28
Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\includes\inbox.php on line 220
Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\includes\inbox.php on line 223
And i got xampp version 1.7.3
-
Re: MabboCMS - "Because looks DO matter!" - As seen on Mabbo Hotel.
Still no luck, any advice?
-
Re: MabboCMS - "Because looks DO matter!" - As seen on Mabbo Hotel.
euhm Is it uber? or phoenix?
-
Re: MabboCMS - "Because looks DO matter!" - As seen on Mabbo Hotel.
My version worked with the PM system by Leenster, I'll make a little fix for that.
In the meantime, go into includes/header.php and delete;
Code:
<?php if($pms->NewPM($users->UserID($_SESSION['username'])) >"0") echo ' <img id="vMiddle" src="images/messageIcon.png" /> '.$pms->NewPM($users->UserID($_SESSION['username'])).' '; else echo(''); ?>
-
Re: MabboCMS - "Because looks DO matter!" - As seen on Mabbo Hotel.
Jak, can you help me out, maybe post you DB, I really don't know why it wont work.
Thanks.
-
Re: MabboCMS - "Because looks DO matter!" - As seen on Mabbo Hotel.
Quote:
Originally Posted by
Powerz
euhm Is it uber? or phoenix?
Phoenix, and it does state it *may* work with uBer.
~Jak
-
Re: MabboCMS - "Because looks DO matter!" - As seen on Mabbo Hotel.
how to fix these then
Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\cms\MabboCMS\includes\inbox.php on line 220
Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\cms\MabboCMS\includes\inbox.php on line 223
and i cant get on housekeeping no error nothing when i click it nothing happens
-
Re: MabboCMS - "Because looks DO matter!" - As seen on Mabbo Hotel.
Sorry Jak, all sorted now.
-
Re: MabboCMS - "Because looks DO matter!" - As seen on Mabbo Hotel.
Good, don't apologise. I would go along and post a half-finished release ;)
Did the code I posted help, or was it a different solution. If so, feel free to post for others ;).
~Jak
-
Re: MabboCMS - "Because looks DO matter!" - As seen on Mabbo Hotel.
Well, it was me not using the second download, I thought I had but obviously hadn't. One thing though, I cannot access the housekeeping? Could you help me with that?
Thanks.
-
Re: MabboCMS - "Because looks DO matter!" - As seen on Mabbo Hotel.
Jak the code u posted helped me but not for the inbox problem i got
-
Re: MabboCMS - "Because looks DO matter!" - As seen on Mabbo Hotel.
Are you ranked, to use housekeeping?
~Jak