Skip to content
This repository was archived by the owner on Apr 26, 2026. It is now read-only.

Commit addfbd8

Browse files
committed
updated various paths left over from the old version
1 parent 6158be2 commit addfbd8

15 files changed

Lines changed: 32 additions & 32 deletions

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ <h3 class="text-xs font-semibold text-indigo-200 uppercase px-4 pt-4 pb-2">Monit
8383
<a href="pages/intelligence.html" class="sidebar-link hover:bg-indigo-600">Intel Reports</a>
8484
</li>
8585
<li>
86-
<a href="pages/cda-monitor-app.html" class="sidebar-link hover:bg-indigo-600">Discord App</a>
86+
<a href="pages/monitor-app.html" class="sidebar-link hover:bg-indigo-600">Discord App</a>
8787
</li>
8888
</ul>
8989
<!-- Resources -->

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ <h3 class="text-xs font-semibold text-indigo-200 uppercase px-4 pt-4 pb-2">Monit
8484
<a href="pages/intelligence.html" class="sidebar-link hover:bg-indigo-600">Intel Reports</a>
8585
</li>
8686
<li>
87-
<a href="pages/cda-monitor-app.html" class="sidebar-link hover:bg-indigo-600">Discord App</a>
87+
<a href="pages/monitor-app.html" class="sidebar-link hover:bg-indigo-600">Discord App</a>
8888
</li>
8989
</ul>
9090
<!-- Resources -->
@@ -127,7 +127,7 @@ <h3 class="text-xs font-semibold text-indigo-200 uppercase px-4 pt-4 pb-2">Plann
127127
<div class="container mx-auto flex justify-between items-center">
128128
<!-- Header Title -->
129129
<div>
130-
<a href="/CDA-Project/index.html" class="block">
130+
<a href="index.html" class="block">
131131
<h1 class="text-2xl font-bold flex items-center"> DART Project <span class="text-amber-400 text-xs ml-2 align-top">BETA</span>
132132
</h1>
133133
<p class="text-sm text-gray-200">Tracking Threats, Protecting Communities</p>
@@ -181,7 +181,7 @@ <h1 class="text-2xl font-bold flex items-center"> DART Project <span class="text
181181
<ol class="inline-flex items-center space-x-2">
182182
<!-- Home Breadcrumb -->
183183
<li class="inline-flex items-center">
184-
<a href="/CDA-Project/index.html" class="inline-flex items-center text-sm font-medium text-gray-700 hover:text-indigo-600">
184+
<a href="index.html" class="inline-flex items-center text-sm font-medium text-gray-700 hover:text-indigo-600">
185185
<svg class="w-4 h-4 mr-2" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
186186
<path d="M10.707 2.293a1 1 0 00-1.414 0l-7 7a1 1 0 001.414 1.414L4 10.414V17a1 1 0 001 1h2a1 1 0 001-1v-2a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 001 1h2a1 1 0 001-1v-6.586l.293.293a1 1 0 001.414-1.414l-7-7z"></path>
187187
</svg> Home </a>

pages/changelog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h3 class="text-xs font-semibold text-indigo-200 uppercase px-4 pt-4 pb-2">Monit
8181
<a href="intelligence.html" class="sidebar-link hover:bg-indigo-600">Intel Reports</a>
8282
</li>
8383
<li>
84-
<a href="cda-monitor-app.html" class="sidebar-link hover:bg-indigo-600">Discord App</a>
84+
<a href="monitor-app.html" class="sidebar-link hover:bg-indigo-600">Discord App</a>
8585
</li>
8686
</ul>
8787
<!-- Resources -->

pages/dashboard.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h3 class="text-xs font-semibold text-indigo-200 uppercase px-4 pt-4 pb-2">Monit
8282
<a href="intelligence.html" class="sidebar-link hover:bg-indigo-600">Intel Reports</a>
8383
</li>
8484
<li>
85-
<a href="cda-monitor-app.html" class="sidebar-link hover:bg-indigo-600">Discord App</a>
85+
<a href="monitor-app.html" class="sidebar-link hover:bg-indigo-600">Discord App</a>
8686
</li>
8787
</ul>
8888
<!-- Resources -->

pages/database.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h3 class="text-xs font-semibold text-indigo-200 uppercase px-4 pt-4 pb-2">Monit
8181
<a href="intelligence.html" class="sidebar-link hover:bg-indigo-600">Intel Reports</a>
8282
</li>
8383
<li>
84-
<a href="cda-monitor-app.html" class="sidebar-link hover:bg-indigo-600">Discord App</a>
84+
<a href="monitor-app.html" class="sidebar-link hover:bg-indigo-600">Discord App</a>
8585
</li>
8686
</ul>
8787
<!-- Resources -->

