commit 944897b7c7f37244e103c81bfe8fb62882f4d685 Author: TiredFromTelehack Date: Tue Oct 22 03:53:03 2024 +0200 first commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..09b5c80 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +## Introduction +**Name**: Joseph +**Age**: 20 Years Old +**DOB**: 11/22/2003 +**City**: Long Beach +**State**: California +**Country**: United States \ No newline at end of file diff --git a/assets/audio/j.mp3 b/assets/audio/j.mp3 new file mode 100644 index 0000000..939a270 Binary files /dev/null and b/assets/audio/j.mp3 differ diff --git a/assets/audio/say.mp3 b/assets/audio/say.mp3 new file mode 100644 index 0000000..ce9573a Binary files /dev/null and b/assets/audio/say.mp3 differ diff --git a/assets/css/main.css b/assets/css/main.css new file mode 100644 index 0000000..db27637 --- /dev/null +++ b/assets/css/main.css @@ -0,0 +1,169 @@ +@font-face { + font-family: derk; + src: url(derk.otf); +} + +html { + font-family: mono; +} + +*, +*::after, +*::before { + box-sizing: inherit; + margin: 0; + padding: 0; +} + +html { + font-family: monospace; +} + +*, +*::after, +*::before { + box-sizing: inherit; + margin: 0; + padding: 0; +} + +body { + background: rgb(17, 17, 17); +} + +.back { + width: 100%; +} + +#overlay-toggle { + position: absolute; + display: none; +} + +.overlay { + z-index: 1; + background-color: black; +} + +.overlay label { + display: grid; + place-items: center; + width: 100vw; + height: 100vw; + color: rgb(255, 255, 255); + font-size: 2.5rem; +} + +.no-hover { + display: block; +} + +.hover { + display: none; +} + +.fullscreen { + position: fixed; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + min-height: 100vh; + min-width: 100vw; +} + +.text-content h1 { + font-size: 6rem; + font-weight: 3000; +} + +.bg-video { + z-index: -1; +} + +body { + font-family: monospace !important; + background-color: #000 !important; + color: #fff !important +} + +a { + text-decoration: none; + color: gray !important +} + +a:hover { + transition: .4s !important; + color: #fff !important +} + +span::before { + content: '\A'; + white-space: pre +} + +#center { + position: absolute; + left: 50%; + top: 50%; + transform: translate(-50%, -50%); + -webkit-transform: translate(-50%, -50%); + -moz-transform: translate(-50%, -50%); + -ms-transform: translate(-50%, -50%); + -o-transform: translate(-50%, -50%) +} + +#overlay-toggle:checked~.overlay { + animation-fill-mode: forwards; + animation-name: fade, hide; + animation-delay: 0s, 600ms; + animation-duration: 600ms, 1ms; +} + +#overlay-toggle:checked~.overlay label { + animation-fill-mode: forwards; + animation-name: fade; + animation-delay: 0s; + animation-duration: 500ms; +} + +@media(hover: hover) { + .hover { + display: block; + } + + .no-hover { + display: none; + } +} + +@keyframes fade { + to { + opacity: 0; + } +} + +@keyframes hide { + to { + visibility: hidden; + } +} + +video { + filter: brightness(35%); +} + +#manipulate { + position: absolute; + width: 100%; + display: flex; + justify-content: center; + bottom: 35px; +} + +#manipulate1 { + position: absolute; + width: 100%; + display: flex; + justify-content: center; + bottom: 5px; +} \ No newline at end of file diff --git a/assets/images/jew.mp4 b/assets/images/jew.mp4 new file mode 100644 index 0000000..2b2950a Binary files /dev/null and b/assets/images/jew.mp4 differ diff --git a/assets/images/say.mp4 b/assets/images/say.mp4 new file mode 100644 index 0000000..ce9573a Binary files /dev/null and b/assets/images/say.mp4 differ diff --git a/cdn-cgi/apps/head/snwXCr1-OFKTB2o8D5sg5H4Y4Ng.js b/cdn-cgi/apps/head/snwXCr1-OFKTB2o8D5sg5H4Y4Ng.js new file mode 100644 index 0000000..bff2252 --- /dev/null +++ b/cdn-cgi/apps/head/snwXCr1-OFKTB2o8D5sg5H4Y4Ng.js @@ -0,0 +1,196 @@ +; +window.CloudflareApps = window.CloudflareApps || {}; +CloudflareApps.siteId = "5d0cb31cf68182cd3191d077b1599939"; +CloudflareApps.installs = CloudflareApps.installs || {};; +(function() { + 'use strict' + CloudflareApps.internal = CloudflareApps.internal || {} + var errors = [] + CloudflareApps.internal.placementErrors = errors + var errorHashes = {} + + function noteError(options) { + var hash = options.selector + '::' + options.type + '::' + (options.installId || '') + if (errorHashes[hash]) { + return + } + errorHashes[hash] = true + errors.push(options) + } + var initializedSelectors = {} + var currentInit = false + CloudflareApps.internal.markSelectors = function markSelectors() { + if (!currentInit) { + check() + currentInit = true + setTimeout(function() { + currentInit = false + }) + } + } + + function check() { + var installs = window.CloudflareApps.installs + for (var installId in installs) { + if (!installs.hasOwnProperty(installId)) { + continue + } + var selectors = installs[installId].selectors + if (!selectors) { + continue + } + for (var key in selectors) { + if (!selectors.hasOwnProperty(key)) { + continue + } + var hash = installId + '::' + key + if (initializedSelectors[hash]) { + continue + } + var els = document.querySelectorAll(selectors[key]) + if (els && els.length > 1) { + noteError({ + type: 'init:too-many', + option: key, + selector: selectors[key], + installId: installId + }) + initializedSelectors[hash] = true + continue + } else if (!els || !els.length) { + continue + } + initializedSelectors[hash] = true + els[0].setAttribute('cfapps-selector', selectors[key]) + } + } + } + CloudflareApps.querySelector = function querySelector(selector) { + if (selector === 'body' || selector === 'head') { + return document[selector] + } + CloudflareApps.internal.markSelectors() + var els = document.querySelectorAll('[cfapps-selector="' + selector + '"]') + if (!els || !els.length) { + noteError({ + type: 'select:not-found:by-attribute', + selector: selector + }) + els = document.querySelectorAll(selector) + if (!els || !els.length) { + noteError({ + type: 'select:not-found:by-query', + selector: selector + }) + return null + } else if (els.length > 1) { + noteError({ + type: 'select:too-many:by-query', + selector: selector + }) + } + return els[0] + } + if (els.length > 1) { + noteError({ + type: 'select:too-many:by-attribute', + selector: selector + }) + } + return els[0] + } +}()); +(function() { + 'use strict' + var prevEls = {} + CloudflareApps.createElement = function createElement(options, prevEl) { + options = options || {} + CloudflareApps.internal.markSelectors() + try { + if (prevEl && prevEl.parentNode) { + var replacedEl + if (prevEl.cfAppsElementId) { + replacedEl = prevEls[prevEl.cfAppsElementId] + } + if (replacedEl) { + prevEl.parentNode.replaceChild(replacedEl, prevEl) + delete prevEls[prevEl.cfAppsElementId] + } else { + prevEl.parentNode.removeChild(prevEl) + } + } + var element = document.createElement('cloudflare-app') + var container + if (options.pages && options.pages.URLPatterns && !CloudflareApps.matchPage(options.pages.URLPatterns)) { + return element + } + try { + container = CloudflareApps.querySelector(options.selector) + } catch (e) {} + if (!container) { + return element + } + if (!container.parentNode && (options.method === 'after' || options.method === 'before' || options.method === 'replace')) { + return element + } + if (container === document.body) { + if (options.method === 'after') { + options.method = 'append' + } else if (options.method === 'before') { + options.method = 'prepend' + } + } + switch (options.method) { + case 'prepend': + if (container.firstChild) { + container.insertBefore(element, container.firstChild) + break + } + case 'append': + container.appendChild(element) + break + case 'after': + if (container.nextSibling) { + container.parentNode.insertBefore(element, container.nextSibling) + } else { + container.parentNode.appendChild(element) + } + break + case 'before': + container.parentNode.insertBefore(element, container) + break + case 'replace': + try { + var id = element.cfAppsElementId = Math.random().toString(36) + prevEls[id] = container + } catch (e) {} + container.parentNode.replaceChild(element, container) + } + return element + } catch (e) { + if (typeof console !== 'undefined' && typeof console.error !== 'undefined') { + console.error('Error creating Cloudflare Apps element', e) + } + } + } +}()); +(function() { + 'use strict' + CloudflareApps.matchPage = function matchPage(patterns) { + if (!patterns || !patterns.length) { + return true + } + var loc = document.location.host + document.location.pathname + if (window.CloudflareApps && CloudflareApps.proxy && CloudflareApps.proxy.originalURL) { + var url = CloudflareApps.proxy.originalURL.parsed + loc = url.host + url.path + } + for (var i = 0; i < patterns.length; i++) { + var re = new RegExp(patterns[i], 'i') + if (re.test(loc)) { + return true + } + } + return false + } +}()) \ No newline at end of file diff --git a/hall-of-admins/admins.html b/hall-of-admins/admins.html new file mode 100644 index 0000000..977889c --- /dev/null +++ b/hall-of-admins/admins.html @@ -0,0 +1,200 @@ + + + + + + Hall Of Admins + + + + + +
+
+ CLiTPEELER +
"CLiTPEELER"
+

