The CMS is PDO @Griimnak
class.engine.php (PDO Wrapper Class)
<?php
/**
* Class Engine
* Static functions used to help communicate with the database.
*/
class Engine implements iMain, iEngine
{
/**
* Storage of the PDO Instance.
* @var PDO
*/
private $sql;
/**...
Thanks, friend!
My Routing System is similar to Nova's yet it's configured in the skin folder /Habbo/Includes/Route.php and /HabboWEB/Includes/Route.php
<?php
global $MySql;
Route::get('/', 'Index.php');
Route::get('/account/password/identityResetForm', 'Forgot.php')...
That was a question... ok.
It's in BETA for bug-testing purposes and I'm looking for more features to add.
Also I'm going to include the New HabboWEB Theme in the release.
The language system is not connected with the database at all, so querying won't be an issue.
And as for the emulator, Azure Emulator is multi-lingual as it is--- nevertheless the client's language is determined by the flash texts so that's a simple switch statement.
And hotel's are already...
Thanks, and notice guys I posted the thread a little too early so I'm updating the main post like every 10 seconds with more information... so be sure to check back!
Hello guys,
It's Moonshine with another Habbo Development. Hopefully, since I'm already deep into progress on this project i'll decide to release.
FAQ:
What is MoonPHP, when will it be released?
MoonPHP is a simple, yet advanced content management system written in PHP using no unofficial...