Support.paybito.com Full DB Dump
by - Thursday, January 1, 1970 at 12:00 AM
We share now the Full DB Dump of Support.paybito.com

Mainpage:
https://www.paybito.com/

Dumped: 04.2022
Size: 5MB
Format: .sql

Sample: (passwords in clear text but removed sorry skids)


CREATE TABLE `support_staff` (
  `id` int(100) NOT NULL AUTO_INCREMENT,
  `name` varchar(250) NOT NULL,
  `email` varchar(250) NOT NULL,
  `password` varchar(250) NOT NULL,
  `role` varchar(200) NOT NULL,
  `status` varchar(200) NOT NULL,
  `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

INSERT INTO `support_staff` (`id`, `name`, `email`, `password`, `role`, `status`, `timestamp`) VALUES
(1, 'Administrator', '[email protected]', '*****', 'admin', 'active', '2020-07-17 04:55:33'),
(12, '', '', '', '', 'active', '2021-08-02 14:29:22'),
(13, 'SUVOJIT BHATTACHARYA', '[email protected]', '******', 'moderator', 'active', '2021-08-23 15:50:09'),
(11, 'Dil Mohammad Ansari', '[email protected]', '*****', 'moderator', 'active', '2021-07-28 05:36:26'),
(14, 'Vishal Sharma', '[email protected]', '******', 'moderator', 'active', '2021-08-23 15:52:04'),
(15, 'Arijit Datta', '[email protected]', '******', 'moderator', 'active', '2021-09-03 12:50:16');
Hidden Content
You must register or login to view this content.
My kung fu is stronger than yours...


Reply


 Users viewing this thread: Support.paybito.com Full DB Dump: No users currently viewing.