[Best CMS] Blue (Known as Blue code) Mysqli,Mysql CMS From Scratch [1.0.0]

Would you want more versions of this CMS? (1.0.0, 1.0.1, 1.1.1)

  • Yes

    Votes: 11 84.6%
  • No

    Votes: 2 15.4%

  • Total voters
    13
  • Poll closed .
Status
Not open for further replies.

Techie

Member
Aug 22, 2012
129
6
Hey I am starting a development of a CMS that I have coded from scratch. This CMS is advanced PHP coding and also includes a lot of features other CMS's don't. Carry on reading for information and features included in this cms

Features
Working password confirmation (Actually sends the email)
Working register confirmation (Actually sends the email)
Facebook Authentication Login (See information below for details)
Advanced PHP Template Engine
Optional Database choices (Mysql or Mysqli)
Optional database conection (mysql_connect or mysql_pconnect)
Protection against mysql injection
Protection against proxy and vpns
Protection against bots
Ability to block certain browsers, isps, ips, and bots

For the working password confirmation. You will need to add your email and email password for your email to the config file to send the emails. For facebook login you will need to create your own facebook app and i am also thinking of inplenting other logins such as Twitter and Gmail and maybe yahoo. I am also still thinking about other decisions for the CMS

Decisions (Things that I'm still thinking about)
Skin/Theme system like RevCMS
Other login options such as Twitter, Gmail, or Yahoo
24/7 Support line to me or CMS help
Referral system (/ref/username) at register System

There are still a lot more features to come. This is just early In the development!

Template engine example:
Code:
{include file="/files/myinclude.php"}

<!-- What if I wanted PHP code? -->
{if 1 > 0}
<p>1 is higher then 0</p>
{else}
<p>What the fuck?</p>
{/if}

<!-- More examples -->
{php}
echo "PHP Code using tags!
{/php}
<!-- You can turn off {php} tags in config -->

Snipplets of the CMS
Code:
use Blue\Blue;
use Blue\BlueAuthentication;
use Blue\BlueCookie;
use Blue\BlueDatabase;
use Blue\BlueLoader;
use Blue\BlueUsers;

error_reporting(0);

define("blue_ds", DIRECTORY_SEPARATOR);
define("blue_dir", dirname(__FILE__) . blue_ds);

// More...

#the false is the port, set to "10" or something to change mysql port!
# Example: $database->connect('host', 'username', 'password', 'database', "10", 'mysql_pconnect');
$database = new BlueDatabase();
$database->connect('host', 'username', 'password', 'database', false, 'mysql_pconnect');

# Don't worry. Licence system is for personal use only and for education reasons
Code:
$system->setLoader('LICENCE_NAME', 'LICENCE_PASS');
 

Techie

Member
Aug 22, 2012
129
6
I'm sorry for the late reply. Blue has only just started as I think I put in the thread. That's why I havent shown much code. At the moment I'm just working on the PHP part. I will add Screenshots when I've started on the design.
 

GarettM

Posting Freak
Aug 5, 2010
833
136
if you need any help PM me :p looks good also mysql should be a no go.
Database driver choices should be
  1. Mysqli
  2. PDO
 

Techie

Member
Aug 22, 2012
129
6
You can now choose between 3 database drivers. In reply to GarettIsHere's comment. Just changed the config value

Code:
$config['database_driver'] = 'mysql';
 

Snappy

^^^^UpHosting^^^^
Aug 29, 2013
521
43
Any updates or screenies?

@Legion Dead Thread/No further development or screenies! You know what to do!
 

Techie

Member
Aug 22, 2012
129
6
My computer broke thats the reason for lack of news on it but heres a screenie, I plan to add slideshow news to the left panel thats empty to make it a bit more habbo-ish, there will be a bootstrap theme and habbo theme!

SCREENIE: (Index)
 

Snappy

^^^^UpHosting^^^^
Aug 29, 2013
521
43
My computer broke thats the reason for lack of news on it but heres a screenie, I plan to add slideshow news to the left panel thats empty to make it a bit more habbo-ish, there will be a bootstrap theme and habbo theme!

SCREENIE: (Index)
Nice nice change the social names to icons?
 

LeChris

github.com/habbo-hotel
Sep 30, 2013
2,744
1,326
Can you send me a copy of the source so far?


<--!Posted Via Tapatalk!-->
 

Techie

Member
Aug 22, 2012
129
6
Can you send me a copy of the source so far?


<--!Posted Via Tapatalk!-->
Im only sending the source to developers at the moment, Sorry about that. It should be released in a few days. 2 Versions to work with diffrent databases

@Adsclicker I agreee, thanks for the suggestion!
 

LeChris

github.com/habbo-hotel
Sep 30, 2013
2,744
1,326
Im only sending the source to developers at the moment, Sorry about that. It should be released in a few days. 2 Versions to work with diffrent databases

@Adsclicker I agreee, thanks for the suggestion!
Did you think I wanted it for my hotel? I'm a developer, I just wanted to look around to see how you coded it. Sorry?


<--!Posted Via Tapatalk!-->
 

Techie

Member
Aug 22, 2012
129
6
Did you think I wanted it for my hotel? I'm a developer, I just wanted to look around to see how you coded it. Sorry?


<--!Posted Via Tapatalk!-->
No not at all, Its just you don't know who you can trust with leaking worries. Sorry if i insulted you.
 

Techie

Member
Aug 22, 2012
129
6
Just to assure you all that this project is going somewhere I have posted a changelog of things that arent in the thread!

Radio system
Habbos api system
Yahoo login
Themes system added
Support for Mysqli also Mysql
Referral system (/ref/username)

Started working on the Me page
Started working on the Badge shop
Started working on the Housekeeping

There will be 2 versions of this cms. A RP Version (Works with reality,snowstorm database) And a hotel version (Works with phoenix,bcstorm database) - The RP Version will be being released in the next few days. The hotel version is being released in July

Spoilers of Files

Root:
kHdLjKS.png

/blue:

AhLJqBY.png
 
Last edited:

Techie

Member
Aug 22, 2012
129
6
@LeChris Regarding your last comment. I didn't think you wanted to use it for your hotel its just Incase of leaking
 

BIOS

ಠ‿ಠ
Apr 25, 2012
906
247
Ew, it's using bootstrap? That's what the ugly hotels do. I'd stick to the original Habbo theme, using fully bootstrap like that would just ruin it and make users want to throw up.

And btw you kinda just like.. triple posted too, lol.
 

JacobMLucado

Pacton-Hotel.net
Dec 26, 2011
52
3
Ew, it's using bootstrap? That's what the ugly hotels do. I'd stick to the original Habbo theme, using fully bootstrap like that would just ruin it and make users want to throw up.

And btw you kinda just like.. triple posted too, lol.

There is nothing wrong with using bootstrap to make a hotel, not everyone likes the habbo theme.
 

Javasex

On Instagram str8 Flexin
Dec 21, 2013
128
24
$config['database_driver'] = 'mysql';
Why do people use ['']
Simply easier to use $ i.e $_config['hotel']['url']
can simply be $path =
also is this based off RevCMS it seems to be simply a more updated Class Template of RevCMS i.e {}
Though it would be easier to use that.. i prefer -->[/QUOTE]
 
Status
Not open for further replies.

Users who are viewing this thread

Top