-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
50 lines (50 loc) · 3.02 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DIP - About</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="site-data/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" sizes="180x180" href="site-data/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="site-data/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="site-data/favicon-16x16.png">
<link rel="manifest" href="site-data/site.webmanifest">
</head>
<body>
<header>
<nav>
<div class="logo">
<a href="index.html">
<img src="images/logo.png" alt="Logo">
</a>
</div>
<div class="nav-links">
<a href="index.html">Home</a>
<a href="https://github.com/ThatSINEWAVE/Discord-Invite-Project">Contribute</a>
<a href="https://ko-fi.com/thatsinewave">Support</a>
</div>
</nav>
</header>
<main>
<div class="hero">
<h1>About the Project</h1>
<div class="text-container">
<h3>Concept Status</h3>
<p>As of now, The Discord Invite Project is in a conceptual phase. The primary challenge lies in the immense scale of data that would need to be stored and processed. The database's size is estimated to be almost 7 terabytes with exactly 208,827,064,576 rows of data just for the index file storing all the invite links. The estimated amount for the full database containing details about EVERY invite link would come up to around 165-170 terabytes requiring substantial processing power to effectively manage, analyze or just query.</p>
<h3>Contributing</h3>
<p>Contributions to The Discord Invite Project are welcome! Whether it's through code contributions, suggestions, or collaborations in hosting and developing the project further, your input is valued. Together, we can work towards making this project a valuable tool for researchers the future.</p>
<h3>Get Involved</h3>
<p>If you're interested in contributing or collaborating on The Discord Invite Project, feel free to reach out and get involved! Let's work together to turn this concept into a valuable resource for the research community.</p>
<h3>Disclaimer</h3>
<p>It's important to note that utilizing the scripts provided in this repository, particularly the "individual_checker.py" and "generator_and_checker.py", may lead to IP bans from Discord's API or even account suspensions. The author takes no responsibility for any consequences resulting from the misuse of these scripts. This repository is intended solely for educational and research purposes.</p>
</div>
<a href="https://github.com/ThatSINEWAVE/Discord-Invite-Project" class="btn">GitHub</a>
</div>
</main>
<footer>
<p>© 2024 ThatSINEWAVE - The Discord Invite Project</p>
</footer>
<script src="script.js"></script>
</body>
</html>