[Packages][MySqli][Templates][Epicness] BoostCMS 1.0 ~ Official Release Thread
Hello there RaGEZONE!
I hope all of you have seen my developement thread on /f331/. If you haven't please check out the link in my signature.
About BoostCMS (Directly from /community/about):
http://imgur.com/jRLLwRu.png
Download Link: BoostCMS 1.0 Official ~ Ā© Amir Zaidi 2013.rar
Official Test Hotel: TrollHotel.DynDNS.org (Not always Online -> My friend hosts it)
Enjoy my best CMS :):
__
Important Notes:
This CMS should work with both pre new crypto and post new crypto SWFS + Emulators. If your emulator uses the user_tickets table instead of auth_tickets please enable the package "R63B_Client".
Everytime you edit the Config Text files please empty your Configuration/Loaded/ folder, otherwisde your new config won't get parsed and loaded.
If you're using this CMS with IIS give all users all permissions. More information about that
__
You need this SQL if you don't use the Phoenix Database
Code:
CREATE TABLE `cms_comments` (
`id` int(6) NOT NULL AUTO_INCREMENT,
`story` int(6) NOT NULL,
`comment` text NOT NULL,
`date` int(10) NOT NULL,
`author` int(6) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
CREATE TABLE `cms_news` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` varchar(255) COLLATE latin1_general_ci DEFAULT NULL,
`shortstory` text COLLATE latin1_general_ci,
`longstory` text COLLATE latin1_general_ci,
`published` int(10) NOT NULL DEFAULT '0',
`image` varchar(255) COLLATE latin1_general_ci DEFAULT '/Public/Images/news/TS_Web60.png',
`campaign` int(1) NOT NULL DEFAULT '0',
`campaignimg` varchar(255) COLLATE latin1_general_ci NOT NULL,
`author` int(6) NOT NULL DEFAULT '1',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
__
Packages Coded/Edited so far:
Updated News in Housekeeping with Image Pick -> [Release] [BoostCMS Package] Updated News in Housekeeping with Image Selection - RaGEZONE forums
Mirror: https://mega.co.nz/#!QM41DSwR!THvy_F...5o3ycrZ11wswW4
Re: [Packages][MySqli][Templates][Epicness] BoostCMS 1.0 ~ Official Release Thread
Wow, I thought this was going to take more time, guess I was wrong. Well done!
Re: [Packages][MySqli][Templates][Epicness] BoostCMS 1.0 ~ Official Release Thread
Quote:
Originally Posted by
VersH
Wow, I thought this was going to take more time, guess I was wrong. Well done!
I can always make new Packages like a Badge Shop, but I first want to see some people use this before I take the time to code all of that for other people (because I don't run a hotel)
Re: [Packages][MySqli][Templates][Epicness] BoostCMS 1.0 ~ Official Release Thread
Holy cow, this is the fastest release ever.
I'll be creating some plugins. I will set up a live demo too in a few minutes :)
EDIT: Hmm for some reasons I keep receiving 500 server error. Dont know what I'm doing wrong. Using IIS7 and php 5.4.
EDIT2: Fixed. Make sure you got all the needed tables in your database :D
Re: [Packages][MySqli][Templates][Epicness] BoostCMS 1.0 ~ Official Release Thread
Quote:
Originally Posted by
HillBilly
Holy cow, this is the fastest release ever.
I'll be creating some plugins. I will set up a live demo too in a few minutes :)
EDIT: Hmm for some reasons I keep receiving 500 server error. Dont know what I'm doing wrong. Using IIS7 and php 5.4.
PHP Code:
ini_set('display_errors', "On");
This would show what your problem is.
Not bad Amir, you're getting better and better. There are some issues that could lead to bad performance. If you want some help, send your skype in P.M
The code is a little bit bleeding for my eye because you're using too much uppercase variables, too much CamelCase, ever trought of using pascalCase?
Re: [Packages][MySqli][Templates][Epicness] BoostCMS 1.0 ~ Official Release Thread
Would love to develop some packages for this ! We have to code them in plain PHP or have you done precoded special tags?
Re: [Packages][MySqli][Templates][Epicness] BoostCMS 1.0 ~ Official Release Thread
Quote:
Originally Posted by
MerijnZ
The code is a little bit bleeding for my eye because you're using too much uppercase variables, too much CamelCase, ever trought of using pascalCase?
It's the other way around, camelCase and PascalCase ;)
Re: [Packages][MySqli][Templates][Epicness] BoostCMS 1.0 ~ Official Release Thread
Quote:
Originally Posted by
Emetophobic
Would love to develop some packages for this ! We have to code them in plain PHP or have you done precoded special tags?
The Template System is a bit like Ubers, but then faster (no copying arrays with var=>values per widget). But you can preload CSS etc in the Start.php and adding tabs to the nav can be done with one line of code.
I didn't do the Smarty tags because it makes your php really slow and Boost already has very easy MySQL and Templating functions
Quote:
Originally Posted by
MerijnZ
PHP Code:
ini_set('display_errors', "On");
This would show what your problem is.
Not bad Amir, you're getting better and better. There are some issues that could lead to bad performance. If you want some help, send your skype in P.M
The code is a little bit bleeding for my eye because you're using too much uppercase variables, too much CamelCase, ever trought of using pascalCase?
He deleted a whole folder and he used an empty database. I already fixed it for him in 2 seconds :lol:
Re: [Packages][MySqli][Templates][Epicness] BoostCMS 1.0 ~ Official Release Thread
Could you possibly make it so we don't have to find the news article image URL manually? e.g zap ase
Re: [Packages][MySqli][Templates][Epicness] BoostCMS 1.0 ~ Official Release Thread
Quote:
Originally Posted by
WethreeKings
Could you possibly make it so we don't have to find the news article image URL manually? e.g zap ase
If you can give me a folder of all web_story images from habbo I will make it as a plugin for you. I already made the plugin for Royalworld some time ago and it is very easy to do, but I just can't find all web_story images
Re: [Packages][MySqli][Templates][Epicness] BoostCMS 1.0 ~ Official Release Thread
Quote:
Originally Posted by
HillBilly
Holy cow, this is the fastest release ever.
I'll be creating some plugins. I will set up a live demo too in a few minutes :)
EDIT: Hmm for some reasons I keep receiving 500 server error. Dont know what I'm doing wrong. Using IIS7 and php 5.4.
EDIT2: Fixed. Make sure you got all the needed tables in your database :D
This is like the only release that was actually finished and not leaked.
Well done :)
Re: [Packages][MySqli][Templates][Epicness] BoostCMS 1.0 ~ Official Release Thread
Woah, amazing work this is really nice for the amount of time you actually spent on it, welldone!
Re: [Packages][MySqli][Templates][Epicness] BoostCMS 1.0 ~ Official Release Thread
Quote:
Originally Posted by
zJordan
This is like the only release that was actually finished and not leaked.
Well done :)
With fastest I mean two things;
The fact that he created this in a month or so.
The fact that this is the fastest Habbo CMS out there.
Re: [Packages][MySqli][Templates][Epicness] BoostCMS 1.0 ~ Official Release Thread
Nice epic release, when will you code/improve with other stuff to make it like habbo(like groups,mypage)
Re: [Packages][MySqli][Templates][Epicness] BoostCMS 1.0 ~ Official Release Thread
Might set this up on NGH ima set it up on my localhost first, this uses MD5 hashing right?