WambaPHP Build 1.0.0b
Hello. When i was in the development of CookieMS i never released any betas or that, so now i will with my new project.
Whats Included-
MySQL Class.
Template Class.
Habbo Template index page.
Custom web-gallery.
Extendable!
You may develop upon it if you wish. It's...
Yes, but no. What you see familiar is the MySQL class wich was originally created by someone on stackoverflow. And then garretjoey made it into his kit. I used that MySQL class. But only for now. I plan on connecting to the db via MySQLi as it has been proven faster.
I didn't delete it. I just didnt feel like doing it anymore, and abondoned it.Moderator: Move to habbo section please. I will update the thread in a minute.
Well, its like.. Put it this way. You have 2 classes to the cms. Habbo, Blogging. For bloggers, you can make templates, and blog. for habbotards, you can make themes also, and use the cms as a habbo cms. With the support of multiple emulators too.
And for the template, ill change it soon. Once...
Note: This will not be abandoned like CookieMS. I am actually having fun with this project.
-----
WambaPHP
Overview-
WambaPHP is a C_CMS ( Component Content Management System ) that does anything you need it to do. Easily. The C_CMS is now for Habbo usage, however, it was originally coded...
I'm quite sure that your Sql is a bit off.
instead of $sql = 'INSERT INTO `a1148371_roo`.`maintenance` (`status`) VALUES (\'".$status."\');';
Do $sql = mysql_query(INSERT SHIT);