Skip to content

Commit bd1e370

Browse files
committed
Initial Commit
0 parents  commit bd1e370

File tree

125 files changed

+26620
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+26620
-0
lines changed

.editorconfig

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Editor configuration normalization
2+
# @see http://editorconfig.org/
3+
4+
root = true
5+
6+
# All files.
7+
[*]
8+
end_of_line = LF
9+
indent_style = space
10+
indent_size = 2
11+
charset = utf-8
12+
trim_trailing_whitespace = true
13+
insert_final_newline = true

.htaccess

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
# HTID:16237950: DO NOT REMOVE OR MODIFY THIS LINE AND THE LINES BELOW
3+
php_value display_errors 1
4+
# DO NOT REMOVE OR MODIFY THIS LINE AND THE LINES ABOVE HTID:16237950:

Database/users.sql

+282
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,282 @@
1+
-- phpMyAdmin SQL Dump
2+
-- version 5.0.2
3+
-- https://www.phpmyadmin.net/
4+
--
5+
-- Host: 127.0.0.1
6+
-- Generation Time: Jan 17, 2021 at 06:31 AM
7+
-- Server version: 10.4.14-MariaDB
8+
-- PHP Version: 7.4.9
9+
10+
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
11+
START TRANSACTION;
12+
SET time_zone = "+00:00";
13+
14+
15+
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
16+
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
17+
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
18+
/*!40101 SET NAMES utf8mb4 */;
19+
20+
--
21+
-- Database: `users`
22+
--
23+
24+
-- --------------------------------------------------------
25+
26+
--
27+
-- Table structure for table `accounts`
28+
--
29+
30+
CREATE TABLE `accounts` (
31+
`id` int(11) NOT NULL,
32+
`firstname` text NOT NULL,
33+
`lastname` text NOT NULL,
34+
`username` varchar(50) NOT NULL,
35+
`password` varchar(50) NOT NULL,
36+
`pack` text NOT NULL,
37+
`email` varchar(50) NOT NULL,
38+
`time` timestamp NOT NULL DEFAULT current_timestamp()
39+
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
40+
41+
--
42+
-- Dumping data for table `accounts`
43+
--
44+
45+
INSERT INTO `accounts` (`id`, `firstname`, `lastname`, `username`, `password`, `pack`, `email`, `time`) VALUES
46+
(3, 'Ritesh', 'Rathod', 'rnrathod', 'ritesh@07', '', '', '2021-01-17 03:41:08'),
47+
(7, 'RITESHcx', 'RATHOD', 'xcv', 'xcv', 'starter', '', '2021-01-14 04:42:15'),
48+
(8, 'Suhas', 'RATHOD', 'srathod', 's', 'Starter', '', '2021-01-21 04:34:51'),
49+
(9, 'sahil', 'sharma', 'ssharma', 's', 'Medium', '', '2021-01-15 04:48:40'),
50+
(10, 'Rohan', 'Sharma', 'rsharma', 'r', 'Complete', '', '2021-01-17 03:41:08'),
51+
(11, 'a', 'a', 'a', 'a', 'medium', 'rt@gmail.com', '2021-01-17 03:41:08'),
52+
(12, 'z', 'z', 'z', 'z', 'Medium', 's@gmail.com', '2021-01-17 03:41:08'),
53+
(13, 'b', 'b', 'b', 'b', 'medium', 's@gmail.com', '2021-01-17 03:41:08'),
54+
(14, 'sdsasd', 'ad', 'asd', 'asd', 'Starter', 'rn07rathod@gmail.com', '2021-01-17 03:41:08'),
55+
(15, 'Ritesh', 'Rathod', 'admin', 'admin', '', '', '2021-01-17 03:41:08'),
56+
(16, 'RITESH', 'RATHOD', 'r', 'r', 'Medium', 'rn07rathod@gmail.com', '2021-01-17 04:52:46');
57+
58+
-- --------------------------------------------------------
59+
60+
--
61+
-- Table structure for table `completeupload`
62+
--
63+
64+
CREATE TABLE `completeupload` (
65+
`id` int(11) NOT NULL,
66+
`name` varchar(255) NOT NULL,
67+
`size` int(11) NOT NULL,
68+
`downloads` int(11) NOT NULL
69+
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
70+
71+
--
72+
-- Dumping data for table `completeupload`
73+
--
74+
75+
INSERT INTO `completeupload` (`id`, `name`, `size`, `downloads`) VALUES
76+
(5, 'New Doc 2020-01-20 18.54.21.pdf', 771345, 0);
77+
78+
-- --------------------------------------------------------
79+
80+
--
81+
-- Table structure for table `contact`
82+
--
83+
84+
CREATE TABLE `contact` (
85+
`id` int(11) NOT NULL,
86+
`name` text NOT NULL,
87+
`email` varchar(50) NOT NULL,
88+
`message` text NOT NULL,
89+
`date` datetime NOT NULL DEFAULT current_timestamp()
90+
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
91+
92+
--
93+
-- Dumping data for table `contact`
94+
--
95+
96+
INSERT INTO `contact` (`id`, `name`, `email`, `message`, `date`) VALUES
97+
(1, 'Ritesh', 'rn07rathod@gmail.com', 'Hello', '2020-12-15 09:21:23'),
98+
(2, 'RITESH RATHOD', 'rnrathod@mitaoe.ac.in', 'as', '2020-12-15 09:51:49'),
99+
(3, 'RITESH RATHOD', 'rnrathod@mitaoe.ac.in', 'aaa', '2020-12-15 09:54:09'),
100+
(8, 'RITESH RATHOD', 'rnrathod@mitaoe.ac.in', 'ritesh', '2020-12-16 10:20:20');
101+
102+
-- --------------------------------------------------------
103+
104+
--
105+
-- Table structure for table `mediumupload`
106+
--
107+
108+
CREATE TABLE `mediumupload` (
109+
`id` int(11) NOT NULL,
110+
`name` varchar(255) NOT NULL,
111+
`size` int(11) NOT NULL,
112+
`downloads` int(11) NOT NULL
113+
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
114+
115+
--
116+
-- Dumping data for table `mediumupload`
117+
--
118+
119+
INSERT INTO `mediumupload` (`id`, `name`, `size`, `downloads`) VALUES
120+
(5, 'Coursera 2T644X8FUF33.pdf', 172462, 0);
121+
122+
-- --------------------------------------------------------
123+
124+
--
125+
-- Table structure for table `rejected`
126+
--
127+
128+
CREATE TABLE `rejected` (
129+
`id` int(11) NOT NULL,
130+
`firstname` text NOT NULL,
131+
`lastname` text NOT NULL,
132+
`username` varchar(40) NOT NULL,
133+
`password` varchar(40) NOT NULL,
134+
`pack` text NOT NULL,
135+
`email` varchar(50) NOT NULL
136+
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
137+
138+
--
139+
-- Dumping data for table `rejected`
140+
--
141+
142+
INSERT INTO `rejected` (`id`, `firstname`, `lastname`, `username`, `password`, `pack`, `email`) VALUES
143+
(1, 'ritesh', 'rath', 'sa', 'as', 'starter', 's@gmail.com'),
144+
(2, 'RITESH', 'RATHOD', 'riteshsxa', 'as', 'Medium', 'ritesh07rathod@gmail.com');
145+
146+
-- --------------------------------------------------------
147+
148+
--
149+
-- Table structure for table `requests`
150+
--
151+
152+
CREATE TABLE `requests` (
153+
`id` int(11) NOT NULL,
154+
`firstname` text NOT NULL,
155+
`lastname` text NOT NULL,
156+
`username` varchar(30) NOT NULL,
157+
`password` varchar(30) NOT NULL,
158+
`pack` text NOT NULL,
159+
`date` datetime NOT NULL DEFAULT current_timestamp(),
160+
`email` varchar(40) NOT NULL,
161+
`phone` text NOT NULL,
162+
`address` text NOT NULL
163+
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
164+
165+
-- --------------------------------------------------------
166+
167+
--
168+
-- Table structure for table `starterupload`
169+
--
170+
171+
CREATE TABLE `starterupload` (
172+
`id` int(11) NOT NULL,
173+
`name` varchar(255) NOT NULL,
174+
`size` int(11) NOT NULL,
175+
`downloads` int(11) NOT NULL
176+
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
177+
178+
--
179+
-- Dumping data for table `starterupload`
180+
--
181+
182+
INSERT INTO `starterupload` (`id`, `name`, `size`, `downloads`) VALUES
183+
(5, '309_T206010_Ritesh_AZ2Y94E6FQES (1).pdf', 271764, 6),
184+
(6, '309_T206010_Ritesh_AZ2Y94E6FQES (1) (1).pdf', 271764, 2);
185+
186+
--
187+
-- Indexes for dumped tables
188+
--
189+
190+
--
191+
-- Indexes for table `accounts`
192+
--
193+
ALTER TABLE `accounts`
194+
ADD PRIMARY KEY (`id`);
195+
196+
--
197+
-- Indexes for table `completeupload`
198+
--
199+
ALTER TABLE `completeupload`
200+
ADD PRIMARY KEY (`id`);
201+
202+
--
203+
-- Indexes for table `contact`
204+
--
205+
ALTER TABLE `contact`
206+
ADD PRIMARY KEY (`id`);
207+
208+
--
209+
-- Indexes for table `mediumupload`
210+
--
211+
ALTER TABLE `mediumupload`
212+
ADD PRIMARY KEY (`id`);
213+
214+
--
215+
-- Indexes for table `rejected`
216+
--
217+
ALTER TABLE `rejected`
218+
ADD PRIMARY KEY (`id`);
219+
220+
--
221+
-- Indexes for table `requests`
222+
--
223+
ALTER TABLE `requests`
224+
ADD PRIMARY KEY (`id`),
225+
ADD UNIQUE KEY `username` (`username`);
226+
227+
--
228+
-- Indexes for table `starterupload`
229+
--
230+
ALTER TABLE `starterupload`
231+
ADD PRIMARY KEY (`id`);
232+
233+
--
234+
-- AUTO_INCREMENT for dumped tables
235+
--
236+
237+
--
238+
-- AUTO_INCREMENT for table `accounts`
239+
--
240+
ALTER TABLE `accounts`
241+
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17;
242+
243+
--
244+
-- AUTO_INCREMENT for table `completeupload`
245+
--
246+
ALTER TABLE `completeupload`
247+
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
248+
249+
--
250+
-- AUTO_INCREMENT for table `contact`
251+
--
252+
ALTER TABLE `contact`
253+
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;
254+
255+
--
256+
-- AUTO_INCREMENT for table `mediumupload`
257+
--
258+
ALTER TABLE `mediumupload`
259+
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
260+
261+
--
262+
-- AUTO_INCREMENT for table `rejected`
263+
--
264+
ALTER TABLE `rejected`
265+
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
266+
267+
--
268+
-- AUTO_INCREMENT for table `requests`
269+
--
270+
ALTER TABLE `requests`
271+
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=32;
272+
273+
--
274+
-- AUTO_INCREMENT for table `starterupload`
275+
--
276+
ALTER TABLE `starterupload`
277+
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
278+
COMMIT;
279+
280+
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
281+
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
282+
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;

0 commit comments

Comments
 (0)