[REL] SuperCMS [REL]

Status
Not open for further replies.

GarettM

Posting Freak
Aug 5, 2010
833
136
Development Stopped Please Close!!!
I'm done with this CMS, anyway. I don't have or want anything to do with it anymore.
.

Also does this mean i Can use The Name SuperCMS know? lol
 

GDArifGD

New Member
Feb 6, 2013
11
0
do you has DeltaCMS 1.0?? hmm iwanna that because my friend want to create a habbo retro with the DeltaCMS,do you has the link you can post and give me thank :)
 

Forget

Member
Apr 3, 2012
120
14
Sorry about that. Just use this.
PHP:
<?php
if(!defined('SUPER')) die("Direct access is Denied.");
   
define('S','system/');
define('CON','management/');
define('T','templates/');
define('L','library/');
define('C','classes/');
 
#############################################################
require_once S . CON . 'config.php';
require_once S . L . C . 'class_template.php';
require_once S . L . C . 'class_users.php';
require_once S . L . C . 'class_mysql.php';
require_once S . L . C . 'class_core.php';
 
#############################################################
 
/* Initialize CMS variables. */
$dbase = new Database();
$template = new Template();
$super = new Core();
$users = new Users();
 
#############################################################
 
session_start();
$dbase->connect();
$template->publish();
 
#############################################################
 
if($super->in_maint() == 1)
{
    header('Location: maintenance.php');
}
 
?>
Thanks for pointing it out.
How isn't that RevCMS? that is basically revcms global.php with "#" added to it and you have changed some text, you have all changed the core names... and file locations
 

Ecko

23:37 [autobots] -!- eckostylez [[email protected]]
Nov 25, 2012
1,396
960
How isn't that RevCMS? that is basically revcms global.php with "#" added to it and you have changed some text, you have all changed the core names... and file locations
You're wasting your time. In his development thread I showed exactly where he stole the code from and he still played dumb.

This is what his real coding looks like:
 
Jan 17, 2012
649
166
im missing the templates part
I don't know why you're using this piece of shit, it's not even finished? lool

Please close this thread, , .
 
Status
Not open for further replies.

Users who are viewing this thread

Top