The dev thread still hasn't been approved but i'm here to release the very first beta of zCMS 2.
It's got the following features;
- Login
- Register
- Client
In the next version it will have the beginning of the zNetwork (Social network for retros) system implemented.
This is 100% my code (apart from the html from habbo)
The news articles don't currently work so this is not recommended for live use.
Me page:

Login page:

Register page:

Code snippet:
PHP Code:
function isLogged()
{
if(isset($_SESSION['z_username']))
{
return 1;
}
else
{
return 0;
}
}
THIS WAS CODED IN LESS THAN 3 HOURS FOR THE REASON BELOW:
Someone called me drug fucked / brain dead so I coded this to prove them wrong :)
Constructive criticism is allowed ;)
USE AN UBER DB
Credits:
- joopie - habbos web build
Download: UppIT - Free File Sharing - zCMS beta.rar
EDIT CONFIG.PHP