-
Notifications
You must be signed in to change notification settings - Fork 0
/
structure.txt
306 lines (305 loc) · 16.4 KB
/
structure.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
.
├── ./CHANGELOG.md
├── ./CODE_OF_CONDUCT.md
├── ./LICENSE
├── ./NETWORKS.md
├── ./NETWORKS.md.bak
├── ./README.md
├── ./README.md.bak
├── ./api
│ ├── ./api/3gp.php
│ ├── ./api/3gp.php.bak
│ ├── ./api/7z.php
│ ├── ./api/7z.php.bak
│ ├── ./api/ace.php
│ ├── ./api/ace.php.bak
│ ├── ./api/arj.php
│ ├── ./api/arj.php.bak
│ ├── ./api/avi.php
│ ├── ./api/avi.php.bak
│ ├── ./api/bmp.php
│ ├── ./api/bmp.php.bak
│ ├── ./api/bz2.php
│ ├── ./api/bz2.php.bak
│ ├── ./api/cab.php
│ ├── ./api/cab.php.bak
│ ├── ./api/cbr.php
│ ├── ./api/cbt.php
│ ├── ./api/cpio.php
│ ├── ./api/cpio.php.bak
│ ├── ./api/csv.php
│ ├── ./api/csv.php.bak
│ ├── ./api/dmg.php
│ ├── ./api/dmg.php.bak
│ ├── ./api/docx.php
│ ├── ./api/docx.php.bak
│ ├── ./api/example.php
│ ├── ./api/example.php.bak
│ ├── ./api/example_archives.php
│ ├── ./api/example_documents.php
│ ├── ./api/flv.php
│ ├── ./api/flv.php.bak
│ ├── ./api/gif.php
│ ├── ./api/gif.php.bak
│ ├── ./api/gz.php
│ ├── ./api/gz.php.bak
│ ├── ./api/heic.php
│ ├── ./api/heic.php.bak
│ ├── ./api/hqx.php
│ ├── ./api/index.php
│ ├── ./api/iso.php
│ ├── ./api/iso.php.bak
│ ├── ./api/jar.php
│ ├── ./api/jar.php.bak
│ ├── ./api/jpeg.php
│ ├── ./api/jpg.php.bak
│ ├── ./api/lha.php
│ ├── ./api/lha.php.bak
│ ├── ./api/lz.php
│ ├── ./api/lzip.php
│ ├── ./api/lzma.php
│ ├── ./api/lzop.php
│ ├── ./api/mkv.php
│ ├── ./api/mkv.php.bak
│ ├── ./api/mov.php
│ ├── ./api/mov.php.bak
│ ├── ./api/mp4.php
│ ├── ./api/mp4.php.bak
│ ├── ./api/p7z.php
│ ├── ./api/pak.php
│ ├── ./api/pdf.php
│ ├── ./api/pdf.php.bak
│ ├── ./api/pk3.php
│ ├── ./api/pk4.php
│ ├── ./api/png.php
│ ├── ./api/png.php.bak
│ ├── ./api/pptx.php
│ ├── ./api/rar.php
│ ├── ./api/rar.php.bak
│ ├── ./api/rar5.php
│ ├── ./api/sit.php
│ ├── ./api/sit.php.bak
│ ├── ./api/site.php
│ ├── ./api/sqz.php
│ ├── ./api/svg.php
│ ├── ./api/svg.php.bak
│ ├── ./api/tar.php
│ ├── ./api/tar.php.bak
│ ├── ./api/tarbz2.php
│ ├── ./api/tarbz2.php.bak
│ ├── ./api/targz.php
│ ├── ./api/targz.php.bak
│ ├── ./api/tarlz.php
│ ├── ./api/tarlz.php.bak
│ ├── ./api/tarlzma.php
│ ├── ./api/tarlzma.php.bak
│ ├── ./api/tarxz.php
│ ├── ./api/tarxz.php.bak
│ ├── ./api/tarzst.php
│ ├── ./api/tarzst.php.bak
│ ├── ./api/taz.php
│ ├── ./api/tbz.php
│ ├── ./api/tbz2.php
│ ├── ./api/tiff.php
│ ├── ./api/tiff.php.bak
│ ├── ./api/txt.php
│ ├── ./api/txt.php.bak
│ ├── ./api/vhd.php
│ ├── ./api/vhd.php.bak
│ ├── ./api/vmdk.php
│ ├── ./api/vmdk.php.bak
│ ├── ./api/war.php
│ ├── ./api/webm.php
│ ├── ./api/webm.php.bak
│ ├── ./api/webp.php
│ ├── ./api/webp.php.bak
│ ├── ./api/wim.php
│ ├── ./api/wim.php.bak
│ ├── ./api/wmv.php
│ ├── ./api/wmv.php.bak
│ ├── ./api/xlsx.php
│ ├── ./api/xz.php
│ ├── ./api/z.php
│ ├── ./api/zip.php
│ ├── ./api/zip64.php
│ ├── ./api/zipx.php
│ ├── ./api/zpaq.php
│ └── ./api/zst.php
├── ./includes
│ ├── ./includes/autoload.php
│ ├── ./includes/autoload.php.bak
│ ├── ./includes/body
│ │ ├── ./includes/body/editor.php
│ │ ├── ./includes/body/editor.php.bak
│ │ ├── ./includes/body/modals
│ │ │ ├── ./includes/body/modals/modal.php
│ │ │ ├── ./includes/body/modals/upfiles.php
│ │ │ └── ./includes/body/modals/upfiles.php.bak
│ │ ├── ./includes/body/plugins.php
│ │ ├── ./includes/body/preview.php
│ │ └── ./includes/body/upfiles
│ │ ├── ./includes/body/upfiles/archives
│ │ │ └── ./includes/body/upfiles/archives/modals
│ │ │ ├── ./includes/body/upfiles/archives/modals/7z.php
│ │ │ ├── ./includes/body/upfiles/archives/modals/ace.php
│ │ │ ├── ./includes/body/upfiles/archives/modals/arj.php
│ │ │ ├── ./includes/body/upfiles/archives/modals/bz2.php
│ │ │ ├── ./includes/body/upfiles/archives/modals/cab.php
│ │ │ ├── ./includes/body/upfiles/archives/modals/cbr.php
│ │ │ ├── ./includes/body/upfiles/archives/modals/cbt.php
│ │ │ ├── ./includes/body/upfiles/archives/modals/cpio.php
│ │ │ ├── ./includes/body/upfiles/archives/modals/dmg.php
│ │ │ ├── ./includes/body/upfiles/archives/modals/example.php
│ │ │ ├── ./includes/body/upfiles/archives/modals/gz.php
│ │ │ ├── ./includes/body/upfiles/archives/modals/hqx.php
│ │ │ ├── ./includes/body/upfiles/archives/modals/iso.php
│ │ │ ├── ./includes/body/upfiles/archives/modals/jar.php
│ │ │ ├── ./includes/body/upfiles/archives/modals/lha.php
│ │ │ ├── ./includes/body/upfiles/archives/modals/lz.php
│ │ │ ├── ./includes/body/upfiles/archives/modals/lzip.php
│ │ │ ├── ./includes/body/upfiles/archives/modals/lzma.php
│ │ │ ├── ./includes/body/upfiles/archives/modals/lzop.php
│ │ │ ├── ./includes/body/upfiles/archives/modals/p7z.php
│ │ │ ├── ./includes/body/upfiles/archives/modals/pak.php
│ │ │ ├── ./includes/body/upfiles/archives/modals/pk3.php
│ │ │ ├── ./includes/body/upfiles/archives/modals/pk4.php
│ │ │ ├── ./includes/body/upfiles/archives/modals/rar.php
│ │ │ ├── ./includes/body/upfiles/archives/modals/rar5.php
│ │ │ ├── ./includes/body/upfiles/archives/modals/sit.php
│ │ │ ├── ./includes/body/upfiles/archives/modals/sqz.php
│ │ │ ├── ./includes/body/upfiles/archives/modals/tar.php
│ │ │ ├── ./includes/body/upfiles/archives/modals/tarbz2.php
│ │ │ ├── ./includes/body/upfiles/archives/modals/tarbz2.php.bak
│ │ │ ├── ./includes/body/upfiles/archives/modals/targz.php
│ │ │ ├── ./includes/body/upfiles/archives/modals/targz.php.bak
│ │ │ ├── ./includes/body/upfiles/archives/modals/tarlz.php
│ │ │ ├── ./includes/body/upfiles/archives/modals/tarlz.php.bak
│ │ │ ├── ./includes/body/upfiles/archives/modals/tarlzma.php
│ │ │ ├── ./includes/body/upfiles/archives/modals/tarlzma.php.bak
│ │ │ ├── ./includes/body/upfiles/archives/modals/tarxz.php
│ │ │ ├── ./includes/body/upfiles/archives/modals/tarxz.php.bak
│ │ │ ├── ./includes/body/upfiles/archives/modals/tarzst.php
│ │ │ ├── ./includes/body/upfiles/archives/modals/tarzst.php.bak
│ │ │ ├── ./includes/body/upfiles/archives/modals/taz.php
│ │ │ ├── ./includes/body/upfiles/archives/modals/tbz.php
│ │ │ ├── ./includes/body/upfiles/archives/modals/tbz2.php
│ │ │ ├── ./includes/body/upfiles/archives/modals/vhd.php
│ │ │ ├── ./includes/body/upfiles/archives/modals/vmdk.php
│ │ │ ├── ./includes/body/upfiles/archives/modals/war.php
│ │ │ ├── ./includes/body/upfiles/archives/modals/wim.php
│ │ │ ├── ./includes/body/upfiles/archives/modals/xz.php
│ │ │ ├── ./includes/body/upfiles/archives/modals/z.php
│ │ │ ├── ./includes/body/upfiles/archives/modals/zip.php
│ │ │ ├── ./includes/body/upfiles/archives/modals/zip64.php
│ │ │ ├── ./includes/body/upfiles/archives/modals/zipx.php
│ │ │ ├── ./includes/body/upfiles/archives/modals/zpaq.php
│ │ │ └── ./includes/body/upfiles/archives/modals/zst.php
│ │ ├── ./includes/body/upfiles/documents
│ │ │ └── ./includes/body/upfiles/documents/modals
│ │ │ ├── ./includes/body/upfiles/documents/modals/csv.php
│ │ │ ├── ./includes/body/upfiles/documents/modals/docx.php
│ │ │ ├── ./includes/body/upfiles/documents/modals/example.php
│ │ │ ├── ./includes/body/upfiles/documents/modals/pdf.php
│ │ │ ├── ./includes/body/upfiles/documents/modals/pdf.php.bak
│ │ │ ├── ./includes/body/upfiles/documents/modals/pptx.php
│ │ │ ├── ./includes/body/upfiles/documents/modals/txt.php
│ │ │ ├── ./includes/body/upfiles/documents/modals/txt.php.bak
│ │ │ └── ./includes/body/upfiles/documents/modals/xlsx.php
│ │ ├── ./includes/body/upfiles/images
│ │ │ └── ./includes/body/upfiles/images/modals
│ │ │ ├── ./includes/body/upfiles/images/modals/bmp.php
│ │ │ ├── ./includes/body/upfiles/images/modals/example.php
│ │ │ ├── ./includes/body/upfiles/images/modals/gif.php
│ │ │ ├── ./includes/body/upfiles/images/modals/heic.php
│ │ │ ├── ./includes/body/upfiles/images/modals/jpeg.php
│ │ │ ├── ./includes/body/upfiles/images/modals/jpeg.php.bak
│ │ │ ├── ./includes/body/upfiles/images/modals/png.php
│ │ │ ├── ./includes/body/upfiles/images/modals/svg.php
│ │ │ ├── ./includes/body/upfiles/images/modals/tiff.php
│ │ │ └── ./includes/body/upfiles/images/modals/webp.php
│ │ ├── ./includes/body/upfiles/modals
│ │ │ ├── ./includes/body/upfiles/modals/archives.php
│ │ │ ├── ./includes/body/upfiles/modals/archives.php.bak
│ │ │ ├── ./includes/body/upfiles/modals/documents.php
│ │ │ ├── ./includes/body/upfiles/modals/documents.php.bak
│ │ │ ├── ./includes/body/upfiles/modals/example.php
│ │ │ ├── ./includes/body/upfiles/modals/images.php
│ │ │ ├── ./includes/body/upfiles/modals/images.php.bak
│ │ │ ├── ./includes/body/upfiles/modals/videos.php
│ │ │ └── ./includes/body/upfiles/modals/videos.php.bak
│ │ └── ./includes/body/upfiles/videos
│ │ └── ./includes/body/upfiles/videos/modals
│ │ ├── ./includes/body/upfiles/videos/modals/3gp.php
│ │ ├── ./includes/body/upfiles/videos/modals/avi.php
│ │ ├── ./includes/body/upfiles/videos/modals/example.php
│ │ ├── ./includes/body/upfiles/videos/modals/flv.php
│ │ ├── ./includes/body/upfiles/videos/modals/mkv.php
│ │ ├── ./includes/body/upfiles/videos/modals/mov.php
│ │ ├── ./includes/body/upfiles/videos/modals/mp4.php
│ │ ├── ./includes/body/upfiles/videos/modals/mpeg.php
│ │ ├── ./includes/body/upfiles/videos/modals/webm.php
│ │ └── ./includes/body/upfiles/videos/modals/wmv.php
│ ├── ./includes/error
│ │ └── ./includes/error/404.php
│ ├── ./includes/footer
│ │ ├── ./includes/footer/footer.php
│ │ └── ./includes/footer/footer.php.bak
│ └── ./includes/header
│ ├── ./includes/header/css.php
│ ├── ./includes/header/css.php.bak
│ ├── ./includes/header/html.php
│ ├── ./includes/header/html.php.bak
│ ├── ./includes/header/meta.php
│ ├── ./includes/header/meta.php.bak
│ ├── ./includes/header/navbar.php
│ ├── ./includes/header/navbar.php.bak
│ ├── ./includes/header/scripts.php
│ ├── ./includes/header/scripts.php.bak
│ └── ./includes/header/styles.php
├── ./index.php
├── ./package.json
├── ./package.json.bak
├── ./public
│ ├── ./public/css
│ │ ├── ./public/css/style.css
│ │ └── ./public/css/style.css.bak
│ ├── ./public/icons
│ │ ├── ./public/icons/decentralized-web-coming-out-from-night-to-shine-the-day-picsay.png
│ │ └── ./public/icons/favicon-512.png
│ ├── ./public/img
│ │ ├── ./public/img/b-1.png
│ │ ├── ./public/img/b-2.png
│ │ ├── ./public/img/b-3.png
│ │ ├── ./public/img/bootstrap.png
│ │ ├── ./public/img/cryptojs.png
│ │ ├── ./public/img/decentrealized-web-720.png
│ │ ├── ./public/img/fa.png
│ │ ├── ./public/img/go-decentrealized-blog.png
│ │ ├── ./public/img/iconify.png
│ │ ├── ./public/img/jquery.png
│ │ ├── ./public/img/preview.png
│ │ └── ./public/img/vercel.png
│ ├── ./public/js
│ │ ├── ./public/js/crypto.js
│ │ ├── ./public/js/d-web.js
│ │ ├── ./public/js/kwuwtk.js
│ │ ├── ./public/js/[email protected]
│ │ ├── ./public/js/sensor.js
│ │ ├── ./public/js/sensor.js.bak
│ │ ├── ./public/js/system.js
│ │ ├── ./public/js/system.js.bak
│ │ ├── ./public/js/theme.js
│ │ └── ./public/js/theme.js.bak
│ └── ./public/pages
│ ├── ./public/pages/about-us.html
│ ├── ./public/pages/about-us.html.bak
│ ├── ./public/pages/disclaimer.html
│ ├── ./public/pages/disclaimer.html.bak
│ ├── ./public/pages/index.html
│ ├── ./public/pages/index.html.bak
│ ├── ./public/pages/support-erath.html
│ └── ./public/pages/support-erath.html.bak
├── ./structure.txt
├── ./vercel.json
└── ./vercel.json.bak
24 directories, 280 files