Baevus
the names ethan
- Nov 4, 2012
- 565
- 47
Thread closed for not following Section Rules.
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.