WPD Owner.

+
+ +
+ FishyMan420 +
"FishyMan420"
+

WPD Admin.

+
+ +
+ Aevann +
"Aevann"
+

WPD Developer.

+
+ +
+ hercule-poirot +
"hercule-poirot"
+

WPD Admin.

+
+ +
+ G-tix +
"G-tix"
+

WPD Admin.

+
+ +
+ Sunshine +
"Sunshine"
+

WPD Admin.

+
+ +
+ Princess_Crocodile +
"Princess_Crocodile"
+

WPD Admin.

+
+ +
+ Dwhite_Dynamite +
"Dwhite_Dynamite"
+

WPD Admin.

+
+ +
+ The10thMan +
"The10thMan"
+

WPD Admin.

+
+ +
+ Repost_Killing_Bot +
"Repost_Killing_Bot"
+

WPD Admin.

+
+ +
+ CursedDANKmemes +
"CursedDANKmemes"
+

WPD Admin.

+
+ +
+ C0ng0 +
"C0ng0"
+

WPD Admin.

+
+ +
+ weltschmerz +
"weltschmerz"
+

WPD Admin.

+
+ +
+ Vario +
"Vario"
+

WPD Admin.

+
+
+ + diff --git a/hall-of-admins/assets/users/hof/Aevann.webp b/hall-of-admins/assets/users/hof/Aevann.webp new file mode 100644 index 0000000..60c45a5 Binary files /dev/null and b/hall-of-admins/assets/users/hof/Aevann.webp differ diff --git a/hall-of-admins/assets/users/hof/C0ng0.webp b/hall-of-admins/assets/users/hof/C0ng0.webp new file mode 100644 index 0000000..9dc8d57 Binary files /dev/null and b/hall-of-admins/assets/users/hof/C0ng0.webp differ diff --git a/hall-of-admins/assets/users/hof/CLiTPEELER.webp b/hall-of-admins/assets/users/hof/CLiTPEELER.webp new file mode 100644 index 0000000..8636165 Binary files /dev/null and b/hall-of-admins/assets/users/hof/CLiTPEELER.webp differ diff --git a/hall-of-admins/assets/users/hof/CursedDANKmemes.webp b/hall-of-admins/assets/users/hof/CursedDANKmemes.webp new file mode 100644 index 0000000..6e8c7a7 Binary files /dev/null and b/hall-of-admins/assets/users/hof/CursedDANKmemes.webp differ diff --git a/hall-of-admins/assets/users/hof/Dwhite_Dynamite.webp b/hall-of-admins/assets/users/hof/Dwhite_Dynamite.webp new file mode 100644 index 0000000..4de9808 Binary files /dev/null and b/hall-of-admins/assets/users/hof/Dwhite_Dynamite.webp differ diff --git a/hall-of-admins/assets/users/hof/FishyMan420.webp b/hall-of-admins/assets/users/hof/FishyMan420.webp new file mode 100644 index 0000000..a5f4f27 Binary files /dev/null and b/hall-of-admins/assets/users/hof/FishyMan420.webp differ diff --git a/hall-of-admins/assets/users/hof/G-tix.webp b/hall-of-admins/assets/users/hof/G-tix.webp new file mode 100644 index 0000000..1dab540 Binary files /dev/null and b/hall-of-admins/assets/users/hof/G-tix.webp differ diff --git a/hall-of-admins/assets/users/hof/Princess_Crocodile.webp b/hall-of-admins/assets/users/hof/Princess_Crocodile.webp new file mode 100644 index 0000000..43485a3 Binary files /dev/null and b/hall-of-admins/assets/users/hof/Princess_Crocodile.webp differ diff --git a/hall-of-admins/assets/users/hof/Repost_Killing_Bot.webp b/hall-of-admins/assets/users/hof/Repost_Killing_Bot.webp new file mode 100644 index 0000000..fda0fd0 Binary files /dev/null and b/hall-of-admins/assets/users/hof/Repost_Killing_Bot.webp differ diff --git a/hall-of-admins/assets/users/hof/Sunshine.webp b/hall-of-admins/assets/users/hof/Sunshine.webp new file mode 100644 index 0000000..94b9b0c Binary files /dev/null and b/hall-of-admins/assets/users/hof/Sunshine.webp differ diff --git a/hall-of-admins/assets/users/hof/The10thMan.webp b/hall-of-admins/assets/users/hof/The10thMan.webp new file mode 100644 index 0000000..30c2ba7 Binary files /dev/null and b/hall-of-admins/assets/users/hof/The10thMan.webp differ diff --git a/hall-of-admins/assets/users/hof/Vario.webp b/hall-of-admins/assets/users/hof/Vario.webp new file mode 100644 index 0000000..be23e4f Binary files /dev/null and b/hall-of-admins/assets/users/hof/Vario.webp differ diff --git a/hall-of-admins/assets/users/hof/hercule-poirot.webp b/hall-of-admins/assets/users/hof/hercule-poirot.webp new file mode 100644 index 0000000..9b7d1d9 Binary files /dev/null and b/hall-of-admins/assets/users/hof/hercule-poirot.webp differ diff --git a/hall-of-admins/assets/users/hof/weltschmerz.webp b/hall-of-admins/assets/users/hof/weltschmerz.webp new file mode 100644 index 0000000..61c9f9f Binary files /dev/null and b/hall-of-admins/assets/users/hof/weltschmerz.webp differ diff --git a/hall-of-autism/assets/users/hoa/FarFromEverything.webp b/hall-of-autism/assets/users/hoa/FarFromEverything.webp new file mode 100644 index 0000000..76e2eb6 Binary files /dev/null and b/hall-of-autism/assets/users/hoa/FarFromEverything.webp differ diff --git a/hall-of-autism/assets/users/hoa/Mujahh.webp b/hall-of-autism/assets/users/hoa/Mujahh.webp new file mode 100644 index 0000000..369f20d Binary files /dev/null and b/hall-of-autism/assets/users/hoa/Mujahh.webp differ diff --git a/hall-of-autism/assets/users/hoa/autofire.jpg b/hall-of-autism/assets/users/hoa/autofire.jpg new file mode 100644 index 0000000..482616e Binary files /dev/null and b/hall-of-autism/assets/users/hoa/autofire.jpg differ diff --git a/hall-of-autism/assets/users/hoa/prosper.jpg b/hall-of-autism/assets/users/hoa/prosper.jpg new file mode 100644 index 0000000..f945afe Binary files /dev/null and b/hall-of-autism/assets/users/hoa/prosper.jpg differ diff --git a/hall-of-autism/assets/users/hoa/prosper2.png b/hall-of-autism/assets/users/hoa/prosper2.png new file mode 100644 index 0000000..b73e1bd Binary files /dev/null and b/hall-of-autism/assets/users/hoa/prosper2.png differ diff --git a/hall-of-autism/hoa.html b/hall-of-autism/hoa.html new file mode 100644 index 0000000..0748950 --- /dev/null +++ b/hall-of-autism/hoa.html @@ -0,0 +1,138 @@ + + + + + +Hall Of Autism + + + + +
+
+ autofire +
"autofire"
+

