Advertisement
Guest User

Roi777 table #3

a guest
Mar 13th, 2018
1,931
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. --
  2. -- Database: `admin_presta`
  3. -- roi777.com is involved in cyber crime activities. Here is some informations about those crooks.
  4.  
  5. -- --------------------------------------------------------
  6.  
  7. --
  8. -- Table structure for table `ps_employee`
  9. --
  10.  
  11. CREATE TABLE `ps_employee` (
  12. `id_employee` int(10) UNSIGNED NOT NULL,
  13. `id_profile` int(10) UNSIGNED NOT NULL,
  14. `id_lang` int(10) UNSIGNED NOT NULL DEFAULT '0',
  15. `lastname` varchar(32) NOT NULL,
  16. `firstname` varchar(32) NOT NULL,
  17. `email` varchar(128) NOT NULL,
  18. `passwd` varchar(32) NOT NULL,
  19. `last_passwd_gen` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  20. `stats_date_from` date DEFAULT NULL,
  21. `stats_date_to` date DEFAULT NULL,
  22. `stats_compare_from` date DEFAULT NULL,
  23. `stats_compare_to` date DEFAULT NULL,
  24. `stats_compare_option` int(1) UNSIGNED NOT NULL DEFAULT '1',
  25. `preselect_date_range` varchar(32) DEFAULT NULL,
  26. `bo_color` varchar(32) DEFAULT NULL,
  27. `bo_theme` varchar(32) DEFAULT NULL,
  28. `bo_css` varchar(64) DEFAULT NULL,
  29. `default_tab` int(10) UNSIGNED NOT NULL DEFAULT '0',
  30. `bo_width` int(10) UNSIGNED NOT NULL DEFAULT '0',
  31. `bo_menu` tinyint(1) NOT NULL DEFAULT '1',
  32. `active` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',
  33. `optin` tinyint(1) UNSIGNED NOT NULL DEFAULT '1',
  34. `id_last_order` int(10) UNSIGNED NOT NULL DEFAULT '0',
  35. `id_last_customer_message` int(10) UNSIGNED NOT NULL DEFAULT '0',
  36. `id_last_customer` int(10) UNSIGNED NOT NULL DEFAULT '0',
  37. `last_connection_date` date DEFAULT '0000-00-00'
  38. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  39.  
  40. --
  41. -- Dumping data for table `ps_employee`
  42. --
  43.  
  44. 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
  45. (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'),
  46. (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'),
  47. (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'),
  48. (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');
  49.  
  50. --
  51. -- Indexes for dumped tables
  52. --
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement