· 6 years ago · Jun 08, 2019, 01:43 PM
1██████╗ ███████╗███╗ ███╗ ██████╗ ███╗ ██╗███████╗ █████╗ ██████╗
2██╔══██╗██╔════╝████╗ ████║██╔═══██╗████╗ ██║██╔════╝██╔══██╗██╔══██╗
3██║ ██║█████╗ ██╔████╔██║██║ ██║██╔██╗ ██║███████╗███████║██║ ██║
4██║ ██║██╔══╝ ██║╚██╔╝██║██║ ██║██║╚██╗██║╚════██║██╔══██║██║ ██║
5██████╔╝███████╗██║ ╚═╝ ██║╚██████╔╝██║ ╚████║███████║██║ ██║██████╔╝
6╚═════╝ ╚══════╝╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══╝╚══════╝╚═╝ ╚═╝╚═════╝
7
8I am DemonSad <3 ( mec.gov.br ) "Vazamento De Dados Do Ministério da Educação"
9
10Target : http://www.bpdb.gov.bd ( Conselho de Desenvolvimento de Energia de Bangladesh )
11
12Greetings: TioSan, Angel, Cloudmore, NedLock
13
14-- ---------------------------------------------------------------------------------------------
15"É QUE EU SOU IMPOSSIVEL DE PARAR!"
16-----------------------------------------------------------------------------------------------------
17-- MySQL dump 10.13 Distrib 5.1.72, for debian-linux-gnu (x86_64)
18--
19-- Host: localhost Database: bpdbgov_dynamic
20-- ------------------------------------------------------
21-- Server version 5.1.72-0ubuntu0.10.04.1
22
23/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
24/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
25/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
26/*!40101 SET NAMES utf8 */;
27/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
28/*!40103 SET TIME_ZONE='+00:00' */;
29/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
30/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
31/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
32/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
33
34--
35-- Table structure for table `add_dailygeneration`
36--
37
38DROP TABLE IF EXISTS `add_dailygeneration`;
39/*!40101 SET @saved_cs_client = @@character_set_client */;
40/*!40101 SET character_set_client = utf8 */;
41CREATE TABLE `add_dailygeneration` (
42 `id` int(11) NOT NULL AUTO_INCREMENT,
43 `date` varchar(60) NOT NULL,
44 `unit` int(11) NOT NULL,
45 `author` varchar(60) NOT NULL,
46 `day` varchar(60) NOT NULL,
47 `month` varchar(60) NOT NULL,
48 `year` varchar(60) NOT NULL,
49 PRIMARY KEY (`id`)
50) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=latin1;
51/*!40101 SET character_set_client = @saved_cs_client */;
52
53--
54-- Dumping data for table `add_dailygeneration`
55--
56
57LOCK TABLES `add_dailygeneration` WRITE;
58/*!40000 ALTER TABLE `add_dailygeneration` DISABLE KEYS */;
59INSERT INTO `add_dailygeneration` VALUES (12,'12/01/2010',40,'admin','12','01','2010'),(13,'13/01/2010',3538,'admin','13','01','2010'),(14,'13/01/2010',3538,'admin','13','01','2010'),(15,'13/01/2010',16,'admin','13','01','2010'),(16,'25/01/2010',300,'admin','25','01','2010');
60/*!40000 ALTER TABLE `add_dailygeneration` ENABLE KEYS */;
61UNLOCK TABLES;
62
63--
64-- Table structure for table `admin_dailygenaration`
65--
66
67DROP TABLE IF EXISTS `admin_dailygenaration`;
68/*!40101 SET @saved_cs_client = @@character_set_client */;
69/*!40101 SET character_set_client = utf8 */;
70CREATE TABLE `admin_dailygenaration` (
71 `user_name` varchar(60) NOT NULL,
72 `password` varchar(60) NOT NULL
73) ENGINE=InnoDB DEFAULT CHARSET=latin1;
74/*!40101 SET character_set_client = @saved_cs_client */;
75
76--
77-- Dumping data for table `admin_dailygenaration`
78--
79
80LOCK TABLES `admin_dailygenaration` WRITE;
81/*!40000 ALTER TABLE `admin_dailygenaration` DISABLE KEYS */;
82INSERT INTO `admin_dailygenaration` VALUES ('admin','dailygeneration'),('admin','19292da8a385d061244535ca2e900943');
83/*!40000 ALTER TABLE `admin_dailygenaration` ENABLE KEYS */;
84UNLOCK TABLES;
85
86--
87-- Table structure for table `area`
88--
89
90DROP TABLE IF EXISTS `area`;
91/*!40101 SET @saved_cs_client = @@character_set_client */;
92/*!40101 SET character_set_client = utf8 */;
93CREATE TABLE `area` (
94 `id` int(11) NOT NULL AUTO_INCREMENT,
95 `area` varchar(30) NOT NULL,
96 PRIMARY KEY (`id`)
97) ENGINE=MyISAM AUTO_INCREMENT=28 DEFAULT CHARSET=latin1;
98/*!40101 SET character_set_client = @saved_cs_client */;
99
100--
101-- Dumping data for table `area`
102--
103
104LOCK TABLES `area` WRITE;
105/*!40000 ALTER TABLE `area` DISABLE KEYS */;
106INSERT INTO `area` VALUES (1,'Dhaka'),(2,'Chittagong'),(3,'555'),(4,'Rajshahi'),(5,'Comilla'),(6,'Mymensingh'),(7,'Sylhet'),(8,'Barisal'),(9,'Rangpur'),(12,'555'),(13,'555'),(14,'555'),(15,'555'),(16,'555'),(17,'555'),(18,'555'),(19,'555'),(20,''),(21,''),(22,''),(23,'555'),(24,''),(25,'555'),(26,''),(27,'555');
107/*!40000 ALTER TABLE `area` ENABLE KEYS */;
108UNLOCK TABLES;
109
110--
111-- Table structure for table `backup_dailygeneration`
112--
113
114DROP TABLE IF EXISTS `backup_dailygeneration`;
115/*!40101 SET @saved_cs_client = @@character_set_client */;
116/*!40101 SET character_set_client = utf8 */;
117CREATE TABLE `backup_dailygeneration` (
118 `id` int(11) NOT NULL AUTO_INCREMENT,
119 `date` varchar(60) NOT NULL,
120 `unit` int(11) NOT NULL,
121 `update_by` varchar(60) NOT NULL,
122 `day` varchar(60) NOT NULL,
123 `month` varchar(60) NOT NULL,
124 `year` varchar(60) NOT NULL,
125 PRIMARY KEY (`id`)
126) ENGINE=InnoDB DEFAULT CHARSET=latin1;
127/*!40101 SET character_set_client = @saved_cs_client */;
128
129--
130-- Dumping data for table `backup_dailygeneration`
131--
132
133LOCK TABLES `backup_dailygeneration` WRITE;
134/*!40000 ALTER TABLE `backup_dailygeneration` DISABLE KEYS */;
135/*!40000 ALTER TABLE `backup_dailygeneration` ENABLE KEYS */;
136UNLOCK TABLES;
137
138--
139-- Table structure for table `biddut_barta`
140--
141
142DROP TABLE IF EXISTS `biddut_barta`;
143/*!40101 SET @saved_cs_client = @@character_set_client */;
144/*!40101 SET character_set_client = utf8 */;
145CREATE TABLE `biddut_barta` (
146 `publication_id` int(200) NOT NULL AUTO_INCREMENT,
147 `no_of_publish` text NOT NULL,
148 `edition_no` text NOT NULL,
149 `month_of_publication` text NOT NULL,
150 `year_of_publication` text NOT NULL,
151 PRIMARY KEY (`publication_id`)
152) ENGINE=InnoDB AUTO_INCREMENT=131 DEFAULT CHARSET=latin1;
153/*!40101 SET character_set_client = @saved_cs_client */;
154
155--
156-- Dumping data for table `biddut_barta`
157--
158
159LOCK TABLES `biddut_barta` WRITE;
160/*!40000 ALTER TABLE `biddut_barta` DISABLE KEYS */;
161INSERT INTO `biddut_barta` VALUES (75,'1','1st Edition','01','2010'),(76,'2','1st Edition','01','2010'),(77,'3','1st Edition','01','2010'),(78,'4','1st Edition','01','2010'),(79,'5','1st Edition','01','2010'),(80,'6','1st Edition','01','2010'),(81,'7','1st Edition','03','2010'),(82,'8','1st Edition','03','2010'),(83,'50','1st Edition','01','2010'),(84,'gg','2nd Edition','02','2011'),(85,'33','8th Edition','08','2007'),(86,'34','12th Edition','12','2008'),(87,'35','1st Edition','01','2009'),(88,'36','4th Edition','04','2010'),(89,'102','3rd Edition','01','2011'),(90,'37','2nd Edition','02','2011'),(93,'38','1st Edition','06','2011'),(95,'9','9th Edition','09','2011'),(98,'10','10th Edition','10','2011'),(99,'12','12th Edition','12','2011'),(100,' 38 ','7th Edition','07','2012'),(101,'39','1st Edition','01','2013'),(102,'40','1st Edition','01','2014'),(118,'54','1st Edition','02','2015'),(119,'55','2nd Edition','02','2015'),(121,'42','1st Edition','02','2015'),(122,'05','5th Edition','05','2014'),(123,'41','1st Edition','01','2015'),(124,'','','',''),(125,'43','1st Edition','',''),(126,'5th','5th Edition','05','2017'),(127,'8th','8th Edition','08','2017'),(128,'43th','10th Edition','10','2017'),(129,'44','1st Edition','01','2018'),(130,'44th','1st Edition','01','2018');
162/*!40000 ALTER TABLE `biddut_barta` ENABLE KEYS */;
163UNLOCK TABLES;