All collected Discord error codes, categorized by type (first 2 digits).
Code | Message |
---|---|
10001 | Unknown Account |
10002 | Unknown Application |
10003 | Unknown Channel |
10004 | Unknown Guild |
{ | |
"vars": { | |
"@gray-darker": "lighten(#000, 13.5%)", | |
"@gray-dark": "lighten(#000, 20%)", | |
"@gray": "lighten(#000, 33.5%)", | |
"@gray-light": "lighten(#000, 46.7%)", | |
"@gray-lighter": "lighten(#000, 93.5%)", | |
"@brand-primary": "#428bca", | |
"@brand-success": "#5cb85c", | |
"@brand-info": "#5bc0de", |
defmodule Id3Parser do | |
@id3_tag_size 128 | |
def parse(file_name) do | |
case File.read(file_name) do | |
{:ok, mp3} -> | |
# mp3 size minus 128 bytes where id3 tag is located | |
mp3_byte_size = byte_size(mp3) - @id3_tag_size |
let cache; webpackChunkdiscord_app.push([["wp_isdev_patch"], {}, r => cache=r.c]); | |
var UserStore = Object.values(cache).find(m => m?.exports?.default?.getUser).exports.default; | |
var actions = Object.values(UserStore._dispatcher._actionHandlers._dependencyGraph.nodes); | |
var user = UserStore.getCurrentUser(); | |
actions.find(n => n.name === "ExperimentStore").actionHandler.CONNECTION_OPEN({ | |
type: "CONNECTION_OPEN", user: {flags: user.flags |= 1}, experiments: [], | |
}); | |
actions.find(n => n.name === "DeveloperExperimentStore").actionHandler.CONNECTION_OPEN(); | |
webpackChunkdiscord_app.pop(); user.flags &= ~1; "done"; |
id | name | hash | type | |
---|---|---|---|---|
recommend_mobile_notice | RECOMMEND_MOBILE_NOTICE | 1486371970 | user | |
friend_suggestions_new_user | FRIEND_SUGGESTIONS_NEW_USER | 363329543 | user | |
friend_suggestions_old_user | FRIEND_SUGGESTIONS_OLD_USER | 2977431864 | user | |
download_mobile_apps_notice_early | DOWNLOAD_MOBILE_APPS_NOTICE_EARLY | 4114369261 | user | |
download_mobile_apps_notice_medium | DOWNLOAD_MOBILE_APPS_NOTICE_MEDIUM | 856100386 | user | |
download_mobile_apps_notice_late | DOWNLOAD_MOBILE_APPS_NOTICE_LATE | 943913767 | user | |
invite_new_invite | INVITE_NEW_INVITE | 2363164837 | user | |
survey_video_chat | SURVEY_VIDEO_CHAT | 3678716185 | ||
nitro | 4263776855 |
[ | |
"928350122843193385", | |
"1185047194261274665", | |
"956202276408688650", | |
"956104664821157918", | |
"1185047092478095443", | |
"1185046791826178099", | |
"1185047045413797898", | |
"928483283698851901", | |
"1185047444619284641", |
hi, i'm daniel. i'm a 15-year-old with some programming experience and i do a little bug hunting in my free time. here's the insane story of how I found a single bug that affected over half of all Fortune 500 companies:
If you've spent some time online, you’ve probably come across Zendesk.
Zendesk is a customer service tool used by some of the world’s top companies. It’s easy to set up: you link it to your company’s support email (like [email protected]), and Zendesk starts managing incoming emails and creating tickets. You can handle these tickets yourself or have a support team do it for you. Zendesk is a billion-dollar company, trusted by big names like Cloudflare.
Personally, I’ve always found it surprising that these massive companies, worth billions, rely on third-party tools like Zendesk instead of building their own in-house ticketing systems.