JH CMS // r63 // PHP // SQL // A Remake Of Habbo

Status
Not open for further replies.

Baevus

the names ethan
Nov 4, 2012
565
47
Thread closed for not following Section Rules.
JHCMS
Introduction
JHCMS is a remake of habbo, Its also un-unique. But it is not a remake. JHCMS was based on​
WambaPHP's Development version, But JH CMS is a working version of WambaPHP.​
It looks more like habbo and basicly, is habbo. I hope you enjoy this project.​
Questions and Answers
Q: Lol your just going to give up.​
A: No, not this time and I did release iMC btw.​
Screenies
You must be registered for see images attach
You must be registered for see images attach
Snippets
Index.PHP
PHP:
<?php
    /*================================================================+\
    || # JHCMS- An all around Component Content Management System.   ||
    |+================================================================+|
    || # Copyright (C) 2013 CookieMonsta & iJaay. All rights reserved.||
    || # http://www.devbest.com/user/CookieMonsta & iJaay.NET         ||
    || # This was a scratch development. Love to devbest for support! ||
    |+================================================================+|
    || # JHCMS is provided "as is" and comes without                 ||
    || # warrenty of any kind. JHCMS is free software!               ||
    || # License: GNU Public License 3.0                              ||
    || # http://opensource.org/licenses/gpl-license.php               ||
    \+================================================================*/
 
if(!Defined('JHCMS_Secure')) die ("Direct Access is Denied.");
 
define('JHCMS_ROOT','application/');
define('JHCMS_CONF','management/');
define('JHCMS_TEMP','templates/');
define('JHCMS_FUNC','functions/');
define('JHCMS_STOR','storage/');
define('JHCMS_LBRY','library/');
define('JHCMS_CLSS','classes/');
 
require_once JHCMS_ROOT . JHCMS_STOR . 'error_logs/global.php'; 
require_once JHCMS_ROOT . JHCMS_CONF . 'configuration.php';
require_once JHCMS_ROOT . JHCMS_LBRY . JHCMS_CLSS . 'class.template.php';
require_once JHCMS_ROOT . JHCMS_LBRY . JHCMS_CLSS . 'class.mysql.php';
require_once JHCMS_ROOT . JHCMS_LBRY . JHCMS_FUNC . 'function.get_date.php';
require_once JHCMS_ROOT . JHCMS_LBRY . JHCMS_FUNC . 'function.set_chmod.php';
 
$MySQL = new MySQL();
$Template = new Template();
$MySQL->connect();
 
?>
Core.PHP
PHP:
<?php
    /*================================================================+\
    || # JHCMS- An all around Component Content Management System.  ||
    |+================================================================+|
    || # Copyright (C) 2013 CookieMonsta & iJaay. All rights reserved.||
    || # http://www.devbest.com/user/CookieMonsta & iJaay.NET        ||
    || # This was a scratch development. Love to devbest for support! ||
    |+================================================================+|
    || # JHCMS is provided "as is" and comes without                ||
    || # warrenty of any kind. JHCMS is free software!              ||
    || # License: GNU Public License 3.0                              ||
    || # http://opensource.org/licenses/gpl-license.php              ||
    \+================================================================*/
 
        if(!Defined('JHCMS_Secure')) die ("Direct Access is Denied.");
 
        define('JHCMS_ROOT','application/');
        define('JHCMS_CONF','management/');
        define('JHCMS_TEMP','templates/');
        define('JHCMS_FUNC','functions/');
        define('JHCMS_STOR','storage/');
        define('JHCMS_LBRY','library/');
        define('JHCMS_CLSS','classes/');
 
            require_once JHCMS_ROOT . JHCMS_STOR . 'error_logs/global.php';
            require_once JHCMS_ROOT . JHCMS_CONF . 'configuration.php';
            require_once JHCMS_ROOT . JHCMS_LBRY . JHCMS_CLSS . 'class.template.php';
            require_once JHCMS_ROOT . JHCMS_LBRY . JHCMS_CLSS . 'class.mysql.php';
            require_once JHCMS_ROOT . JHCMS_LBRY . JHCMS_FUNC . 'function.get_date.php';
            require_once JHCMS_ROOT . JHCMS_LBRY . JHCMS_FUNC . 'function.set_chmod.php';
     
            $MySQL = new MySQL();
            $Template = new Template();
            $MySQL->connect();
     
?>

Credits
70% - iJaay for making cms​
30% - CookieMonsta for releasing WambaPHP Development version.​
 

IntactDev

Member
Nov 22, 2012
399
71
I'll like to see how this goes, as I'm currently making my own CMS. Yay, some friendly competition! :gangnam:
 

Dann

ohi
Jan 26, 2013
234
49
It's a shame you aren't doing one from complete scratch to be honest. Looks and sounds decent anyways, good luck.
 

Baevus

the names ethan
Nov 4, 2012
565
47
I'll like to see how this goes, as I'm currently making my own CMS. Yay, some friendly competition! :gangnam:
Haha, Let the games begin >:]
Goodluck with your development.
Also, this uses Phoenix / BcStorm Database.

Update:
  • Edited index abit.
  • Adding working email reset password.
-----------------------------------------------------------
It's a shame you aren't doing one from complete scratch to be honest. Looks and sounds decent anyways, good luck.
Meh, but atleast this one will be completed, thanks for the luck. I'll need it x]
 

Weasel

👄 I'd intercept me
Nov 25, 2011
4,132
2,456
I just want to make a clear statement from start, you have a big history of unfinished projects (which are never released), and most of them (maybe even all of them) are edits of already excisting things. However, in this section, we have a rule for this:
Edits:
Please don't make threads like 'edit of xcms' as in most cases trivial things are done; if it is a heavy edit it may be approved.
The only thing you have done for now, is completely renamed WambaPHP to some name you made up yourself. I would like to see some 'heavy edits' within 48 hours, or your thread will be closed & warned for not following the section rules.

I hope I am clear enough.
 
Status
Not open for further replies.

Users who are viewing this thread

Top