Yes i Found fatal cms now its a full cms the only thing is the latest news works but the news page community needs fixing whoever manages to do it gets my respect and if they release it i love them
the admin in this is rank 8
FatalCMS (Complete).zip
Yes i Found fatal cms now its a full cms the only thing is the latest news works but the news page community needs fixing whoever manages to do it gets my respect and if they release it i love them
the admin in this is rank 8
FatalCMS (Complete).zip
What database do you use?
I would take it you do not have permission to release this from the dev of the script ?
I would advise you to stop sharing it
Well, the same rules apply for phoenix. I'll have to let this release stay.
its cool bro, ive already started working on the v2...
and btw this isn't even v1 so idk i guess it gives them something to learn from.
v1
- No portable housekeeping
- Template System
- News categories / JQuery NavBar
- Account Settings
- Payment Systems
- Voucher
- Badge Shop
- Redeem Gold Bar System
so im not to worried about them having a base to work with i guess but ill keep in mind for next time, not to trust anyone with my work.
Thanks,
Have a nice day :)
Hello Mr.Jacob Pollack,
I do believe you have the wrong name ;) when you get the right name talk to moa ;)
Thanks,
*cough* moe *cough*
Last edited by XenoGFX; 11-02-12 at 02:03 AM.
Ok let's take all this halla-bal-u to the Private Message System.
/thread-sweeper.
That layout is sooooo sexy :O
What's exactly included in this CMS?
Whats Included Is A Cms I Am trying to get news showing admin allows to make news just some tables need changing
Well learn from it, know the full setup of the cms before sharing
Nice thanks :P
I like the layout, but i already have a sexy cms :D
WHAT DB to use ?![]()
a normal phoenix and uber one soz subway for not responding faster yeah uber will do it
Thanks for releasing!
Ehm, someone know what to do?Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at C:\xampp\htdocs\index.php:2) in C:\xampp\htdocs\inc\global.inc.php on line 18
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\xampp\htdocs\index.php:2) in C:\xampp\htdocs\inc\global.inc.php on line 18
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 11 in C:\xampp\htdocs\inc\class.users.php on line 104
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 12 in C:\xampp\htdocs\inc\class.users.php on line 111
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 15 in C:\xampp\htdocs\inc\class.users.php on line 97
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 16 in C:\xampp\htdocs\inc\class.users.php on line 97
Unknown column 'points' in 'field list'
Hhm, error_reporting(0); ?
No Add Points To Your User Tables And It Should Fix It
Edit
V2
![]()
For this to work delete your user table and or add this code in
Also almost forgotPHP Code:-- ----------------------------
-- Table structure for `users`
-- ----------------------------
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',
`points` enum('0','1') NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- ----------------------------
-- Records of users
-- ----------------------------
PHP Code:--
-- Table structure for table `site_news`
--
CREATE TABLE IF NOT EXISTS `site_news` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`seo_link` varchar(120) NOT NULL DEFAULT 'news-article',
`title` text NOT NULL,
`category_id` int(10) unsigned NOT NULL DEFAULT '1',
`topstory_image` text NOT NULL,
`body` text NOT NULL,
`snippet` text NOT NULL,
`datestr` varchar(50) NOT NULL,
`timestamp` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;
--
-- Dumping data for table `site_news`
--
INSERT INTO `site_news` (`id`, `seo_link`, `title`, `category_id`, `topstory_image`, `body`, `snippet`, `datestr`, `timestamp`) VALUES
(1, 'welcome-to-bobbzo-hotel', 'Welcome to Bobbzo Hotel!', 1, 'http://127.0.0.1/images/ts/Bat_hulk_habbo.png', '<p>Hello and welcome to the brand new Bobbzo Hotel!</p>\r\n<p>Bobbzo Hotel opened a few years back but back then it was old and out dated. Now, we are back with UberCMS and PhoenixEMU so that we provide you with all the lastest Pets, Wired Furniture, Games, and many other in-game Items.</p>\r\n<p> </p>\r\n<p><strong>What will be happening in the near future?</strong></p>\r\n<p>Later this year I will planning quite a big Update within the Bobbzo System to provide you with an entirely secure site to ensure your safety and to keep you updated with Habbo Hotel''s latest features.</p>\r\n<p> </p>\r\n<p>Thanks,</p>\r\n<p>Unkn0wn, Sam & James</p>', 'What''s on the way?', '16-Jun-2011', 1308246943);
-- --------------------------------------------------------
Sorry i don't like it. Not rwally special. But thats my opinion.
Posted via Mobile Device
It looks nice ^^.
You'll still be missing a few things from the database as a bit of the db was custom ^^`
Posted via Mobile Device
Well Done Mark.
Mark has also decided to take credit for the full CMS and layout.
Giggity Giggity.
Woops, My bad. It's called TuneCMS... That make's more sense. Well Done Mark, Teach me some shiz sometimes mate!
![]()
no the cms is ubercms the layout is theres
yes twitter they didnt recode ubercms for me did they sean nah
I Havent taken credit for It This is a release OK I Simply Made The Style For My Hotels UberCMS Edit No I Wont Release it Also Ive Done A Housekeeping Layout No to link with this NO I Wont Release It
New Updates thinking of putting some other layouts in and making you able to change them like a fansite need to find a fansite that uses it then code my own also housekeeping layout
Also all the people saying u cant take credit for this ahhh sean this mark that i do not care what you think ok i put the work in its paided off so live with it