Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --
- -- Database: `admin_presta`
- -- roi777.com is involved in cyber crime activities. Here is some informations about those crooks.
- -- --------------------------------------------------------
- --
- -- Table structure for table `ps_employee`
- --
- CREATE TABLE `ps_employee` (
- `id_employee` int(10) UNSIGNED NOT NULL,
- `id_profile` int(10) UNSIGNED NOT NULL,
- `id_lang` int(10) UNSIGNED NOT NULL DEFAULT '0',
- `lastname` varchar(32) NOT NULL,
- `firstname` varchar(32) NOT NULL,
- `email` varchar(128) NOT NULL,
- `passwd` varchar(32) NOT NULL,
- `last_passwd_gen` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
- `stats_date_from` date DEFAULT NULL,
- `stats_date_to` date DEFAULT NULL,
- `stats_compare_from` date DEFAULT NULL,
- `stats_compare_to` date DEFAULT NULL,
- `stats_compare_option` int(1) UNSIGNED NOT NULL DEFAULT '1',
- `preselect_date_range` varchar(32) DEFAULT NULL,
- `bo_color` varchar(32) DEFAULT NULL,
- `bo_theme` varchar(32) DEFAULT NULL,
- `bo_css` varchar(64) DEFAULT NULL,
- `default_tab` int(10) UNSIGNED NOT NULL DEFAULT '0',
- `bo_width` int(10) UNSIGNED NOT NULL DEFAULT '0',
- `bo_menu` tinyint(1) NOT NULL DEFAULT '1',
- `active` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',
- `optin` tinyint(1) UNSIGNED NOT NULL DEFAULT '1',
- `id_last_order` int(10) UNSIGNED NOT NULL DEFAULT '0',
- `id_last_customer_message` int(10) UNSIGNED NOT NULL DEFAULT '0',
- `id_last_customer` int(10) UNSIGNED NOT NULL DEFAULT '0',
- `last_connection_date` date DEFAULT '0000-00-00'
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
- --
- -- Dumping data for table `ps_employee`
- --
- INSERT INTO `ps_employee` (`id_employee`, `id_profile`, `id_lang`, `lastname`, `firstname`, `email`, `passwd`, `last_passwd_gen`, `stats_date_from`, `stats_date_to`, `stats_compare_from`, `stats_compare_to`, `stats_compare_option`, `preselect_date_range`, `bo_color`, `bo_theme`, `bo_css`, `default_tab`, `bo_width`, `bo_menu`, `active`, `optin`, `id_last_order`, `id_last_customer_message`, `id_last_customer`, `last_connection_date`) VALUES
- (1, 1, 1, '?????????', '??????', '[email protected]', '43aac5f57c53559105cbf2c1460ef359', '2016-11-23 13:01:21', '2016-11-01', '2016-11-23', '0000-00-00', '0000-00-00', 1, '', '', 'default', 'admin-theme.css', 1, 0, 1, 1, 1, 17, 1, 10, '2016-11-23'),
- (2, 1, 1, 'Nik', 'tipatop', '[email protected]', '1be7f3161e2a9a9f27d98918169c82ed', '2016-08-01 07:03:18', '2016-08-01', '2016-08-29', '0000-00-00', '0000-00-00', 1, '', '', 'default', 'admin-theme.css', 1, 0, 1, 1, 1, 7, 1, 4, '2016-11-23'),
- (3, 2, 1, 'Kiselevskaya', 'Julia', '[email protected]', 'df3767a48ee5cb4833184ce584ec4580', '2016-08-29 04:12:01', '2016-07-29', '2016-08-29', '0000-00-00', '0000-00-00', 1, NULL, NULL, 'default', 'admin-theme.css', 1, 0, 1, 1, 0, 17, 1, 9, '2016-08-29'),
- (4, 2, 1, 'test', 'test', '[email protected]', '50558dcfce1bd8070904e9ca85dbdbdf', '2016-09-24 09:38:13', '2016-08-24', '2016-09-24', '0000-00-00', '0000-00-00', 1, NULL, NULL, 'default', 'admin-theme.css', 1, 0, 1, 1, 1, 17, 1, 9, '2016-09-24');
- --
- -- Indexes for dumped tables
- --
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement