diff --git a/README.md b/README.md
index 1dabdd95d..49958ca73 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
-
+
@@ -22,14 +22,14 @@
Contact Links
Discord: @alextoucan
-Twitter: ATProductsLLC
+Twitter/X: ATProductsLLC
YouTube: Alex Toucan -AT-
Email: support@atproducts.xyz
-Secondary Weather Account: ATPWeather
+Secondary Weather Account: ATPWeather
About Us
AT Products LLC, otherwise known as AT Products, is an informative technology company that is based in the United States that provides files, that contains resources for cybersecurity and malware, and other solutions to your problems!
The "AT" in AT Products does stand for Alex Toucan.
atproducts.xyz is under a MIT license. View more information.
-Last Recorded Version: 2.19.2
+Last Recorded Version: 2.19.2.1
diff --git a/package-lock.json b/package-lock.json
index 37675a7eb..52ffd251f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "atproducts.xyz",
- "version": "2.19.2",
+ "version": "2.19.2.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "atproducts.xyz",
- "version": "2.19.2",
+ "version": "2.19.2.1",
"dependencies": {
"@astrojs/react": "^3.6.2",
"astro": "^4.15.4",
@@ -2507,9 +2507,9 @@
"license": "ISC"
},
"node_modules/emoji-regex": {
- "version": "10.3.0",
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
- "integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
+ "version": "10.4.0",
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.4.0.tgz",
+ "integrity": "sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==",
"license": "MIT"
},
"node_modules/entities": {
diff --git a/package.json b/package.json
index 1685fbd99..f6fe4ab82 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "atproducts.xyz",
- "version": "2.19.2",
+ "version": "2.19.2.1",
"config": {
"version_short": "2.19"
},
diff --git a/public/media/files/require.txt b/public/media/files/require.txt
index 8e9b9858a..3d6551150 100644
--- a/public/media/files/require.txt
+++ b/public/media/files/require.txt
@@ -13,4 +13,4 @@ scipy>=1.10.0
sounddevice==0.4.2
pathlib==1.0.1
jsonschema==3.2.0
-requests>=2.31.0
+requests>=2.31.0
\ No newline at end of file
diff --git a/public/media/pdf/2.19.2.1 Patch Notes.pdf b/public/media/pdf/2.19.2.1 Patch Notes.pdf
new file mode 100644
index 000000000..99a550427
Binary files /dev/null and b/public/media/pdf/2.19.2.1 Patch Notes.pdf differ
diff --git a/public/media/slideshow/21921-1-091824.webp b/public/media/slideshow/21921-1-091824.webp
new file mode 100644
index 000000000..6b5e29f4d
Binary files /dev/null and b/public/media/slideshow/21921-1-091824.webp differ
diff --git a/public/media/slideshow/21921-2-091824.webp b/public/media/slideshow/21921-2-091824.webp
new file mode 100644
index 000000000..350de1c3b
Binary files /dev/null and b/public/media/slideshow/21921-2-091824.webp differ
diff --git a/public/static/alert-1.js b/public/static/alert-1.js
index 4e0c314b9..5b2d9ffea 100644
--- a/public/static/alert-1.js
+++ b/public/static/alert-1.js
@@ -5,7 +5,7 @@ var pureAlert1Icon = 'bi-dash-lg'; // Icon
var pureAlert1Desc = "We have removed all unnecessary and/or unused files starting with 2.19.1. This results in 207 files being removed. If you are curious on what these files are, please click the link here:"; // Description
var pureAlert1Link = 'https://github.com/Alex-Toucan/atproducts.xyz/pull/220/commits/80b2ffed86602d040542bf7168f28056e7ddc801'; // Link
var pureAlert1LinkDesc = 'View the GitHub commit'; // Link text
-var pureAlert1Enabled = true; // Switch to enable/disable alert
+var pureAlert1Enabled = false; // Switch to enable/disable alert
// --- --- //
function setAlert1Cookie(name, value, days) {
diff --git a/public/static/message.js b/public/static/message.js
index 74f324895..513f55ccb 100644
--- a/public/static/message.js
+++ b/public/static/message.js
@@ -3,7 +3,7 @@ $(document).ready(function() {
const whiteColor = getComputedStyle(document.documentElement)
.getPropertyValue('--text-color') || 'white';
- console.log('%cHello there fellow traveler!%c\n Feel free to explore and experiment with the console. Rest assured, nothing on this site can compromise your security, and your cookies do not contain personally identifiable information.\n\nThis website is open source, and we welcome you to check out the code at %chttps://github.com/Alex-Toucan/atproducts.xyz',
+ console.log('%cHello there fellow traveler!%c\nFeel free to explore and experiment with the console. Rest assured, nothing on this site can compromise your security, and your cookies do not contain personally identifiable information.\n\nThis website is open source, and we welcome you to check out the code at %chttps://github.com/Alex-Toucan/atproducts.xyz',
'font-weight: bold; font-size: 24px; color: green;', // Style for header
`font-size: 16px; color: ${whiteColor};`, // Style for body text with dynamic color
'font-size: 16px; color: blue; text-decoration: underline;' // Style for link
diff --git a/public/static/other.css b/public/static/other.css
index 0f439ec2c..de73e0e33 100644
--- a/public/static/other.css
+++ b/public/static/other.css
@@ -749,6 +749,564 @@ a:not(p a), p, code:not(p code), b:not(p b), i:not(p i) { /* Custom */
margin-bottom: 2.5rem !important;
}
+@media (min-width: 445.98px) {
+ .float-xs-start {
+ float: left !important;
+ }
+ .float-xs-end {
+ float: right !important;
+ }
+ .float-xs-none {
+ float: none !important;
+ }
+ .object-fit-xs-contain {
+ -o-object-fit: contain !important;
+ object-fit: contain !important;
+ }
+ .object-fit-xs-cover {
+ -o-object-fit: cover !important;
+ object-fit: cover !important;
+ }
+ .object-fit-xs-fill {
+ -o-object-fit: fill !important;
+ object-fit: fill !important;
+ }
+ .object-fit-xs-scale {
+ -o-object-fit: scale-down !important;
+ object-fit: scale-down !important;
+ }
+ .object-fit-xs-none {
+ -o-object-fit: none !important;
+ object-fit: none !important;
+ }
+ .d-xs-inline {
+ display: inline !important;
+ }
+ .d-xs-inline-block {
+ display: inline-block !important;
+ }
+ .d-xs-block {
+ display: block !important;
+ }
+ .d-xs-grid {
+ display: grid !important;
+ }
+ .d-xs-table {
+ display: table !important;
+ }
+ .d-xs-table-row {
+ display: table-row !important;
+ }
+ .d-xs-table-cell {
+ display: table-cell !important;
+ }
+ .d-xs-flex {
+ display: flex !important;
+ }
+ .d-xs-inline-flex {
+ display: inline-flex !important;
+ }
+ .d-xs-none {
+ display: none !important;
+ }
+ .flex-xs-fill {
+ flex: 1 1 auto !important;
+ }
+ .flex-xs-row {
+ flex-direction: row !important;
+ }
+ .flex-xs-column {
+ flex-direction: column !important;
+ }
+ .flex-xs-row-reverse {
+ flex-direction: row-reverse !important;
+ }
+ .flex-xs-column-reverse {
+ flex-direction: column-reverse !important;
+ }
+ .flex-xs-grow-0 {
+ flex-grow: 0 !important;
+ }
+ .flex-xs-grow-1 {
+ flex-grow: 1 !important;
+ }
+ .flex-xs-shrink-0 {
+ flex-shrink: 0 !important;
+ }
+ .flex-xs-shrink-1 {
+ flex-shrink: 1 !important;
+ }
+ .flex-xs-wrap {
+ flex-wrap: wrap !important;
+ }
+ .flex-xs-nowrap {
+ flex-wrap: nowrap !important;
+ }
+ .flex-xs-wrap-reverse {
+ flex-wrap: wrap-reverse !important;
+ }
+ .justify-content-xs-start {
+ justify-content: flex-start !important;
+ }
+ .justify-content-xs-end {
+ justify-content: flex-end !important;
+ }
+ .justify-content-xs-center {
+ justify-content: center !important;
+ }
+ .justify-content-xs-between {
+ justify-content: space-between !important;
+ }
+ .justify-content-xs-around {
+ justify-content: space-around !important;
+ }
+ .justify-content-xs-evenly {
+ justify-content: space-evenly !important;
+ }
+ .align-items-xs-start {
+ align-items: flex-start !important;
+ }
+ .align-items-xs-end {
+ align-items: flex-end !important;
+ }
+ .align-items-xs-center {
+ align-items: center !important;
+ }
+ .align-items-xs-baseline {
+ align-items: baseline !important;
+ }
+ .align-items-xs-stretch {
+ align-items: stretch !important;
+ }
+ .align-content-xs-start {
+ align-content: flex-start !important;
+ }
+ .align-content-xs-end {
+ align-content: flex-end !important;
+ }
+ .align-content-xs-center {
+ align-content: center !important;
+ }
+ .align-content-xs-between {
+ align-content: space-between !important;
+ }
+ .align-content-xs-around {
+ align-content: space-around !important;
+ }
+ .align-content-xs-stretch {
+ align-content: stretch !important;
+ }
+ .align-self-xs-auto {
+ align-self: auto !important;
+ }
+ .align-self-xs-start {
+ align-self: flex-start !important;
+ }
+ .align-self-xs-end {
+ align-self: flex-end !important;
+ }
+ .align-self-xs-center {
+ align-self: center !important;
+ }
+ .align-self-xs-baseline {
+ align-self: baseline !important;
+ }
+ .align-self-xs-stretch {
+ align-self: stretch !important;
+ }
+ .order-xs-first {
+ order: -1 !important;
+ }
+ .order-xs-0 {
+ order: 0 !important;
+ }
+ .order-xs-1 {
+ order: 1 !important;
+ }
+ .order-xs-2 {
+ order: 2 !important;
+ }
+ .order-xs-3 {
+ order: 3 !important;
+ }
+ .order-xs-4 {
+ order: 4 !important;
+ }
+ .order-xs-5 {
+ order: 5 !important;
+ }
+ .order-xs-last {
+ order: 6 !important;
+ }
+ .m-xs-0 {
+ margin: 0 !important;
+ }
+ .m-xs-1 {
+ margin: 0.25rem !important;
+ }
+ .m-xs-2 {
+ margin: 0.5rem !important;
+ }
+ .m-xs-3 {
+ margin: 1rem !important;
+ }
+ .m-xs-4 {
+ margin: 1.5rem !important;
+ }
+ .m-xs-5 {
+ margin: 3rem !important;
+ }
+ .m-xs-auto {
+ margin: auto !important;
+ }
+ .mx-xs-0 {
+ margin-right: 0 !important;
+ margin-left: 0 !important;
+ }
+ .mx-xs-1 {
+ margin-right: 0.25rem !important;
+ margin-left: 0.25rem !important;
+ }
+ .mx-xs-2 {
+ margin-right: 0.5rem !important;
+ margin-left: 0.5rem !important;
+ }
+ .mx-xs-3 {
+ margin-right: 1rem !important;
+ margin-left: 1rem !important;
+ }
+ .mx-xs-4 {
+ margin-right: 1.5rem !important;
+ margin-left: 1.5rem !important;
+ }
+ .mx-xs-5 {
+ margin-right: 3rem !important;
+ margin-left: 3rem !important;
+ }
+ .mx-xs-auto {
+ margin-right: auto !important;
+ margin-left: auto !important;
+ }
+ .my-xs-0 {
+ margin-top: 0 !important;
+ margin-bottom: 0 !important;
+ }
+ .my-xs-1 {
+ margin-top: 0.25rem !important;
+ margin-bottom: 0.25rem !important;
+ }
+ .my-xs-2 {
+ margin-top: 0.5rem !important;
+ margin-bottom: 0.5rem !important;
+ }
+ .my-xs-3 {
+ margin-top: 1rem !important;
+ margin-bottom: 1rem !important;
+ }
+ .my-xs-4 {
+ margin-top: 1.5rem !important;
+ margin-bottom: 1.5rem !important;
+ }
+ .my-xs-5 {
+ margin-top: 3rem !important;
+ margin-bottom: 3rem !important;
+ }
+ .my-xs-auto {
+ margin-top: auto !important;
+ margin-bottom: auto !important;
+ }
+ .mt-xs-0 {
+ margin-top: 0 !important;
+ }
+ .mt-xs-1 {
+ margin-top: 0.25rem !important;
+ }
+ .mt-xs-2 {
+ margin-top: 0.5rem !important;
+ }
+ .mt-xs-3 {
+ margin-top: 1rem !important;
+ }
+ .mt-xs-4 {
+ margin-top: 1.5rem !important;
+ }
+ .mt-xs-5 {
+ margin-top: 3rem !important;
+ }
+ .mt-xs-auto {
+ margin-top: auto !important;
+ }
+ .me-xs-0 {
+ margin-right: 0 !important;
+ }
+ .me-xs-1 {
+ margin-right: 0.25rem !important;
+ }
+ .me-xs-2 {
+ margin-right: 0.5rem !important;
+ }
+ .me-xs-3 {
+ margin-right: 1rem !important;
+ }
+ .me-xs-4 {
+ margin-right: 1.5rem !important;
+ }
+ .me-xs-5 {
+ margin-right: 3rem !important;
+ }
+ .me-xs-auto {
+ margin-right: auto !important;
+ }
+ .mb-xs-0 {
+ margin-bottom: 0 !important;
+ }
+ .mb-xs-1 {
+ margin-bottom: 0.25rem !important;
+ }
+ .mb-xs-2 {
+ margin-bottom: 0.5rem !important;
+ }
+ .mb-xs-3 {
+ margin-bottom: 1rem !important;
+ }
+ .mb-xs-4 {
+ margin-bottom: 1.5rem !important;
+ }
+ .mb-xs-5 {
+ margin-bottom: 3rem !important;
+ }
+ .mb-xs-auto {
+ margin-bottom: auto !important;
+ }
+ .ms-xs-0 {
+ margin-left: 0 !important;
+ }
+ .ms-xs-1 {
+ margin-left: 0.25rem !important;
+ }
+ .ms-xs-2 {
+ margin-left: 0.5rem !important;
+ }
+ .ms-xs-3 {
+ margin-left: 1rem !important;
+ }
+ .ms-xs-4 {
+ margin-left: 1.5rem !important;
+ }
+ .ms-xs-5 {
+ margin-left: 3rem !important;
+ }
+ .ms-xs-auto {
+ margin-left: auto !important;
+ }
+ .p-xs-0 {
+ padding: 0 !important;
+ }
+ .p-xs-1 {
+ padding: 0.25rem !important;
+ }
+ .p-xs-2 {
+ padding: 0.5rem !important;
+ }
+ .p-xs-3 {
+ padding: 1rem !important;
+ }
+ .p-xs-4 {
+ padding: 1.5rem !important;
+ }
+ .p-xs-5 {
+ padding: 3rem !important;
+ }
+ .px-xs-0 {
+ padding-right: 0 !important;
+ padding-left: 0 !important;
+ }
+ .px-xs-1 {
+ padding-right: 0.25rem !important;
+ padding-left: 0.25rem !important;
+ }
+ .px-xs-2 {
+ padding-right: 0.5rem !important;
+ padding-left: 0.5rem !important;
+ }
+ .px-xs-3 {
+ padding-right: 1rem !important;
+ padding-left: 1rem !important;
+ }
+ .px-xs-4 {
+ padding-right: 1.5rem !important;
+ padding-left: 1.5rem !important;
+ }
+ .px-xs-5 {
+ padding-right: 3rem !important;
+ padding-left: 3rem !important;
+ }
+ .py-xs-0 {
+ padding-top: 0 !important;
+ padding-bottom: 0 !important;
+ }
+ .py-xs-1 {
+ padding-top: 0.25rem !important;
+ padding-bottom: 0.25rem !important;
+ }
+ .py-xs-2 {
+ padding-top: 0.5rem !important;
+ padding-bottom: 0.5rem !important;
+ }
+ .py-xs-3 {
+ padding-top: 1rem !important;
+ padding-bottom: 1rem !important;
+ }
+ .py-xs-4 {
+ padding-top: 1.5rem !important;
+ padding-bottom: 1.5rem !important;
+ }
+ .py-xs-5 {
+ padding-top: 3rem !important;
+ padding-bottom: 3rem !important;
+ }
+ .pt-xs-0 {
+ padding-top: 0 !important;
+ }
+ .pt-xs-1 {
+ padding-top: 0.25rem !important;
+ }
+ .pt-xs-2 {
+ padding-top: 0.5rem !important;
+ }
+ .pt-xs-3 {
+ padding-top: 1rem !important;
+ }
+ .pt-xs-4 {
+ padding-top: 1.5rem !important;
+ }
+ .pt-xs-5 {
+ padding-top: 3rem !important;
+ }
+ .pe-xs-0 {
+ padding-right: 0 !important;
+ }
+ .pe-xs-1 {
+ padding-right: 0.25rem !important;
+ }
+ .pe-xs-2 {
+ padding-right: 0.5rem !important;
+ }
+ .pe-xs-3 {
+ padding-right: 1rem !important;
+ }
+ .pe-xs-4 {
+ padding-right: 1.5rem !important;
+ }
+ .pe-xs-5 {
+ padding-right: 3rem !important;
+ }
+ .pb-xs-0 {
+ padding-bottom: 0 !important;
+ }
+ .pb-xs-1 {
+ padding-bottom: 0.25rem !important;
+ }
+ .pb-xs-2 {
+ padding-bottom: 0.5rem !important;
+ }
+ .pb-xs-3 {
+ padding-bottom: 1rem !important;
+ }
+ .pb-xs-4 {
+ padding-bottom: 1.5rem !important;
+ }
+ .pb-xs-5 {
+ padding-bottom: 3rem !important;
+ }
+ .ps-xs-0 {
+ padding-left: 0 !important;
+ }
+ .ps-xs-1 {
+ padding-left: 0.25rem !important;
+ }
+ .ps-xs-2 {
+ padding-left: 0.5rem !important;
+ }
+ .ps-xs-3 {
+ padding-left: 1rem !important;
+ }
+ .ps-xs-4 {
+ padding-left: 1.5rem !important;
+ }
+ .ps-xs-5 {
+ padding-left: 3rem !important;
+ }
+ .gap-xs-0 {
+ gap: 0 !important;
+ }
+ .gap-xs-1 {
+ gap: 0.25rem !important;
+ }
+ .gap-xs-2 {
+ gap: 0.5rem !important;
+ }
+ .gap-xs-3 {
+ gap: 1rem !important;
+ }
+ .gap-xs-4 {
+ gap: 1.5rem !important;
+ }
+ .gap-xs-5 {
+ gap: 3rem !important;
+ }
+ .row-gap-xs-0 {
+ row-gap: 0 !important;
+ }
+ .row-gap-xs-1 {
+ row-gap: 0.25rem !important;
+ }
+ .row-gap-xs-2 {
+ row-gap: 0.5rem !important;
+ }
+ .row-gap-xs-3 {
+ row-gap: 1rem !important;
+ }
+ .row-gap-xs-4 {
+ row-gap: 1.5rem !important;
+ }
+ .row-gap-xs-5 {
+ row-gap: 3rem !important;
+ }
+ .column-gap-xs-0 {
+ -moz-column-gap: 0 !important;
+ column-gap: 0 !important;
+ }
+ .column-gap-xs-1 {
+ -moz-column-gap: 0.25rem !important;
+ column-gap: 0.25rem !important;
+ }
+ .column-gap-xs-2 {
+ -moz-column-gap: 0.5rem !important;
+ column-gap: 0.5rem !important;
+ }
+ .column-gap-xs-3 {
+ -moz-column-gap: 1rem !important;
+ column-gap: 1rem !important;
+ }
+ .column-gap-xs-4 {
+ -moz-column-gap: 1.5rem !important;
+ column-gap: 1.5rem !important;
+ }
+ .column-gap-xs-5 {
+ -moz-column-gap: 3rem !important;
+ column-gap: 3rem !important;
+ }
+ .text-xs-start {
+ text-align: left !important;
+ }
+ .text-xs-end {
+ text-align: right !important;
+ }
+ .text-xs-center {
+ text-align: center !important;
+ }
+}
@media (max-width: 576px) {
.float-ssm-start {
float: left !important;
@@ -791,7 +1349,7 @@ a:not(p a), p, code:not(p code), b:not(p b), i:not(p i) { /* Custom */
.d-ssm-grid {
display: grid !important;
}
- .d-ssm-inline-grid {
+ .d-ssm-inline-grid {
display: inline-grid !important;
}
.d-ssm-table {
@@ -5476,14 +6034,14 @@ a:not(p a), p, code:not(p code), b:not(p b), i:not(p i) { /* Custom */
.sw-feature-box {
- display: grid;
+ display: grid !important;
justify-content: center;
background-color: grey;
padding: 10px;
border: 1px solid black;
}
-@media (min-width:767.98px) {
+@media (min-width: 767.98px) {
.sw-feature-box {
display: flex
}
diff --git a/public/static/version.js b/public/static/version.js
index dd715f4a4..7396bea52 100644
--- a/public/static/version.js
+++ b/public/static/version.js
@@ -1 +1 @@
-document.write("2.19.2");
\ No newline at end of file
+document.write("2.19.2.1");
diff --git a/src/components/Footer.astro b/src/components/Footer.astro
index cfe70fc11..c7641dd86 100644
--- a/src/components/Footer.astro
+++ b/src/components/Footer.astro
@@ -65,10 +65,10 @@ const { author, hr, marginTop } = Astro.props;
diff --git a/src/components/Hero.astro b/src/components/Hero.astro
index 9cb5ca729..085a52bfe 100644
--- a/src/components/Hero.astro
+++ b/src/components/Hero.astro
@@ -41,7 +41,7 @@ const flexSize = size ? size : 'md';
)}
{buttons && (
buttons.map(({ href, text, type }, index) => (
- {text}
+ {text}
))
)}
{dropdownItems && (
diff --git a/src/pages/backup/archive.astro b/src/pages/backup/archive.astro
index 9926b547f..0f319cf69 100644
--- a/src/pages/backup/archive.astro
+++ b/src/pages/backup/archive.astro
@@ -1,8 +1,8 @@
---
import Head from '../../layouts/Head.astro';
import Scripts from '../../layouts/Scripts.astro';
-import Navbar from '../../components/Navbar.astro';
-import Footer from '../../components/Footer.astro';
+import Navbar from '../../components/Navbar.astro';
+import Footer from '../../components/Footer.astro';
import BackToTop from '../../components/BackToTop.astro';
---
@@ -75,167 +75,167 @@ import BackToTop from '../../components/BackToTop.astro';