pages/faq.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h3 class="text-xs font-semibold text-indigo-200 uppercase px-4 pt-4 pb-2">Monit
8181
<a href="intelligence.html" class="sidebar-link hover:bg-indigo-600">Intel Reports</a>
8282
</li>
8383
<li>
84-
<a href="cda-monitor-app.html" class="sidebar-link hover:bg-indigo-600">Discord App</a>
84+
<a href="monitor-app.html" class="sidebar-link hover:bg-indigo-600">Discord App</a>
8585
</li>
8686
</ul>
8787
<!-- Resources -->

pages/info.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h3 class="text-xs font-semibold text-indigo-200 uppercase px-4 pt-4 pb-2">Monit
8181
<a href="intelligence.html" class="sidebar-link hover:bg-indigo-600">Intel Reports</a>
8282
</li>
8383
<li>
84-
<a href="cda-monitor-app.html" class="sidebar-link hover:bg-indigo-600">Discord App</a>
84+
<a href="monitor-app.html" class="sidebar-link hover:bg-indigo-600">Discord App</a>
8585
</li>
8686
</ul>
8787
<!-- Resources -->
@@ -254,7 +254,7 @@ <h3 class="text-2xl font-semibold text-gray-800 mb-4"><b>Contributing Servers</b
254254
<p class="text-gray-600 mb-6">I am grateful to the following Discord servers that have contributed their automod logs to help improve this project. Their contributions have been invaluable in tracking and analyzing malicious activities across Discord.</p>
255255
<h3 class="text-2xl font-semibold text-gray-800 mb-4"><b>Server Contributor Statuses</b></h3>
256256
<ul class="text-gray-600 mb-6">
257-
<li><b>Active Contributor</b> - Servers that are actively contributing to the project by donating their logs via the CDA Monitor App or Google Sheets.</li>
257+
<li><b>Active Contributor</b> - Servers that are actively contributing to the project by donating their logs via the Monitor App or Google Sheets.</li>
258258
<li><b>Passive Contributor</b> - Servers that are not actively donating their logs but have publicly accessible logs of cases.</li>
259259
<li><b>Past Contributor</b> - Servers that have previously contributed to the project, either actively or passively, but are no longer part of the project due to various reasons.</li>
260260
</ul>
@@ -405,7 +405,7 @@ <h4 class="text-lg font-semibold text-indigo-600 mb-2"><b>First Iteration</b></h
405405
<div class="bg-gray-50 p-4 rounded-lg mb-6">
406406
<h4 class="text-lg font-semibold text-indigo-600 mb-2"><b>Rework & Overhaul</b></h4>
407407
<p class="text-gray-600">The project stagnated for nearly a year, but in February 2025, I decided it was time for a complete overhaul. I wanted to create a proper analysis dashboard that would visualize and process data about the malicious activity of compromised Discord accounts across various servers.</p>
408-
<p class="text-gray-600">On March 10, 2025, I released the CDA Dashboardwhat you see here today. Its goal is to provide a comprehensive, insightful tool for visualizing and analyzing the malicious activity related to these compromised accounts as they engage in their campaigns.</p>
408+
<p class="text-gray-600">On March 10, 2025, I released the DART Dashboard, what you see here today. Its goal is to provide a comprehensive, insightful tool for visualizing and analyzing the malicious activity related to these compromised accounts as they engage in their campaigns.</p>
409409
</div>
410410
<!-- Future of the Project Section -->
411411
<div class="bg-gray-50 p-4 rounded-lg mb-6">
@@ -444,7 +444,7 @@ <h4 class="text-lg font-semibold text-indigo-600 mb-2"><b>Support Hours</b></h4>
444444
<h3 class="text-2xl font-semibold text-gray-800 mb-4"><b>Additional Resources</b></h3>
445445
<p class="text-gray-600 mb-4">If you're interested in diving deeper into the project or want to explore more of what I do, be sure to check out my GitHub repository. It's regularly updated with new information, tools, and resources related to my work. From bug fixes to new features, you'll find everything you need right there.</p>
446446
<div class="flex justify-center space-x-8 mt-4">
447-
<a href="https://github.com/ThatSINEWAVE/CDA-Project" class="inline-flex items-center text-indigo-600 hover:text-indigo-800">
447+
<a href="https://github.com/TheDARTProject" class="inline-flex items-center text-indigo-600 hover:text-indigo-800">
448448
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 mr-2" fill="currentColor" viewBox="0 0 24 24">
449449
<path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z" />
450450
</svg><b>Project Repository</b></a>

