As long as its secure, and excellent ;) Although, does anyone else have any good CMS's
---SORRY FOR DOUBLE POST----
I researched this, its zCMS 2, which isnt supposed to be used for production purposes.. Also, its hardly got any files in it ;/
Hey,
I need a fully secure UberCMS with hardly ANY exploits, im using RevCMS, but I wanna change over to Uber. Im willing to give a small donation if you can provide me with a good one. Just post a download link and some info below.
Thanks
Josh
I already did, after posting:
GLOBAL:
<?php
class engine {
public function __construct() {
global $CONFIG;
$CONFIG = array();
$CONFIG = mysql_connect($CONFIG['mysql']['hostname'], $CONFIG['mysql']['username'], $CONFIG['mysql']['password']) or die("y...
Updated:
Config:
<?php
/*=======================================================================
| Paranormal CMS - A Habbo hotel Content Managment System
| #######################################################################
| Copyright 2012 Josh 'JoshuaLuke or FreddyZoom' All Rights...
Hey,
As some of you may know, im developing ParaCMS. Ive come across a small problem.
I have a code: mysql_connect($CONFIG['mysql']['hostname'],$CONFIG['mysql']['username'],$CONFIG['mysql']['password']) or die("Could not connect to server, error: ".mysql_error())...