-
Notifications
You must be signed in to change notification settings - Fork 0
/
announcements.html
363 lines (326 loc) · 189 KB
/
announcements.html
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
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
<!DOCTYPE html><html lang=en><head><title>MythicalSystems LTD - 📌・announcements</title><meta charset=utf-8><meta name=viewport content="width=device-width"><style>@font-face{src:url("https://cdn.jsdelivr.net/gh/Tyrrrz/DiscordFonts@master/ggsans-normal-400.woff2");font-family:gg sans;font-weight:400;font-style:normal}@font-face{src:url("https://cdn.jsdelivr.net/gh/Tyrrrz/DiscordFonts@master/ggsans-normal-500.woff2");font-family:gg sans;font-weight:500;font-style:normal}@font-face{src:url("https://cdn.jsdelivr.net/gh/Tyrrrz/DiscordFonts@master/ggsans-normal-600.woff2");font-family:gg sans;font-weight:600;font-style:normal}@font-face{src:url("https://cdn.jsdelivr.net/gh/Tyrrrz/DiscordFonts@master/ggsans-normal-700.woff2");font-family:gg sans;font-weight:700;font-style:normal}@font-face{src:url("https://cdn.jsdelivr.net/gh/Tyrrrz/DiscordFonts@master/ggsans-normal-800.woff2");font-family:gg sans;font-weight:800;font-style:normal}@font-face{src:url("https://cdn.jsdelivr.net/gh/Tyrrrz/DiscordFonts@master/ggsans-italic-400.woff2");font-family:gg sans;font-weight:400;font-style:italic}@font-face{src:url("https://cdn.jsdelivr.net/gh/Tyrrrz/DiscordFonts@master/ggsans-italic-500.woff2");font-family:gg sans;font-weight:500;font-style:italic}@font-face{src:url("https://cdn.jsdelivr.net/gh/Tyrrrz/DiscordFonts@master/ggsans-italic-600.woff2");font-family:gg sans;font-weight:600;font-style:italic}@font-face{src:url("https://cdn.jsdelivr.net/gh/Tyrrrz/DiscordFonts@master/ggsans-italic-700.woff2");font-family:gg sans;font-weight:700;font-style:italic}@font-face{src:url("https://cdn.jsdelivr.net/gh/Tyrrrz/DiscordFonts@master/ggsans-italic-800.woff2");font-family:gg sans;font-weight:800;font-style:italic}html,body{margin:0;padding:0;background-color:#36393e;color:#dcddde;font-family:"gg sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:17px;font-weight:400;scroll-behavior:smooth}a{color:#00aff4;text-decoration:none}a:hover{text-decoration:underline}img{object-fit:contain;image-rendering:high-quality;image-rendering:-webkit-optimize-contrast}.preamble{display:grid;grid-template-columns:auto 1fr;max-width:100%;padding:1rem}.preamble__guild-icon-container{grid-column:1}.preamble__guild-icon{max-width:88px;max-height:88px}.preamble__entries-container{grid-column:2;margin-left:1rem}.preamble__entry{margin-bottom:0.15rem;color:#ffffff;font-size:1.4rem}.preamble__entry--small{font-size:1rem}.chatlog{padding:1rem 0;width:100%;border-top:1px solid rgba(255,255,255,0.1);border-bottom:1px solid rgba(255,255,255,0.1)}.chatlog__message-group{margin-bottom:1rem}.chatlog__message-container{background-color:transparent;transition:background-color 1s ease}.chatlog__message-container--highlighted{background-color:rgba(114,137,218,0.2)}.chatlog__message-container--pinned{background-color:rgba(249,168,37,0.05)}.chatlog__message{display:grid;grid-template-columns:auto 1fr;padding:0.15rem 0;direction:ltr;unicode-bidi:bidi-override}.chatlog__message:hover{background-color:#32353b}.chatlog__message:hover .chatlog__short-timestamp{display:block}.chatlog__message-aside{grid-column:1;width:72px;padding:0.15rem 0.15rem 0 0.15rem;text-align:center}.chatlog__reply-symbol{height:10px;margin:6px 4px 4px 36px;border-left:2px solid #4f545c;border-top:2px solid #4f545c;border-radius:8px 0 0 0}.chatlog__avatar{width:40px;height:40px;border-radius:50%}.chatlog__short-timestamp{display:none;color:#a3a6aa;font-size:0.75rem;font-weight:500;direction:ltr;unicode-bidi:bidi-override}.chatlog__message-primary{grid-column:2;min-width:0}.chatlog__reply{display:flex;margin-bottom:0.15rem;align-items:center;color:#b5b6b8;font-size:0.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chatlog__reply-avatar{width:16px;height:16px;margin-right:0.25rem;border-radius:50%}.chatlog__reply-author{margin-right:0.3rem;font-weight:600}.chatlog__reply-content{overflow:hidden;text-overflow:ellipsis}.chatlog__reply-link{cursor:pointer}.chatlog__reply-link *{display:inline;pointer-events:none}.chatlog__reply-link .chatlog__markdown-quote{display:inline}.chatlog__reply-link .chatlog__markdown-pre{display:inline}.chatlog__reply-link:hover{color:#ffffff}.chatlog__reply-link:hover *:not(.chatlog__markdown-spoiler){color:inherit}.chatlog__reply-edited-timestamp{margin-left:0.25rem;color:#a3a6aa;font-size:0.75rem;font-weight:500;direction:ltr;unicode-bidi:bidi-override}.chatlog__system-notification-icon{width:18px;height:18px}.chatlog__system-notification-author{font-weight:500;color:#ffffff}.chatlog__system-notification-content{color:#96989d}.chatlog__system-notification-link{font-weight:500;color:#ffffff}.chatlog__system-notification-timestamp{margin-left:0.3rem;color:#a3a6aa;font-size:0.75rem;font-weight:500;direction:ltr;unicode-bidi:bidi-override}.chatlog__system-notification-timestamp a{color:inherit}.chatlog__header{margin-bottom:0.1rem}.chatlog__author{font-weight:500;color:#ffffff}.chatlog__author-tag{position:relative;top:-0.1rem;margin-left:0.3rem;padding:0.05rem 0.3rem;border-radius:3px;background-color:#5865F2;color:#ffffff;font-size:0.625rem;font-weight:500;line-height:1.3}.chatlog__timestamp{margin-left:0.3rem;color:#a3a6aa;font-size:0.75rem;font-weight:500;direction:ltr;unicode-bidi:bidi-override}.chatlog__timestamp a{color:inherit}.chatlog__content{padding-right:1rem;font-size:0.95rem;word-wrap:break-word}.chatlog__edited-timestamp{margin-left:0.15rem;color:#a3a6aa;font-size:0.75rem;font-weight:500}.chatlog__attachment{position:relative;width:fit-content;margin-top:0.3rem;border-radius:3px;overflow:hidden}.chatlog__attachment--hidden{cursor:pointer;box-shadow:0 0 1px 1px rgba(0,0,0,0.1)}.chatlog__attachment--hidden *{pointer-events:none}.chatlog__attachment-spoiler-caption{display:none;position:absolute;left:50%;top:50%;z-index:999;padding:0.4rem 0.8rem;border-radius:20px;transform:translate(-50%,-50%);background-color:rgba(0,0,0,0.9);color:#dcddde;font-size:0.9rem;font-weight:600;letter-spacing:0.05rem}.chatlog__attachment--hidden .chatlog__attachment-spoiler-caption{display:block}.chatlog__attachment--hidden:hover .chatlog__attachment-spoiler-caption{color:#fff}.chatlog__attachment-media{max-width:45vw;max-height:500px;vertical-align:top;border-radius:3px}.chatlog__attachment--hidden .chatlog__attachment-media{filter:blur(44px)}.chatlog__attachment-generic{max-width:520px;width:100%;height:40px;padding:10px;border:1px solid #292b2f;border-radius:3px;background-color:#2f3136;overflow:hidden}.chatlog__attachment--hidden .chatlog__attachment-generic{filter:blur(44px)}.chatlog__attachment-generic-icon{float:left;width:30px;height:100%;margin-right:10px}.chatlog__attachment-generic-size{color:#72767d;font-size:12px}.chatlog__attachment-generic-name{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.chatlog__embed{display:flex;margin-top:0.3rem;max-width:520px}.chatlog__embed-color-pill{flex-shrink:0;width:0.25rem;border-top-left-radius:3px;border-bottom-left-radius:3px}.chatlog__embed-color-pill--default{background-color:#202225}.chatlog__embed-content-container{display:flex;flex-direction:column;padding:0.5rem 0.6rem;border:1px solid rgba(46,48,54,0.6);border-top-right-radius:3px;border-bottom-right-radius:3px;background-color:rgba(46,48,54,0.3)}.chatlog__embed-content{display:flex;width:100%}.chatlog__embed-text{flex:1}.chatlog__embed-author-container{display:flex;margin-bottom:0.5rem;align-items:center}.chatlog__embed-author-icon{width:20px;height:20px;margin-right:0.5rem;border-radius:50%}.chatlog__embed-author{color:#ffffff;font-size:0.875rem;font-weight:600;direction:ltr;unicode-bidi:bidi-override}.chatlog__embed-author-link{color:#ffffff}.chatlog__embed-title{margin-bottom:0.5rem;color:#ffffff;font-size:0.875rem;font-weight:600}.chatlog__embed-description{color:#dcddde;font-weight:500;font-size:0.85rem}.chatlog__embed-fields{display:flex;flex-wrap:wrap;gap:0 0.5rem}.chatlog__embed-field{flex:0;min-width:100%;max-width:506px;padding-top:0.6rem;font-size:0.875rem}.chatlog__embed-field--inline{flex:1;flex-basis:auto;min-width:50px}.chatlog__embed-field-name{margin-bottom:0.2rem;color:#ffffff;font-weight:600}.chatlog__embed-field-value{color:#dcddde;font-weight:500}.chatlog__embed-thumbnail{flex:0;max-width:80px;max-height:80px;margin-left:1.2rem;border-radius:3px}.chatlog__embed-images{display:grid;margin-top:0.6rem;grid-template-columns:repeat(2,1fr);gap:0.25rem}.chatlog__embed-images--single{display:block}.chatlog__embed-image{object-fit:cover;object-position:center;max-width:500px;max-height:400px;width:100%;height:100%;border-radius:3px}.chatlog__embed-footer{margin-top:0.6rem;color:#dcddde}.chatlog__embed-footer-icon{width:20px;height:20px;margin-right:0.2rem;border-radius:50%;vertical-align:middle}.chatlog__embed-footer-text{vertical-align:middle;font-size:0.75rem;font-weight:500}.chatlog__embed-invite-container{min-width:320px;padding:0.6rem 0.7rem;border:1px solid rgba(46,48,54,0.6);border-radius:3px;background-color:rgba(46,48,54,0.3)}.chatlog__embed-invite-title{margin:0 0 0.8rem 0;color:#b9bbbe;font-size:0.75rem;font-weight:700;text-transform:uppercase}.chatlog__embed-invite{display:flex}.chatlog__embed-invite-guild-icon{width:50px;height:50px;border-radius:0.85rem}.chatlog__embed-invite-info{margin-left:1rem}.chatlog__embed-invite-guild-name{color:#ffffff;font-weight:600}.chatlog__embed-invite-guild-name a{color:inherit}.chatlog__embed-invite-channel-icon{width:18px;height:18px;vertical-align:bottom}.chatlog__embed-invite-channel-name{font-size:0.9rem;font-weight:600}.chatlog__embed-generic-image{object-fit:contain;object-position:left;max-width:45vw;max-height:500px;vertical-align:top;border-radius:3px}.chatlog__embed-generic-video{object-fit:contain;object-position:left;max-width:45vw;max-height:500px;vertical-align:top;border-radius:3px}.chatlog__embed-generic-gifv{object-fit:contain;object-position:left;max-width:45vw;max-height:500px;vertical-align:top;border-radius:3px}.chatlog__embed-spotify{border:0}.chatlog__embed-twitch{border:0}.chatlog__embed-youtube-container{margin-top:0.6rem}.chatlog__embed-youtube{border:0;border-radius:3px}.chatlog__sticker{width:180px;height:180px}.chatlog__sticker--media{max-width:100%;max-height:100%}.chatlog__reactions{display:flex}.chatlog__reaction{display:flex;margin:0.35rem 0.1rem 0.1rem 0;padding:0.125rem 0.375rem;border:1px solid transparent;border-radius:8px;background-color:#2f3136;align-items:center}.chatlog__reaction:hover{border:1px solid hsla(0,0%,100%,.2);background-color:transparent}.chatlog__reaction-count{min-width:9px;margin-left:0.35rem;color:#b9bbbe;font-size:0.875rem}.chatlog__reaction:hover .chatlog__reaction-count{color:#dcddde}.chatlog__markdown{max-width:100%;line-height:1.3;overflow-wrap:break-word}.chatlog__markdown h1{margin:1rem 0 0.5rem;color:#f2f3f5;font-size:1.5rem;line-height:1}.chatlog__markdown h2{margin:1rem 0 0.5rem;color:#f2f3f5;font-size:1.25rem;line-height:1}.chatlog__markdown h3{margin:1rem 0 0.5rem;color:#f2f3f5;font-size:1rem;line-height:1}.chatlog__markdown h1:first-child,h2:first-child,h3:first-child{margin-top:0.5rem}.chatlog__markdown ul,ol{margin:0 0 0 1rem;padding:0}.chatlog__markdown-preserve{white-space:pre-wrap}.chatlog__markdown-spoiler{background-color:rgba(255,255,255,0.1);padding:0 2px;border-radius:3px}.chatlog__markdown-spoiler--hidden{cursor:pointer;background-color:#202225;color:rgba(0,0,0,0)}.chatlog__markdown-spoiler--hidden:hover{background-color:rgba(32,34,37,0.8)}.chatlog__markdown-spoiler--hidden::selection{color:rgba(0,0,0,0)}.chatlog__markdown-quote{display:flex;margin:0.05rem 0}.chatlog__markdown-quote-border{margin-right:0.5rem;border:2px solid #4f545c;border-radius:3px}.chatlog__markdown-pre{background-color:#2f3136;font-family:"Consolas","Courier New",Courier,monospace;font-size:0.85rem;text-decoration:inherit}.chatlog__markdown-pre--multiline{display:block;margin-top:0.25rem;padding:0.5rem;border:2px solid #282b30;border-radius:5px;color:#b9bbbe}.chatlog__markdown-pre--multiline.hljs{background-color:#2f3136;color:#b9bbbe}.chatlog__markdown-pre--inline{display:inline-block;padding:2px;border-radius:3px}.chatlog__markdown-mention{border-radius:3px;padding:0 2px;background-color:rgba(88,101,242,.3);color:#dee0fc;font-weight:500}.chatlog__markdown-mention:hover{background-color:#5865f2;color:#ffffff}.chatlog__markdown-timestamp{background-color:rgba(255,255,255,0.1);padding:0 2px;border-radius:3px}.chatlog__emoji{width:1.325rem;height:1.325rem;margin:0 0.06rem;vertical-align:-0.4rem}.chatlog__emoji--small{width:1rem;height:1rem}.chatlog__emoji--large{width:2.8rem;height:2.8rem}.postamble{padding:1.25rem}.postamble__entry{color:#ffffff}</style><link rel=stylesheet href=https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.6/styles/solarized-dark.min.css><script src=https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.6/highlight.min.js></script><script>document.addEventListener('DOMContentLoaded',()=>{document.querySelectorAll('.chatlog__markdown-pre--multiline').forEach(e=>hljs.highlightBlock(e));});</script><script src=https://cdnjs.cloudflare.com/ajax/libs/lottie-web/5.8.1/lottie.min.js></script><script>document.addEventListener('DOMContentLoaded',()=>{document.querySelectorAll('.chatlog__sticker--media[data-source]').forEach(e=>{const anim=lottie.loadAnimation({container:e,renderer:'svg',loop:true,autoplay:true,path:e.getAttribute('data-source')});anim.addEventListener('data_failed',()=>e.innerHTML='<strong>[Sticker cannot be rendered]</strong>');});});</script><script>function scrollToMessage(event,id){const element=document.getElementById('chatlog__message-container-'+id);if(!element)
return;event.preventDefault();element.classList.add('chatlog__message-container--highlighted');window.scrollTo({top:element.getBoundingClientRect().top-document.body.getBoundingClientRect().top-(window.innerHeight/2),behavior:'smooth'});window.setTimeout(()=>element.classList.remove('chatlog__message-container--highlighted'),2000);}
function showSpoiler(event,element){if(!element)
return;if(element.classList.contains('chatlog__attachment--hidden')){event.preventDefault();element.classList.remove('chatlog__attachment--hidden');}
if(element.classList.contains('chatlog__markdown-spoiler--hidden')){event.preventDefault();element.classList.remove('chatlog__markdown-spoiler--hidden');}}</script><svg style=display:none xmlns=http://www.w3.org/2000/svg><defs><symbol id=attachment-icon viewBox="0 0 720 960"><path fill=#f4f5fb d=M50,935a25,25,0,0,1-25-25V50A25,25,0,0,1,50,25H519.6L695,201.32V910a25,25,0,0,1-25,25Z /><path fill=#7789c4 d=M509.21,50,670,211.63V910H50V50H509.21M530,0H50A50,50,0,0,0,0,50V910a50,50,0,0,0,50,50H670a50,50,0,0,0,50-50h0V191Z /><path fill=#f4f5fb d=M530,215a25,25,0,0,1-25-25V50a25,25,0,0,1,16.23-23.41L693.41,198.77A25,25,0,0,1,670,215Z /><path fill=#7789c4 d=M530,70.71,649.29,190H530V70.71M530,0a50,50,0,0,0-50,50V190a50,50,0,0,0,50,50H670a50,50,0,0,0,50-50Z /></symbol><symbol id=join-icon viewBox="0 0 18 18"><path fill=#3ba55c d="m0 8h14.2l-3.6-3.6 1.4-1.4 6 6-6 6-1.4-1.4 3.6-3.6h-14.2" /></symbol><symbol id=leave-icon viewBox="0 0 18 18"><path fill=#ed4245 d="m3.8 8 3.6-3.6-1.4-1.4-6 6 6 6 1.4-1.4-3.6-3.6h14.2v-2" /></symbol><symbol id=call-icon viewBox="0 0 18 18"><path fill=#3ba55c fill-rule=evenodd d="M17.7163041 15.36645368c-.0190957.02699568-1.9039523 2.6680735-2.9957762 2.63320406-3.0676659-.09785935-6.6733809-3.07188394-9.15694343-5.548738C3.08002193 9.9740657.09772497 6.3791404 0 3.3061316v-.024746C0 2.2060575 2.61386252.3152347 2.64082114.2972376c.7110335-.4971705 1.4917101-.3149497 1.80959713.1372281.19320342.2744561 2.19712724 3.2811005 2.42290565 3.6489167.09884826.1608492.14714912.3554431.14714912.5702838 0 .2744561-.07975258.5770327-.23701117.8751101-.1527655.2902036-.65262318 1.1664385-.89862055 1.594995.2673396.3768148.94804468 1.26429792 2.351016 2.66357424 1.39173858 1.39027775 2.28923588 2.07641807 2.67002628 2.34187563.4302146-.2452108 1.3086162-.74238132 1.5972981-.89423205.5447887-.28682915 1.0907006-.31944893 1.4568885-.08661115.3459689.2182151 3.3383754 2.21027167 3.6225641 2.41611376.2695862.19234426.4144887.5399137.4144887.91672846 0 .2969525-.089862.61190215-.2808189.88523346" /></symbol><symbol id=pencil-icon viewBox="0 0 18 18"><path fill=#99aab5 d="m0 14.25v3.75h3.75l11.06-11.06-3.75-3.75zm17.71-10.21c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.39-.39-1.02-.39-1.41 0l-1.83 1.83 3.75 3.75z" /></symbol><symbol id=pin-icon viewBox="0 0 18 18"><path fill=#b9bbbe d="m16.908 8.39684-8.29587-8.295827-1.18584 1.184157 1.18584 1.18584-4.14834 4.1475v.00167l-1.18583-1.18583-1.185 1.18583 3.55583 3.55502-4.740831 4.74 1.185001 1.185 4.74083-4.74 3.55581 3.555 1.185-1.185-1.185-1.185 4.1475-4.14836h.0009l1.185 1.185z" /></symbol><symbol id=channel-icon viewBox="0 0 24 24"><path fill=#b9bbbe d="M5.88657 21C5.57547 21 5.3399 20.7189 5.39427 20.4126L6.00001 17H2.59511C2.28449 17 2.04905 16.7198 2.10259 16.4138L2.27759 15.4138C2.31946 15.1746 2.52722 15 2.77011 15H6.35001L7.41001 9H4.00511C3.69449 9 3.45905 8.71977 3.51259 8.41381L3.68759 7.41381C3.72946 7.17456 3.93722 7 4.18011 7H7.76001L8.39677 3.41262C8.43914 3.17391 8.64664 3 8.88907 3H9.87344C10.1845 3 10.4201 3.28107 10.3657 3.58738L9.76001 7H15.76L16.3968 3.41262C16.4391 3.17391 16.6466 3 16.8891 3H17.8734C18.1845 3 18.4201 3.28107 18.3657 3.58738L17.76 7H21.1649C21.4755 7 21.711 7.28023 21.6574 7.58619L21.4824 8.58619C21.4406 8.82544 21.2328 9 20.9899 9H17.41L16.35 15H19.7549C20.0655 15 20.301 15.2802 20.2474 15.5862L20.0724 16.5862C20.0306 16.8254 19.8228 17 19.5799 17H16L15.3632 20.5874C15.3209 20.8261 15.1134 21 14.8709 21H13.8866C13.5755 21 13.3399 20.7189 13.3943 20.4126L14 17H8.00001L7.36325 20.5874C7.32088 20.8261 7.11337 21 6.87094 21H5.88657ZM9.41045 9L8.35045 15H14.3504L15.4104 9H9.41045Z" /></symbol><symbol id=thread-icon viewBox="0 0 24 24"><path fill=#b9bbbe d="M5.43309 21C5.35842 21 5.30189 20.9325 5.31494 20.859L5.99991 17H2.14274C2.06819 17 2.01168 16.9327 2.02453 16.8593L2.33253 15.0993C2.34258 15.0419 2.39244 15 2.45074 15H6.34991L7.40991 9H3.55274C3.47819 9 3.42168 8.93274 3.43453 8.85931L3.74253 7.09931C3.75258 7.04189 3.80244 7 3.86074 7H7.75991L8.45234 3.09903C8.46251 3.04174 8.51231 3 8.57049 3H10.3267C10.4014 3 10.4579 3.06746 10.4449 3.14097L9.75991 7H15.7599L16.4523 3.09903C16.4625 3.04174 16.5123 3 16.5705 3H18.3267C18.4014 3 18.4579 3.06746 18.4449 3.14097L17.7599 7H21.6171C21.6916 7 21.7481 7.06725 21.7353 7.14069L21.4273 8.90069C21.4172 8.95811 21.3674 9 21.3091 9H17.4099L17.0495 11.04H15.05L15.4104 9H9.41035L8.35035 15H10.5599V17H7.99991L7.30749 20.901C7.29732 20.9583 7.24752 21 7.18934 21H5.43309Z" /><path fill=#b9bbbe d="M13.4399 12.96C12.9097 12.96 12.4799 13.3898 12.4799 13.92V20.2213C12.4799 20.7515 12.9097 21.1813 13.4399 21.1813H14.3999C14.5325 21.1813 14.6399 21.2887 14.6399 21.4213V23.4597C14.6399 23.6677 14.8865 23.7773 15.0408 23.6378L17.4858 21.4289C17.6622 21.2695 17.8916 21.1813 18.1294 21.1813H22.5599C23.0901 21.1813 23.5199 20.7515 23.5199 20.2213V13.92C23.5199 13.3898 23.0901 12.96 22.5599 12.96H13.4399Z" /></symbol></defs></svg><body><div class=preamble><div class=preamble__guild-icon-container><img class=preamble__guild-icon src="https://cdn.discordapp.com/icons/1175092855421800570/78c100ffcccfe8b8ecdba4ec11e46862.png?size=512" alt="Guild icon" loading=lazy></div><div class=preamble__entries-container><div class=preamble__entry>MythicalSystems LTD</div><div class=preamble__entry>INFORMATION / 📌・announcements</div></div></div>
<div class="chatlog">
<div class=chatlog__message-group><div id=chatlog__message-container-1175149356916162570 class=chatlog__message-container data-message-id=1175149356916162570><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Friday, 17 November 2023 20:03"><a href=#chatlog__message-container-1175149356916162570>17/11/2023 20:03</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>Hello <span class="chatlog__markdown-mention">@everyone</span>! There are some big announcements. We are going to rename our GitHub from MythicalLTD to MythicalSystems LTD, as we are now registered as an LTD company. Our company number is 15124191, and more information can be viewed at: <a href="https://find-and-update.company-information.service.gov.uk/company/15124191">https://find-and-update.company-information.service.gov.uk/company/15124191</a>. As always, when we say "Mythical", "MythicalSys", "MythicalLTD" we mean "MythicalSystems LTD".
When we refer to "MythicalSystems" or use pronouns such as "we", "us" or "our", we mean MythicalSystems LTD
----------------------------------------------------------</span> <span class=chatlog__edited-timestamp title="Friday, 17 November 2023 20:04">(edited)</span></div></div></div></div><div id=chatlog__message-container-1175149753630208052 class=chatlog__message-container data-message-id=1175149753630208052><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Friday, 17 November 2023 20:05">20:05</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>----------------------------------------------------------
Hello <span class="chatlog__markdown-mention">@everyone</span>,
This is Nayskutzu, yeah, it is me, the owner of MythicalSystems LTD.
I'm so sorry to announce that my main Discord account got banned for some unknown reasons. From now on, this will be my main Discord account!
The development will continue where it left off.
For any of my friends that are on this Discord server, make sure to dm me!
Anyway, I wanted to announce the launch of mythicaldash v3.0.3.
Make sure you update your dash at: <a href="https://docs.mythicalsystems.me/docs/MythicalDash/upgrade">https://docs.mythicalsystems.me/docs/MythicalDash/upgrade</a>.</span></div><div class=chatlog__reactions><div class=chatlog__reaction title=S1_UwU><img class="chatlog__emoji chatlog__emoji--small" alt=S1_UwU src=https://cdn.discordapp.com/emojis/853564763329527828.png loading=lazy> <span class=chatlog__reaction-count>1</span></div><div class=chatlog__reaction title=susdev><img class="chatlog__emoji chatlog__emoji--small" alt=susdev src=https://cdn.discordapp.com/emojis/1082524006885904465.png loading=lazy> <span class=chatlog__reaction-count>1</span></div><div class=chatlog__reaction title=CB_5Dcry><img class="chatlog__emoji chatlog__emoji--small" alt=CB_5Dcry src=https://cdn.discordapp.com/emojis/1073344856342151258.png loading=lazy> <span class=chatlog__reaction-count>1</span></div><div class=chatlog__reaction title=flag_de><img class="chatlog__emoji chatlog__emoji--small" alt=🇩🇪 src=https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1e9-1f1ea.svg loading=lazy> <span class=chatlog__reaction-count>1</span></div><div class=chatlog__reaction title=NE_sad><img class="chatlog__emoji chatlog__emoji--small" alt=NE_sad src=https://cdn.discordapp.com/emojis/731219239460929619.gif loading=lazy> <span class=chatlog__reaction-count>1</span></div><div class=chatlog__reaction title=joy><img class="chatlog__emoji chatlog__emoji--small" alt=😂 src=https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f602.svg loading=lazy> <span class=chatlog__reaction-count>1</span></div><div class=chatlog__reaction title=Sus><img class="chatlog__emoji chatlog__emoji--small" alt=Sus src=https://cdn.discordapp.com/emojis/1014586493567770675.png loading=lazy> <span class=chatlog__reaction-count>1</span></div><div class=chatlog__reaction title=broken_heart><img class="chatlog__emoji chatlog__emoji--small" alt=💔 src=https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f494.svg loading=lazy> <span class=chatlog__reaction-count>1</span></div><div class=chatlog__reaction title=flag_in><img class="chatlog__emoji chatlog__emoji--small" alt=🇮🇳 src=https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1ee-1f1f3.svg loading=lazy> <span class=chatlog__reaction-count>1</span></div><div class=chatlog__reaction title=blue_angry><img class="chatlog__emoji chatlog__emoji--small" alt=blue_angry src=https://cdn.discordapp.com/emojis/1079360166035722281.png loading=lazy> <span class=chatlog__reaction-count>1</span></div><div class=chatlog__reaction title=Joe_Angry><img class="chatlog__emoji chatlog__emoji--small" alt=Joe_Angry src=https://cdn.discordapp.com/emojis/1083482768668893256.png loading=lazy> <span class=chatlog__reaction-count>1</span></div><div class=chatlog__reaction title=cry><img class="chatlog__emoji chatlog__emoji--small" alt=cry src=https://cdn.discordapp.com/emojis/1117921408698286143.gif loading=lazy> <span class=chatlog__reaction-count>1</span></div><div class=chatlog__reaction title=skull><img class="chatlog__emoji chatlog__emoji--small" alt=💀 src=https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f480.svg loading=lazy> <span class=chatlog__reaction-count>1</span></div><div class=chatlog__reaction title=hmmmokOwO><img class="chatlog__emoji chatlog__emoji--small" alt=hmmmokOwO src=https://cdn.discordapp.com/emojis/933591606488080444.png loading=lazy> <span class=chatlog__reaction-count>1</span></div><div class=chatlog__reaction title=PeepoSadge><img class="chatlog__emoji chatlog__emoji--small" alt=PeepoSadge src=https://cdn.discordapp.com/emojis/1145834219537432656.png loading=lazy> <span class=chatlog__reaction-count>1</span></div><div class=chatlog__reaction title=sus><img class="chatlog__emoji chatlog__emoji--small" alt=sus src=https://cdn.discordapp.com/emojis/936163706205769738.png loading=lazy> <span class=chatlog__reaction-count>2</span></div><div class=chatlog__reaction title=flag_sg><img class="chatlog__emoji chatlog__emoji--small" alt=🇸🇬 src=https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f1f8-1f1ec.svg loading=lazy> <span class=chatlog__reaction-count>1</span></div><div class=chatlog__reaction title=wesh><img class="chatlog__emoji chatlog__emoji--small" alt=wesh src=https://cdn.discordapp.com/emojis/1175177402410876959.png loading=lazy> <span class=chatlog__reaction-count>1</span></div><div class=chatlog__reaction title=Skull><img class="chatlog__emoji chatlog__emoji--small" alt=Skull src=https://cdn.discordapp.com/emojis/1175177832876482690.png loading=lazy> <span class=chatlog__reaction-count>1</span></div><div class=chatlog__reaction title=KEK><img class="chatlog__emoji chatlog__emoji--small" alt=KEK src=https://cdn.discordapp.com/emojis/1175177715033321654.gif loading=lazy> <span class=chatlog__reaction-count>1</span></div></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1175402183181746227 class=chatlog__message-container data-message-id=1175402183181746227><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Saturday, 18 November 2023 12:48"><a href=#chatlog__message-container-1175402183181746227>18/11/2023 12:48</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>Hello <span class="chatlog__markdown-mention">@everyone</span>,
What theme from here you want to see in the next client?
1️⃣ <a href="https://cdn.stopabuse.live/i?i=1700307808">https://cdn.stopabuse.live/i?i=1700307808</a>
2️⃣ <a href="https://cdn.stopabuse.live/i?i=1700307844">https://cdn.stopabuse.live/i?i=1700307844</a>
3️⃣ <a href="https://cdn.stopabuse.live/i?i=1700307849">https://cdn.stopabuse.live/i?i=1700307849</a>
4️⃣ <a href="https://cdn.stopabuse.live/i?i=1700307854">https://cdn.stopabuse.live/i?i=1700307854</a></span></div><div class=chatlog__reactions><div class=chatlog__reaction title=one><img class="chatlog__emoji chatlog__emoji--small" alt=1️⃣ src=https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/31-20e3.svg loading=lazy> <span class=chatlog__reaction-count>5</span></div><div class=chatlog__reaction title=two><img class="chatlog__emoji chatlog__emoji--small" alt=2️⃣ src=https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/32-20e3.svg loading=lazy> <span class=chatlog__reaction-count>12</span></div><div class=chatlog__reaction title=three><img class="chatlog__emoji chatlog__emoji--small" alt=3️⃣ src=https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/33-20e3.svg loading=lazy> <span class=chatlog__reaction-count>1</span></div><div class=chatlog__reaction title=four><img class="chatlog__emoji chatlog__emoji--small" alt=4️⃣ src=https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/34-20e3.svg loading=lazy> <span class=chatlog__reaction-count>4</span></div></div></div></div></div><div id=chatlog__message-container-1175402387075248179 class=chatlog__message-container data-message-id=1175402387075248179><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Saturday, 18 November 2023 12:49">12:49</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>wait can u guys react?</span></div></div></div></div><div id=chatlog__message-container-1175402484613791765 class=chatlog__message-container data-message-id=1175402484613791765><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Saturday, 18 November 2023 12:49">12:49</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>ye</span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1175413808525746217 class=chatlog__message-container data-message-id=1175413808525746217><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Saturday, 18 November 2023 13:34"><a href=#chatlog__message-container-1175413808525746217>18/11/2023 13:34</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention">@everyone</span> Sorry for another ping but we need a name for the dashboard so think at a name and send it in the thread</span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1175439968433344572 class=chatlog__message-container data-message-id=1175439968433344572><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Saturday, 18 November 2023 15:18"><a href=#chatlog__message-container-1175439968433344572>18/11/2023 15:18</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>The new name is going to be MythicalClient</span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1175744848389754900 class=chatlog__message-container data-message-id=1175744848389754900><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Sunday, 19 November 2023 11:30"><a href=#chatlog__message-container-1175744848389754900>19/11/2023 11:30</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention">@everyone</span> There is an on going SQL injection exploit inside MythicalDash please stop your webserver till i will push an update to fix it here is the command to stop the webserver <code class="chatlog__markdown-pre chatlog__markdown-pre--multiline language-bash">systemctl stop nginx && systemctl stop apache2</code></span></div></div></div></div><div id=chatlog__message-container-1175745045865971784 class=chatlog__message-container data-message-id=1175745045865971784><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Sunday, 19 November 2023 11:31">11:31</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>NOTE: We found the exploit but we are still going to look in all places for more exploits</span></div></div></div></div><div id=chatlog__message-container-1175745325894471780 class=chatlog__message-container data-message-id=1175745325894471780><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Sunday, 19 November 2023 11:32">11:32</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>The one who tried to nuke my dash is <span class="chatlog__markdown-mention" title="layerxbt">@Layer</span> alongside Dennis from dontabuse to</span> <span class=chatlog__edited-timestamp title="Sunday, 19 November 2023 15:25">(edited)</span></div></div></div></div><div id=chatlog__message-container-1175745363488030760 class=chatlog__message-container data-message-id=1175745363488030760><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Sunday, 19 November 2023 11:32">11:32</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>DO not give them your dash URL</span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1175750636910940211 class=chatlog__message-container data-message-id=1175750636910940211><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Sunday, 19 November 2023 11:53"><a href=#chatlog__message-container-1175750636910940211>19/11/2023 11:53</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention">@everyone</span> Update your MythicalDash RIGHT NOW <a href="https://docs.mythicalsystems.me/">https://docs.mythicalsystems.me/</a></span></div></div></div></div><div id=chatlog__message-container-1175750641025568838 class=chatlog__message-container data-message-id=1175750641025568838><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Sunday, 19 November 2023 11:53">11:53</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention">@everyone</span> Update your MythicalDash RIGHT NOW <a href="https://docs.mythicalsystems.me/">https://docs.mythicalsystems.me/</a></span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1175754543758319656 class=chatlog__message-container data-message-id=1175754543758319656><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Sunday, 19 November 2023 12:08"><a href=#chatlog__message-container-1175754543758319656>19/11/2023 12:08</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>And we can fully confirm the real thing about dontabuse is that it is just to cover up their ilegal shit</span></div></div></div></div><div id=chatlog__message-container-1175754611462766663 class=chatlog__message-container data-message-id=1175754611462766663><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Sunday, 19 November 2023 12:09">12:09</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>Since they asked for more dash links in dms for them to nuke them</span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1175777019108274216 class=chatlog__message-container data-message-id=1175777019108274216><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Sunday, 19 November 2023 13:38"><a href=#chatlog__message-container-1175777019108274216>19/11/2023 13:38</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention">@everyone</span> This is an announcement to leave dontabuse <a href="https://github.com/MythicalLTD/MythicalGuard/issues/2">https://github.com/MythicalLTD/MythicalGuard/issues/2</a> they are just kids who are Fighting "fraud" with fraud!</span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1176259541306982511 class=chatlog__message-container data-message-id=1176259541306982511><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Monday, 20 November 2023 21:35"><a href=#chatlog__message-container-1176259541306982511>20/11/2023 21:35</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention">@everyone</span> shall we make something like Dontabuse but call it Stopabuse and be profesionall about it not like dontabuse tbh?</span></div><div class=chatlog__reactions><div class=chatlog__reaction title=thumbsup><img class="chatlog__emoji chatlog__emoji--small" alt=👍 src=https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f44d.svg loading=lazy> <span class=chatlog__reaction-count>13</span></div><div class=chatlog__reaction title=thumbsdown><img class="chatlog__emoji chatlog__emoji--small" alt=👎 src=https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f44e.svg loading=lazy> <span class=chatlog__reaction-count>2</span></div></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1176527636042883122 class=chatlog__message-container data-message-id=1176527636042883122><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Tuesday, 21 November 2023 15:20"><a href=#chatlog__message-container-1176527636042883122>21/11/2023 15:20</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention">@everyone</span> did you see this joke? <span class="chatlog__markdown-mention" title="Deleted User">@Deleted User</span> just got mad and has no proof <img
loading="lazy"
class="chatlog__emoji "
alt="KEK"
title="KEK"
src="https://cdn.discordapp.com/emojis/1175177715033321654.gif"> anyways it is all ways funny when that guy does not have something better to do with his life xD. I mean i made MythicalDash for fun like not for money members etc and he is now mad for 1 SQL injection that got patched in 6 minutes after the report i can fully confirm there is no other exploit in our dash! As for you <span class="chatlog__markdown-mention" title="Deleted User">@Deleted User</span> keep trying bruh.</span></div><div class=chatlog__attachment><a href="https://cdn.discordapp.com/attachments/1175123716460511324/1176527635480850452/Screenshot_2023-11-21_161330.png?ex=665f22bf&is=665dd13f&hm=a3d611468b9ef12bd27bb61fe97cb47f89483650222b099e2438defda87ccd2e&"> <img class=chatlog__attachment-media src="https://cdn.discordapp.com/attachments/1175123716460511324/1176527635480850452/Screenshot_2023-11-21_161330.png?ex=665f22bf&is=665dd13f&hm=a3d611468b9ef12bd27bb61fe97cb47f89483650222b099e2438defda87ccd2e&" alt="Image attachment" title="Image: Screenshot_2023-11-21_161330.png (53.52 KB)" loading=lazy> </a></div><div class=chatlog__attachment><a href="https://cdn.discordapp.com/attachments/1175123716460511324/1176527635820593152/image.png?ex=665f22bf&is=665dd13f&hm=e7802dc6c8c0fb4e60e8a9f39c5889fa9cd5eda70a243a33479e9166eff6ecfa&"> <img class=chatlog__attachment-media src="https://cdn.discordapp.com/attachments/1175123716460511324/1176527635820593152/image.png?ex=665f22bf&is=665dd13f&hm=e7802dc6c8c0fb4e60e8a9f39c5889fa9cd5eda70a243a33479e9166eff6ecfa&" alt="Image attachment" title="Image: image.png (86.8 KB)" loading=lazy> </a></div></div></div></div><div id=chatlog__message-container-1176527804884602971 class=chatlog__message-container data-message-id=1176527804884602971><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Tuesday, 21 November 2023 15:21">15:21</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>I mean he pingged everyone for nothing he does not even have a vaild proof</span></div></div></div></div><div id=chatlog__message-container-1176528283920257034 class=chatlog__message-container data-message-id=1176528283920257034><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Tuesday, 21 November 2023 15:23">15:23</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>also they broke the law by doing what they did when they sql injected clients or etc <code class="chatlog__markdown-pre chatlog__markdown-pre--multiline language-bash">Unauthorized access or manipulation of computer systems violates the Computer Fraud and Abuse Act (CFAA) in the United States and similar laws in other countries. Penalties for such actions can include fines and imprisonment.</code></span></div></div></div></div><div id=chatlog__message-container-1176528306112303135 class=chatlog__message-container data-message-id=1176528306112303135><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Tuesday, 21 November 2023 15:23">15:23</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>and that is fraud <span class="chatlog__markdown-mention" title="Deleted User">@Deleted User</span></span></div></div></div></div><div id=chatlog__message-container-1176528845445279895 class=chatlog__message-container data-message-id=1176528845445279895><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Tuesday, 21 November 2023 15:25">15:25</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>So who tf is doing fraud now? <span class="chatlog__markdown-mention" title="Deleted User">@Deleted User</span> <span class="chatlog__markdown-mention" title="layerxbt">@Layer</span> <-</span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1176549729102991393 class=chatlog__message-container data-message-id=1176549729102991393><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Tuesday, 21 November 2023 16:48"><a href=#chatlog__message-container-1176549729102991393>21/11/2023 16:48</a></span></div><div class=chatlog__attachment><a href="https://cdn.discordapp.com/attachments/1175123716460511324/1176549729136558141/1700581655.png?ex=665f3752&is=665de5d2&hm=65dcc63de1e1d6f832fc8af2354e1b7950c5be4bdae1d5227c4828b68bcf8a61&"> <img class=chatlog__attachment-media src="https://cdn.discordapp.com/attachments/1175123716460511324/1176549729136558141/1700581655.png?ex=665f3752&is=665de5d2&hm=65dcc63de1e1d6f832fc8af2354e1b7950c5be4bdae1d5227c4828b68bcf8a61&" alt="Image attachment" title="Image: 1700581655.png (21.97 KB)" loading=lazy> </a></div></div></div></div><div id=chatlog__message-container-1176549788204937317 class=chatlog__message-container data-message-id=1176549788204937317><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Tuesday, 21 November 2023 16:48">16:48</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention" title="Deleted User">@Deleted User</span> banning ppl that think they are me</span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1176585785756090481 class=chatlog__message-container data-message-id=1176585785756090481><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Tuesday, 21 November 2023 19:11"><a href=#chatlog__message-container-1176585785756090481>21/11/2023 19:11</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><a href="https://cdn.stopabuse.live/i?i=1700590119">https://cdn.stopabuse.live/i?i=1700590119</a></span></div><div class=chatlog__embed><div class=chatlog__embed-color-pill style=background-color:rgba(225,0,255,255)></div><div class=chatlog__embed-content-container><div class=chatlog__embed-content><div class=chatlog__embed-text><div class=chatlog__embed-title><a class=chatlog__embed-title-link href="https://cdn.stopabuse.live/i?i=1700590119"><div class="chatlog__markdown chatlog__markdown-preserve">Yeah this is on a random domain so school won't block!</div></a></div><div class=chatlog__embed-description><div class="chatlog__markdown chatlog__markdown-preserve">This is just a CDN to share my stupid images that I take, lol!</div></div></div><div class=chatlog__embed-thumbnail-container><a class=chatlog__embed-thumbnail-link href=https://images-ext-1.discordapp.net/external/eGvvCRMIBCXE3KhfOE8nA3vp_BkO68yu4m7azaBMCGY/https/i.mythicalsystems.me/storage/uploads/1700590119.png> <img class=chatlog__embed-thumbnail src=https://images-ext-1.discordapp.net/external/eGvvCRMIBCXE3KhfOE8nA3vp_BkO68yu4m7azaBMCGY/https/i.mythicalsystems.me/storage/uploads/1700590119.png alt=Thumbnail loading=lazy> </a></div></div></div></div></div></div></div><div id=chatlog__message-container-1176585810884186172 class=chatlog__message-container data-message-id=1176585810884186172><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Tuesday, 21 November 2023 19:11">19:11</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>Ok ddosing to?</span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1176587772375605258 class=chatlog__message-container data-message-id=1176587772375605258><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Tuesday, 21 November 2023 19:19"><a href=#chatlog__message-container-1176587772375605258>21/11/2023 19:19</a></span></div><div class=chatlog__attachment><a href="https://cdn.discordapp.com/attachments/1175123716460511324/1176587771922616360/image.png?ex=665f5ac0&is=665e0940&hm=7000e94febd9041f1a00e21123797c40685c498e127fc5851f95fcd905684cfb&"> <img class=chatlog__attachment-media src="https://cdn.discordapp.com/attachments/1175123716460511324/1176587771922616360/image.png?ex=665f5ac0&is=665e0940&hm=7000e94febd9041f1a00e21123797c40685c498e127fc5851f95fcd905684cfb&" alt="Image attachment" title="Image: image.png (499.21 KB)" loading=lazy> </a></div></div></div></div><div id=chatlog__message-container-1176588154438950912 class=chatlog__message-container data-message-id=1176588154438950912><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Tuesday, 21 November 2023 19:21">19:21</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention">@here</span> We are sorry but our services are down due dontabuse DDoSing our servers witch is a skill issues we are sorry if you have problem with the docs or other services</span></div></div></div></div><div id=chatlog__message-container-1176588214660775976 class=chatlog__message-container data-message-id=1176588214660775976><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Tuesday, 21 November 2023 19:21">19:21</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>I hope this is the last ping about them since im giving them to much attention</span></div></div></div></div><div id=chatlog__message-container-1176588642655928440 class=chatlog__message-container data-message-id=1176588642655928440><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Tuesday, 21 November 2023 19:23">19:23</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>even cloudflare sen't be a warrning</span></div></div></div></div><div id=chatlog__message-container-1176588663371612261 class=chatlog__message-container data-message-id=1176588663371612261><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Tuesday, 21 November 2023 19:23">19:23</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>it is an oracle cloud ip</span></div></div></div></div><div id=chatlog__message-container-1176588712210087946 class=chatlog__message-container data-message-id=1176588712210087946><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Tuesday, 21 November 2023 19:23">19:23</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>ips</span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1176930329685151868 class=chatlog__message-container data-message-id=1176930329685151868><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Wednesday, 22 November 2023 18:00"><a href=#chatlog__message-container-1176930329685151868>22/11/2023 18:00</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention">@everyone</span> we are well aware about the false advertising with MythicalDash like layer said that it has exploits or vulns that is highly impossible and do not trust those guys he is trying to promote his new client is is working on or to promote his current client heliactyl or how it was called!! When it comes to the DDoS attacks we added a lot of optimizations and the websites will never crash again. For anyone who wants to know more about MythicalClient the new client area make sure you get ur ping role at <span class="chatlog__markdown-mention">#🚩・roles</span>.</span> <span class=chatlog__edited-timestamp title="Wednesday, 22 November 2023 18:07">(edited)</span></div></div></div></div><div id=chatlog__message-container-1176931278658998322 class=chatlog__message-container data-message-id=1176931278658998322><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Wednesday, 22 November 2023 18:04">18:04</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>And a nice thing to know is that the new client is being developed by more then 2 persons.</span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1178118123501662308 class=chatlog__message-container data-message-id=1178118123501662308><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Sunday, 26 November 2023 00:40"><a href=#chatlog__message-container-1178118123501662308>26/11/2023 00:40</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>Hello <span class="chatlog__markdown-mention">@everyone</span>,
We are happy to announce that we finally opened our paid host.
We worked a lot of time on making the best user experience for you the users and also the cheapest prices in the hole hosting industry.
For now, we only support paid hosting for
<ul><li>Plesk (WebHosting) </li><li>Pterodactyl (GameHosting Minecraft) </li></ul>but soon we are going to expand our network and provide support for other things like VPS / Dedicated Hosting and even more payments gateways.
For now, you can sadly only purchase from our billing area using PayPal, but soon you will be able to pay using Skrill Stripe and much more! If you want to take a look at our new billing area, make sure to visit:
<a href="https://billing.primeservers.xyz/">https://billing.primeservers.xyz/</a>
BTW we are using a development whmcs license for this billing area so it wont display the verification badge on WHMCS website:
<ul><li>I got this license from the place i work and I am allowed to open a host using that license if the hosting earns less then 1k a month!!
If you want to know more make sure to open a ticket or dm me on discord
If you had any products on our last client billing.mythicalsystems.me:</li><li>Open a ticket at <span class="chatlog__markdown-mention">#📋・tickets</span> </li><li>DM me or <span class="chatlog__markdown-mention" title="rooido">@Roido</span></li><li>Open a ticket on our website! <a href="https://billing.primeservers.xyz/submitticket.php">https://billing.primeservers.xyz/submitticket.php</a></li></ul></span> <span class=chatlog__edited-timestamp title="Sunday, 26 November 2023 13:32">(edited)</span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1178427786256449627 class=chatlog__message-container data-message-id=1178427786256449627><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Sunday, 26 November 2023 21:11"><a href=#chatlog__message-container-1178427786256449627>26/11/2023 21:11</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention" style="">@KosmaPanel</span> Due to some critical bugs on the tabler theme we can not use the design for <span class="chatlog__markdown-mention" style="">@KosmaPanel</span> and we will have to use use number 1️⃣ and scrap the design for the number 2️⃣ but as a question shall we keep this login page from tabler <a href="https://cdn.stopabuse.live/i?i=1701029342">https://cdn.stopabuse.live/i?i=1701029342</a></span></div><div class=chatlog__embed><div class=chatlog__embed-color-pill style=background-color:rgba(225,0,255,255)></div><div class=chatlog__embed-content-container><div class=chatlog__embed-content><div class=chatlog__embed-text><div class=chatlog__embed-title><a class=chatlog__embed-title-link href="https://cdn.stopabuse.live/i?i=1701029342"><div class="chatlog__markdown chatlog__markdown-preserve">Yeah this is on a random domain so school won't block!</div></a></div><div class=chatlog__embed-description><div class="chatlog__markdown chatlog__markdown-preserve">This is just a CDN to share my stupid images that I take, lol!</div></div></div><div class=chatlog__embed-thumbnail-container><a class=chatlog__embed-thumbnail-link href=https://images-ext-1.discordapp.net/external/m-g5bppmzQjwKUCk1R7Ou-kJxtzIhYZpa0w2XhWXZes/https/i.mythicalsystems.me/storage/uploads/1701029342.jpg> <img class=chatlog__embed-thumbnail src=https://images-ext-1.discordapp.net/external/m-g5bppmzQjwKUCk1R7Ou-kJxtzIhYZpa0w2XhWXZes/https/i.mythicalsystems.me/storage/uploads/1701029342.jpg alt=Thumbnail loading=lazy> </a></div></div></div></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1178427874743681135 class=chatlog__message-container data-message-id=1178427874743681135><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__reply-symbol></div><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__reply><img class=chatlog__reply-avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy><div class=chatlog__reply-author style=color:rgb(255,0,0) title=mythicaldoggo>NaysKutzu</div><div class=chatlog__reply-content><span class=chatlog__reply-link onclick="scrollToMessage(event,'1175402183181746227')"> Hello <span class="chatlog__markdown-mention">@everyone</span>,
What theme from here you want to see in the next client?
1️⃣ <a href="https://cdn.stopabuse.live/i?i=1700307808">https://cdn.stopabuse.live/i?i=1700307808</a>
2️⃣ <a href="https://cdn.stopabuse.live/i?i=1700307844">https://cdn.stopabuse.live/i?i=1700307844</a>
3️⃣ <a href="https://cdn.stopabuse.live/i?i=1700307849">https://cdn.stopabuse.live/i?i=1700307849</a>
4️⃣ <a href="https://cdn.stopabuse.live/i?i=1700307854">https://cdn.stopabuse.live/i?i=1700307854</a> </span></div></div><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Sunday, 26 November 2023 21:11"><a href=#chatlog__message-container-1178427874743681135>26/11/2023 21:11</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>This was the vote</span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1178427991160799372 class=chatlog__message-container data-message-id=1178427991160799372><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__reply-symbol></div><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/235148962103951360/ed3dac3b6e7a851df781632a4295fcb9.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__reply><img class=chatlog__reply-avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy><div class=chatlog__reply-author style=color:rgb(255,0,0) title=mythicaldoggo>NaysKutzu</div><div class=chatlog__reply-content>used /poll</div></div><div class=chatlog__header><span class=chatlog__author style=color:rgb(32,102,148) title=Carl-bot#1536 data-user-id=235148962103951360>Carl-bot</span> <span class=chatlog__author-tag>BOT</span> <span class=chatlog__timestamp title="Sunday, 26 November 2023 21:12"><a href=#chatlog__message-container-1178427991160799372>26/11/2023 21:12</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><strong>mythicaldoggo</strong> asks: Shall we keep the design for the auth pages?</span></div><div class=chatlog__reactions><div class=chatlog__reaction title=thumbsup><img class="chatlog__emoji chatlog__emoji--small" alt=👍 src=https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f44d.svg loading=lazy> <span class=chatlog__reaction-count>6</span></div><div class=chatlog__reaction title=thumbsdown><img class="chatlog__emoji chatlog__emoji--small" alt=👎 src=https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f44e.svg loading=lazy> <span class=chatlog__reaction-count>1</span></div></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1178428466417373254 class=chatlog__message-container data-message-id=1178428466417373254><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Sunday, 26 November 2023 21:14"><a href=#chatlog__message-container-1178428466417373254>26/11/2023 21:14</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention">@everyone</span> Please make sure to vote since that was an old <span class="chatlog__markdown-mention">@everyone</span> ping, and if you want to get pinged for <span class="chatlog__markdown-mention" style="">@KosmaPanel</span> updates make sure to get ur role at <span class="chatlog__markdown-mention">#🚩・roles</span> if you are new!</span> <span class=chatlog__edited-timestamp title="Sunday, 26 November 2023 21:14">(edited)</span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1178451071400677416 class=chatlog__message-container data-message-id=1178451071400677416><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Sunday, 26 November 2023 22:43"><a href=#chatlog__message-container-1178451071400677416>26/11/2023 22:43</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention">@everyone</span> I know i said i won't talk about dontabuse and ppl from there anymore but they added me to a gc so i decided to export it into a html file to expose them even more <a href="https://hurawatch.mythicalsystems.me/dntab.html">https://hurawatch.mythicalsystems.me/dntab.html</a></span></div></div></div></div><div id=chatlog__message-container-1178451255165722625 class=chatlog__message-container data-message-id=1178451255165722625><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Sunday, 26 November 2023 22:44">22:44</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><a href="https://hurawatch.mythicalsystems.me/dntab.html">https://hurawatch.mythicalsystems.me/dntab.html</a></span></div></div></div></div><div id=chatlog__message-container-1178451334178017332 class=chatlog__message-container data-message-id=1178451334178017332><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Sunday, 26 November 2023 22:44">22:44</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>i will be holding this on the server for a long time</span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1180170072405323837 class=chatlog__message-container data-message-id=1180170072405323837><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Friday, 1 December 2023 16:34"><a href=#chatlog__message-container-1180170072405323837>01/12/2023 16:34</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>Calling <span class="chatlog__markdown-mention">@everyone</span> and all Open Source Enthusiasts! MythicalSystems Needs Devs!
<img
loading="lazy"
class="chatlog__emoji "
alt="🌟"
title="star2"
src="https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f31f.svg"> Join Our Open Source Journey! <img
loading="lazy"
class="chatlog__emoji "
alt="🌟"
title="star2"
src="https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f31f.svg">
MythicalSystems is on the hunt for passionate developers to contribute to our open-source projects. MythicalDash, and KosmaPanel, PteroController, are ready for your magic touch.
<h2>If you know:</h2><ul><li>PHP </li><li>C# </li><li>Python/JavaScript</li><li>MySQL</li></ul>
Make sure to apply as a developer!
<h1>Why Join Us?</h1>
<h2>Open Source Community: </h2><ul><li>Become part of a vibrant open-source community where your contributions matter.</li></ul><h2>Exciting Challenges: </h2><ul><li>Tackle thrilling projects and make a real impact.</li></ul><h2>Innovation:</h2><ul><li>Join a team dedicated to pushing the boundaries of what's possible.
Ready to shape the open-source future of MythicalDash and MythicalClient? DM me get started!</li></ul>Or open a ticket at: <span class="chatlog__markdown-mention">#📋・tickets</span>.
Let's craft something legendary together! <img
loading="lazy"
class="chatlog__emoji "
alt="🌌"
title="milky_way"
src="https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f30c.svg"><img
loading="lazy"
class="chatlog__emoji "
alt="🚀"
title="rocket"
src="https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f680.svg"></span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1180829398895689809 class=chatlog__message-container data-message-id=1180829398895689809><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Sunday, 3 December 2023 12:14"><a href=#chatlog__message-container-1180829398895689809>03/12/2023 12:14</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention">@everyone</span> Our proxy server is dead so the websites that we host for primeservers and our websites may be down depending on cloudflare cache system but no actions can be made like login etc we are so sorry we are getting a DDoS attack so large the servers and cloudflare can't handle it</span></div></div></div></div><div id=chatlog__message-container-1180830227442704475 class=chatlog__message-container data-message-id=1180830227442704475><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Sunday, 3 December 2023 12:17">12:17</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>The headers contain <code class="chatlog__markdown-pre chatlog__markdown-pre--inline">Mirai</code></span></div></div></div></div><div id=chatlog__message-container-1180831966313066506 class=chatlog__message-container data-message-id=1180831966313066506><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Sunday, 3 December 2023 12:24">12:24</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>After an investigation the attck is L4 and some how L7 if some one can help make sure to dm</span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1180841432370659408 class=chatlog__message-container data-message-id=1180841432370659408><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Sunday, 3 December 2023 13:02"><a href=#chatlog__message-container-1180841432370659408>03/12/2023 13:02</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>Back online</span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1181676683548434543 class=chatlog__message-container data-message-id=1181676683548434543><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Tuesday, 5 December 2023 20:21"><a href=#chatlog__message-container-1181676683548434543>05/12/2023 20:21</a></span></div><div class=chatlog__attachment><a href="https://cdn.discordapp.com/attachments/1175123716460511324/1181676683284189216/image.png?ex=665f692b&is=665e17ab&hm=814122ea47f626872d7e7eb18bcad2f39c93627ee8ab7d2a4ec196f3bcf194a7&"> <img class=chatlog__attachment-media src="https://cdn.discordapp.com/attachments/1175123716460511324/1181676683284189216/image.png?ex=665f692b&is=665e17ab&hm=814122ea47f626872d7e7eb18bcad2f39c93627ee8ab7d2a4ec196f3bcf194a7&" alt="Image attachment" title="Image: image.png (101.92 KB)" loading=lazy> </a></div></div></div></div><div id=chatlog__message-container-1181676713235722290 class=chatlog__message-container data-message-id=1181676713235722290><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Tuesday, 5 December 2023 20:21">20:21</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>POV: We are actually doing something not like <span class="chatlog__markdown-mention" title="Deleted User">@Deleted User</span></span></div></div></div></div><div id=chatlog__message-container-1181676798262640671 class=chatlog__message-container data-message-id=1181676798262640671><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Tuesday, 5 December 2023 20:21">20:21</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>All this in 1 week</span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1182830355808522340 class=chatlog__message-container data-message-id=1182830355808522340><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Saturday, 9 December 2023 00:45"><a href=#chatlog__message-container-1182830355808522340>09/12/2023 00:45</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention">@everyone</span> I know not many ppl care but we do something about every abuse this is proof: <a href="https://dev.mythicalsystems.me/assets/1209.mp4">https://dev.mythicalsystems.me/assets/1209.mp4</a></span></div><div class=chatlog__embed><video class=chatlog__embed-generic-video width=1920 height=1080 controls><source src=https://images-ext-1.discordapp.net/external/vaegOtIQyusP6yjlbZAGPB18MnTev-dFxRD_NdlzgoU/https/dev.mythicalsystems.me/assets/1209.mp4 alt="Embedded video"></video></div></div></div></div><div id=chatlog__message-container-1182830414625263768 class=chatlog__message-container data-message-id=1182830414625263768><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Saturday, 9 December 2023 00:45">00:45</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>Anyway for everyone else that wants sneak pics of mythicalclient check <span class="chatlog__markdown-mention">#🔔・updates</span></span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1182831215368216677 class=chatlog__message-container data-message-id=1182831215368216677><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__reply-symbol></div><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__reply><img class=chatlog__reply-avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy><div class=chatlog__reply-author style=color:rgb(255,0,0) title=mythicaldoggo>NaysKutzu</div><div class=chatlog__reply-content><span class=chatlog__reply-link onclick="scrollToMessage(event,'1182830355808522340')"> <span class="chatlog__markdown-mention">@everyone</span> I know not many ppl care but we do something about every abuse this is proof: <a href="https://dev.mythicalsystems.me/assets/1209.mp4">https://dev.mythicalsystems.me/assets/1209.mp4</a> </span></div></div><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Saturday, 9 December 2023 00:48"><a href=#chatlog__message-container-1182831215368216677>09/12/2023 00:48</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>just to let pedos know <em>we have automated bots to check those!!</em></span></div></div></div></div><div id=chatlog__message-container-1182831499251294298 class=chatlog__message-container data-message-id=1182831499251294298><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Saturday, 9 December 2023 00:50">00:50</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>Ohh an for the ppl that say blur the links wait till of the end of the video and read the god dam text i wrote</span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1182992821330919534 class=chatlog__message-container data-message-id=1182992821330919534><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Saturday, 9 December 2023 11:31"><a href=#chatlog__message-container-1182992821330919534>09/12/2023 11:31</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>are we getting raided?</span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1183385191780204564 class=chatlog__message-container data-message-id=1183385191780204564><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Sunday, 10 December 2023 13:30"><a href=#chatlog__message-container-1183385191780204564>10/12/2023 13:30</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention">@everyone</span> Shall i start making youtube tutorials on how to code in php and in the same time i will show like development status of MythicalClient?</span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1183385221656236132 class=chatlog__message-container data-message-id=1183385221656236132><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__reply-symbol></div><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/235148962103951360/ed3dac3b6e7a851df781632a4295fcb9.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__reply><img class=chatlog__reply-avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy><div class=chatlog__reply-author style=color:rgb(255,0,0) title=mythicaldoggo>NaysKutzu</div><div class=chatlog__reply-content>used /poll</div></div><div class=chatlog__header><span class=chatlog__author style=color:rgb(32,102,148) title=Carl-bot#1536 data-user-id=235148962103951360>Carl-bot</span> <span class=chatlog__author-tag>BOT</span> <span class=chatlog__timestamp title="Sunday, 10 December 2023 13:30"><a href=#chatlog__message-container-1183385221656236132>10/12/2023 13:30</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><strong>mythicaldoggo</strong> asks: Shall i?</span></div><div class=chatlog__reactions><div class=chatlog__reaction title=thumbsup><img class="chatlog__emoji chatlog__emoji--small" alt=👍 src=https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f44d.svg loading=lazy> <span class=chatlog__reaction-count>25</span></div><div class=chatlog__reaction title=thumbsdown><img class="chatlog__emoji chatlog__emoji--small" alt=👎 src=https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f44e.svg loading=lazy> <span class=chatlog__reaction-count>2</span></div></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1188815264066842635 class=chatlog__message-container data-message-id=1188815264066842635><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Monday, 25 December 2023 13:07"><a href=#chatlog__message-container-1188815264066842635>25/12/2023 13:07</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention">@here</span> Merry Christmas :3</span></div><div class=chatlog__reactions><div class=chatlog__reaction title=heart><img class="chatlog__emoji chatlog__emoji--small" alt=❤️ src=https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/2764.svg loading=lazy> <span class=chatlog__reaction-count>5</span></div></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1189188126405570590 class=chatlog__message-container data-message-id=1189188126405570590><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Tuesday, 26 December 2023 13:49"><a href=#chatlog__message-container-1189188126405570590>26/12/2023 13:49</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention">@everyone</span> First big hosting that uses mythicaldash and dms me will get a dedicated server with 64gb ram and 8 cores for a month for free!!!</span></div></div></div></div><div id=chatlog__message-container-1189188758629777408 class=chatlog__message-container data-message-id=1189188758629777408><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Tuesday, 26 December 2023 13:51">13:51</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>Big means at least 1k</span></div></div></div></div><div id=chatlog__message-container-1189189001811333140 class=chatlog__message-container data-message-id=1189189001811333140><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Tuesday, 26 December 2023 13:52">13:52</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention" title="1gz">@1gz</span> won!</span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1191139834182500372 class=chatlog__message-container data-message-id=1191139834182500372><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Sunday, 31 December 2023 23:04"><a href=#chatlog__message-container-1191139834182500372>31/12/2023 23:04</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention">@everyone</span> Happy new year <img
loading="lazy"
class="chatlog__emoji "
alt="🎊"
title="confetti_ball"
src="https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f38a.svg"><img
loading="lazy"
class="chatlog__emoji "
alt="🎊"
title="confetti_ball"
src="https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f38a.svg"></span> <span class=chatlog__edited-timestamp title="Sunday, 31 December 2023 23:04">(edited)</span></div><div class=chatlog__reactions><div class=chatlog__reaction title=heart><img class="chatlog__emoji chatlog__emoji--small" alt=❤️ src=https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/2764.svg loading=lazy> <span class=chatlog__reaction-count>7</span></div></div></div></div></div><div id=chatlog__message-container-1191139860480786503 class=chatlog__message-container data-message-id=1191139860480786503><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Sunday, 31 December 2023 23:04">23:04</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>Happy new year</span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1196153145412296754 class=chatlog__message-container data-message-id=1196153145412296754><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Sunday, 14 January 2024 19:05"><a href=#chatlog__message-container-1196153145412296754>14/01/2024 19:05</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention">@everyone</span>
There is a new update for MythicalDash <code class="chatlog__markdown-pre chatlog__markdown-pre--inline">3.1.2</code> here is the changelog:
-> Fix bug that you can't delete servers in the waiting list
-> Snow is disabled by default can be enabled from settings
-> Added some developer options
-> Bump some composer packages to the latest version!
-> Now you can perform sql commands from the dashboard itself
-> Now you can purge the caches from the ui, and you don't need to use the cli anymore!</span> <span class=chatlog__edited-timestamp title="Sunday, 14 January 2024 19:05">(edited)</span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1196930963784077342 class=chatlog__message-container data-message-id=1196930963784077342><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Tuesday, 16 January 2024 22:36"><a href=#chatlog__message-container-1196930963784077342>16/01/2024 22:36</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention">@everyone</span> We changed the demos for our products:
MythicalDash: <a href="https://mythicaldash.mythicalsystems.me/">https://mythicaldash.mythicalsystems.me/</a>
MythicalClient: <a href="https://mythicalclient.mythicalsystems.me/">https://mythicalclient.mythicalsystems.me/</a>
MythicalMarket: <a href="https://market.mythicalsystems.me/">https://market.mythicalsystems.me/</a>
MythicalAPI: <a href="https://api.mythicalsystems.me/">https://api.mythicalsystems.me/</a></span> <span class=chatlog__edited-timestamp title="Tuesday, 16 January 2024 22:36">(edited)</span></div></div></div></div><div id=chatlog__message-container-1196931194424655893 class=chatlog__message-container data-message-id=1196931194424655893><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Tuesday, 16 January 2024 22:37">22:37</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>SOON WE GOING TO OFFER FREE IMAGE HOSTING AGAIN</span></div><div class=chatlog__reactions><div class=chatlog__reaction title=heart><img class="chatlog__emoji chatlog__emoji--small" alt=❤️ src=https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/2764.svg loading=lazy> <span class=chatlog__reaction-count>5</span></div></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1197503353010270289 class=chatlog__message-container data-message-id=1197503353010270289><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Thursday, 18 January 2024 12:30"><a href=#chatlog__message-container-1197503353010270289>18/01/2024 12:30</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention">@everyone</span>
We are so sorry to say this, but we are going to drop support for the following projects due to them not being used or being poorly written:
<ul><li>MythicalPics (I have no time to maintain it)</li><li>MythicalLauncher (May come back as an add-on for something I'm working on)</li><li>MythicalLauncher API (Full of SQL injections and the main project is dead, so!!)</li><li>EasySetup (It was for Oracle Cloud auto setup script, but I don't use it anymore.)</li><li>MythicalWebPanel (which will be replaced by KosmaPanel)</li><li>MythicalWebPanel-Daemon (Will be replaced by KosmaPanel)</li><li>AAPanel-API (Will be still on the composer package list but won't get any updates!)</li><li>MythicalNodes (Killed support for it one year ago, now I killed support for everything still running PANEL/CLIENT/IMAGES/REPOS)</li><li>MythicalAuth (Will come back soon with another name)</li><li>MythicalDash-Themes (Will be EOL since no one used it and the market can be used <a href="https://market.mythicalsystems.me">https://market.mythicalsystems.me</a>)</li><li>MythicalGuard (There are other better tools online, and the SRC got leaked!) Now you can remove it!</li><li>MythicalPics-Daemon (Code is poorly written and does not work, and the main project got archived too)</li></ul>-----------------------------------------------------------------------------------------------------------------------------------------------------
This means that we won't support them on Discord, provide updates or do anything else for them!
This also means that we drop the main copyrights on the projects, but you still have to give us credits.
For the years that the project was supported and who made them, aka (MythicalSystems)
Right now, if you want an image hosting on our domain, go to <a href="https://i.mythicalsystems.me">https://i.mythicalsystems.me</a></span> <span class=chatlog__edited-timestamp title="Thursday, 18 January 2024 12:31">(edited)</span></div><div class=chatlog__reactions><div class=chatlog__reaction title=cry><img class="chatlog__emoji chatlog__emoji--small" alt=😢 src=https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f622.svg loading=lazy> <span class=chatlog__reaction-count>5</span></div></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1198328628207947857 class=chatlog__message-container data-message-id=1198328628207947857><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Saturday, 20 January 2024 19:10"><a href=#chatlog__message-container-1198328628207947857>20/01/2024 19:10</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention">@everyone</span> For mythicaldash do you really want a landing page? Because if yes idk what to use by default tbh!</span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1198328663326867538 class=chatlog__message-container data-message-id=1198328663326867538><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__reply-symbol></div><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/235148962103951360/ed3dac3b6e7a851df781632a4295fcb9.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__reply><img class=chatlog__reply-avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy><div class=chatlog__reply-author style=color:rgb(255,0,0) title=mythicaldoggo>NaysKutzu</div><div class=chatlog__reply-content>used /poll</div></div><div class=chatlog__header><span class=chatlog__author style=color:rgb(32,102,148) title=Carl-bot#1536 data-user-id=235148962103951360>Carl-bot</span> <span class=chatlog__author-tag>BOT</span> <span class=chatlog__timestamp title="Saturday, 20 January 2024 19:10"><a href=#chatlog__message-container-1198328663326867538>20/01/2024 19:10</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><strong>mythicaldoggo</strong> asks: Do you want a landing page?</span></div><div class=chatlog__reactions><div class=chatlog__reaction title=thumbsup><img class="chatlog__emoji chatlog__emoji--small" alt=👍 src=https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f44d.svg loading=lazy> <span class=chatlog__reaction-count>14</span></div><div class=chatlog__reaction title=thumbsdown><img class="chatlog__emoji chatlog__emoji--small" alt=👎 src=https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f44e.svg loading=lazy> <span class=chatlog__reaction-count>2</span></div></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1198328754821415082 class=chatlog__message-container data-message-id=1198328754821415082><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Saturday, 20 January 2024 19:10"><a href=#chatlog__message-container-1198328754821415082>20/01/2024 19:10</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>If you vote yes then help me and try to find one liek a template or i will use my own one from 2021</span></div></div></div></div><div id=chatlog__message-container-1198329540653613290 class=chatlog__message-container data-message-id=1198329540653613290><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Saturday, 20 January 2024 19:13">19:13</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>okay guys you hate me</span></div></div></div></div><div id=chatlog__message-container-1198329544634028092 class=chatlog__message-container data-message-id=1198329544634028092><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Saturday, 20 January 2024 19:13">19:13</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><img
loading="lazy"
class="chatlog__emoji chatlog__emoji--large"
alt="😦"
title="frowning"
src="https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f626.svg"></span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1198586192468377690 class=chatlog__message-container data-message-id=1198586192468377690><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Sunday, 21 January 2024 12:13"><a href=#chatlog__message-container-1198586192468377690>21/01/2024 12:13</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention">@everyone</span> MythicalDash <code class="chatlog__markdown-pre chatlog__markdown-pre--inline">3.1.3</code> is out:
-> Added a landing page
-> Fresh theme for 2024
-> Fixed update checker
-> Bump CLI to net8.0
-> Added a method to delete servers in database if they don't exist anymore in panel
-> Added a translation system
-> Added a confirmation for delete server
-> Optimized some code
-> Rewrote how the dash connects to the panel
-> Fixed some minor bugs
-> Added more things into README
-> Now the dash has a default landing page theme
-> Bump the build script to 8.0
-> Bump composer packages to the latest version
-> Added an option to change the background picture in dash!
<a href="https://docs.mythicalsystems.me/docs/MythicalDash/upgrade">https://docs.mythicalsystems.me/docs/MythicalDash/upgrade</a></span> <span class=chatlog__edited-timestamp title="Sunday, 21 January 2024 12:14">(edited)</span></div></div></div></div><div id=chatlog__message-container-1198586329261412413 class=chatlog__message-container data-message-id=1198586329261412413><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Sunday, 21 January 2024 12:14">12:14</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>This version will fix most of the pterodactyl errors</span></div></div></div></div><div id=chatlog__message-container-1198586414103810098 class=chatlog__message-container data-message-id=1198586414103810098><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Sunday, 21 January 2024 12:14">12:14</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>And it will fix it so now you can delete servers from pteordactyl to</span></div></div></div></div><div id=chatlog__message-container-1198586423138340944 class=chatlog__message-container data-message-id=1198586423138340944><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Sunday, 21 January 2024 12:14">12:14</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><img
loading="lazy"
class="chatlog__emoji chatlog__emoji--large"
alt="🙂"
title="slight_smile"
src="https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f642.svg"></span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1199045351781453854 class=chatlog__message-container data-message-id=1199045351781453854><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Monday, 22 January 2024 18:38"><a href=#chatlog__message-container-1199045351781453854>22/01/2024 18:38</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention">@everyone</span> MythicalDash <code class="chatlog__markdown-pre chatlog__markdown-pre--inline">3.1.3</code> QUICK FIX is out:
-> Fixed the bug with the landing page!</span> <span class=chatlog__edited-timestamp title="Tuesday, 23 January 2024 20:35">(edited)</span></div></div></div></div><div id=chatlog__message-container-1199045392730443776 class=chatlog__message-container data-message-id=1199045392730443776><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Monday, 22 January 2024 18:38">18:38</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>Make sure to update at: <a href="https://docs.mythicalsystems.me/docs/MythicalDash/upgrade">https://docs.mythicalsystems.me/docs/MythicalDash/upgrade</a></span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1199437251738861708 class=chatlog__message-container data-message-id=1199437251738861708><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Tuesday, 23 January 2024 20:35"><a href=#chatlog__message-container-1199437251738861708>23/01/2024 20:35</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention">@everyone</span> MythicalDash <code class="chatlog__markdown-pre chatlog__markdown-pre--inline">3.1.4</code> is out:
-> Fixed the pterodactyl registration error forever
-> Added a class for users in client
-> Made so that tickets now show a message by the author then showing a description
-> Finally enabled landing page for everyone!
-> Added a setting so you can change the feedbacks from the landing page via the settings page
-> Rewrote how the route system works
-> Fixed the server limit thing!
-> Now you can login using the username to!
-> Translation system
Make sure to update at: <a href="https://docs.mythicalsystems.me/docs/MythicalDash/upgrade">https://docs.mythicalsystems.me/docs/MythicalDash/upgrade</a></span> <span class=chatlog__edited-timestamp title="Tuesday, 23 January 2024 20:36">(edited)</span></div></div></div></div><div id=chatlog__message-container-1199437296601149481 class=chatlog__message-container data-message-id=1199437296601149481><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Tuesday, 23 January 2024 20:35">20:35</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>This will fix all issues with the dash</span></div></div></div></div><div id=chatlog__message-container-1199437434883158027 class=chatlog__message-container data-message-id=1199437434883158027><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Tuesday, 23 January 2024 20:36">20:36</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>and now you can translate it <img
loading="lazy"
class="chatlog__emoji "
alt="🙂"
title="slight_smile"
src="https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f642.svg"></span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1199437449697439754 class=chatlog__message-container data-message-id=1199437449697439754><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/1072605270066344016/253b1396326686b9ce040cb2621bd879.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(241,196,15) title=Стицько#2235 data-user-id=1072605270066344016>Стицько</span> <span class=chatlog__author-tag>BOT</span> <span class=chatlog__timestamp title="Tuesday, 23 January 2024 20:36"><a href=#chatlog__message-container-1199437449697439754>23/01/2024 20:36</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>-> fixed the landing..</span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1199437536523714742 class=chatlog__message-container data-message-id=1199437536523714742><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__reply-symbol></div><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__reply><img class=chatlog__reply-avatar src="https://cdn.discordapp.com/avatars/1072605270066344016/253b1396326686b9ce040cb2621bd879.png?size=512" alt=Avatar loading=lazy><div class=chatlog__reply-author style=color:rgb(241,196,15) title=Стицько#2235>Стицько</div><div class=chatlog__reply-content><span class=chatlog__reply-link onclick="scrollToMessage(event,'1199437449697439754')"> -> fixed the landing.. </span></div></div><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Tuesday, 23 January 2024 20:36"><a href=#chatlog__message-container-1199437536523714742>23/01/2024 20:36</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>you are right ❤️</span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1201982447080706128 class=chatlog__message-container data-message-id=1201982447080706128><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Tuesday, 30 January 2024 21:09"><a href=#chatlog__message-container-1201982447080706128>30/01/2024 21:09</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention">@everyone</span> We just launched our first paid product for minecraft server admins! <a href="https://builtbybit.com/resources/mcpanelx.38467/?ref=discover">https://builtbybit.com/resources/mcpanelx.38467/?ref=discover</a></span></div></div></div></div><div id=chatlog__message-container-1201982555268853781 class=chatlog__message-container data-message-id=1201982555268853781><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Tuesday, 30 January 2024 21:09">21:09</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>You casn buy it for 30€ and then 10€ a month to renew the license</span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1202272070013296711 class=chatlog__message-container data-message-id=1202272070013296711><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Wednesday, 31 January 2024 16:19"><a href=#chatlog__message-container-1202272070013296711>31/01/2024 16:19</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>Hello <span class="chatlog__markdown-mention">@everyone</span>, We are performing some maintenance on all our global network, so this means that our API telemetry services and much more will go offline, and the ETA is about 6 hours. This means that many of our functions from MythicalDash or others products like McPanel, etc. will not work, sadly, due to the server and api being down!</span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1205161930638229566 class=chatlog__message-container data-message-id=1205161930638229566><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Thursday, 8 February 2024 15:43"><a href=#chatlog__message-container-1205161930638229566>08/02/2024 15:43</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention">@everyone</span> We added a new subdomain for MythicalPIcs and this is <code class="chatlog__markdown-pre chatlog__markdown-pre--inline">mythical.pics</code>!</span></div></div></div></div><div id=chatlog__message-container-1205162436060127324 class=chatlog__message-container data-message-id=1205162436060127324><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Thursday, 8 February 2024 15:45">15:45</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><a href="https://mythical.pics">https://mythical.pics</a></span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1210252697559896124 class=chatlog__message-container data-message-id=1210252697559896124><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Thursday, 22 February 2024 16:52"><a href=#chatlog__message-container-1210252697559896124>22/02/2024 16:52</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention">@everyone</span> We are planning to create make a new version of mythicaldash please make sure you suggest what you want to see inside it or what bugs you want us to patch <img
loading="lazy"
class="chatlog__emoji "
alt="🙂"
title="slight_smile"
src="https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f642.svg"></span></div></div></div></div><div id=chatlog__message-container-1210254379215753278 class=chatlog__message-container data-message-id=1210254379215753278><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Thursday, 22 February 2024 16:58">16:58</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention">@everyone</span> BTW we removed RestoreCord from our discord server and now everyone has the member role with no verification required! This is due to RestoreCord being unsafe and i don't want you guys to be pulled in into random servers so i deleted it and banned <span class="chatlog__markdown-mention" title="MythicalSystems Verify#6115">@MythicalSystems Verify</span> !</span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1211682202824220752 class=chatlog__message-container data-message-id=1211682202824220752><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Monday, 26 February 2024 15:32"><a href=#chatlog__message-container-1211682202824220752>26/02/2024 15:32</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention">@everyone</span> We are really sorry but we cant make an egg for pterodactyl due to some limitations like crontabs systemctl not being loaded into the dash cli not working as planned (this can be fixed) but when it comes to cronjobs there is nothign we can do! <img
loading="lazy"
class="chatlog__emoji "
alt="😦"
title="frowning"
src="https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f626.svg"></span></div><div class=chatlog__reactions><div class=chatlog__reaction title=cry><img class="chatlog__emoji chatlog__emoji--small" alt=😢 src=https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f622.svg loading=lazy> <span class=chatlog__reaction-count>3</span></div></div></div></div></div><div id=chatlog__message-container-1211682258294145134 class=chatlog__message-container data-message-id=1211682258294145134><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Monday, 26 February 2024 15:32">15:32</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>if some one knows how to do this please dm me</span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1213475608609423461 class=chatlog__message-container data-message-id=1213475608609423461><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Saturday, 2 March 2024 14:18"><a href=#chatlog__message-container-1213475608609423461>02/03/2024 14:18</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention">@everyone</span> I see that ppl still try to use pterodactyl desktop should we restart the project and remantain it? It was a pterodactyl desktop app so you can use a pterodactyl panel inside a desktop app and manage up to 12 panels in a single app?</span></div><div class=chatlog__reactions><div class=chatlog__reaction title=arrow_double_up><img class="chatlog__emoji chatlog__emoji--small" alt=⏫ src=https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/23eb.svg loading=lazy> <span class=chatlog__reaction-count>10</span></div><div class=chatlog__reaction title=arrow_double_down><img class="chatlog__emoji chatlog__emoji--small" alt=⏬ src=https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/23ec.svg loading=lazy> <span class=chatlog__reaction-count>1</span></div></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1213501788561346570 class=chatlog__message-container data-message-id=1213501788561346570><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Saturday, 2 March 2024 16:02"><a href=#chatlog__message-container-1213501788561346570>02/03/2024 16:02</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention">@everyone</span> WE need staff that know php and how linux works open a ticket to apply!</span></div></div></div></div><div id=chatlog__message-container-1213502033517092935 class=chatlog__message-container data-message-id=1213502033517092935><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Saturday, 2 March 2024 16:03">16:03</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>and you have to be a female <img
loading="lazy"
class="chatlog__emoji "
alt="🙂"
title="slight_smile"
src="https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f642.svg"></span></div></div></div></div><div id=chatlog__message-container-1213502099967574058 class=chatlog__message-container data-message-id=1213502099967574058><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Saturday, 2 March 2024 16:04">16:04</div></div><div class=chatlog__message-primary><div class=chatlog__sticker title="Hamster Speriat | .gg/cox"><img class=chatlog__sticker--media src=https://cdn.discordapp.com/stickers/974072291128402000.png alt=Sticker></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1213520174330941531 class=chatlog__message-container data-message-id=1213520174330941531><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Saturday, 2 March 2024 17:15"><a href=#chatlog__message-container-1213520174330941531>02/03/2024 17:15</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention">@everyone</span>Sorry for the 3nd ping <img
loading="lazy"
class="chatlog__emoji "
alt="wesh"
title="wesh"
src="https://cdn.discordapp.com/emojis/1175177402410876959.png"> but now Pterodactyl Desktop is back and you can get the role at <span class="chatlog__markdown-mention">#🚩・roles</span> so i wont have to ping <span class="chatlog__markdown-mention">@here</span> or <span class="chatlog__markdown-mention">@everyone</span></span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1219693390481068172 class=chatlog__message-container data-message-id=1219693390481068172><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Tuesday, 19 March 2024 18:06"><a href=#chatlog__message-container-1219693390481068172>19/03/2024 18:06</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention">@everyone</span> <code class="chatlog__markdown-pre chatlog__markdown-pre--inline">22V2XHEDRD6VT</code> Here u go</span></div><div class=chatlog__attachment><a href="https://cdn.discordapp.com/attachments/1175123716460511324/1219693390132809902/image.png?ex=665f497d&is=665df7fd&hm=9d468ca229e8b55f54082ed42ae7135a87b8ecf788719cc7d9a8d4bd95aa8641&"> <img class=chatlog__attachment-media src="https://cdn.discordapp.com/attachments/1175123716460511324/1219693390132809902/image.png?ex=665f497d&is=665df7fd&hm=9d468ca229e8b55f54082ed42ae7135a87b8ecf788719cc7d9a8d4bd95aa8641&" alt="Image attachment" title="Image: image.png (146.55 KB)" loading=lazy> </a></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1219767461671600168 class=chatlog__message-container data-message-id=1219767461671600168><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Tuesday, 19 March 2024 23:00"><a href=#chatlog__message-container-1219767461671600168>19/03/2024 23:00</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention">@everyone</span> Becuase i don't know what to do right now and what to code please tell me inside chat what you want to see like a new thing. It can be anything it can even be a current project or even a new project :)!</span></div></div></div></div><div id=chatlog__message-container-1219767505912860743 class=chatlog__message-container data-message-id=1219767505912860743><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Tuesday, 19 March 2024 23:00">23:00</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>It can be something for mythicaldash</span></div></div></div></div><div id=chatlog__message-container-1219767532697682020 class=chatlog__message-container data-message-id=1219767532697682020><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Tuesday, 19 March 2024 23:00">23:00</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>it can be something for something else</span></div></div></div></div><div id=chatlog__message-container-1219767556483584010 class=chatlog__message-container data-message-id=1219767556483584010><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Tuesday, 19 March 2024 23:00">23:00</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>it can be everything</span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1220653825111887872 class=chatlog__message-container data-message-id=1220653825111887872><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Friday, 22 March 2024 09:42"><a href=#chatlog__message-container-1220653825111887872>22/03/2024 09:42</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention">@everyone</span> Do you really want ai into mythicaldash and our other products? <a href="https://mythical.pics/i?i=1711096829">https://mythical.pics/i?i=1711096829</a></span></div><div class=chatlog__embed><div class=chatlog__embed-color-pill style=background-color:rgba(0,251,255,255)></div><div class=chatlog__embed-content-container><div class=chatlog__embed-content><div class=chatlog__embed-text><div class=chatlog__embed-title><a class=chatlog__embed-title-link href="https://mythical.pics/i?i=1711096829"><div class="chatlog__markdown chatlog__markdown-preserve">NaysKutzu's pictures</div></a></div><div class=chatlog__embed-description><div class="chatlog__markdown chatlog__markdown-preserve">This is my main image hosting platform where I upload my pictures, so I can flex on discord!!</div></div></div><div class=chatlog__embed-thumbnail-container><a class=chatlog__embed-thumbnail-link href=https://images-ext-1.discordapp.net/external/NUg98jigQ1efPqS3T9YwaS9p5tSBrailiB5yz2sDRUE/https/i.mythicalsystems.me/storage/uploads/1711096829.png> <img class=chatlog__embed-thumbnail src=https://images-ext-1.discordapp.net/external/NUg98jigQ1efPqS3T9YwaS9p5tSBrailiB5yz2sDRUE/https/i.mythicalsystems.me/storage/uploads/1711096829.png alt=Thumbnail loading=lazy> </a></div></div></div></div><div class=chatlog__reactions><div class=chatlog__reaction title=white_check_mark><img class="chatlog__emoji chatlog__emoji--small" alt=✅ src=https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/2705.svg loading=lazy> <span class=chatlog__reaction-count>5</span></div><div class=chatlog__reaction title=x><img class="chatlog__emoji chatlog__emoji--small" alt=❌ src=https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/274c.svg loading=lazy> <span class=chatlog__reaction-count>2</span></div></div></div></div></div><div id=chatlog__message-container-1220654322866589706 class=chatlog__message-container data-message-id=1220654322866589706><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Friday, 22 March 2024 09:44">09:44</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>I mean if i add them i can't wait for the drama about it to pop up <img
loading="lazy"
class="chatlog__emoji "
alt="😂"
title="joy"
src="https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f602.svg"></span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1220656567121350708 class=chatlog__message-container data-message-id=1220656567121350708><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/741337166172389407/cb4bd74d84cc0a8b34d7ac03787fbd29.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(153,45,34) title=nyxalis. data-user-id=741337166172389407>Nyxalis.</span> <span class=chatlog__timestamp title="Friday, 22 March 2024 09:53"><a href=#chatlog__message-container-1220656567121350708>22/03/2024 09:53</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>Bro you needed to ask women’s life not girls</span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1220657961370648586 class=chatlog__message-container data-message-id=1220657961370648586><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__reply-symbol></div><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__reply><img class=chatlog__reply-avatar src="https://cdn.discordapp.com/avatars/741337166172389407/cb4bd74d84cc0a8b34d7ac03787fbd29.png?size=512" alt=Avatar loading=lazy><div class=chatlog__reply-author style=color:rgb(153,45,34) title=nyxalis.>Nyxalis.</div><div class=chatlog__reply-content><span class=chatlog__reply-link onclick="scrollToMessage(event,'1220656567121350708')"> Bro you needed to ask women’s life not girls </span></div></div><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Friday, 22 March 2024 09:58"><a href=#chatlog__message-container-1220657961370648586>22/03/2024 09:58</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>still</span></div></div></div></div><div id=chatlog__message-container-1220657969973166171 class=chatlog__message-container data-message-id=1220657969973166171><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Friday, 22 March 2024 09:58">09:58</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>fucked up</span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1220672095026151474 class=chatlog__message-container data-message-id=1220672095026151474><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/741337166172389407/cb4bd74d84cc0a8b34d7ac03787fbd29.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(153,45,34) title=nyxalis. data-user-id=741337166172389407>Nyxalis.</span> <span class=chatlog__timestamp title="Friday, 22 March 2024 10:55"><a href=#chatlog__message-container-1220672095026151474>22/03/2024 10:55</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>poor squirrel</span></div></div></div></div><div id=chatlog__message-container-1220672227637465128 class=chatlog__message-container data-message-id=1220672227637465128><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Friday, 22 March 2024 10:55">10:55</div></div><div class=chatlog__message-primary><div class=chatlog__attachment><a href="https://cdn.discordapp.com/attachments/1175123716460511324/1220672227066904586/IMG_0345.jpg?ex=665ee499&is=665d9319&hm=b613092c6d4e56fcafcc8c20b1c183cf596489886012066b05f66b052a59fb88&"> <img class=chatlog__attachment-media src="https://cdn.discordapp.com/attachments/1175123716460511324/1220672227066904586/IMG_0345.jpg?ex=665ee499&is=665d9319&hm=b613092c6d4e56fcafcc8c20b1c183cf596489886012066b05f66b052a59fb88&" alt="Image attachment" title="Image: IMG_0345.jpg (3.9 MB)" loading=lazy> </a></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1223604919475638403 class=chatlog__message-container data-message-id=1223604919475638403><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Saturday, 30 March 2024 13:09"><a href=#chatlog__message-container-1223604919475638403>30/03/2024 13:09</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention">@everyone</span> What do you guys think about <code class="chatlog__markdown-pre chatlog__markdown-pre--inline">MythicalDash X</code>???
-> New design
-> New futures
-> Easy to install
-> Get rid of pterodactyl all together!
-> Themes support
-> Addons support
-> More payments system
-> Discord Full integration package!</span></div><div class=chatlog__reactions><div class=chatlog__reaction title=thumbsup><img class="chatlog__emoji chatlog__emoji--small" alt=👍 src=https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f44d.svg loading=lazy> <span class=chatlog__reaction-count>18</span></div><div class=chatlog__reaction title=thumbsdown><img class="chatlog__emoji chatlog__emoji--small" alt=👎 src=https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f44e.svg loading=lazy> <span class=chatlog__reaction-count>1</span></div></div></div></div></div><div id=chatlog__message-container-1223605337597415504 class=chatlog__message-container data-message-id=1223605337597415504><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Saturday, 30 March 2024 13:10">13:10</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>also we are bulding a warrper for pterodactyl in php <img
loading="lazy"
class="chatlog__emoji "
alt="🙂"
title="slight_smile"
src="https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f642.svg"></span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1227169288826126380 class=chatlog__message-container data-message-id=1227169288826126380><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Tuesday, 9 April 2024 10:12"><a href=#chatlog__message-container-1227169288826126380>09/04/2024 10:12</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention">@everyone</span> We are performing a big migration from a shitty as 64 gb ram dedicated server to a 120gb ram dedicated server so this means that most of our services are going to be down for a while <img
loading="lazy"
class="chatlog__emoji "
alt="😦"
title="frowning"
src="https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f626.svg"> ca 2 hours</span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1228448019326828677 class=chatlog__message-container data-message-id=1228448019326828677><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Friday, 12 April 2024 22:53"><a href=#chatlog__message-container-1228448019326828677>12/04/2024 22:53</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention">@everyone</span> Pterodactyl is going to get discontinued or not? come and check it out!<a href="https://discord.gg/pelican-panel">https://discord.gg/pelican-panel</a></span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1228448084833603745 class=chatlog__message-container data-message-id=1228448084833603745><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/741337166172389407/cb4bd74d84cc0a8b34d7ac03787fbd29.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(153,45,34) title=nyxalis. data-user-id=741337166172389407>Nyxalis.</span> <span class=chatlog__timestamp title="Friday, 12 April 2024 22:54"><a href=#chatlog__message-container-1228448084833603745>12/04/2024 22:54</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>Pterodactyl is not gettign discontinued</span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1228448115531452456 class=chatlog__message-container data-message-id=1228448115531452456><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Friday, 12 April 2024 22:54"><a href=#chatlog__message-container-1228448115531452456>12/04/2024 22:54</a></span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1228448202173190266 class=chatlog__message-container data-message-id=1228448202173190266><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__reply-symbol></div><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__reply><img class=chatlog__reply-avatar src="https://cdn.discordapp.com/avatars/741337166172389407/cb4bd74d84cc0a8b34d7ac03787fbd29.png?size=512" alt=Avatar loading=lazy><div class=chatlog__reply-author style=color:rgb(153,45,34) title=nyxalis.>Nyxalis.</div><div class=chatlog__reply-content><span class=chatlog__reply-link onclick="scrollToMessage(event,'1228448084833603745')"> Pterodactyl is not gettign discontinued </span></div></div><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Friday, 12 April 2024 22:54"><a href=#chatlog__message-container-1228448202173190266>12/04/2024 22:54</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>Not getting updates anymore</span></div></div></div></div><div id=chatlog__message-container-1228448230895779890 class=chatlog__message-container data-message-id=1228448230895779890><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Friday, 12 April 2024 22:54">22:54</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>half of the devs left</span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1228448300064047207 class=chatlog__message-container data-message-id=1228448300064047207><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__reply-symbol></div><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/741337166172389407/cb4bd74d84cc0a8b34d7ac03787fbd29.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__reply><img class=chatlog__reply-avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy><div class=chatlog__reply-author style=color:rgb(255,0,0) title=mythicaldoggo>NaysKutzu</div><div class=chatlog__reply-content><span class=chatlog__reply-link onclick="scrollToMessage(event,'1228448230895779890')"> half of the devs left </span></div></div><div class=chatlog__header><span class=chatlog__author style=color:rgb(153,45,34) title=nyxalis. data-user-id=741337166172389407>Nyxalis.</span> <span class=chatlog__timestamp title="Friday, 12 April 2024 22:54"><a href=#chatlog__message-container-1228448300064047207>12/04/2024 22:54</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>Yes, we suggest you use pelican once it is stable</span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1228448562992386058 class=chatlog__message-container data-message-id=1228448562992386058><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Friday, 12 April 2024 22:56"><a href=#chatlog__message-container-1228448562992386058>12/04/2024 22:56</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>Its all in the hands of mathew but idk if we still going to support it</span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1230234655219777608 class=chatlog__message-container data-message-id=1230234655219777608><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Wednesday, 17 April 2024 21:13"><a href=#chatlog__message-container-1230234655219777608>17/04/2024 21:13</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention">@everyone</span> what ya doing</span></div></div></div></div><div id=chatlog__message-container-1230234679483830374 class=chatlog__message-container data-message-id=1230234679483830374><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Wednesday, 17 April 2024 21:13">21:13</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><a href="https://discord.gift/WHMF6bTKU42p5YEN">https://discord.gift/WHMF6bTKU42p5YEN</a></span></div></div></div></div><div id=chatlog__message-container-1230234683195789393 class=chatlog__message-container data-message-id=1230234683195789393><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Wednesday, 17 April 2024 21:13">21:13</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>ups</span></div></div></div></div><div id=chatlog__message-container-1230234739399458888 class=chatlog__message-container data-message-id=1230234739399458888><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Wednesday, 17 April 2024 21:13">21:13</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>who calimed?</span></div></div></div></div><div id=chatlog__message-container-1230234858153050242 class=chatlog__message-container data-message-id=1230234858153050242><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Wednesday, 17 April 2024 21:14">21:14</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>wait actually who calimed it?</span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1235884259865137153 class=chatlog__message-container data-message-id=1235884259865137153><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Friday, 3 May 2024 11:22"><a href=#chatlog__message-container-1235884259865137153>03/05/2024 11:22</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>Hello <span class="chatlog__markdown-mention">@everyone</span>, for everyone is having issues installing MythicalDash keep in mind that we have a video on how to <a href="https://www.youtube.com/watch?v=8lsBegNFBbE&t=52s">https://www.youtube.com/watch?v=8lsBegNFBbE&t=52s</a></span></div><div class=chatlog__embed><div class=chatlog__embed-color-pill style=background-color:rgba(255,0,0,255)></div><div class=chatlog__embed-content-container><div class=chatlog__embed-content><div class=chatlog__embed-text><div class=chatlog__embed-author-container><a class=chatlog__embed-author-link href=https://www.youtube.com/channel/UC2RwIEMFTWQpAuf5GsQxunw><div class=chatlog__embed-author>NaysKutzu</div></a></div><div class=chatlog__embed-title><a class=chatlog__embed-title-link href="https://www.youtube.com/watch?v=8lsBegNFBbE&start=52"><div class="chatlog__markdown chatlog__markdown-preserve">How to install MythicalDash!</div></a></div><div class=chatlog__embed-youtube-container><iframe class=chatlog__embed-youtube src=https://www.youtube.com/embed/8lsBegNFBbE width=400 height=225></iframe></div></div></div></div></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1236424478758666281 class=chatlog__message-container data-message-id=1236424478758666281><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Saturday, 4 May 2024 23:09"><a href=#chatlog__message-container-1236424478758666281>04/05/2024 23:09</a></span></div></div></div></div><div id=chatlog__message-container-1236424492860051527 class=chatlog__message-container data-message-id=1236424492860051527><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Saturday, 4 May 2024 23:09">23:09</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention">@everyone</span></span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1236426842336923678 class=chatlog__message-container data-message-id=1236426842336923678><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Saturday, 4 May 2024 23:18"><a href=#chatlog__message-container-1236426842336923678>04/05/2024 23:18</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>just to let ya know XChaCHa20 is used for every password manager out there</span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1237784307259412482 class=chatlog__message-container data-message-id=1237784307259412482><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Wednesday, 8 May 2024 17:12"><a href=#chatlog__message-container-1237784307259412482>08/05/2024 17:12</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention">@everyone</span> We are so sorry but we had to switch domains again due to me being a idiot and i forgot the account where the mythicalsystems.me domain was! So now our main primary domain is <a href="https://mythicalsystems.xyz">https://mythicalsystems.xyz</a> and all old stuff should reddirect to that domain becuase we are right now reddirecting ppl to the new domain and anyone using our api please update your endpoint to the new domain! You have a 6 month window to do that if you won't then thats your fault! When it comes to the new domain i have enabled auto renew for it and there are credits in my namecheap account for the domain to be alive for over 10 years <img
loading="lazy"
class="chatlog__emoji "
alt="😉"
title="wink"
src="https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f609.svg"></span></div></div></div></div><div id=chatlog__message-container-1237784419276820480 class=chatlog__message-container data-message-id=1237784419276820480><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Wednesday, 8 May 2024 17:13">17:13</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>There is no downtime what so ever and everything should work the same again on the new domain!</span></div></div></div></div><div id=chatlog__message-container-1237784588626034739 class=chatlog__message-container data-message-id=1237784588626034739><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Wednesday, 8 May 2024 17:14">17:14</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><img
loading="lazy"
class="chatlog__emoji "
alt="alert"
title="alert"
src="https://cdn.discordapp.com/emojis/1195024129192100000.gif"> KEEP IN MIND THAT YOU MAY NEED TO WAIT UP TO 24H FOR THE SSL CERTIFICATE TO APPLY AND FOR EVERYTHING TO BE BACK HOW IT WAS1</span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1237809779217399970 class=chatlog__message-container data-message-id=1237809779217399970><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Wednesday, 8 May 2024 18:54"><a href=#chatlog__message-container-1237809779217399970>08/05/2024 18:54</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention">@everyone</span> here ya go <a href="https://discord.gift/v99ABvZCxnVk8bqf">https://discord.gift/v99ABvZCxnVk8bqf</a></span></div></div></div></div><div id=chatlog__message-container-1237810051608215562 class=chatlog__message-container data-message-id=1237810051608215562><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Wednesday, 8 May 2024 18:55">18:55</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>Who calimed?</span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1237903369423687690 class=chatlog__message-container data-message-id=1237903369423687690><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Thursday, 9 May 2024 01:06"><a href=#chatlog__message-container-1237903369423687690>09/05/2024 01:06</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention">@everyone</span> sorry for late ping but now you can monitor our infrastructure at:
<a href="https://status.mythicalsystems.xyz/status/mythicalsystems">https://status.mythicalsystems.xyz/status/mythicalsystems</a></span></div></div></div></div><div id=chatlog__message-container-1237903681689747477 class=chatlog__message-container data-message-id=1237903681689747477><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Thursday, 9 May 2024 01:07">01:07</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>And also for everyone who wan'ts to try our ddos protection try to get down our routing node for api and other stuff <code class="chatlog__markdown-pre chatlog__markdown-pre--inline">routing.mythicalsystems.xyz</code> or the dns <code class="chatlog__markdown-pre chatlog__markdown-pre--inline">dns.mythicalsystems.xyz</code></span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1239203443370102794 class=chatlog__message-container data-message-id=1239203443370102794><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Sunday, 12 May 2024 15:12"><a href=#chatlog__message-container-1239203443370102794>12/05/2024 15:12</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention">@everyone</span>
<h1>As of 2023 we started collecting telemetry and error reports, pretty much they were useless because they were automated by our core system without the user knowledge.</h1>
The error reports are a mess, and they did not help in the development.
So the question is:
<ul><li>Should we ask admins to send the logs?</li></ul></span></div></div></div></div><div id=chatlog__message-container-1239203501591101440 class=chatlog__message-container data-message-id=1239203501591101440><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Sunday, 12 May 2024 15:12">15:12</div></div><div class=chatlog__message-primary></div></div></div><div id=chatlog__message-container-1239203761428103279 class=chatlog__message-container data-message-id=1239203761428103279><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Sunday, 12 May 2024 15:13">15:13</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>As a reminder it's going to be a option in settings to send the error logs or via the CLI and you will get a link</span></div></div></div></div><div id=chatlog__message-container-1239203863555473468 class=chatlog__message-container data-message-id=1239203863555473468><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Sunday, 12 May 2024 15:13">15:13</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>Or when there are more then a specific number of errors it will show a popup with a question if we should</span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1239207949038260315 class=chatlog__message-container data-message-id=1239207949038260315><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Sunday, 12 May 2024 15:29"><a href=#chatlog__message-container-1239207949038260315>12/05/2024 15:29</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>also can you undead the server</span></div><div class=chatlog__attachment><a href="https://cdn.discordapp.com/attachments/1175123716460511324/1239207949059100762/image.png?ex=665f16d6&is=665dc556&hm=829a00c618535ec1b7ef4de77875fb41d5fe22343113d54ca854da3a0cc8096f&"> <img class=chatlog__attachment-media src="https://cdn.discordapp.com/attachments/1175123716460511324/1239207949059100762/image.png?ex=665f16d6&is=665dc556&hm=829a00c618535ec1b7ef4de77875fb41d5fe22343113d54ca854da3a0cc8096f&" alt="Image attachment" title="Image: image.png (191.49 KB)" loading=lazy> </a></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1241068469370228857 class=chatlog__message-container data-message-id=1241068469370228857><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Friday, 17 May 2024 18:43"><a href=#chatlog__message-container-1241068469370228857>17/05/2024 18:43</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention">@everyone</span> because i like ppl il gift again <a href="https://discord.gift/9KAtJNxbdMhUp34V">https://discord.gift/9KAtJNxbdMhUp34V</a></span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1241068518489854152 class=chatlog__message-container data-message-id=1241068518489854152><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/741337166172389407/cb4bd74d84cc0a8b34d7ac03787fbd29.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(153,45,34) title=nyxalis. data-user-id=741337166172389407>Nyxalis.</span> <span class=chatlog__timestamp title="Friday, 17 May 2024 18:43"><a href=#chatlog__message-container-1241068518489854152>17/05/2024 18:43</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>damn</span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1241068596604698767 class=chatlog__message-container data-message-id=1241068596604698767><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Friday, 17 May 2024 18:43"><a href=#chatlog__message-container-1241068596604698767>17/05/2024 18:43</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>for haters that say its cap</span></div></div></div></div><div id=chatlog__message-container-1241068598856908940 class=chatlog__message-container data-message-id=1241068598856908940><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Friday, 17 May 2024 18:43">18:43</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><a href="https://mythical.pics/i?i=1715964204">https://mythical.pics/i?i=1715964204</a></span></div><div class=chatlog__embed><div class=chatlog__embed-color-pill style=background-color:rgba(0,251,255,255)></div><div class=chatlog__embed-content-container><div class=chatlog__embed-content><div class=chatlog__embed-text><div class=chatlog__embed-title><a class=chatlog__embed-title-link href="https://mythical.pics/i?i=1715964204"><div class="chatlog__markdown chatlog__markdown-preserve">NaysKutzu's pictures</div></a></div><div class=chatlog__embed-description><div class="chatlog__markdown chatlog__markdown-preserve">This is my main image hosting platform where I upload my pictures, so I can flex on discord!!</div></div></div><div class=chatlog__embed-thumbnail-container><a class=chatlog__embed-thumbnail-link href=https://images-ext-1.discordapp.net/external/P13y-Fq-ktM9SW9_pd_22kPn4e24_cptNXDvzGSqIkI/https/i.mythicalsystems.xyz/storage/uploads/1715964204.png> <img class=chatlog__embed-thumbnail src=https://images-ext-1.discordapp.net/external/P13y-Fq-ktM9SW9_pd_22kPn4e24_cptNXDvzGSqIkI/https/i.mythicalsystems.xyz/storage/uploads/1715964204.png alt=Thumbnail loading=lazy> </a></div></div></div></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1241068617362051115 class=chatlog__message-container data-message-id=1241068617362051115><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/741337166172389407/cb4bd74d84cc0a8b34d7ac03787fbd29.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(153,45,34) title=nyxalis. data-user-id=741337166172389407>Nyxalis.</span> <span class=chatlog__timestamp title="Friday, 17 May 2024 18:43"><a href=#chatlog__message-container-1241068617362051115>17/05/2024 18:43</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>i was too late</span></div><div class=chatlog__reactions><div class=chatlog__reaction title=KEK><img class="chatlog__emoji chatlog__emoji--small" alt=KEK src=https://cdn.discordapp.com/emojis/1175177715033321654.gif loading=lazy> <span class=chatlog__reaction-count>5</span></div></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1241341034957373451 class=chatlog__message-container data-message-id=1241341034957373451><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Saturday, 18 May 2024 12:46"><a href=#chatlog__message-container-1241341034957373451>18/05/2024 12:46</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention">@everyone</span> Do not forget to get your minecraft 15th Anniversary cape at: <a href="https://www.minecraft.net/en-us/15th-anniversary">https://www.minecraft.net/en-us/15th-anniversary</a></span></div><div class=chatlog__attachment><a href="https://cdn.discordapp.com/attachments/1175123716460511324/1241341034999578644/image.png?ex=665ef06d&is=665d9eed&hm=f4f57c9f4d5de86df26c89077bee4c38cce3283254114b9786b1a806ac253ce5&"> <img class=chatlog__attachment-media src="https://cdn.discordapp.com/attachments/1175123716460511324/1241341034999578644/image.png?ex=665ef06d&is=665d9eed&hm=f4f57c9f4d5de86df26c89077bee4c38cce3283254114b9786b1a806ac253ce5&" alt="Image attachment" title="Image: image.png (119.25 KB)" loading=lazy> </a></div><div class=chatlog__reactions><div class=chatlog__reaction title=minecraft><img class="chatlog__emoji chatlog__emoji--small" alt=minecraft src=https://cdn.discordapp.com/emojis/1206467352523448351.gif loading=lazy> <span class=chatlog__reaction-count>4</span></div></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1242235924247609395 class=chatlog__message-container data-message-id=1242235924247609395><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Tuesday, 21 May 2024 00:02"><a href=#chatlog__message-container-1242235924247609395>21/05/2024 00:02</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention">@everyone</span> Just a sneak peek on what i am wokring on for a side project <img
loading="lazy"
class="chatlog__emoji "
alt="😉"
title="wink"
src="https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f609.svg"></span> <span class=chatlog__edited-timestamp title="Tuesday, 21 May 2024 00:02">(edited)</span></div><div class=chatlog__embed><div class=chatlog__embed-color-pill style=background-color:rgba(255,0,0,255)></div><div class=chatlog__embed-content-container><div class=chatlog__embed-content><div class=chatlog__embed-text><div class=chatlog__embed-author-container><a class=chatlog__embed-author-link href=https://www.youtube.com/channel/UC2RwIEMFTWQpAuf5GsQxunw><div class=chatlog__embed-author>NaysKutzu</div></a></div><div class=chatlog__embed-title><a class=chatlog__embed-title-link href="https://www.youtube.com/watch?v=1N4LTylyffQ"><div class="chatlog__markdown chatlog__markdown-preserve">MythicalAC (FIRST PREVIEW)</div></a></div><div class=chatlog__embed-youtube-container><iframe class=chatlog__embed-youtube src=https://www.youtube.com/embed/1N4LTylyffQ width=400 height=225></iframe></div></div></div></div></div></div></div></div><div id=chatlog__message-container-1242236323054751845 class=chatlog__message-container data-message-id=1242236323054751845><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Tuesday, 21 May 2024 00:03">00:03</div></div><div class=chatlog__message-primary></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1244194686458138635 class=chatlog__message-container data-message-id=1244194686458138635><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Sunday, 26 May 2024 09:45"><a href=#chatlog__message-container-1244194686458138635>26/05/2024 09:45</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention">@everyone</span> This is a kind reminder that this is NOT a FREE hosting company the servers you can make in the client are strict to demo our dashboard and not to provide free hosting. Even tho we do not delete them this is just a reminder that we are not a host! Also the servers run on a oracle cloud server so we do not pay for them!</span></div></div></div></div><div id=chatlog__message-container-1244194730787737661 class=chatlog__message-container data-message-id=1244194730787737661><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Sunday, 26 May 2024 09:45">09:45</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>So please stop making tickets and asking for hosting</span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1245436573982523513 class=chatlog__message-container data-message-id=1245436573982523513><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Wednesday, 29 May 2024 20:00"><a href=#chatlog__message-container-1245436573982523513>29/05/2024 20:00</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention">@everyone</span> <img
loading="lazy"
class="chatlog__emoji "
alt="🎉"
title="tada"
src="https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f389.svg"> Happy Birthday, MythicalSystems! <img
loading="lazy"
class="chatlog__emoji "
alt="🎉"
title="tada"
src="https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f389.svg">
We are thrilled to celebrate our 3th anniversary today! Over the past four years, we have achieved so much together, and we couldn't be prouder.
A heartfelt thank you to our 12 million users who trust and support our products. Your continued loyalty means the world to us.
A special shoutout to the 100 different hosts who use MythicalDash and other solutions we've developed. Your partnership is invaluable.
Here's to many more years of innovation and success! ❤️</span></div><div class=chatlog__reactions><div class=chatlog__reaction title=party><img class="chatlog__emoji chatlog__emoji--small" alt=party src=https://cdn.discordapp.com/emojis/350641647417032706.png loading=lazy> <span class=chatlog__reaction-count>9</span></div><div class=chatlog__reaction title=heart><img class="chatlog__emoji chatlog__emoji--small" alt=❤️ src=https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/2764.svg loading=lazy> <span class=chatlog__reaction-count>10</span></div></div></div></div></div><div id=chatlog__message-container-1245437074329571346 class=chatlog__message-container data-message-id=1245437074329571346><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Wednesday, 29 May 2024 20:02">20:02</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>while we are at it make sure you star MythicalDash on github <a href="https://github.com/mythicalltd/mythicaldash">https://github.com/mythicalltd/mythicaldash</a></span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1245659145580056627 class=chatlog__message-container data-message-id=1245659145580056627><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Thursday, 30 May 2024 10:44"><a href=#chatlog__message-container-1245659145580056627>30/05/2024 10:44</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention">@everyone</span> Coming soon in every project <img
loading="lazy"
class="chatlog__emoji "
alt="😉"
title="wink"
src="https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f609.svg"></span></div><div class=chatlog__attachment><video class=chatlog__attachment-media controls><source src="https://cdn.discordapp.com/attachments/1175123716460511324/1245659144967553055/0530.mp4?ex=665ed3fb&is=665d827b&hm=9c452114f03f7369f360f94c88d4406159b5f6b7b1b31ad6724f24a3ddc85a4e&" alt="Video attachment" title="Video: 0530.mp4 (12.34 MB)"></video></div></div></div></div><div id=chatlog__message-container-1245659637454213140 class=chatlog__message-container data-message-id=1245659637454213140><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Thursday, 30 May 2024 10:46">10:46</div></div><div class=chatlog__message-primary></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1246501588328251392 class=chatlog__message-container data-message-id=1246501588328251392><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Saturday, 1 June 2024 18:32"><a href=#chatlog__message-container-1246501588328251392>01/06/2024 18:32</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention">@everyone</span> this is not a free host next person who asks about this will get banned</span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1246698383456866374 class=chatlog__message-container data-message-id=1246698383456866374><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Sunday, 2 June 2024 07:34"><a href=#chatlog__message-container-1246698383456866374>02/06/2024 07:34</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention">@everyone</span> hey,
I know this is a bad thing to end it like it this but I had to.
This is a public apology to <span class="chatlog__markdown-mention" title="madalina_pm">@Mădălina</span> <span class="chatlog__markdown-mention" title="m1ha1v2">@M1ha1V2</span> and <span class="chatlog__markdown-mention" title="alexutzerion5">@Alexutzerion5</span> and to the rest of them or even you guys.
The truth is that recently like yesterday I got a message on telegram about my friends. It had messages that got me crying for real and it made my drop everything for real. The thing is that there were pictures send my some one using the cdn that we provide and somehow they were matching someone's from my friend group account. The next reason I believed them like a idiot was the time line in the chats and their telegram profile had their matching phone number. Now the thing is that I a fucking moron and at my friend's party so I had 2 beer's that ain't no excuse but I treated my friends like shit yesterday. I am sorry for everything I've done to guys and yeah I know I don't deserve you guys. When talking about why is Mythical going to shut down this is a little bit hard because that group had messages about them eventually wanting to end it. I know I did the idiotic mistake to trust it but yeah. If there is something to learn for you guys and me there are 3 things.
1) Don't trust everything on the internet
2) Always trust your friends more then anything because most of the time they want that's good for you.
3) And never give up.
With all of this in mind I will still discontinue MythicalSystems since I don't deserve this awesome community.
And here is the last apology for <span class="chatlog__markdown-mention" title="madalina_pm">@Mădălina</span>:
Hi, I know and I am so sorry for what I have done and that I did not tell you from the beginning but the thing is I was being a bitch and scared not to lose you. The thing is I didn't trust you because you were always talking to X about us in trying to fix everything. I am sorry for all the pain I caused you and I know I don't deserve you at all. I just want to know that I will still love you <3. I will memorize every awesome moment we had and everything. You meant a lot for me and I'm sorry I made you fill this way. I hope you have a great life without me. The only thing I hope is that we can talk after you read this hole message.
With all of these guys thanks for being with me all these awesome 3 years. You are really awesome.
Officealy NaysKutzu is out❤️</span></div></div></div></div><div id=chatlog__message-container-1246698646414692432 class=chatlog__message-container data-message-id=1246698646414692432><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Sunday, 2 June 2024 07:35">07:35</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>For everyone thinking this is a joke this is not and I ain't playing games</span></div><div class=chatlog__reactions><div class=chatlog__reaction title=pleading_face><img class="chatlog__emoji chatlog__emoji--small" alt=🥺 src=https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f97a.svg loading=lazy> <span class=chatlog__reaction-count>7</span></div></div></div></div></div><div id=chatlog__message-container-1246699008504893521 class=chatlog__message-container data-message-id=1246699008504893521><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Sunday, 2 June 2024 07:36">07:36</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>And yeah mythical is going to close</span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1246965458071064709 class="chatlog__message-container chatlog__message-container--pinned" data-message-id=1246965458071064709><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Monday, 3 June 2024 01:15"><a href=#chatlog__message-container-1246965458071064709>03/06/2024 01:15</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>Hi <span class="chatlog__markdown-mention">@everyone</span> ,
The thing is that like Mada said as well you can't really feel sorry for something that already was done it's just like you breaking a plate and after that you just feel sorry for it. The thing is that it won't help at all and some things you do hurt people a alot and their feelings as well like I unfortunately did to some one special over here. The thing is that even if I keep holding this up and everything than sure a lot of ppl will be happy about it but the thing with MythicalSystems open source things and it being fully free and being a lot of projects this eventually means that I am left alone to work for them which eventually either they fail or they became something good.
Officealy for now everything stays up but I won't be providing support for Anything but the framework which is going to be worked on until done and after that I will be restarting to rewrite everything again into the framework. But what you don't guys get is that open source is hard to pay for since one you provide something for free and 2 you for example me have to pay for the bills then tools and lastly even themes or other developers which is not cheap.
I've lost just with mythicaldash over 3.500$ just in hosting testing translating and the big incident of it being found vulnerable to a SQL injection in the last year 2023 Mai.
As for you guys you have to understand how it all works.
As for <span class="chatlog__markdown-mention" title="madalina_pm">@Mădălina</span> and the rest of the people that were hurt by me I am deeply sorry even though that won't fix anything because that's not how life works. You can't fix something with a sorry.
Thanks for all the support and have a good day/night.</span></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1246965540212179026 class=chatlog__message-container data-message-id=1246965540212179026><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/1072605270066344016/253b1396326686b9ce040cb2621bd879.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(241,196,15) title=Стицько#2235 data-user-id=1072605270066344016>Стицько</span> <span class=chatlog__author-tag>BOT</span> <span class=chatlog__timestamp title="Monday, 3 June 2024 01:15"><a href=#chatlog__message-container-1246965540212179026>03/06/2024 01:15</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve><span class="chatlog__markdown-mention">#📌・announcements</span> Hello,!</span></div><div class=chatlog__reactions><div class=chatlog__reaction title=skull><img class="chatlog__emoji chatlog__emoji--small" alt=💀 src=https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f480.svg loading=lazy> <span class=chatlog__reaction-count>2</span></div></div></div></div></div></div>
<div class=chatlog__message-group><div id=chatlog__message-container-1246966265344557127 class=chatlog__message-container data-message-id=1246966265344557127><div class=chatlog__message><div class=chatlog__message-aside><img class=chatlog__avatar src="https://cdn.discordapp.com/avatars/964966303385387108/1faa9a88ebb26e9589ec6f35c83f43b8.png?size=512" alt=Avatar loading=lazy></div><div class=chatlog__message-primary><div class=chatlog__header><span class=chatlog__author style=color:rgb(255,0,0) title=mythicaldoggo data-user-id=964966303385387108>NaysKutzu</span> <span class=chatlog__timestamp title="Monday, 3 June 2024 01:18"><a href=#chatlog__message-container-1246966265344557127>03/06/2024 01:18</a></span></div><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>However for anyone that likes the project how they feel free to fork them and make them better</span></div></div></div></div><div id=chatlog__message-container-1246966335951343726 class=chatlog__message-container data-message-id=1246966335951343726><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Monday, 3 June 2024 01:19">01:19</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>Pterodactyl desktop will not be released anymore</span></div></div></div></div><div id=chatlog__message-container-1246967338964881420 class=chatlog__message-container data-message-id=1246967338964881420><div class=chatlog__message><div class=chatlog__message-aside><div class=chatlog__short-timestamp title="Monday, 3 June 2024 01:23">01:23</div></div><div class=chatlog__message-primary><div class="chatlog__content chatlog__markdown"><span class=chatlog__markdown-preserve>This is the last ping you will get and I just want to let Mădălina know that I actually feel bad for everything and yeah. This is not like I come here everyday just to brag about it but yeah this was the single time when I came in the public to apologize 3 times and you don't understand how hard it is.</span></div></div></div></div></div>
</div>
<div class=postamble><div class=postamble__entry>Exported 163 message(s)</div><div class=postamble__entry>Timezone: UTC+1</div></div>