pages/intelligence.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h3 class="text-xs font-semibold text-indigo-200 uppercase px-4 pt-4 pb-2">Monit
8181
<a href="intelligence.html" class="sidebar-link hover:bg-indigo-600">Intel Reports</a>
8282
</li>
8383
<li>
84-
<a href="cda-monitor-app.html" class="sidebar-link hover:bg-indigo-600">Discord App</a>
84+
<a href="monitor-app.html" class="sidebar-link hover:bg-indigo-600">Discord App</a>
8585
</li>
8686
</ul>
8787
<!-- Resources -->

pages/malicious-servers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h3 class="text-xs font-semibold text-indigo-200 uppercase px-4 pt-4 pb-2">Monit
8282
<a href="intelligence.html" class="sidebar-link hover:bg-indigo-600">Intel Reports</a>
8383
</li>
8484
<li>
85-
<a href="cda-monitor-app.html" class="sidebar-link hover:bg-indigo-600">Discord App</a>
85+
<a href="monitor-app.html" class="sidebar-link hover:bg-indigo-600">Discord App</a>
8686
</li>
8787
</ul>
8888
<!-- Resources -->

pages/monitor-app.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="UTF-8">
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
88
<!-- Page title displayed browser tab -->
9-
<title>DART Project - CDA Monitor App</title>
9+
<title>DART Project - Monitor App</title>
1010
<!-- Main stylesheets -->
1111
<link rel="stylesheet" href="../assets/css/main.css">
1212
<link rel="stylesheet" href="../assets/css/tailwind.min.css">
@@ -36,15 +36,15 @@
3636
<!-- Defines the color of the browser UI elements -->
3737
<meta name="theme-color" content="#4338ca">
3838
<!-- Open Graph Meta Tags (for social media sharing, mainly Facebook) -->
39-
<meta property="og:title" content="DART Project - CDA Monitor App">
40-
<meta property="og:description" content="Learn how to use the CDA Monitor App to secure your Discord server with advanced monitoring and historical scans.">
39+
<meta property="og:title" content="DART Project - Monitor App">
40+
<meta property="og:description" content="Learn how to use the Monitor App to secure your Discord server with advanced monitoring and historical scans.">
4141
<meta property="og:image" content="https://raw.githubusercontent.com/TheDARTProject/Website-Images/refs/heads/main/social-share/The-DART-Project.png">
4242
<meta property="og:url" content="https://thedartproject.github.io/pages/monitor-app.html">
4343
<meta property="og:type" content="website">
4444
<!-- Twitter Card Meta Tags (for better sharing on Twitter) -->
4545
<meta name="twitter:card" content="summary_large_image">
46-
<meta name="twitter:title" content="DART Project - CDA Monitor App">
47-
<meta name="twitter:description" content="Learn how to use the CDA Monitor App to secure your Discord server with advanced monitoring and historical scans.">
46+
<meta name="twitter:title" content="DART Project - Monitor App">
47+
<meta name="twitter:description" content="Learn how to use the Monitor App to secure your Discord server with advanced monitoring and historical scans.">
4848
<meta name="twitter:image" content="https://raw.githubusercontent.com/TheDARTProject/Website-Images/refs/heads/main/social-share/The-DART-Project.png">
4949
</head>
5050
<body class="bg-gray-100 min-h-screen texture">
@@ -81,7 +81,7 @@ <h3 class="text-xs font-semibold text-indigo-200 uppercase px-4 pt-4 pb-2">Monit
8181
<a href="intelligence.html" class="sidebar-link hover:bg-indigo-600">Intel Reports</a>
8282
</li>
8383
<li>
84-
<a href="cda-monitor-app.html" class="sidebar-link hover:bg-indigo-600">Discord App</a>
84+
<a href="monitor-app.html" class="sidebar-link hover:bg-indigo-600">Discord App</a>
8585
</li>
8686
</ul>
8787
<!-- Resources -->
@@ -186,7 +186,7 @@ <h1 class="text-2xl font-bold flex items-center"> DART Project <span class="text
186186
<!-- Information Breadcrumb -->
187187
<li class="inline-flex items-center">
188188
<span class="text-gray-400 mx-2">></span>
189-
<span class="text-sm font-medium text-gray-500">CDA Monitor</span>
189+
<span class="text-sm font-medium text-gray-500">Monitor App</span>
190190
</li>
191191
</ol>
192192
</nav>
@@ -197,17 +197,17 @@ <h1 class="text-2xl font-bold flex items-center"> DART Project <span class="text
197197
<div class="bg-white p-6 rounded-lg shadow-lg">
198198
<!-- Introduction Section -->
199199
<div class="mb-8">
200-
<h2 class="text-3xl font-bold text-indigo-700 mb-6">CDA Monitor App</h2>
200+
<h2 class="text-3xl font-bold text-indigo-700 mb-6">Monitor App</h2>
201201
<p class="text-gray-600 mb-4">Complete documentation on to use the public version of the app and also how to self-host it</p>
202-
<p class="text-gray-600 mb-4">The <b>CDA Monitor App</b> is a powerful Discord moderation tool designed to help server administrators monitor and track messages containing specific keywords. It provides comprehensive logging, reporting, and alerting capabilities to help maintain server safety and compliance. </p>
202+
<p class="text-gray-600 mb-4">The <b>Monitor App</b> is a powerful Discord moderation tool designed to help server administrators monitor and track messages containing specific keywords. It provides comprehensive logging, reporting, and alerting capabilities to help maintain server safety and compliance. </p>
203203
</div>
204204
<!-- Installation -->
205205
<div class="mb-6">
206206
<h4 class="text-xl font-semibold text-indigo-600 mb-2">Installation</h4>
207207
<div class="grid grid-cols-1 md:grid-cols-1 gap-6">
208208
<div class="bg-gray-50 p-4 rounded-lg">
209-
<h5 class="text-lg font-semibold text-indigo-600 mb-2">How to install the CDA Monitor App</h5>
210-
<p class="text-gray-600 mb-4">You can install the public version of the CDA Monitor App by visiting <a href="https://discord.com/api/oauth2/authorize?client_id=1351854272463241246&permissions=85120&scope=bot%20applications.commands" class="text-indigo-400 hover:text-indigo-100" target="_blank">this URL</a>. After you have finished installing the app inside your server, you can come back here and read about the various features of the CDA Monitor App! </p>
209+
<h5 class="text-lg font-semibold text-indigo-600 mb-2">How to install the Monitor App</h5>
210+
<p class="text-gray-600 mb-4">You can install the public version of the Monitor App by visiting <a href="https://discord.com/api/oauth2/authorize?client_id=1351854272463241246&permissions=85120&scope=bot%20applications.commands" class="text-indigo-400 hover:text-indigo-100" target="_blank">this URL</a>. After you have finished installing the app inside your server, you can come back here and read about the various features of the Monitor App! </p>
211211
</div>
212212
</div>
213213
</div>
@@ -216,7 +216,7 @@ <h5 class="text-lg font-semibold text-indigo-600 mb-2">How to install the CDA Mo
216216
<h4 class="text-xl font-semibold text-indigo-600 mb-2">Notes</h4>
217217
<div class="grid grid-cols-1 md:grid-cols-1 gap-6">
218218
<div class="bg-gray-50 p-4 rounded-lg">
219-
<h5 class="text-lg font-semibold text-indigo-600 mb-2">Additional notes about the CDA Monitor App.</h5>
219+
<h5 class="text-lg font-semibold text-indigo-600 mb-2">Additional notes about the Monitor App.</h5>
220220
<ul class="list-disc pl-5 mt-2">
221221
<li>The official wordlist.json file will remain private to keep the app's detection ability safe.</li>
222222
<li>Server Administrators can choose to let another staff member control the public app, for this please contact the developer on Discord via DM at <code>sinewave_</code>
@@ -288,7 +288,7 @@ <h5 class="text-lg font-semibold text-indigo-600 mb-2">/support Command</h5>
288288
<!-- Features for Self-Hosters -->
289289
<div class="mb-8">
290290
<h3 class="text-2xl font-semibold text-gray-800 mb-4">Features for Self-Hosters</h3>
291-
<p class="text-gray-600 mb-4">You can download the source code of the CDA Monitor App by visiting <a href="https://github.com/ThatSINEWAVE/CDA-Project/tree/main/tools/monitor_app" class="text-indigo-400 hover:text-indigo-100" target="_blank">this section of the GitHub Repository</a>. </p>
291+
<p class="text-gray-600 mb-4">You can download the source code of the Monitor App by visiting <a href="https://github.com/TheDARTProject/Discord-Apps" class="text-indigo-400 hover:text-indigo-100" target="_blank">this section of the GitHub Repository</a>. </p>
292292
<!-- Configuration Files -->
293293
<div class="mb-6">
294294
<h4 class="text-xl font-semibold text-indigo-600 mb-2">Configuration Files</h4>

0 commit comments

Comments
 (0)