Just saying this.
So you want someone to work for free of charge and they might not even get to keep the rank?
If you are going to hire someone you must offer them a payment or a permanent position on the hotel.
Just for people using this.
Just create the tables, the code is simple enough for you to just go through and do recreate them yourself, the housekeeping is the one I released on a rival forum but with tons of modifications(I done personally for him) if you cannot setup a simple HK such as that...
You have not entered your MySQL configuration there is plenty of tutorials on here, if you can't change something in a config file just advice don't make a hotel.
The exploit people use are either with a profile page using motto field or the forgot password system filling the post in with a c# application to reset a users password.
Or you could even try change your VPS password, I don't know what it could be but the forgot password is the most used...
BootASE is absolute shit use my latest HK.
http://live.demo.savor.ws/RevCMS%20Housekeeping.rar - Tutorial Included
cms_news table
DROP TABLE IF EXISTS `cms_news`;
CREATE TABLE `cms_news` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` varchar(255) COLLATE latin1_general_ci DEFAULT NULL...
Or just remove the forgot password system and log the persons IP into database.
Replace forgotten function with
final public function forgotten()
{
global $engine;
die ('Please do not attempt to \'hack\' our system, your IP has been logged.')...
Just edit the image tags code and do something like style = "width:50%;" (just guessing, cba reading whole thread I don't even know what you want to do tbh lol)