Seriosk
Programmer;
- Oct 29, 2016
- 256
- 105
LatrinaCMS
Hello, I am here with a brand new development but this time its written in PHP and its code name is LatrinaCMS. LatrinaCMS is a content management system for habbo retros that has a vast array of features to suit everyone.
Thanks to @JynX for this, I saw he released my Boon Rip previously and it kind of inspired me to start this.
Unique Features
- Scheduled Database Backups
- MySQL error logs
- Pretty Speedy
- Multiple Languages
- Facebook, Twitter and Google login / signup with methods.
- Welcome Emails
- Optional Email Confirmation
- Working "Forgot Password" system
- Fully Working advanced HK
- Optional VPN blocking
Why Latrina?
LatrinaCMS really is simple to use, and the fact its fast and secure helps a lot. Where other CMS's such as Rev or Uber each edit has their own unique features, LatinaCMS has all the features together and is easily enabled/disabled to suit your needs.
Library's used (Will update if changed)
- Twig Template Engine
- PHPMailer
- Whoops!
- Facebook Graph API
- Google Login API
- Twitter Login API
Themes Included
- Habboon rip
- Fresh rip
- Peace rip
- Official LatrinaCMS theme (Created in Material CSS)
- Boostrap Theme (Created in Bootstrap by myself)
- Bulma Theme (Created in Bulma by myself)
- Rise rip
Can I use my Rev theme on LatrinaCMS?
It would be very hard to convert your theme to Latrinas structure using programming (I thought of an app that would convert rev themes to Latrina themes) because many people hard code MySQL and the fact that Latrina doesn't use MySQL at all is kind of hard, but I will manually convert a theme over to LatrinaCMS if its worth adding and other people would like to see it.
Code Snippets:
Code:
$this->connection = mysqli_connect(
$config->getConfig('database', 'hostname'),
$config->getConfig('database', 'username'),
$config->getConfig('database', 'password'),
$config->getConfig('database', 'name'),
$config->getConfig('database', 'port'));
Code:
Latrina::getLibrary('latrina.config.config')->load();
Latrina::getLibrary('latrina.error.error')->load();
Latrina::getLibrary('latrina.database.database')->connect();
Latrina::getLibrary('latrina.template.template')->run();
Screenshots:
I haven't really included everything I have planned / already completed but I will answer any questions, take ideas and I'll also update the thread later on with more things that you can expect from this.
I'll also most definitely post screenshots of the themes and website in action shortly, I'm currently just trying to get the back-end code finished.
Last edited: