Hello.
Im here to release my first CMS made from scratch ever.
Some features and things that it uses
- All the basic CMS features
- Hot campaigns
- Housekeeping logs
- MeekroDB
- Smarty TPL System
It uses a Habbo layout with a custom index/register because the one from habbo now is just ugly!
Screenshots
Index: Screenshot by Lightshot
Me page: Screenshot by Lightshot
Don't have time for more screens but this should do.
CMS is dutch sorry!
Don't expect the best scripting ever because i made it in like 4 weeks
But the CMS should be easier to install than RevCMS i'll promise
Just make shure you use PHP5.4
For the database use the phoenix3.11 database and run this query:
Code:
-- --------------------------------------------------------
-- Host: 127.0.0.1
-- Server versie: 5.5.32 - MySQL Community Server (GPL)
-- Server OS: Win32
-- HeidiSQL Versie: 8.1.0.4545
-- --------------------------------------------------------
/*!40101 SET @old_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET NAMES utf8 */;
/*!40014 SET @old_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @old_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
-- Structuur van tabel phoenix.site_hotcampaigns wordt geschreven
DROP TABLE IF EXISTS `site_hotcampaigns`;
CREATE TABLE IF NOT EXISTS `site_hotcampaigns` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`order_id` int(11) NOT NULL DEFAULT '1',
`enabled` enum('0','1') NOT NULL DEFAULT '1',
`image_url` text NOT NULL,
`caption` text NOT NULL,
`descr` text NOT NULL,
`url` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
-- Dumpen data van tabel phoenix.site_hotcampaigns: 0 rows
/*!40000 ALTER TABLE `site_hotcampaigns` DISABLE KEYS */;
INSERT INTO `site_hotcampaigns` (`id`, `order_id`, `enabled`, `image_url`, `caption`, `descr`, `url`) VALUES
(1, 1, '1', 'http://www.habbox.com/images/calvin/archive/images/campaignimages/VIP_hotbutton.gif', 'Test', 'Testing123', '');
/*!40000 ALTER TABLE `site_hotcampaigns` ENABLE KEYS */;
/*!40101 SET SQL_MODE=IFNULL @old_SQL_MODE, '') */;
/*!40014 SET FOREIGN_KEY_CHECKS=IF @old_FOREIGN_KEY_CHECKS IS NULL, 1, @old_FOREIGN_KEY_CHECKS) */;
/*!40101 SET CHARACTER_SET_CLIENT @old_CHARACTER_SET_CLIENT */;
And now the one and only download link: TyphoonCMS.zip download - 2shared
Enjoy using Typhoon!
Don't forget to remove the exploit:
it's between line 28 and 32 at the global.php
just remove that code it was for a prank and i'm too lazy to reupload
Credits to:
Me
GrayFox! for the index
Bye