· 10 years ago · Sep 24, 2016, 02:34 PM
1----------------------------------------------------------------------------------------------------------------
2
3____ __. .__ .__ _________ .__ __
4| |/ _|____ | |___ _|__| ____ / _____/ ____ ____ __ _________|__|/ |_ ___.__.
5| <_/ __ | | / / |/ _____ _/ __ _/ ___| | _ __ __< | |
6| | ___/| |_ /| | | / ___/ ___| | /| | / || | ___ |
7|____|__ ___ >____/_/ |__|___| /_______ /___ >___ >____/ |__| |__||__| / ____|
8 / / / / / / /
9--- contact:https://www.facebook.com/pages/KelvinSecurity/1470285456587684
10
11
12----- больш ---------------------------------------------------------------------------------------------------------------
13Што Kelvinsecurity? -Milw0rm- -KelvinSecurity- //1995//1996//2016
14
15
16Kelvinsecurity з'ÑўлÑецца хакер твар шукае збору інфармацыі вÑлікіх людзей па ÑžÑім Ñвеце, падлучаных да Ñеткі, Ñ– ÑžÑ€Ð°Ð·Ð»Ñ–Ð²Ñ‹Ñ Ð´Ð° гÑтых платформах.
17
18 Follow In twitter > @nationgoverment
19 EMAIL_CONTACT: > KelvinseZurity@3g2upl4pq6kufc4m.onion
20----------------------------------------------------------------------------------------------------------------
21
22-- phpMyAdmin SQL Dump
23-- version 4.5.2
24-- http://www.phpmyadmin.net
25--
26-- Host: 127.0.0.1
27-- Generation Time: Jun 22, 2016 at 01:19 PM
28-- Server version: 5.7.9
29-- PHP Version: 5.6.16
30
31SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
32SET time_zone = "+00:00";
33
34
35/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
36/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
37/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
38/*!40101 SET NAMES utf8mb4 */;
39
40--
41-- Database: `library`
42--
43
44-- --------------------------------------------------------
45
46--
47-- Table structure for table `books`
48--
49
50DROP TABLE IF EXISTS `books`;
51CREATE TABLE IF NOT EXISTS `books` (
52 `ISBN` int(11) NOT NULL,
53 `Title` varchar(64) NOT NULL,
54 `Author` varchar(64) NOT NULL,
55 `Charged` varchar(64) NOT NULL
56) ENGINE=MyISAM DEFAULT CHARSET=latin1;
57
58--
59-- Dumping data for table `books`
60--
61
62INSERT INTO `books` (`ISBN`, `Title`, `Author`, `Charged`) VALUES
63(6180411, 'Country Driving: A Chinese Road Trip', 'Peter Hessler', 'No'),
64(6180412, 'Byron Journal', 'Liverpool University Press (UK)', 'No'),
65(6180413, 'California Bookwatch', 'Midwest Book Review', 'Yes'),
66(6180414, 'California Bookwatch', 'Johns Hopkins University Press', 'Yes'),
67(6180415, 'California Bookwatch', 'Johns Hopkins University Press', 'No'),
68(6180416, 'Canadian Ethnic Studies Journal', 'Canadian Ethnic Studies Association', 'No'),
69(6180417, 'Canadian Fiction Magazine', 'Canadian Fiction Magazine', 'Yes'),
70(6180418, 'Canadian Literature', 'The University of British Columbia', 'No'),
71(6180419, 'Caribbean Quarterly', 'The University of the West Indies', 'No'),
72(6180420, 'Caribbean Quarterly', 'The Carolina Quarterly', 'Yes'),
73(6180421, 'Caribbean Quarterly', 'Cervantes Society of America', 'Yes'),
74(6180422, 'Chariton Review', 'Truman State University Press', 'No'),
75(6180423, 'Chasqui', 'Chasqui', 'No'),
76(6180424, 'Chicago Review', 'University of Chicago', 'No'),
77(6180425, 'Chicago Review', 'Midwest Book Review', 'No'),
78(6180426, 'China Review International', 'University of Hawaii Press', 'No'),
79(6180427, 'Chinese Literature Today', 'The Board of Regents of the University of Oklahoma', 'No'),
80(6180428, 'Chinese Literature Today', 'American Library Association CHOICE', 'No'),
81(6180429, 'Christianity and Literature', 'Sage Publications, Inc.', 'No'),
82(6180430, 'CineAction', 'CineAction', 'No');
83
84-- --------------------------------------------------------
85
86--
87-- Table structure for table `circulation`
88--
89
90DROP TABLE IF EXISTS `circulation`;
91CREATE TABLE IF NOT EXISTS `circulation` (
92 `ISBN` int(11) NOT NULL,
93 `StudentID` int(11) NOT NULL,
94 `ChargeDate` varchar(64) NOT NULL,
95 `DueDate` varchar(64) NOT NULL,
96 PRIMARY KEY (`ISBN`)
97) ENGINE=MyISAM DEFAULT CHARSET=latin1;
98
99--
100-- Dumping data for table `circulation`
101--
102
103INSERT INTO `circulation` (`ISBN`, `StudentID`, `ChargeDate`, `DueDate`) VALUES
104(6180413, 873220008, '6/21/2016', '7/4/2016'),
105(6180414, 873220008, '6/22/2016', '7/15/2016'),
106(6180417, 873220008, '6/23/2016', '7/6/2016'),
107(6180420, 873220001, '6/24/2016', '7/7/2016'),
108(6180427, 873220018, '6/25/2016', '7/14/2016');
109
110-- --------------------------------------------------------
111
112--
113-- Table structure for table `students`
114--
115
116DROP TABLE IF EXISTS `students`;
117CREATE TABLE IF NOT EXISTS `students` (
118 `StudentID` int(11) NOT NULL,
119 `FirstName` varchar(64) NOT NULL,
120 `Middle` varchar(64) NOT NULL,
121 `LastName` varchar(64) NOT NULL,
122 `Email` varchar(64) NOT NULL,
123 PRIMARY KEY (`StudentID`)
124) ENGINE=MyISAM DEFAULT CHARSET=latin1;
125
126--
127-- Dumping data for table `students`
128--
129
130INSERT INTO `students` (`StudentID`, `FirstName`, `Middle`, `LastName`, `Email`) VALUES
131(873220000, 'Hayden', 'A', 'Chris', 'student1@student.edu'),
132(873220001, 'Ewan', 'B', 'Greg', 'student2@student.edu'),
133(873220002, 'Kenny', 'C', 'Baker', 'student3@student.edu'),
134(873220003, 'Graeme', 'D', 'Blund', 'student4@student.edu'),
135(873220004, 'Jeremy', 'E', 'Bullo', 'student5@student.edu'),
136(873220005, 'Anthon', 'F', 'Dan', 'student6@student.edu'),
137(873220006, 'Oliver', 'G', 'Ford', 'student7@student.edu'),
138(873220007, 'Hayden', 'A', 'Chris', 'student8@student.edu'),
139(873220008, 'Ewan', 'B', 'Greg', 'student9@student.edu'),
140(873220009, 'Kenny', 'C', 'Baker', 'student10@student.edu'),
141(873220010, 'Temuer', 'N', 'Mor', 'student11@student.edu'),
142(873220011, 'Trisha', 'O', 'Noble', 'student12@student.edu'),
143(873220012, 'Ian', 'M', 'Diarm', 'student13@student.edu'),
144(873220013, 'Temuer', 'N', 'Mor', 'student14@student.edu'),
145(873220014, 'Trisha', 'O', 'Noble', 'student15@student.edu'),
146(873220015, 'Wayne', 'P', 'Pygra', 'student16@student.edu'),
147(873220016, 'Jimmy', 'Q', 'Smits', 'student17@student.edu'),
148(873220017, 'Bruce', 'R', 'Spenc', 'student18@student.edu'),
149(873220018, 'Frank', 'S', 'Oz', 'student19@student.edu'),
150(873220019, 'Ling', 'T', 'Bai', 'student20@student.edu'),
151(873220020, 'Warren', 'U', 'Owens', 'student21@student.edu'),
152(873220021, 'Kee', 'V', 'Chan', 'student22@student.edu'),
153(873220022, 'Wayne', 'P', 'Pygra', 'student23@student.edu'),
154(873220023, 'Jimmy', 'Q', 'Smits', 'student24@student.edu'),
155(873220024, 'Bruce', 'R', 'Spenc', 'student25@student.edu'),
156(873220025, 'Rena', 'Z', 'Owen', 'student26@student.edu'),
157(873220026, 'Matthe', 'A', 'Woo', 'student27@student.edu'),
158(873220027, 'Matt', 'B', 'San', 'student28@student.edu'),
159(873220028, 'Silas', 'C', 'Carso', 'student29@student.edu');
160
161/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
162/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
163/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;