Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Adminer 4.2.4 MySQL dump
- SET NAMES utf8;
- SET time_zone = '+00:00';
- SET foreign_key_checks = 0;
- SET sql_mode = 'NO_AUTO_VALUE_ON_ZERO';
- DROP TABLE IF EXISTS `botters`;
- CREATE TABLE `botters` (
- `iduser` int(11) NOT NULL AUTO_INCREMENT,
- `name` varchar(200) NOT NULL,
- `token_access` varchar(200) NOT NULL,
- `jenis` enum('chose','like','comment','mati') NOT NULL,
- `status` enum('On','Off') NOT NULL,
- `Datetime` varchar(200) NOT NULL,
- PRIMARY KEY (`iduser`)
- ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
- DROP TABLE IF EXISTS `categories`;
- CREATE TABLE `categories` (
- `CategoryID` int(244) NOT NULL AUTO_INCREMENT,
- `CategoryName` blob NOT NULL,
- `CategoryDescription` blob NOT NULL,
- `CategoryCreatedDate` int(244) NOT NULL,
- PRIMARY KEY (`CategoryID`)
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
- INSERT INTO `categories` (`CategoryID`, `CategoryName`, `CategoryDescription`, `CategoryCreatedDate`) VALUES
- (1, 'Facebook', 'Facebook', 1475907498),
- (2, 'Instagram', 'Instagram', 1475907520),
- (3, 'Twitter', 'Twitter', 1475907529),
- (4, 'Youtube', 'Youtube', 1475907541),
- (5, 'Google Plus', 'Google Plus', 1475907557),
- (6, 'Vine', 'Vine', 1475907569),
- (7, 'SoundCloud', 'SoundCloud', 1475907581),
- (8, 'Website', 'Website', 1475907591);
- DROP TABLE IF EXISTS `deposits`;
- CREATE TABLE `deposits` (
- `DepositID` int(244) NOT NULL AUTO_INCREMENT,
- `DepositUserID` int(244) NOT NULL,
- `DepositDate` int(244) NOT NULL,
- `DepositAmount` varchar(244) CHARACTER SET latin1 NOT NULL,
- `DepositVerification` blob NOT NULL,
- `DepositGateway` enum('Paypal','Skrill') NOT NULL,
- PRIMARY KEY (`DepositID`),
- KEY `deposituserid` (`DepositUserID`),
- CONSTRAINT `deposituserid` FOREIGN KEY (`DepositUserID`) REFERENCES `users` (`UserID`) ON DELETE CASCADE ON UPDATE CASCADE
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
- DROP TABLE IF EXISTS `logs`;
- CREATE TABLE `logs` (
- `LogID` int(244) NOT NULL AUTO_INCREMENT,
- `LogUserID` int(244) NOT NULL,
- `LogDate` int(244) NOT NULL,
- `LogIPAddress` blob NOT NULL,
- PRIMARY KEY (`LogID`)
- ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
- INSERT INTO `logs` (`LogID`, `LogUserID`, `LogDate`, `LogIPAddress`) VALUES
- (1, 1, 1475902625, '114.120.237.239'),
- (2, 2, 1475908931, '115.178.235.74'),
- (3, 2, 1475909835, '115.178.254.24'),
- (4, 2, 1475911151, '115.178.254.24'),
- (5, 2, 1475911700, '115.178.254.24'),
- (6, 2, 1475911717, '115.178.254.24'),
- (7, 2, 1475911758, '115.178.254.24'),
- (8, 3, 1475912053, '114.125.175.46'),
- (9, 4, 1475943825, '114.125.61.131'),
- (10, 1, 1476011228, '114.120.239.99'),
- (11, 1, 1476020526, '114.120.239.99'),
- (12, 1, 1476020559, '114.121.237.56'),
- (13, 1, 1476020577, '114.121.237.56'),
- (14, 1, 1476020593, '114.121.237.56'),
- (15, 1, 1476020743, '114.121.237.56'),
- (16, 1, 1476020787, '114.121.237.56'),
- (17, 1, 1476020844, '114.121.237.56'),
- (18, 1, 1476021009, '114.121.237.56'),
- (19, 1, 1476021316, '114.121.237.56'),
- (20, 1, 1476021382, '114.121.237.56'),
- (21, 1, 1476021408, '114.121.237.56'),
- (22, 1, 1476021515, '114.121.237.56'),
- (23, 1, 1476021529, '114.121.237.56'),
- (24, 1, 1476021612, '114.121.237.56'),
- (25, 5, 1476024977, '202.67.46.19'),
- (26, 1, 1476025375, '114.121.237.56'),
- (27, 5, 1476025698, '202.67.46.19'),
- (28, 1, 1476028260, '114.121.237.56'),
- (29, 1, 1476076362, '114.121.237.56'),
- (30, 6, 1476079372, '36.83.52.237'),
- (31, 7, 1476081332, '118.136.11.85'),
- (32, 7, 1476081370, '118.136.11.85'),
- (33, 7, 1476081425, '118.136.11.85'),
- (34, 8, 1476082495, '114.79.12.105'),
- (35, 9, 1476084267, '223.255.230.50'),
- (36, 10, 1476087174, '8.37.235.36'),
- (37, 1, 1476093764, '114.121.237.56'),
- (38, 11, 1476098045, '115.178.199.221'),
- (39, 12, 1476269411, '180.253.158.69'),
- (40, 12, 1476269437, '180.253.158.69'),
- (41, 13, 1476282075, '115.178.235.238'),
- (42, 13, 1476282097, '115.178.235.238'),
- (43, 14, 1476442369, '8.37.230.29'),
- (44, 1, 1476624635, '36.72.2.120'),
- (45, 15, 1476624699, '36.72.2.120');
- DROP TABLE IF EXISTS `merchant`;
- CREATE TABLE `merchant` (
- `id` int(11) NOT NULL AUTO_INCREMENT,
- `MerchantPaypalEmail` blob NOT NULL,
- `MerchantSkrillEmail` blob NOT NULL,
- `MerchantSkrillSecret` blob NOT NULL,
- `MerchantWebsiteName` blob NOT NULL,
- `MerchantRecoveryEmail` blob NOT NULL,
- `Merchantwebsitetatus` varchar(200) NOT NULL,
- PRIMARY KEY (`id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
- INSERT INTO `merchant` (`id`, `MerchantPaypalEmail`, `MerchantSkrillEmail`, `MerchantSkrillSecret`, `MerchantWebsiteName`, `MerchantRecoveryEmail`, `Merchantwebsitetatus`) VALUES
- (1, '', '', '', 'My-Panels', '[email protected]', 'active');
- DROP TABLE IF EXISTS `news`;
- CREATE TABLE `news` (
- `NewsID` int(244) NOT NULL AUTO_INCREMENT,
- `NewsTitle` blob NOT NULL,
- `NewsContent` blob NOT NULL,
- `NewsDate` int(244) NOT NULL,
- `NewsUserID` int(244) NOT NULL,
- PRIMARY KEY (`NewsID`)
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
- DROP TABLE IF EXISTS `orders`;
- CREATE TABLE `orders` (
- `OrderID` int(244) NOT NULL AUTO_INCREMENT,
- `OrderUserID` int(244) NOT NULL,
- `OrderProductID` int(244) NOT NULL,
- `OrderDate` int(244) NOT NULL,
- `OrderAmount` varchar(200) NOT NULL,
- `OrderLink` blob NOT NULL,
- `OrderQuantity` int(244) NOT NULL,
- `OrderStatus` enum('Unprocessed','In Process','On hold','Refunded','Completed','Removed') NOT NULL DEFAULT 'Unprocessed',
- PRIMARY KEY (`OrderID`),
- KEY `orderuserid` (`OrderUserID`),
- KEY `orderproductid` (`OrderProductID`),
- CONSTRAINT `orderproductid` FOREIGN KEY (`OrderProductID`) REFERENCES `products` (`ProductID`) ON DELETE CASCADE ON UPDATE CASCADE,
- CONSTRAINT `orderuserid` FOREIGN KEY (`OrderUserID`) REFERENCES `users` (`UserID`) ON DELETE CASCADE ON UPDATE CASCADE
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
- DROP TABLE IF EXISTS `products`;
- CREATE TABLE `products` (
- `ProductID` int(244) NOT NULL AUTO_INCREMENT,
- `ProductCategoryID` int(244) NOT NULL,
- `serviceid` int(200) NOT NULL,
- `ProductName` blob NOT NULL,
- `ProductDescription` blob NOT NULL,
- `ProductMinimumQuantity` int(244) NOT NULL,
- `ProductmaximumQuantity` int(224) NOT NULL,
- `ProductPrice` int(255) NOT NULL,
- `ProductAPI` blob NOT NULL,
- `ProductCreatedDate` int(244) NOT NULL,
- PRIMARY KEY (`ProductID`)
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
- INSERT INTO `products` (`ProductID`, `ProductCategoryID`, `serviceid`, `ProductName`, `ProductDescription`, `ProductMinimumQuantity`, `ProductmaximumQuantity`, `ProductPrice`, `ProductAPI`, `ProductCreatedDate`) VALUES
- (1, 3, 1, 'Followers Twitter SERVER 1', 'Followers Twitter SERVER 1', 100, 100000, 15, '', 1475914293),
- (2, 3, 3, 'Twitter Followers SERVER 3', 'Twitter Followers SERVER 3', 100, 50000, 17, '', 1476014249),
- (3, 3, 4, 'Twitter Followers SERVER 4', 'Twitter Followers SERVER 4', 1000, 50000, 11, '', 1476014249),
- (4, 3, 5, 'Twitter Followers SERVER SOSPED', 'Twitter Followers SERVER SOSPED', 100, 100000, 10, '', 1476076964),
- (5, 3, 10, 'Twitter Likes (High Quality)', 'Twitter Likes (High Quality)', 100, 1000000, 15, '', 1476076999),
- (6, 3, 11, 'Twitter Retweets', 'Twitter Retweets', 100, 1000000, 15, '', 1476077027),
- (7, 2, 19, 'Instagram Followers Indonesia', 'Instagram Followers Indonesia', 100, 15000, 77, '', 1476077150),
- (8, 2, 20, 'Instagram Followers HQ SERVER 1', 'Instagram Followers HQ SERVER 1', 100, 5000, 12, '', 1476077183),
- (9, 2, 21, 'Instagram Followers HQ SERVER 2', 'Instagram Followers HQ SERVER 2', 100, 50000, 18, '', 1476077209),
- (10, 2, 22, 'Instagram Followers HQ SERVER 4', 'Instagram Followers HQ SERVER 4', 1000, 1000, 17, '', 1476077241),
- (11, 2, 6, 'Instagram Followers S06', 'Instagram Followers S06', 100, 1000, 24, '', 1476077377),
- (12, 2, 7, 'Instagram Followers S07', 'Instagram Followers S07', 50, 1000, 20, '', 1476077413),
- (13, 2, 16, 'Instagram Followers S09', 'Instagram Followers S09', 100, 5000, 22, '', 1476077583),
- (14, 2, 17, 'Instagram Followers HQ S10', 'Instagram Followers HQ S10', 50, 5000, 26, '', 1476077822),
- (15, 2, 18, 'Instagram Followers HQ S11', 'Instagram Followers HQ S11', 100, 10000, 27, '', 1476077853),
- (16, 2, 24, 'Instagram Followers HQ S12', 'Instagram Followers HQ S12', 50, 25000, 27, '', 1476077895),
- (17, 2, 25, 'Instagram Followers HQ PED Server', 'Instagram Followers HQ PED Server', 100, 50000, 30, '', 1476077944),
- (18, 2, 23, 'Instagram Followers HQ SERVER 6', 'Instagram Followers HQ SERVER 6', 50, 20000, 25, '', 1476077971),
- (19, 2, 31, 'Instagram Likes INDONESIA', 'Instagram Likes INDONESIA', 100, 1500, 67, '', 1476077995),
- (20, 2, 28, 'Instagram Likes HQ SERVER 1', 'Instagram Likes HQ SERVER 1', 100, 10000, 9, '', 1476078024),
- (21, 2, 29, 'Instagram Likes HQ SERVER 2', 'Instagram Likes HQ SERVER 2', 100, 13000, 10, '', 1476078113),
- (22, 2, 30, 'Instagram Likes HQ SERVER 3', 'Instagram Likes HQ SERVER 3', 50, 10000, 7, '', 1476078141),
- (23, 2, 32, 'Instagram Likes HQ SERVER 4', 'Instagram Likes HQ SERVER 4', 200, 10000, 7, '', 1476078586),
- (24, 2, 33, 'Instagram Likes HQ SERVER 6', 'Instagram Likes HQ SERVER 6', 100, 10000, 8, '', 1476078647),
- (25, 2, 27, 'Instagram Video Views SERVER 1', 'Instagram Video Views SERVER 1', 100, 15000, 18, '', 1476078670),
- (26, 2, 69, 'Instagram Video Views SERVER 2', 'Instagram Video Views SERVER 2', 100, 1000000, 12, '', 1476078690),
- (27, 2, 26, 'Instagram Video Views NEW SERVER', 'Instagram Video Views NEW SERVER', 100, 500000, 22, '', 1476078736),
- (28, 2, 70, 'Instagram Video Views SERVER 3', 'Instagram Video Views SERVER 3', 100, 100000, 9, '', 1476079436),
- (29, 2, 62, 'Instagram Random Comments S1 HQ', 'Instagram Random Comments S1 HQ', 20, 1000, 27, '', 1476079468),
- (30, 1, 68, 'Facebook Followers HQ', 'Facebook Followers HQ', 500, 10000, 72, '', 1476079537),
- (31, 1, 35, 'Facebook Fanpage Likes SERVER 1', 'Facebook Fanpage Likes SERVER 1', 100, 1000000, 77, '', 1476079556),
- (32, 1, 36, 'Facebook Fanpage Likes SERVER 2', 'Facebook Fanpage Likes SERVER 2', 250, 100000, 90, '', 1476079584),
- (33, 1, 34, 'Facebook Like Post Untuk Fanspage', 'Facebook Like Post Untuk Fanspage', 100, 40000, 12, '', 1476079942),
- (34, 1, 38, 'Facebook HQ photo/post likes SERVER 2', 'Facebook HQ photo/post likes SERVER 2', 100, 9400, 18, '', 1476079976),
- (35, 1, 39, 'Facebook video views', 'Facebook video views', 5000, 1000000, 10, '', 1476080009),
- (36, 4, 40, 'Youtube Worldwide Views SERVER 1', 'Youtube Worldwide Views SERVER 1', 1000, 1000000, 12, '', 1476080044),
- (37, 4, 41, 'Youtube Worldwide Views SERVER 2', 'Youtube Worldwide Views SERVER 2', 1000, 1000000, 16, '', 1476080070),
- (38, 4, 42, 'Youtube Worldwide Views SERVER 3', 'Youtube Worldwide Views SERVER 3', 1000, 1000000, 10, '', 1476080098),
- (39, 4, 55, 'Youtube Likes SERVER 1', 'Youtube Likes SERVER 1', 100, 10000, 155, '', 1476080158),
- (40, 4, 54, 'Youtube Subscribers SERVER 1', 'Youtube Subscribers SERVER 1', 100, 10000, 505, '', 1476081416),
- (41, 4, 44, 'REAL Youtube Subscribers ', 'REAL Youtube Subscribers ', 300, 5000, 510, '', 1476081563),
- (42, 6, 45, 'Vine Followers', 'Vine Followers', 100, 200000, 17, '', 1476081966),
- (43, 6, 46, 'Vine Revines', 'Vine Revines', 100, 200000, 17, '', 1476081995),
- (44, 6, 47, 'Vine Loops', 'Vine Loops', 100, 1000000, 17, '', 1476082015),
- (45, 6, 48, 'Vine Likes', 'Vine Likes', 100, 200000, 17, '', 1476082037),
- (46, 5, 56, 'Google Plus Followers', 'Google Plus Followers', 100, 1000, 255, '', 1476082113),
- (47, 5, 57, 'Google Plus Likes', 'Google Plus Likes', 100, 5000, 135, '', 1476082135),
- (48, 5, 58, 'Google Plus reshare', 'Google Plus reshare', 100, 5000, 155, '', 1476082159),
- (49, 7, 51, 'Soundcloud Plays', 'Soundcloud Plays', 1000, 1000000, 7, '', 1476082293),
- (50, 7, 52, 'Soundcloud Downloads', 'Soundcloud Downloads', 1000, 50000, 7, '', 1476082313),
- (51, 7, 53, 'SoundCloud Followers', 'SoundCloud Followers', 100, 1000000, 80, '', 1476082351),
- (52, 8, 2147483647, 'WebPanels (WEB SMM)', 'WebPanels (WEB SMM)', 1000, 1000, 50, '', 1476082500),
- (53, 8, 2147483647, 'WebPhising ( COC, LGR , CR, Dll)', 'WebPhising ( COC, LGR , CR, Dll)', 1000, 1000, 15, '', 1476082530),
- (54, 8, 2147483647, 'Web Robot Facebook Full Bot', 'Web Robot Facebook Full Bot', 1000, 1000, 20, '', 1476082559),
- (55, 8, 2147483647, 'Web Robot Facebook Coment Like autopost Grup', 'Web Robot Facebook Coment Like autopost Grup', 1000, 1000, 10, '', 1476082579);
- DROP TABLE IF EXISTS `support`;
- CREATE TABLE `support` (
- `SupportID` int(244) NOT NULL AUTO_INCREMENT,
- `SupportUserID` int(244) NOT NULL,
- `SupportTitle` blob NOT NULL,
- `SupportMessage` blob NOT NULL,
- `SupportDate` int(244) NOT NULL,
- `SupportReply` blob NOT NULL,
- PRIMARY KEY (`SupportID`),
- KEY `supportuserid` (`SupportUserID`),
- CONSTRAINT `supportuserid` FOREIGN KEY (`SupportUserID`) REFERENCES `users` (`UserID`) ON DELETE CASCADE ON UPDATE CASCADE
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
- DROP TABLE IF EXISTS `users`;
- CREATE TABLE `users` (
- `UserID` int(244) NOT NULL AUTO_INCREMENT,
- `UserName` blob NOT NULL,
- `UserEmail` blob NOT NULL,
- `UserPassword` blob NOT NULL,
- `UserLevel` enum('default','banned','admin') CHARACTER SET latin1 NOT NULL DEFAULT 'default',
- `UserFirstName` blob NOT NULL,
- `UserLastName` blob NOT NULL,
- `UserRegistrationDate` int(244) NOT NULL,
- `UserRegistrationAddress` blob NOT NULL,
- `UserFunds` varchar(244) NOT NULL DEFAULT '0',
- `UserImage` blob,
- PRIMARY KEY (`UserID`)
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
- INSERT INTO `users` (`UserID`, `UserName`, `UserEmail`, `UserPassword`, `UserLevel`, `UserFirstName`, `UserLastName`, `UserRegistrationDate`, `UserRegistrationAddress`, `UserFunds`, `UserImage`) VALUES
- (15, 'rintoar', '[email protected]', '104111958016eb3d1f913a9245f257e4', 'admin', 'rinto', 'ar', 1476624684, '127.0.0.1', '999999999999999999999999999999999', NULL);
- -- 2016-10-16 13:34:39
Advertisement