Originating from watchpeopledie.tv, this retard watches zoophile porn and fucks dogs this dirty filthy fucking cunt watches child porn and masturbates to all kinds of weird fucking shit online not just that this cunt has the audacity to self project everything he fucking does onto other members of WPD he also flirts with little girls online.

+
+
+
+ Mujahh +
"Mujahh"
+

Originating from watchpeopledie.tv, this retard purposely uses caps lock and flirts with online girls. Besides that, he uses old shit from the past to prove a point that doesn’t need to be proven at all. This 'Autism Magnet' of a sub-human species is a wannabe internet thug who fails to bitch or bully anyone in pub chat.

+
+
+
+ FarFromEverything +
"FarFromEverything"
+

Originating from watchpeopledie.tv, this retard admitted to sexting a minor who was banned from the site for being underage.

+
+
+
+ Nicholas Prosper +
"Nicholas Prosper"
+ The Video Where He Explains Why He Killed Them! +

Originating from the UK, this cunt is a pedophile who mutilated his little sister's face and killed his family because of a child in the game called The Walking Dead named Clementine. This cunt thinks he's the chosen one, chosen by Clementine, and since his sister made the "wrong" choices in the game, he killed his entire family. What a cunt. His actions have left a scar on many lives, and he continues to be a figure of infamy in the dark corners of the internet, drawing attention for all the wrong reasons.

+
+
+ + + + + diff --git a/hall-of-fame/assets/users/hof/Cognacc.webp b/hall-of-fame/assets/users/hof/Cognacc.webp new file mode 100644 index 0000000..0d40b4d Binary files /dev/null and b/hall-of-fame/assets/users/hof/Cognacc.webp differ diff --git a/hall-of-fame/assets/users/hof/MisterBear.webp b/hall-of-fame/assets/users/hof/MisterBear.webp new file mode 100644 index 0000000..1ae6f59 Binary files /dev/null and b/hall-of-fame/assets/users/hof/MisterBear.webp differ diff --git a/hall-of-fame/assets/users/hof/Plex.webp b/hall-of-fame/assets/users/hof/Plex.webp new file mode 100644 index 0000000..e65ed18 Binary files /dev/null and b/hall-of-fame/assets/users/hof/Plex.webp differ diff --git a/hall-of-fame/assets/users/hof/Vaporeon.webp b/hall-of-fame/assets/users/hof/Vaporeon.webp new file mode 100644 index 0000000..cae326a Binary files /dev/null and b/hall-of-fame/assets/users/hof/Vaporeon.webp differ diff --git a/hall-of-fame/assets/users/hof/cool_cat_.webp b/hall-of-fame/assets/users/hof/cool_cat_.webp new file mode 100644 index 0000000..89691b1 Binary files /dev/null and b/hall-of-fame/assets/users/hof/cool_cat_.webp differ diff --git a/hall-of-fame/hof.html b/hall-of-fame/hof.html new file mode 100644 index 0000000..224c5ac --- /dev/null +++ b/hall-of-fame/hof.html @@ -0,0 +1,148 @@ + + + + + + Hall Of Fame + + + + + +
+
+ Plex +
"Plex"
+

WPD's Very Own Plex

+
+ +
+
+ cool_cat_ +
"cool_cat_"
+

WPD's Very Own Cool Cat.

+
+ +
+ Cognacc +
"Cognacc"
+

WPD's Very Own Drink.

+
+ +
+ MisterBear +
"MisterBear"
+

WPD's Very Own Bear.

+
+ +
+ Vaporeon +
"Vaporeon"
+

WPD's Very Own Vaporeon.

+
+ +
+ + \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..6653aef --- /dev/null +++ b/index.html @@ -0,0 +1,83 @@ + + + + + + WatchPeopleDie.tv + + + + + + + + + + + + + +
+ + +
+ +
+ + +
+
+

WPD

+
+

Owners; Klez

+ + $: + no server to join yet + + + $: + Hall Of Autism + + + $: + Hall Of Fame + + + $: + Hall Of Admins + + +
+
+
+ + +