diff --git a/yyyyyyy/css/index.css b/yyyyyyy/css/index.css new file mode 100644 index 0000000..b05fb48 --- /dev/null +++ b/yyyyyyy/css/index.css @@ -0,0 +1,96 @@ +* { + margin: 0; + padding: 0; + box-sizing: border-box +} + +div.container { + perspective: 1px; + height: 100vh; + width: 100%; + overflow-x: hidden; + overflow-y: auto; + perspective-origin: 100% initial +} + +div.layer { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + width: 100%; + transform-origin: 100% initial; + word-wrap: break-word +} + +div.layer>span, +div.layer>img { + pointer-events: none +} + +div#layer-1 { + position: absolute; + left: 30px; + top: 10px; + width: 400px; + z-index: 5; + pointer-events: none +} + +div#layer-2 { + z-index: 4; + transform: translateZ(0) +} + +div#layer-3 { + z-index: 3; + transform: translateZ(-.1px) scale(1.1) +} + +div#layer-4 { + z-index: 2; + transform: translateZ(-.2px) scale(1.2) +} + +div#layer-5 { + z-index: 1; + transform: translateZ(-.3px) scale(1.3) +} + +div#video-container { + position: absolute; + top: 30px; + left: 65px; + right: 0; + width: 640px; + height: 480px; + z-index: 3; + transform: translateZ(-.2px) scale(1.2) +} + +div#video video { + width: 100%; + height: 100% +} + +div.welcome { + filter: drop-shadow(15px 15px 3px rgba(0, 0, 0, .75)); + -webkit-filter: drop-shadow(15px 15px 3px rgba(0, 0, 0, .75)) +} + +@keyframes backgroundScroll { + 0% { + background-position: 0 0 + } + + to { + background-position: 4000px 0 + } +} + +body { + background-image: var(--bgimage); + -webkit-animation: backgroundScroll 900s linear infinite; + animation: backgroundScroll 900s linear infinite +} \ No newline at end of file diff --git a/yyyyyyy/images/favicon.ico b/yyyyyyy/images/favicon.ico new file mode 100644 index 0000000..24ef0fb Binary files /dev/null and b/yyyyyyy/images/favicon.ico differ diff --git a/yyyyyyy/images/network.gif b/yyyyyyy/images/network.gif new file mode 100644 index 0000000..d3cc380 Binary files /dev/null and b/yyyyyyy/images/network.gif differ diff --git a/yyyyyyy/images/welcome.gif b/yyyyyyy/images/welcome.gif new file mode 100644 index 0000000..4e723ff Binary files /dev/null and b/yyyyyyy/images/welcome.gif differ diff --git a/yyyyyyy/index.html b/yyyyyyy/index.html new file mode 100644 index 0000000..88992b7 --- /dev/null +++ b/yyyyyyy/index.html @@ -0,0 +1,33 @@ + + + + + + + + ▁▂▃▄▅▆▇ `^^^^^~ ░ ui▀┳╲ ☺ .info ▓ + + + + + +
+
+ network.gif + welcome.gif +
+
+
+
+ +
+
+
+
+ + + + + \ No newline at end of file diff --git a/yyyyyyy/js/index.js b/yyyyyyy/js/index.js new file mode 100644 index 0000000..8f789f1 --- /dev/null +++ b/yyyyyyy/js/index.js @@ -0,0 +1,467 @@ +(function () { + const e = document.createElement("link").relList; + if (e && e.supports && e.supports("modulepreload")) + return; + + for (const o of document.querySelectorAll('link[rel="modulepreload"]')) + s(o); + + new MutationObserver(o => { + for (const l of o) + if (l.type === "childList") + for (const f of l.addedNodes) + f.tagName === "LINK" && f.rel === "modulepreload" && s(f) + + + + }).observe(document, { + childList: !0, + subtree: !0 + }); + function n(o) { + const l = {}; + return o.integrity && (l.integrity = o.integrity), + o.referrerPolicy && (l.referrerPolicy = o.referrerPolicy), + o.crossOrigin === "use-credentials" ? l.credentials = "include" : o.crossOrigin === "anonymous" ? l.credentials = "omit" : l.credentials = "same-origin", + l + } + function s(o) { + if (o.ep) + return; + + o.ep = !0; + const l = n(o); + fetch(o.href, l) + } +})(); +function v() { + const t = [ + "▁▂▃▄▅▆▇ `^^^^^~ ░ ui▀┳╲ ☺ .info ▓", + "▂▁▂▃▄▅▆` ^^^^^~ ░ ui▀┳╲ ☺ .info ▓", + "▃▂▁▂▃▄▅ `^^^^^~ ░ ui▀┳╲ ☻ .info ▓", + "▄▃▂▁▂▃▄` ^^^^^~ ░ ui▀┳╲ ☻ .info ▓", + "▅▄▃▂▁▂▃ `^^^^^~ ░ ui▀┳╲ ☺ .info ▓", + "▆▅▄▃▂▁▂` ^^^^^~ ░ ui▀┳╲ ☺ .info ▓", + "▇▆▅▄▃▂▁ `^^^^^~ ░ ui▀┳╲ ☻ .info ▓", + "▆▇▆▅▄▃▂` ^^^^^~ ░ ui▀┳╲ ☻ .info ▓", + "▅▆▇▆▅▄▃ `^^^^^~ ░ ui▀┳╲ ☺ .info ▓", + "▄▅▆▇▆▅▄` ^^^^^~ ░ ui▀┳╲ ☺ .info ▓", + "▃▄▅▆▇▆▅ `^^^^^~ ░ ui▀┳╲ ☻ .info ▓", + "▂▃▄▅▆▇▆` ^^^^^~ ░ ui▀┳╲ ☻ .info ▓" + ]; + function e() { + n >= t.length - 1 ? n = 0 : n++, + document.title = t[n], + setTimeout(e, 200) + } + let n = 0; + e() +} +const h = [ + "left", "right", "none" + ], + u = [ + "white", + "black", + "red", + "yellow", + "lime", + "green", + "aqua", + "teal", + "blue", + "navy", + "fuchsia", + "purple" + ], + T = [ + "serif", "sans-serif", "cursive", "monospace" + ], + D = [ + "none", + "underline", + "overline", + "line-through", + "blink" + ], + L = [ + "center", "left", "right", "justify" + ], + p = [ + "txtbg1.png", + "animansi.gif", + "delicious-icon.gif", + "gradi.png", + "use-os-x-lion-to-improve-your-ui.gif", + "tssqr4.gif" + ], + I = [ + "baseline", + "sub", + "super", + "top", + "text-top", + "middle", + "bottom", + "text-bottom" + ], + P = [ + "dotted", + "dashed", + "solid", + "double", + "groove", + "ridge" + ], + d = [ + "-top", + "-bottom", + "-left", + "-right", + "" + ], + S = [ + "none", "left", "right", "both" + ], + O = [ + "linear", "ease", "ease-in", "ease-out" + ], + B = [ + "transform", "filter" + ], + j = [ + "normal", "reverse", "alternate", "alternate-reverse" + ], + b = 25, + r = (t, e) => Math.floor(Math.random() * (e - t + 1)) + t, + a = t => t[Math.floor(Math.random() * t.length)], + i = (t, e) => Math.random() * 100 <= t ? e : "", + x = () => `rgba(${ + r(0, 255) + },${ + r(0, 255) + },${ + r(0, 255) + },${ + r(0, 100) / 100 + })`, + q = () => `${ + r(1, 30) + }px ${ + r(1, 30) + }px ${ + r(3, 8) + }px ${ + a(u) + }`, + m = () => `${ + r(1, 25) + }px ${ + a(P) + } ${ + x() + }`, + k = () => `anim-${ + r(0, b) + } ${ + r(0, 200) / 10 + }s ${ + a(O) + } infinite ${ + a(j) + }`, + A = (t, e, n) => { + let s = ""; + for (let o = t; o >= 1; o--) + s += `${ + r(e, n) + }px `; + + return s + }, + M = () => { + let t = ""; + return t += i(50, `blur(${ + r(3, 30) + }px) `), + t += i(25, `contrast(${ + r(100, 200) + }%) `), + t += i(50, `drop-shadow(${ + A(3, 2, 60) + } ${ + x() + }) `), + t += i(50, `hue-rotate(${ + r(0, 360) + }deg) `), + t += i( + 50, + `invert(${ + r(0, 100) / 100 + }) ` + ), + t += i( + 25, + `opacity(${ + r(10, 100) / 100 + }) ` + ), + t += i(25, `saturate(${ + r(30, 200) + }%) `), + t + }, + w = () => { + let t = r(0, 50) / 10, + e = r(0, 50) / 10, + n = r(0, 50) / 10, + s = r(0, 50) / 10, + o = r(0, 50) / 10, + l = r(0, 50) / 10; + return `matrix(${t},${e},${n},${s},${o},${l})` + }, + $ = t => t == "transform" ? w() : t == "filter" ? M() : null, + C = t => { + let e = ""; + for (let n = t; n >= 1; n--) { + let s = a(B), + o = [ + 10, + 20, + 30, + 40, + 50, + 60, + 70, + 80, + 90 + ].sort(() => .5 - Math.random()).slice(1, r(0, 4)).sort(); + e += `@keyframes anim-${n}{`, + e += `0%{${s}:${ + $(s) + };}`; + for (let l = 0; l < o.length; l++) + e += `${ + o[l] + }%{${s}:${ + $(s) + };}`; + + e += `100%{${s}:${ + $(s) + };}`, + e += "}" + } + return e + }, + E = t => { + let e = ""; + for (let n = t; n >= 1; n--) + e += `.img-s${n}{`, + e += `float:${ + a(h) + };`, + e += i(10, `background-image:url('https://files.yyyyyyy.info/images/${ + a(p) + }');`), + e += i(5, `background-color:${ + a(u) + };`), + e += i(15, `border${ + a(d) + }:${ + m() + };`), + e += i(15, `border${ + a(d) + }:${ + m() + };`), + e += i(75, `vertical-align:${ + a(I) + };`), + e += i( + 5, + `opacity:${ + r(10, 100) / 100 + };` + ), + e += i(10, `filter:${ + M() + };`), + e += i(10, `transform:${ + w() + };`), + e += i(2, `animation:${ + k() + };`), + e += "}"; + + return e + }, + H = t => { + let e = ""; + for (let n = t; n >= 1; n--) + e += `.txt-s${n}{`, + e += `float:${ + a(h) + };`, + e += `text-align:${ + a(L) + };`, + e += `font-size:${ + r(6, 32) + }px;`, + e += `font-family:${ + a(T) + };`, + e += `color:${ + a(u) + };`, + e += i(5, `background-color:${ + a(u) + };`), + e += i( + 5, + `opacity:${ + r(0, 100) / 100 + };` + ), + e += i(10, `background-image:url('https://files.yyyyyyy.info/images/${ + a(p) + }');`), + e += i(80, `text-decoration:${ + a(D) + };`), + e += i(50, `text-shadow:${ + q() + };`), + e += i(15, `border${ + a(d) + }:${ + m() + };`), + e += i(15, `border${ + a(d) + }:${ + m() + };`), + e += `clear:${ + a(S) + };`, + e += i(3, `animation:${ + k() + };`), + e += "}"; + + return e + }; +function F() { + let t = ""; + return t += E(100), + t += H(100), + t += C(b), + t +} +function N() { + const t = F(); + document.head.insertAdjacentHTML("beforeend", ``) +} +const R = [ + "data", + "drawing", + "gv", + "iii", + "link", + "p", + "s", + "space", + "teapot", + "twitter", + "x" + ], + y = t => t[Math.floor(Math.random() * t.length)], + X = t => { + const e = Math.floor(Math.random() * 100), + n = y(t); + return `` + }, + Y = (t, e) => { + const n = Math.floor(Math.random() * 100), + s = y(t); + return `${ + s.substring(0, e) + }` + }, + g = (t, e) => Math.random() * 100 <= t ? `${e}` : e; +function c(t, e, n) { + let s = ""; + for (let o = e; o >= 1; o--) + switch (y(["image", "text"])) { + case "image": s += g(10, X(t.images)); + break; + case "text": s += g(1, Y(t.texts, n)); + break + } + + return s +} +const G = `{ + background(amount: 1) + layer2: + layer(amount: 100, minDim: 0, maxDim: 200) { images { key, width, height} texts } + layer3: + layer(amount: 100, minDim: 50, maxDim: 400) { images { key, width, height} texts } + layerVideo: + video(amount: 1) + layer4: + layer(amount: 50, minDim: 200, maxDim: 900) { images { key, width, height} texts } + layer5: + layer(amount: 25, minDim: 500, maxDim: 9999) { images { key, width, height} texts } +}`; +async function V() { + try { + return(await fetch("https://api.yyyyyyy.info/", { + method: "POST", + headers: { + "Content-Type": "application/json", + authToken: "8c33411c58a2d7d0d598e2de2542838c" + }, + body: JSON.stringify( + {query: G} + ) + })).json() + } catch (t) { + console.error(t) + } +} +async function z() { + const t = await V(), + e = document.getElementById("layer-2"), + n = document.getElementById("layer-3"), + s = document.getElementById("layer-4"), + o = document.getElementById("layer-5"), + l = document.querySelector("#video-container video"); + document.body.style.setProperty("--bgimage", `url(https://files.yyyyyyy.info/${ + t.data.background + }`), + e.innerHTML = c(t.data.layer2, 100, 500), + n.innerHTML = c(t.data.layer3, 100, 400), + s.innerHTML = c(t.data.layer4, 50, 400), + o.innerHTML = c(t.data.layer4, 25, 300), + l.src = `https://files.yyyyyyy.info/${ + t.data.layerVideo + }` +} +v(); +N(); +z(); diff --git a/yyyyyyy/l/data/images/data1.gif b/yyyyyyy/l/data/images/data1.gif new file mode 100644 index 0000000..a1793d3 --- /dev/null +++ b/yyyyyyy/l/data/images/data1.gif @@ -0,0 +1,5 @@ +The page could not be found + +NOT_FOUND + +fra1::r48gm-1737991626829-1265743d22ae diff --git a/yyyyyyy/l/data/images/data2.gif b/yyyyyyy/l/data/images/data2.gif new file mode 100644 index 0000000..26e02e8 --- /dev/null +++ b/yyyyyyy/l/data/images/data2.gif @@ -0,0 +1,5 @@ +The page could not be found + +NOT_FOUND + +fra1::ktqrm-1737991626850-1cd2f8088e68 diff --git a/yyyyyyy/l/data/images/data3.gif b/yyyyyyy/l/data/images/data3.gif new file mode 100644 index 0000000..aec92cd --- /dev/null +++ b/yyyyyyy/l/data/images/data3.gif @@ -0,0 +1,5 @@ +The page could not be found + +NOT_FOUND + +fra1::7fmr9-1737991626873-ef0193f474fe diff --git a/yyyyyyy/l/data/images/data4.gif b/yyyyyyy/l/data/images/data4.gif new file mode 100644 index 0000000..0bd15a1 --- /dev/null +++ b/yyyyyyy/l/data/images/data4.gif @@ -0,0 +1,5 @@ +The page could not be found + +NOT_FOUND + +fra1::vvrf2-1737991626861-80b222ca35b6 diff --git a/yyyyyyy/l/data/images/data5.gif b/yyyyyyy/l/data/images/data5.gif new file mode 100644 index 0000000..481ace7 --- /dev/null +++ b/yyyyyyy/l/data/images/data5.gif @@ -0,0 +1,5 @@ +The page could not be found + +NOT_FOUND + +fra1::ls4bk-1737991626874-684cd4841c5a diff --git a/yyyyyyy/l/data/images/data6.gif b/yyyyyyy/l/data/images/data6.gif new file mode 100644 index 0000000..2ef9d28 --- /dev/null +++ b/yyyyyyy/l/data/images/data6.gif @@ -0,0 +1,5 @@ +The page could not be found + +NOT_FOUND + +fra1::66qpg-1737991626878-176161520775 diff --git a/yyyyyyy/l/data/images/data7.gif b/yyyyyyy/l/data/images/data7.gif new file mode 100644 index 0000000..2fe4a98 --- /dev/null +++ b/yyyyyyy/l/data/images/data7.gif @@ -0,0 +1,5 @@ +The page could not be found + +NOT_FOUND + +fra1::vvrf2-1737991626792-966ef8d67c47 diff --git a/yyyyyyy/l/data/index.html b/yyyyyyy/l/data/index.html new file mode 100644 index 0000000..63d61d9 --- /dev/null +++ b/yyyyyyy/l/data/index.html @@ -0,0 +1,25 @@ + + +▣▣▣▣▣▣▣▣▣▣ + + +-=
+▣ ▣
+^^^^
+-=
+-=
+-^
+~~~~``~~~~``
+ + + \ No newline at end of file diff --git a/yyyyyyy/l/drawing/index.html b/yyyyyyy/l/drawing/index.html new file mode 100644 index 0000000..9566127 --- /dev/null +++ b/yyyyyyy/l/drawing/index.html @@ -0,0 +1,7 @@ + +The page could not be found + +NOT_FOUND + +fra1::gqhvg-1737993325953-87edc4c00cbf + \ No newline at end of file diff --git a/yyyyyyy/l/gv/index.html b/yyyyyyy/l/gv/index.html new file mode 100644 index 0000000..31a21e7 --- /dev/null +++ b/yyyyyyy/l/gv/index.html @@ -0,0 +1,24 @@ + + + + + GV + + + + + + + + \ No newline at end of file diff --git a/yyyyyyy/l/gv/media/gv.mp4 b/yyyyyyy/l/gv/media/gv.mp4 new file mode 100644 index 0000000..bee071f --- /dev/null +++ b/yyyyyyy/l/gv/media/gv.mp4 @@ -0,0 +1,5 @@ +The page could not be found + +NOT_FOUND + +fra1::ghxv4-1737991585048-6c0287191961 diff --git a/yyyyyyy/l/iii/images/planes.gif b/yyyyyyy/l/iii/images/planes.gif new file mode 100644 index 0000000..59841ba --- /dev/null +++ b/yyyyyyy/l/iii/images/planes.gif @@ -0,0 +1,5 @@ +The page could not be found + +NOT_FOUND + +fra1::krb99-1737991680167-875ebaeec862 diff --git a/yyyyyyy/l/iii/images/spce.gif b/yyyyyyy/l/iii/images/spce.gif new file mode 100644 index 0000000..a0b1407 --- /dev/null +++ b/yyyyyyy/l/iii/images/spce.gif @@ -0,0 +1,5 @@ +The page could not be found + +NOT_FOUND + +fra1::9xhv4-1737991680120-12194245b993 diff --git a/yyyyyyy/l/iii/index.html b/yyyyyyy/l/iii/index.html new file mode 100644 index 0000000..a670b22 --- /dev/null +++ b/yyyyyyy/l/iii/index.html @@ -0,0 +1,33 @@ + + +|____| + + + + +
+ + + \ No newline at end of file diff --git a/yyyyyyy/l/link/index.html b/yyyyyyy/l/link/index.html new file mode 100644 index 0000000..7fae42a --- /dev/null +++ b/yyyyyyy/l/link/index.html @@ -0,0 +1,58 @@ + + + + + + + ░y.l ░░░░}._/'´%‾‾´i   ░ Q + + + + + + + +
+ + + + + \ No newline at end of file diff --git a/yyyyyyy/l/link/js/howler.core.min.js b/yyyyyyy/l/link/js/howler.core.min.js new file mode 100644 index 0000000..80d858c --- /dev/null +++ b/yyyyyyy/l/link/js/howler.core.min.js @@ -0,0 +1,2 @@ +/*! howler.js v2.1.1 | (c) 2013-2018, James Simpson of GoldFire Studios | MIT License | howlerjs.com */ +!function(){"use strict";var e=function(){this.init()};e.prototype={init:function(){var e=this||n;return e._counter=1e3,e._html5AudioPool=[],e.html5PoolSize=10,e._codecs={},e._howls=[],e._muted=!1,e._volume=1,e._canPlayEvent="canplaythrough",e._navigator="undefined"!=typeof window&&window.navigator?window.navigator:null,e.masterGain=null,e.noAudio=!1,e.usingWebAudio=!0,e.autoSuspend=!0,e.ctx=null,e.autoUnlock=!0,e._setup(),e},volume:function(e){var o=this||n;if(e=parseFloat(e),o.ctx||_(),void 0!==e&&e>=0&&e<=1){if(o._volume=e,o._muted)return o;o.usingWebAudio&&o.masterGain.gain.setValueAtTime(e,n.ctx.currentTime);for(var t=0;t=0;o--)e._howls[o].unload();return e.usingWebAudio&&e.ctx&&void 0!==e.ctx.close&&(e.ctx.close(),e.ctx=null,_()),e},codecs:function(e){return(this||n)._codecs[e.replace(/^x-/,"")]},_setup:function(){var e=this||n;if(e.state=e.ctx?e.ctx.state||"suspended":"suspended",e._autoSuspend(),!e.usingWebAudio)if("undefined"!=typeof Audio)try{var o=new Audio;void 0===o.oncanplaythrough&&(e._canPlayEvent="canplay")}catch(n){e.noAudio=!0}else e.noAudio=!0;try{var o=new Audio;o.muted&&(e.noAudio=!0)}catch(e){}return e.noAudio||e._setupCodecs(),e},_setupCodecs:function(){var e=this||n,o=null;try{o="undefined"!=typeof Audio?new Audio:null}catch(n){return e}if(!o||"function"!=typeof o.canPlayType)return e;var t=o.canPlayType("audio/mpeg;").replace(/^no$/,""),r=e._navigator&&e._navigator.userAgent.match(/OPR\/([0-6].)/g),a=r&&parseInt(r[0].split("/")[1],10)<33;return e._codecs={mp3:!(a||!t&&!o.canPlayType("audio/mp3;").replace(/^no$/,"")),mpeg:!!t,opus:!!o.canPlayType('audio/ogg; codecs="opus"').replace(/^no$/,""),ogg:!!o.canPlayType('audio/ogg; codecs="vorbis"').replace(/^no$/,""),oga:!!o.canPlayType('audio/ogg; codecs="vorbis"').replace(/^no$/,""),wav:!!o.canPlayType('audio/wav; codecs="1"').replace(/^no$/,""),aac:!!o.canPlayType("audio/aac;").replace(/^no$/,""),caf:!!o.canPlayType("audio/x-caf;").replace(/^no$/,""),m4a:!!(o.canPlayType("audio/x-m4a;")||o.canPlayType("audio/m4a;")||o.canPlayType("audio/aac;")).replace(/^no$/,""),mp4:!!(o.canPlayType("audio/x-mp4;")||o.canPlayType("audio/mp4;")||o.canPlayType("audio/aac;")).replace(/^no$/,""),weba:!!o.canPlayType('audio/webm; codecs="vorbis"').replace(/^no$/,""),webm:!!o.canPlayType('audio/webm; codecs="vorbis"').replace(/^no$/,""),dolby:!!o.canPlayType('audio/mp4; codecs="ec-3"').replace(/^no$/,""),flac:!!(o.canPlayType("audio/x-flac;")||o.canPlayType("audio/flac;")).replace(/^no$/,"")},e},_unlockAudio:function(){var e=this||n,o=/iPhone|iPad|iPod|Android|BlackBerry|BB10|Silk|Mobi|Chrome|Safari/i.test(e._navigator&&e._navigator.userAgent);if(!e._audioUnlocked&&e.ctx&&o){e._audioUnlocked=!1,e.autoUnlock=!1,e._mobileUnloaded||44100===e.ctx.sampleRate||(e._mobileUnloaded=!0,e.unload()),e._scratchBuffer=e.ctx.createBuffer(1,1,22050);var t=function(n){for(var o=0;o0?i._seek:t._sprite[e][0]/1e3),s=Math.max(0,(t._sprite[e][0]+t._sprite[e][1])/1e3-_),l=1e3*s/Math.abs(i._rate),c=t._sprite[e][0]/1e3,f=(t._sprite[e][0]+t._sprite[e][1])/1e3,p=!(!i._loop&&!t._sprite[e][2]);i._sprite=e,i._ended=!1;var m=function(){i._paused=!1,i._seek=_,i._start=c,i._stop=f,i._loop=p};if(_>=f)return void t._ended(i);var v=i._node;if(t._webAudio){var h=function(){t._playLock=!1,m(),t._refreshBuffer(i);var e=i._muted||t._muted?0:i._volume;v.gain.setValueAtTime(e,n.ctx.currentTime),i._playStart=n.ctx.currentTime,void 0===v.bufferSource.start?i._loop?v.bufferSource.noteGrainOn(0,_,86400):v.bufferSource.noteGrainOn(0,_,s):i._loop?v.bufferSource.start(0,_,86400):v.bufferSource.start(0,_,s),l!==1/0&&(t._endTimers[i._id]=setTimeout(t._ended.bind(t,i),l)),o||setTimeout(function(){t._emit("play",i._id),t._loadQueue()},0)};"running"===n.state?h():(t._playLock=!0,t.once("resume",h),t._clearTimer(i._id))}else{var y=function(){v.currentTime=_,v.muted=i._muted||t._muted||n._muted||v.muted,v.volume=i._volume*n.volume(),v.playbackRate=i._rate;try{var r=v.play();if(r&&"undefined"!=typeof Promise&&(r instanceof Promise||"function"==typeof r.then)?(t._playLock=!0,m(),r.then(function(){t._playLock=!1,v._unlocked=!0,o||(t._emit("play",i._id),t._loadQueue())}).catch(function(){t._playLock=!1,t._emit("playerror",i._id,"Playback was unable to start. This is most commonly an issue on mobile devices and Chrome where playback was not within a user interaction."),i._ended=!0,i._paused=!0})):o||(t._playLock=!1,m(),t._emit("play",i._id),t._loadQueue()),v.playbackRate=i._rate,v.paused)return void t._emit("playerror",i._id,"Playback was unable to start. This is most commonly an issue on mobile devices and Chrome where playback was not within a user interaction.");"__default"!==e||i._loop?t._endTimers[i._id]=setTimeout(t._ended.bind(t,i),l):(t._endTimers[i._id]=function(){t._ended(i),v.removeEventListener("ended",t._endTimers[i._id],!1)},v.addEventListener("ended",t._endTimers[i._id],!1))}catch(e){t._emit("playerror",i._id,e)}},g=window&&window.ejecta||!v.readyState&&n._navigator.isCocoonJS;if(v.readyState>=3||g)y();else{t._playLock=!0;var b=function(){y(),v.removeEventListener(n._canPlayEvent,b,!1)};v.addEventListener(n._canPlayEvent,b,!1),t._clearTimer(i._id)}}return i._id},pause:function(e){var n=this;if("loaded"!==n._state||n._playLock)return n._queue.push({event:"pause",action:function(){n.pause(e)}}),n;for(var o=n._getSoundIds(e),t=0;t=0?o=parseInt(r[0],10):e=parseFloat(r[0])}else r.length>=2&&(e=parseFloat(r[0]),o=parseInt(r[1],10));var a;if(!(void 0!==e&&e>=0&&e<=1))return a=o?t._soundById(o):t._sounds[0],a?a._volume:0;if("loaded"!==t._state||t._playLock)return t._queue.push({event:"volume",action:function(){t.volume.apply(t,r)}}),t;void 0===o&&(t._volume=e),o=t._getSoundIds(o);for(var u=0;u0?t/_:t),l=Date.now();e._fadeTo=o,e._interval=setInterval(function(){var r=(Date.now()-l)/t;l=Date.now(),i+=d*r,i=Math.max(0,i),i=Math.min(1,i),i=Math.round(100*i)/100,u._webAudio?e._volume=i:u.volume(i,e._id,!0),a&&(u._volume=i),(on&&i>=o)&&(clearInterval(e._interval),e._interval=null,e._fadeTo=null,u.volume(o,e._id),u._emit("fade",e._id))},s)},_stopFade:function(e){var o=this,t=o._soundById(e);return t&&t._interval&&(o._webAudio&&t._node.gain.cancelScheduledValues(n.ctx.currentTime),clearInterval(t._interval),t._interval=null,o.volume(t._fadeTo,e),t._fadeTo=null,o._emit("fade",e)),o},loop:function(){var e,n,o,t=this,r=arguments;if(0===r.length)return t._loop;if(1===r.length){if("boolean"!=typeof r[0])return!!(o=t._soundById(parseInt(r[0],10)))&&o._loop;e=r[0],t._loop=e}else 2===r.length&&(e=r[0],n=parseInt(r[1],10));for(var a=t._getSoundIds(n),u=0;u=0?o=parseInt(r[0],10):e=parseFloat(r[0])}else 2===r.length&&(e=parseFloat(r[0]),o=parseInt(r[1],10));var i;if("number"!=typeof e)return i=t._soundById(o),i?i._rate:t._rate;if("loaded"!==t._state||t._playLock)return t._queue.push({event:"rate",action:function(){t.rate.apply(t,r)}}),t;void 0===o&&(t._rate=e),o=t._getSoundIds(o);for(var d=0;d=0?o=parseInt(r[0],10):t._sounds.length&&(o=t._sounds[0]._id,e=parseFloat(r[0]))}else 2===r.length&&(e=parseFloat(r[0]),o=parseInt(r[1],10));if(void 0===o)return t;if("loaded"!==t._state||t._playLock)return t._queue.push({event:"seek",action:function(){t.seek.apply(t,r)}}),t;var i=t._soundById(o);if(i){if(!("number"==typeof e&&e>=0)){if(t._webAudio){var d=t.playing(o)?n.ctx.currentTime-i._playStart:0,_=i._rateSeek?i._rateSeek-i._seek:0;return i._seek+(_+d*Math.abs(i._rate))}return i._node.currentTime}var s=t.playing(o);s&&t.pause(o,!0),i._seek=e,i._ended=!1,t._clearTimer(o),t._webAudio||!i._node||isNaN(i._node.duration)||(i._node.currentTime=e);var l=function(){t._emit("seek",o),s&&t.play(o,!0)};if(s&&!t._webAudio){var c=function(){t._playLock?setTimeout(c,0):l()};setTimeout(c,0)}else l()}return t},playing:function(e){var n=this;if("number"==typeof e){var o=n._soundById(e);return!!o&&!o._paused}for(var t=0;t=0&&n._howls.splice(a,1);var u=!0;for(t=0;t=0){u=!1;break}return r&&u&&delete r[e._src],n.noAudio=!1,e._state="unloaded",e._sounds=[],e=null,null},on:function(e,n,o,t){var r=this,a=r["_on"+e];return"function"==typeof n&&a.push(t?{id:o,fn:n,once:t}:{id:o,fn:n}),r},off:function(e,n,o){var t=this,r=t["_on"+e],a=0;if("number"==typeof n&&(o=n,n=null),n||o)for(a=0;a=0;a--)r[a].id&&r[a].id!==n&&"load"!==e||(setTimeout(function(e){e.call(this,n,o)}.bind(t,r[a].fn),0),r[a].once&&t.off(e,r[a].fn,r[a].id));return t._loadQueue(e),t},_loadQueue:function(e){var n=this;if(n._queue.length>0){var o=n._queue[0];o.event===e&&(n._queue.shift(),n._loadQueue()),e||o.action()}return n},_ended:function(e){var o=this,t=e._sprite;if(!o._webAudio&&e._node&&!e._node.paused&&!e._node.ended&&e._node.currentTime=0;t--){if(o<=n)return;e._sounds[t]._ended&&(e._webAudio&&e._sounds[t]._node&&e._sounds[t]._node.disconnect(0),e._sounds.splice(t,1),o--)}}},_getSoundIds:function(e){var n=this;if(void 0===e){for(var o=[],t=0;t=0;if(n._scratchBuffer&&e.bufferSource&&(e.bufferSource.onended=null,e.bufferSource.disconnect(0),t))try{e.bufferSource.buffer=n._scratchBuffer}catch(e){}return e.bufferSource=null,o}};var t=function(e){this._parent=e,this.init()};t.prototype={init:function(){var e=this,o=e._parent;return e._muted=o._muted,e._loop=o._loop,e._volume=o._volume,e._rate=o._rate,e._seek=0,e._paused=!0,e._ended=!0,e._sprite="__default",e._id=++n._counter,o._sounds.push(e),e.create(),e},create:function(){var e=this,o=e._parent,t=n._muted||e._muted||e._parent._muted?0:e._volume;return o._webAudio?(e._node=void 0===n.ctx.createGain?n.ctx.createGainNode():n.ctx.createGain(),e._node.gain.setValueAtTime(t,n.ctx.currentTime),e._node.paused=!0,e._node.connect(n.masterGain)):(e._node=n._obtainHtml5Audio(),e._errorFn=e._errorListener.bind(e),e._node.addEventListener("error",e._errorFn,!1),e._loadFn=e._loadListener.bind(e),e._node.addEventListener(n._canPlayEvent,e._loadFn,!1),e._node.src=o._src,e._node.preload="auto",e._node.volume=t*n.volume(),e._node.load()),e},reset:function(){var e=this,o=e._parent;return e._muted=o._muted,e._loop=o._loop,e._volume=o._volume,e._rate=o._rate,e._seek=0,e._rateSeek=0,e._paused=!0,e._ended=!0,e._sprite="__default",e._id=++n._counter,e},_errorListener:function(){var e=this;e._parent._emit("loaderror",e._id,e._node.error?e._node.error.code:0),e._node.removeEventListener("error",e._errorFn,!1)},_loadListener:function(){var e=this,o=e._parent;o._duration=Math.ceil(10*e._node.duration)/10,0===Object.keys(o._sprite).length&&(o._sprite={__default:[0,1e3*o._duration]}),"loaded"!==o._state&&(o._state="loaded",o._emit("load"),o._loadQueue()),e._node.removeEventListener(n._canPlayEvent,e._loadFn,!1)}};var r={},a=function(e){var n=e._src;if(r[n])return e._duration=r[n].duration,void d(e);if(/^data:[^;]+;base64,/.test(n)){for(var o=atob(n.split(",")[1]),t=new Uint8Array(o.length),a=0;a0?(r[o._src]=e,d(o,e)):t()};"undefined"!=typeof Promise&&1===n.ctx.decodeAudioData.length?n.ctx.decodeAudioData(e).then(a).catch(t):n.ctx.decodeAudioData(e,a,t)},d=function(e,n){n&&!e._duration&&(e._duration=n.duration),0===Object.keys(e._sprite).length&&(e._sprite={__default:[0,1e3*e._duration]}),"loaded"!==e._state&&(e._state="loaded",e._emit("load"),e._loadQueue())},_=function(){if(n.usingWebAudio){try{"undefined"!=typeof AudioContext?n.ctx=new AudioContext:"undefined"!=typeof webkitAudioContext?n.ctx=new webkitAudioContext:n.usingWebAudio=!1}catch(e){n.usingWebAudio=!1}n.ctx||(n.usingWebAudio=!1);var e=/iP(hone|od|ad)/.test(n._navigator&&n._navigator.platform),o=n._navigator&&n._navigator.appVersion.match(/OS (\d+)_(\d+)_?(\d+)?/),t=o?parseInt(o[1],10):null;if(e&&t&&t<9){var r=/safari/.test(n._navigator&&n._navigator.userAgent.toLowerCase());(n._navigator&&n._navigator.standalone&&!r||n._navigator&&!n._navigator.standalone&&!r)&&(n.usingWebAudio=!1)}n.usingWebAudio&&(n.masterGain=void 0===n.ctx.createGain?n.ctx.createGainNode():n.ctx.createGain(),n.masterGain.gain.setValueAtTime(n._muted?0:1,n.ctx.currentTime),n.masterGain.connect(n.ctx.destination)),n._setup()}};"function"==typeof define&&define.amd&&define([],function(){return{Howler:n,Howl:o}}),"undefined"!=typeof exports&&(exports.Howler=n,exports.Howl=o),"undefined"!=typeof window?(window.HowlerGlobal=e,window.Howler=n,window.Howl=o,window.Sound=t):"undefined"!=typeof global&&(global.HowlerGlobal=e,global.Howler=n,global.Howl=o,global.Sound=t)}(); \ No newline at end of file diff --git a/yyyyyyy/l/link/js/link.js b/yyyyyyy/l/link/js/link.js new file mode 100644 index 0000000..625c4d5 --- /dev/null +++ b/yyyyyyy/l/link/js/link.js @@ -0,0 +1,82 @@ +const imageAmount = 50 +const animationSpeed = 250 +const bg = new Howl({ + src: ['websdr_recording_2015-06-23T17-09-53Z_433.5kHz.mp3'], + autoplay: true, + loop: true, + volume: 0.5 +}) +const magic = new Howl({ src: ['magic-welcome-before.mp3'] }) +const open = new Howl({ src: ['swing-knock.mp3'], volume: 0.5 }) +const container = document.getElementById('container') + +async function fetchImages (amount) { + let response = await fetch(`/loadimage/${amount}`) + if (response.status == 200) { + return response.json() + } else { + throw new HttpError(response) + } +} + +function createImage (id, data) { + let newDiv = document.createElement('div') + newDiv.setAttribute('id', id) + newDiv.setAttribute('class', 'image') + newDiv.innerHTML = `` + container.appendChild(newDiv) + + return newDiv +} + +function growImage (div) { + try { + div.classList.add('grow') + return div + } catch (error) { + return null + } +} + +function resetImage (div) { + try { + div.classList.remove('grow') + return div + } catch (error) { + return null + } +} + +async function cycleImages () { + const images = await fetchImages(imageAmount) + + magic.play() + + images.forEach((image, index) => { + createImage(index, image) + }) + + const imageCount = Array.from(Array(images.length).keys()) + let shiftedImageCount = imageCount.splice(images.length - 20, images.length) + shiftedImageCount = shiftedImageCount.concat(imageCount) + + let i = 0 + let z = 1 + + setInterval(() => { + i == images.length - 1 ? (i = 0) : i++ + z++ + + let currentDiv = document.getElementById(i) + let previousDiv = document.getElementById(shiftedImageCount[i]) + + currentDiv.style.zIndex = z + + open.play() + growImage(currentDiv) + resetImage(previousDiv) + }, animationSpeed) +} + +bg.play() +cycleImages() diff --git a/yyyyyyy/l/p/images/normalMapRegular.jpg b/yyyyyyy/l/p/images/normalMapRegular.jpg new file mode 100644 index 0000000..29cf809 --- /dev/null +++ b/yyyyyyy/l/p/images/normalMapRegular.jpg @@ -0,0 +1,5 @@ +The page could not be found + +NOT_FOUND + +fra1::k2tgp-1737992443920-04260ec880fb diff --git a/yyyyyyy/l/p/index.html b/yyyyyyy/l/p/index.html new file mode 100644 index 0000000..42df236 --- /dev/null +++ b/yyyyyyy/l/p/index.html @@ -0,0 +1,18 @@ + + + + + P + + + + + + + \ No newline at end of file diff --git a/yyyyyyy/l/s/index.html b/yyyyyyy/l/s/index.html new file mode 100644 index 0000000..e199307 --- /dev/null +++ b/yyyyyyy/l/s/index.html @@ -0,0 +1,19 @@ + + + + SS___ + + + + + + + + + \ No newline at end of file diff --git a/yyyyyyy/l/s/media/ss.mp3 b/yyyyyyy/l/s/media/ss.mp3 new file mode 100644 index 0000000..59e3018 --- /dev/null +++ b/yyyyyyy/l/s/media/ss.mp3 @@ -0,0 +1,5 @@ +The page could not be found + +NOT_FOUND + +fra1::hjtbt-1737991510696-eb44f3e71a7d diff --git a/yyyyyyy/l/space/index.html b/yyyyyyy/l/space/index.html new file mode 100644 index 0000000..697475f --- /dev/null +++ b/yyyyyyy/l/space/index.html @@ -0,0 +1,60 @@ + + + + + (━┳━○░░░░░░░░|_・YY + + + + + + + + + \ No newline at end of file diff --git a/yyyyyyy/l/space/js/howler.core.min.js b/yyyyyyy/l/space/js/howler.core.min.js new file mode 100644 index 0000000..80d858c --- /dev/null +++ b/yyyyyyy/l/space/js/howler.core.min.js @@ -0,0 +1,2 @@ +/*! howler.js v2.1.1 | (c) 2013-2018, James Simpson of GoldFire Studios | MIT License | howlerjs.com */ +!function(){"use strict";var e=function(){this.init()};e.prototype={init:function(){var e=this||n;return e._counter=1e3,e._html5AudioPool=[],e.html5PoolSize=10,e._codecs={},e._howls=[],e._muted=!1,e._volume=1,e._canPlayEvent="canplaythrough",e._navigator="undefined"!=typeof window&&window.navigator?window.navigator:null,e.masterGain=null,e.noAudio=!1,e.usingWebAudio=!0,e.autoSuspend=!0,e.ctx=null,e.autoUnlock=!0,e._setup(),e},volume:function(e){var o=this||n;if(e=parseFloat(e),o.ctx||_(),void 0!==e&&e>=0&&e<=1){if(o._volume=e,o._muted)return o;o.usingWebAudio&&o.masterGain.gain.setValueAtTime(e,n.ctx.currentTime);for(var t=0;t=0;o--)e._howls[o].unload();return e.usingWebAudio&&e.ctx&&void 0!==e.ctx.close&&(e.ctx.close(),e.ctx=null,_()),e},codecs:function(e){return(this||n)._codecs[e.replace(/^x-/,"")]},_setup:function(){var e=this||n;if(e.state=e.ctx?e.ctx.state||"suspended":"suspended",e._autoSuspend(),!e.usingWebAudio)if("undefined"!=typeof Audio)try{var o=new Audio;void 0===o.oncanplaythrough&&(e._canPlayEvent="canplay")}catch(n){e.noAudio=!0}else e.noAudio=!0;try{var o=new Audio;o.muted&&(e.noAudio=!0)}catch(e){}return e.noAudio||e._setupCodecs(),e},_setupCodecs:function(){var e=this||n,o=null;try{o="undefined"!=typeof Audio?new Audio:null}catch(n){return e}if(!o||"function"!=typeof o.canPlayType)return e;var t=o.canPlayType("audio/mpeg;").replace(/^no$/,""),r=e._navigator&&e._navigator.userAgent.match(/OPR\/([0-6].)/g),a=r&&parseInt(r[0].split("/")[1],10)<33;return e._codecs={mp3:!(a||!t&&!o.canPlayType("audio/mp3;").replace(/^no$/,"")),mpeg:!!t,opus:!!o.canPlayType('audio/ogg; codecs="opus"').replace(/^no$/,""),ogg:!!o.canPlayType('audio/ogg; codecs="vorbis"').replace(/^no$/,""),oga:!!o.canPlayType('audio/ogg; codecs="vorbis"').replace(/^no$/,""),wav:!!o.canPlayType('audio/wav; codecs="1"').replace(/^no$/,""),aac:!!o.canPlayType("audio/aac;").replace(/^no$/,""),caf:!!o.canPlayType("audio/x-caf;").replace(/^no$/,""),m4a:!!(o.canPlayType("audio/x-m4a;")||o.canPlayType("audio/m4a;")||o.canPlayType("audio/aac;")).replace(/^no$/,""),mp4:!!(o.canPlayType("audio/x-mp4;")||o.canPlayType("audio/mp4;")||o.canPlayType("audio/aac;")).replace(/^no$/,""),weba:!!o.canPlayType('audio/webm; codecs="vorbis"').replace(/^no$/,""),webm:!!o.canPlayType('audio/webm; codecs="vorbis"').replace(/^no$/,""),dolby:!!o.canPlayType('audio/mp4; codecs="ec-3"').replace(/^no$/,""),flac:!!(o.canPlayType("audio/x-flac;")||o.canPlayType("audio/flac;")).replace(/^no$/,"")},e},_unlockAudio:function(){var e=this||n,o=/iPhone|iPad|iPod|Android|BlackBerry|BB10|Silk|Mobi|Chrome|Safari/i.test(e._navigator&&e._navigator.userAgent);if(!e._audioUnlocked&&e.ctx&&o){e._audioUnlocked=!1,e.autoUnlock=!1,e._mobileUnloaded||44100===e.ctx.sampleRate||(e._mobileUnloaded=!0,e.unload()),e._scratchBuffer=e.ctx.createBuffer(1,1,22050);var t=function(n){for(var o=0;o0?i._seek:t._sprite[e][0]/1e3),s=Math.max(0,(t._sprite[e][0]+t._sprite[e][1])/1e3-_),l=1e3*s/Math.abs(i._rate),c=t._sprite[e][0]/1e3,f=(t._sprite[e][0]+t._sprite[e][1])/1e3,p=!(!i._loop&&!t._sprite[e][2]);i._sprite=e,i._ended=!1;var m=function(){i._paused=!1,i._seek=_,i._start=c,i._stop=f,i._loop=p};if(_>=f)return void t._ended(i);var v=i._node;if(t._webAudio){var h=function(){t._playLock=!1,m(),t._refreshBuffer(i);var e=i._muted||t._muted?0:i._volume;v.gain.setValueAtTime(e,n.ctx.currentTime),i._playStart=n.ctx.currentTime,void 0===v.bufferSource.start?i._loop?v.bufferSource.noteGrainOn(0,_,86400):v.bufferSource.noteGrainOn(0,_,s):i._loop?v.bufferSource.start(0,_,86400):v.bufferSource.start(0,_,s),l!==1/0&&(t._endTimers[i._id]=setTimeout(t._ended.bind(t,i),l)),o||setTimeout(function(){t._emit("play",i._id),t._loadQueue()},0)};"running"===n.state?h():(t._playLock=!0,t.once("resume",h),t._clearTimer(i._id))}else{var y=function(){v.currentTime=_,v.muted=i._muted||t._muted||n._muted||v.muted,v.volume=i._volume*n.volume(),v.playbackRate=i._rate;try{var r=v.play();if(r&&"undefined"!=typeof Promise&&(r instanceof Promise||"function"==typeof r.then)?(t._playLock=!0,m(),r.then(function(){t._playLock=!1,v._unlocked=!0,o||(t._emit("play",i._id),t._loadQueue())}).catch(function(){t._playLock=!1,t._emit("playerror",i._id,"Playback was unable to start. This is most commonly an issue on mobile devices and Chrome where playback was not within a user interaction."),i._ended=!0,i._paused=!0})):o||(t._playLock=!1,m(),t._emit("play",i._id),t._loadQueue()),v.playbackRate=i._rate,v.paused)return void t._emit("playerror",i._id,"Playback was unable to start. This is most commonly an issue on mobile devices and Chrome where playback was not within a user interaction.");"__default"!==e||i._loop?t._endTimers[i._id]=setTimeout(t._ended.bind(t,i),l):(t._endTimers[i._id]=function(){t._ended(i),v.removeEventListener("ended",t._endTimers[i._id],!1)},v.addEventListener("ended",t._endTimers[i._id],!1))}catch(e){t._emit("playerror",i._id,e)}},g=window&&window.ejecta||!v.readyState&&n._navigator.isCocoonJS;if(v.readyState>=3||g)y();else{t._playLock=!0;var b=function(){y(),v.removeEventListener(n._canPlayEvent,b,!1)};v.addEventListener(n._canPlayEvent,b,!1),t._clearTimer(i._id)}}return i._id},pause:function(e){var n=this;if("loaded"!==n._state||n._playLock)return n._queue.push({event:"pause",action:function(){n.pause(e)}}),n;for(var o=n._getSoundIds(e),t=0;t=0?o=parseInt(r[0],10):e=parseFloat(r[0])}else r.length>=2&&(e=parseFloat(r[0]),o=parseInt(r[1],10));var a;if(!(void 0!==e&&e>=0&&e<=1))return a=o?t._soundById(o):t._sounds[0],a?a._volume:0;if("loaded"!==t._state||t._playLock)return t._queue.push({event:"volume",action:function(){t.volume.apply(t,r)}}),t;void 0===o&&(t._volume=e),o=t._getSoundIds(o);for(var u=0;u0?t/_:t),l=Date.now();e._fadeTo=o,e._interval=setInterval(function(){var r=(Date.now()-l)/t;l=Date.now(),i+=d*r,i=Math.max(0,i),i=Math.min(1,i),i=Math.round(100*i)/100,u._webAudio?e._volume=i:u.volume(i,e._id,!0),a&&(u._volume=i),(on&&i>=o)&&(clearInterval(e._interval),e._interval=null,e._fadeTo=null,u.volume(o,e._id),u._emit("fade",e._id))},s)},_stopFade:function(e){var o=this,t=o._soundById(e);return t&&t._interval&&(o._webAudio&&t._node.gain.cancelScheduledValues(n.ctx.currentTime),clearInterval(t._interval),t._interval=null,o.volume(t._fadeTo,e),t._fadeTo=null,o._emit("fade",e)),o},loop:function(){var e,n,o,t=this,r=arguments;if(0===r.length)return t._loop;if(1===r.length){if("boolean"!=typeof r[0])return!!(o=t._soundById(parseInt(r[0],10)))&&o._loop;e=r[0],t._loop=e}else 2===r.length&&(e=r[0],n=parseInt(r[1],10));for(var a=t._getSoundIds(n),u=0;u=0?o=parseInt(r[0],10):e=parseFloat(r[0])}else 2===r.length&&(e=parseFloat(r[0]),o=parseInt(r[1],10));var i;if("number"!=typeof e)return i=t._soundById(o),i?i._rate:t._rate;if("loaded"!==t._state||t._playLock)return t._queue.push({event:"rate",action:function(){t.rate.apply(t,r)}}),t;void 0===o&&(t._rate=e),o=t._getSoundIds(o);for(var d=0;d=0?o=parseInt(r[0],10):t._sounds.length&&(o=t._sounds[0]._id,e=parseFloat(r[0]))}else 2===r.length&&(e=parseFloat(r[0]),o=parseInt(r[1],10));if(void 0===o)return t;if("loaded"!==t._state||t._playLock)return t._queue.push({event:"seek",action:function(){t.seek.apply(t,r)}}),t;var i=t._soundById(o);if(i){if(!("number"==typeof e&&e>=0)){if(t._webAudio){var d=t.playing(o)?n.ctx.currentTime-i._playStart:0,_=i._rateSeek?i._rateSeek-i._seek:0;return i._seek+(_+d*Math.abs(i._rate))}return i._node.currentTime}var s=t.playing(o);s&&t.pause(o,!0),i._seek=e,i._ended=!1,t._clearTimer(o),t._webAudio||!i._node||isNaN(i._node.duration)||(i._node.currentTime=e);var l=function(){t._emit("seek",o),s&&t.play(o,!0)};if(s&&!t._webAudio){var c=function(){t._playLock?setTimeout(c,0):l()};setTimeout(c,0)}else l()}return t},playing:function(e){var n=this;if("number"==typeof e){var o=n._soundById(e);return!!o&&!o._paused}for(var t=0;t=0&&n._howls.splice(a,1);var u=!0;for(t=0;t=0){u=!1;break}return r&&u&&delete r[e._src],n.noAudio=!1,e._state="unloaded",e._sounds=[],e=null,null},on:function(e,n,o,t){var r=this,a=r["_on"+e];return"function"==typeof n&&a.push(t?{id:o,fn:n,once:t}:{id:o,fn:n}),r},off:function(e,n,o){var t=this,r=t["_on"+e],a=0;if("number"==typeof n&&(o=n,n=null),n||o)for(a=0;a=0;a--)r[a].id&&r[a].id!==n&&"load"!==e||(setTimeout(function(e){e.call(this,n,o)}.bind(t,r[a].fn),0),r[a].once&&t.off(e,r[a].fn,r[a].id));return t._loadQueue(e),t},_loadQueue:function(e){var n=this;if(n._queue.length>0){var o=n._queue[0];o.event===e&&(n._queue.shift(),n._loadQueue()),e||o.action()}return n},_ended:function(e){var o=this,t=e._sprite;if(!o._webAudio&&e._node&&!e._node.paused&&!e._node.ended&&e._node.currentTime=0;t--){if(o<=n)return;e._sounds[t]._ended&&(e._webAudio&&e._sounds[t]._node&&e._sounds[t]._node.disconnect(0),e._sounds.splice(t,1),o--)}}},_getSoundIds:function(e){var n=this;if(void 0===e){for(var o=[],t=0;t=0;if(n._scratchBuffer&&e.bufferSource&&(e.bufferSource.onended=null,e.bufferSource.disconnect(0),t))try{e.bufferSource.buffer=n._scratchBuffer}catch(e){}return e.bufferSource=null,o}};var t=function(e){this._parent=e,this.init()};t.prototype={init:function(){var e=this,o=e._parent;return e._muted=o._muted,e._loop=o._loop,e._volume=o._volume,e._rate=o._rate,e._seek=0,e._paused=!0,e._ended=!0,e._sprite="__default",e._id=++n._counter,o._sounds.push(e),e.create(),e},create:function(){var e=this,o=e._parent,t=n._muted||e._muted||e._parent._muted?0:e._volume;return o._webAudio?(e._node=void 0===n.ctx.createGain?n.ctx.createGainNode():n.ctx.createGain(),e._node.gain.setValueAtTime(t,n.ctx.currentTime),e._node.paused=!0,e._node.connect(n.masterGain)):(e._node=n._obtainHtml5Audio(),e._errorFn=e._errorListener.bind(e),e._node.addEventListener("error",e._errorFn,!1),e._loadFn=e._loadListener.bind(e),e._node.addEventListener(n._canPlayEvent,e._loadFn,!1),e._node.src=o._src,e._node.preload="auto",e._node.volume=t*n.volume(),e._node.load()),e},reset:function(){var e=this,o=e._parent;return e._muted=o._muted,e._loop=o._loop,e._volume=o._volume,e._rate=o._rate,e._seek=0,e._rateSeek=0,e._paused=!0,e._ended=!0,e._sprite="__default",e._id=++n._counter,e},_errorListener:function(){var e=this;e._parent._emit("loaderror",e._id,e._node.error?e._node.error.code:0),e._node.removeEventListener("error",e._errorFn,!1)},_loadListener:function(){var e=this,o=e._parent;o._duration=Math.ceil(10*e._node.duration)/10,0===Object.keys(o._sprite).length&&(o._sprite={__default:[0,1e3*o._duration]}),"loaded"!==o._state&&(o._state="loaded",o._emit("load"),o._loadQueue()),e._node.removeEventListener(n._canPlayEvent,e._loadFn,!1)}};var r={},a=function(e){var n=e._src;if(r[n])return e._duration=r[n].duration,void d(e);if(/^data:[^;]+;base64,/.test(n)){for(var o=atob(n.split(",")[1]),t=new Uint8Array(o.length),a=0;a0?(r[o._src]=e,d(o,e)):t()};"undefined"!=typeof Promise&&1===n.ctx.decodeAudioData.length?n.ctx.decodeAudioData(e).then(a).catch(t):n.ctx.decodeAudioData(e,a,t)},d=function(e,n){n&&!e._duration&&(e._duration=n.duration),0===Object.keys(e._sprite).length&&(e._sprite={__default:[0,1e3*e._duration]}),"loaded"!==e._state&&(e._state="loaded",e._emit("load"),e._loadQueue())},_=function(){if(n.usingWebAudio){try{"undefined"!=typeof AudioContext?n.ctx=new AudioContext:"undefined"!=typeof webkitAudioContext?n.ctx=new webkitAudioContext:n.usingWebAudio=!1}catch(e){n.usingWebAudio=!1}n.ctx||(n.usingWebAudio=!1);var e=/iP(hone|od|ad)/.test(n._navigator&&n._navigator.platform),o=n._navigator&&n._navigator.appVersion.match(/OS (\d+)_(\d+)_?(\d+)?/),t=o?parseInt(o[1],10):null;if(e&&t&&t<9){var r=/safari/.test(n._navigator&&n._navigator.userAgent.toLowerCase());(n._navigator&&n._navigator.standalone&&!r||n._navigator&&!n._navigator.standalone&&!r)&&(n.usingWebAudio=!1)}n.usingWebAudio&&(n.masterGain=void 0===n.ctx.createGain?n.ctx.createGainNode():n.ctx.createGain(),n.masterGain.gain.setValueAtTime(n._muted?0:1,n.ctx.currentTime),n.masterGain.connect(n.ctx.destination)),n._setup()}};"function"==typeof define&&define.amd&&define([],function(){return{Howler:n,Howl:o}}),"undefined"!=typeof exports&&(exports.Howler=n,exports.Howl=o),"undefined"!=typeof window?(window.HowlerGlobal=e,window.Howler=n,window.Howl=o,window.Sound=t):"undefined"!=typeof global&&(global.HowlerGlobal=e,global.Howler=n,global.Howl=o,global.Sound=t)}(); \ No newline at end of file diff --git a/yyyyyyy/l/space/js/index.js b/yyyyyyy/l/space/js/index.js new file mode 100644 index 0000000..0efb8f9 --- /dev/null +++ b/yyyyyyy/l/space/js/index.js @@ -0,0 +1,59 @@ +const mist = new Howl({ src: ['mist.mp3'], autoplay: true, loop: true }) +const swish = new Howl({ src: ['sound1.mp3'] }) + +const fadeTime = 1100 + +async function getImage() { + let response = await fetch('/getimage') + + try { + return response.json() + } catch (e) { + console.error(e) + } +} + +function createImage(data) { + const leftPos = Math.floor(Math.random() * (window.innerWidth - 200 + 1)) + 'px' + const topPos = Math.floor(Math.random() * (window.innerHeight - 200 + 1)) + 'px' + const newDiv = document.createElement('div') + + newDiv.setAttribute('class', 'image') + newDiv.style.top = topPos + newDiv.style.left = leftPos + newDiv.innerHTML = `` + document.body.appendChild(newDiv) + + setTimeout(() => { + newDiv.classList.add('visible') + swish.play() + }, 50) + + return newDiv +} + +function removeImage() { + const oldDiv = document.getElementsByClassName('image')[0] + + oldDiv.classList.remove('visible') + setTimeout(() => { + oldDiv.parentNode.removeChild(oldDiv) + }, fadeTime) +} + +async function cycleImage() { + const image = await getImage() + + createImage(image.image[0]) + swish.play() +} + +mist.play() +cycleImage() + +setInterval(() => { + setTimeout(() => { + removeImage() + }, 100) + cycleImage() +}, 6000) diff --git a/yyyyyyy/l/space/media/mist.mp4 b/yyyyyyy/l/space/media/mist.mp4 new file mode 100644 index 0000000..6dc9035 --- /dev/null +++ b/yyyyyyy/l/space/media/mist.mp4 @@ -0,0 +1,5 @@ +A server error has occurred + +FUNCTION_RESPONSE_PAYLOAD_TOO_LARGE + +fra1::66qpg-1737991416123-f9438736e713 diff --git a/yyyyyyy/l/space/media/mist.ogg b/yyyyyyy/l/space/media/mist.ogg new file mode 100644 index 0000000..8569536 Binary files /dev/null and b/yyyyyyy/l/space/media/mist.ogg differ diff --git a/yyyyyyy/l/teapot/index.html b/yyyyyyy/l/teapot/index.html new file mode 100644 index 0000000..4b95674 --- /dev/null +++ b/yyyyyyy/l/teapot/index.html @@ -0,0 +1,24 @@ + + + + + T_ + + + + + + + + \ No newline at end of file diff --git a/yyyyyyy/l/teapot/media/teapot.mp4 b/yyyyyyy/l/teapot/media/teapot.mp4 new file mode 100644 index 0000000..2aaec3a Binary files /dev/null and b/yyyyyyy/l/teapot/media/teapot.mp4 differ diff --git a/yyyyyyy/l/twitter/index.html b/yyyyyyy/l/twitter/index.html new file mode 100644 index 0000000..b1f2214 --- /dev/null +++ b/yyyyyyy/l/twitter/index.html @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/yyyyyyy/l/x/challenge b/yyyyyyy/l/x/challenge new file mode 100644 index 0000000..5260ab8 --- /dev/null +++ b/yyyyyyy/l/x/challenge @@ -0,0 +1,5 @@ +The page could not be found + +NOT_FOUND + +fra1::46gp6-1737993409845-19a0a3b104d9 diff --git a/yyyyyyy/l/x/css/yotsublue.9.css b/yyyyyyy/l/x/css/yotsublue.9.css new file mode 100644 index 0000000..f1b2686 --- /dev/null +++ b/yyyyyyy/l/x/css/yotsublue.9.css @@ -0,0 +1,5 @@ +The page could not be found + +NOT_FOUND + +fra1::5mxpg-1737993409918-63da46c0384b diff --git a/yyyyyyy/l/x/image b/yyyyyyy/l/x/image new file mode 100644 index 0000000..27c5c12 --- /dev/null +++ b/yyyyyyy/l/x/image @@ -0,0 +1,5 @@ +The page could not be found + +NOT_FOUND + +fra1::br2sh-1737993409610-777cd42201b3 diff --git a/yyyyyyy/l/x/images/1092462372953.jpg b/yyyyyyy/l/x/images/1092462372953.jpg new file mode 100644 index 0000000..f2c8f2c --- /dev/null +++ b/yyyyyyy/l/x/images/1092462372953.jpg @@ -0,0 +1,5 @@ +The page could not be found + +NOT_FOUND + +fra1::8ms6n-1737993409594-a5c694885226 diff --git a/yyyyyyy/l/x/images/1287157741707s.jpg b/yyyyyyy/l/x/images/1287157741707s.jpg new file mode 100644 index 0000000..ac6321c --- /dev/null +++ b/yyyyyyy/l/x/images/1287157741707s.jpg @@ -0,0 +1,5 @@ +The page could not be found + +NOT_FOUND + +fra1::cs64k-1737993409659-c0d1dac94d18 diff --git a/yyyyyyy/l/x/images/1287159158141s.jpg b/yyyyyyy/l/x/images/1287159158141s.jpg new file mode 100644 index 0000000..29baeb1 --- /dev/null +++ b/yyyyyyy/l/x/images/1287159158141s.jpg @@ -0,0 +1,5 @@ +The page could not be found + +NOT_FOUND + +fra1::725b4-1737993409660-92fe93a0b8fe diff --git a/yyyyyyy/l/x/images/1287160696343s.jpg b/yyyyyyy/l/x/images/1287160696343s.jpg new file mode 100644 index 0000000..d3f99e6 --- /dev/null +++ b/yyyyyyy/l/x/images/1287160696343s.jpg @@ -0,0 +1,5 @@ +The page could not be found + +NOT_FOUND + +fra1::xwkff-1737993409681-9b8ec7c1d9d4 diff --git a/yyyyyyy/l/x/images/1287161097577s.jpg b/yyyyyyy/l/x/images/1287161097577s.jpg new file mode 100644 index 0000000..29da6ce --- /dev/null +++ b/yyyyyyy/l/x/images/1287161097577s.jpg @@ -0,0 +1,5 @@ +The page could not be found + +NOT_FOUND + +fra1::2tq5n-1737993409703-b7778ad528cc diff --git a/yyyyyyy/l/x/images/1287161405946s.jpg b/yyyyyyy/l/x/images/1287161405946s.jpg new file mode 100644 index 0000000..8747293 --- /dev/null +++ b/yyyyyyy/l/x/images/1287161405946s.jpg @@ -0,0 +1,5 @@ +The page could not be found + +NOT_FOUND + +fra1::4kfj2-1737993409690-3db89d6018b1 diff --git a/yyyyyyy/l/x/images/1287164655906s.jpg b/yyyyyyy/l/x/images/1287164655906s.jpg new file mode 100644 index 0000000..96c22bb --- /dev/null +++ b/yyyyyyy/l/x/images/1287164655906s.jpg @@ -0,0 +1,5 @@ +The page could not be found + +NOT_FOUND + +fra1::f2c6f-1737993409785-54575f636fd2 diff --git a/yyyyyyy/l/x/images/1287165021530s.jpg b/yyyyyyy/l/x/images/1287165021530s.jpg new file mode 100644 index 0000000..f5eed78 --- /dev/null +++ b/yyyyyyy/l/x/images/1287165021530s.jpg @@ -0,0 +1,5 @@ +The page could not be found + +NOT_FOUND + +fra1::2m4nq-1737993409706-0ed965abe698 diff --git a/yyyyyyy/l/x/images/1287165632567s.jpg b/yyyyyyy/l/x/images/1287165632567s.jpg new file mode 100644 index 0000000..2e5a5ee --- /dev/null +++ b/yyyyyyy/l/x/images/1287165632567s.jpg @@ -0,0 +1,5 @@ +The page could not be found + +NOT_FOUND + +fra1::z5xx2-1737993409706-5b402b118ab8 diff --git a/yyyyyyy/l/x/images/audio.png b/yyyyyyy/l/x/images/audio.png new file mode 100644 index 0000000..cdb8446 --- /dev/null +++ b/yyyyyyy/l/x/images/audio.png @@ -0,0 +1,5 @@ +The page could not be found + +NOT_FOUND + +fra1::5q4f9-1737993409613-9714da832521 diff --git a/yyyyyyy/l/x/images/favicon-ws.ico b/yyyyyyy/l/x/images/favicon-ws.ico new file mode 100644 index 0000000..4dc9ba7 Binary files /dev/null and b/yyyyyyy/l/x/images/favicon-ws.ico differ diff --git a/yyyyyyy/l/x/images/help.png b/yyyyyyy/l/x/images/help.png new file mode 100644 index 0000000..878cda1 --- /dev/null +++ b/yyyyyyy/l/x/images/help.png @@ -0,0 +1,5 @@ +The page could not be found + +NOT_FOUND + +fra1::ml9jm-1737993409607-8cd0b0259b01 diff --git a/yyyyyyy/l/x/images/jpn-flag.jpg b/yyyyyyy/l/x/images/jpn-flag.jpg new file mode 100644 index 0000000..27b0c02 --- /dev/null +++ b/yyyyyyy/l/x/images/jpn-flag.jpg @@ -0,0 +1,5 @@ +The page could not be found + +NOT_FOUND + +fra1::csm6x-1737993409655-5562958cb950 diff --git a/yyyyyyy/l/x/images/logo.png b/yyyyyyy/l/x/images/logo.png new file mode 100644 index 0000000..aa8368d --- /dev/null +++ b/yyyyyyy/l/x/images/logo.png @@ -0,0 +1,5 @@ +The page could not be found + +NOT_FOUND + +fra1::lv7sd-1737993409635-309583d57f89 diff --git a/yyyyyyy/l/x/images/refresh.png b/yyyyyyy/l/x/images/refresh.png new file mode 100644 index 0000000..7364cb7 --- /dev/null +++ b/yyyyyyy/l/x/images/refresh.png @@ -0,0 +1,5 @@ +The page could not be found + +NOT_FOUND + +fra1::2tq5n-1737993409613-0bdd1afb38c3 diff --git a/yyyyyyy/l/x/images/tagline.png b/yyyyyyy/l/x/images/tagline.png new file mode 100644 index 0000000..d41867d --- /dev/null +++ b/yyyyyyy/l/x/images/tagline.png @@ -0,0 +1,5 @@ +The page could not be found + +NOT_FOUND + +fra1::vkcfh-1737993409657-81967524a18c diff --git a/yyyyyyy/l/x/images/text.png b/yyyyyyy/l/x/images/text.png new file mode 100644 index 0000000..2c41c43 --- /dev/null +++ b/yyyyyyy/l/x/images/text.png @@ -0,0 +1,5 @@ +The page could not be found + +NOT_FOUND + +fra1::8nf9j-1737993409644-26f4b9faf2ad diff --git a/yyyyyyy/l/x/index.html b/yyyyyyy/l/x/index.html new file mode 100644 index 0000000..b28fe94 --- /dev/null +++ b/yyyyyyy/l/x/index.html @@ -0,0 +1,598 @@ + + + + + + +/x/ - Paranormal + +
+ +
+

+Posting mode: Reply +
+[Return] +
+ + + + + + + + + + +
Name
E-mail
Subject
Comment
Verification + +
Get a new challenge Get an audio challengeGet a visual challenge Help
+ + +
File
Password(Password used for file deletion)
+
  • Supported file types are: GIF, JPG, PNG +
  • Maximum file size allowed is 3072 KB. +
  • Images greater than 250x250 pixels will be thumbnailed. +
  • Read the rules and FAQ before posting. +
  • このサイトについて - +翻訳

  • + +

    +
    File : 1287157741.png-(693 KB, 1366x768, EXPLORING THE DEPTHS OF THE INTERNET.png)
    693 KB + +Anonymous 10/15/10(Fri)11:49 No.5938121 +
    Hi /x/
    I've been sitting here drinking my scotch when i was linked to this strange website, at first i thought it was just a HURR LETS PUT IMAGES EVERYWHERE.
    but it seems to be more cryptic than that, the site changes it's look everytime you refresh (different images) but the links stay the same.
    the site is
    http://yyyyyyy.info

    So far I've found the following links
    http://yyyyyyy.info/data/
    http://yyyyyyy.info/t (which has proved to be the most interesting because it lead me to the creators twitter account)
    http://twitter.com/mmgg
    who had been posting everything in reverse on his twitter page.
    Sorry if you've already had this link, i haven't been on /x/ in over two years.
    +
    >> + +Anonymous 10/15/10(Fri)11:56 No.5938145
    a recurring post in his tweets is "letmein"
    God damn this shits making me curious.
    + +
    >> + +Anonymous 10/15/10(Fri)12:01 No.5938164
    Jesus christ /x/
    Looking through your 1st page all i see is "MIND FUCK THREAD, STREAMING SCARY MOVIES, SCARY SEA MONSTERS"
    Back when i used to come here you would've been all up in this shit.
    What happened?
    + +
    >> + +Anonymous 10/15/10(Fri)12:03 No.5938169
    >>5938164
    apathy
    + +
    >> + +Anonymous 10/15/10(Fri)12:05 No.5938179
    Newfags are the cancerous troll infected /x/
    + +
    >> + +Anonymous 10/15/10(Fri)12:06 No.5938183
    too scared to visit

    viruses?
    + +
    >> + +Anonymous 10/15/10(Fri)12:08 No.5938188
    >>5938183
    I haven't come across any yet and i constantly scan my shit.
    + +
    >> + +Anonymous 10/15/10(Fri)12:09 No.5938190
    >>5938164

    I've always avoided being clean or having well groomed hair, because I'm afraid it'll make me look like a try hard.
    + +
    >> + +Anonymous 10/15/10(Fri)12:09 No.5938191
    >>5938183
    oh and if you're scared about viruses you can always read the twitter page.
    + +
    >> + +Anonymous 10/15/10(Fri)12:09 No.5938192
    newfags like to play make believe now. In a few secs someone's going to offer to summon a magickal unicorn to shit rainbows to detect the psychic energy around that website to check if it's haunted by some kind of spirit or something. /x/ is pathetic now.
    + +
    >> + +Anonymous 10/15/10(Fri)12:09 No.5938196
    brain chaos Turn money into points emails at midnight are always spam "small minds play in some big time games, and everybody else pays" big heavy rectangles Memory Torture Neuro Slime Barrier Master "Why believe in things that make it tough on you?" Dogs that lick, Dogs that bite. Hounds that howl through the night. Broken leashes all over the floor. Keys left hanging in a swinging door. @ already cancelled my subscription 3 days of work lost due to careless cmd+s OUT OF TIME Understood the request, but refusing to fulfill it normal carpet ride "Nothing comes to a sleeper but a dream" feeling dumb Wrong Direction NO PARADISE our mutation Ryuichi Sakamoto playing the piano while I go to sleep. Actual moths, not metaphorical Twitter archive suggests I have an issue with moths... Where am I? I must do what I must, and I do, though I know better Past is regret. Future is anxiety. "We Must Repeat" déjà vu déjà vu déjà vu déjà vu déjà vu déjà vu déjà vu déjà vu déjà vu déjà vu déjà vu déjà vu déjà vu déjà vu déjà vu déjà vu déjà vu "any excuse, even abuse" Victorian mansion, abandoned hospital, dusty attic, ancient castle, foggy graveyard...
    + +
    >> + + !DOCTORl4Wg 10/15/10(Fri)12:12 No.5938201
    File1287159158.jpg-(416 KB, 792x529, 1213582375751.jpg)
    416 KB
    >>5938192
    Because /x/ hasn't been interested in ARGs since it was created?
    + +
    >> + +Kirby !Ja3wvWW1ZM 10/15/10(Fri)12:13 No.5938202
    Freaky site dude, i found a wierd link:

    http://yyyyyyy.info/swf/gv.html

    its really fuckin creepy, i watched it for only like 3 seconds, scared that somethings gonna pop out
    + +
    >> + +Anonymous 10/15/10(Fri)12:14 No.5938204
    >>5938164
    Well, I was out in the country away from the internets for most of the past week. It was so good to be away from this shithole I haven't been on much since I got back. Just here on quick faggot patrol right now but I have to meet someone for lunch 2 minutes ago so I've bookmarked it for later.

    tl;dr: Place is full of faggots now. Oldfags all left and got lives.
    + +
    >> + +Anonymous 10/15/10(Fri)12:16 No.5938210
    >>5938188

    Nope man, bunch of armed angry rednecks is not a freedom fighting force, neither they are capable of it. You were given the right to use guns just so you can shoot each other
    + +
    >> + +Anonymous 10/15/10(Fri)12:17 No.5938215
    >>5938196
    Goddammit are you that weeaboo autistic chick?
    + +
    >> + +Anonymous 10/15/10(Fri)12:18 No.5938222
    http://www.yyyyyyy.info/together/
    + +
    >> + +Anonymous 10/15/10(Fri)12:20 No.5938230
    >>5938222
    oh god.
    someone brave enough tell me what happens.
    + +
    >> + +Anonymous 10/15/10(Fri)12:25 No.5938254
    >>5938202

    Watched for about 30 seconds or so, the humming stops, and an anomaly appears above the bed. Then I believe the video loops.

    Creepy stuff.
    + +
    >> + +Anonymous 10/15/10(Fri)12:26 No.5938257
    http://www.michaelguidetti.info/

    http://twitter.com/mmgg *mg michaelguidetti
    another linked website... some odd shit on there to (safe)
    + +
    >> + +Anonymous 10/15/10(Fri)12:29 No.5938275
    Honest thoughts, this is Michaels way of getting his art publicity.
    + +
    >> + +Anonymous 10/15/10(Fri)12:31 No.5938288
    >>5938275
    seems like an insane man. and he has been doing it since 2007
    + +
    >> + +Osiris 10/15/10(Fri)12:32 No.5938291
    http://www.michaelguidetti.info/work/messages

    Has anyone D/Led this and tried to decipher it?
    + +
    >> + +Anonymous 10/15/10(Fri)12:34 No.5938304
    This thread is prone to be archived.
    + +
    >> + +Anonymous 10/15/10(Fri)12:35 No.5938311
    >>5938291
    looks like a bunch of ASCII art to me, could have a hidden meaning.
    Going to download now
    + +
    >> + +Osiris 10/15/10(Fri)12:37 No.5938324
    >>5938311
    Alright, sweet. These sites don't really seem freaky to me, rather, have it's own unique strangeness to them.
    + +
    >> + +Anonymous 10/15/10(Fri)12:38 No.5938329
    File1287160696.jpg-(312 KB, 1366x768, seemssafe.jpg)
    312 KB
    Starting to read the pdf now, it seems safe.
    + +
    >> + +Anonymous 10/15/10(Fri)12:40 No.5938338
    "

    Michael Guidetti

    * Index
    * Info

    Contact

    [emailprotected]
    Location

    San Francisco, California, USA
    See Also

    http://www.jancarjones.com/artists/michael-guidetti
    http://www.yyyyyyy.info
    http://www.skeletonsweep.org
    http://echo.yyyyyyy.info
    http://www.delicious.com/mguidetti

    "
    + +
    >> + +Anonymous 10/15/10(Fri)12:40 No.5938339
    i'm watching the vid right now and it seems to be live. i see some orbs flying around in all directions
    + +
    >> + +Anonymous 10/15/10(Fri)12:41 No.5938342
    Read through the .pdf Nothing really worth noting except the fact that its weird as fuck.
    + +
    >> + +Nexx 10/15/10(Fri)12:41 No.5938345
    >>5938339
    what vid?
    + +
    >> + +Anonymous 10/15/10(Fri)12:44 No.5938359
    >>5938345

    http://yyyyyyy.info/swf/gv.html
    + +
    >> + +Anonymous 10/15/10(Fri)12:44 No.5938360
    File1287161097.jpg-(163 KB, 1366x768, girl.jpg)
    163 KB
    + +
    >> + +Anonymous 10/15/10(Fri)12:45 No.5938364
    >>5938345
    Hello Florian
    + +
    >> + +Nexx 10/15/10(Fri)12:46 No.5938366
    >>5938360
    LOL a webcam hacker!
    + +
    >> + +Anonymous 10/15/10(Fri)12:46 No.5938367
    http://yyyyyyy.info/swf/gv.html
    bed webcam?
    + +
    >> + +Nexx 10/15/10(Fri)12:47 No.5938370
    >>5938364
    oh hey.
    do i know you?
    + +
    >> + +Anonymous 10/15/10(Fri)12:47 No.5938374
    >>5938254

    This
    + +
    >> + +Anonymous 10/15/10(Fri)12:47 No.5938379
    just a loop
    >>5938359
    + +
    >> + +Frank 10/15/10(Fri)12:48 No.5938381
    >>5938366
    yo Florian, its me from early this morning

    this worth reviving?

    >>5938346
    + +
    >> + +Anonymous 10/15/10(Fri)12:48 No.5938383
    It's OVERSIGHT
    + +
    >> + +Anonymous 10/15/10(Fri)12:49 No.5938389
    >>5938370
    >>5938381
    can you try not to derail the thread?
    + +
    >> + + !DOCTORl4Wg 10/15/10(Fri)12:50 No.5938392
    File1287161405.jpg-(7 KB, 251x216, 1285506326710.jpg)
    7 KB
    >>5938383
    We both know that's not true.
    + +
    >> + +Nexx 10/15/10(Fri)12:50 No.5938394
    >>5938381
    well actually its maybe worth waiting for that guy to come agian.
    he said he will come again today and we will know if its him.
    so i guess hes gonna post a code agian.
    + +
    >> + +Anonymous 10/15/10(Fri)12:52 No.5938408
    >>5938392
    It is, there is [emailprotected] in there, which was used to contact the person who ran project905.com after he decided to go 404 and block all incoming emails on [emailprotected]

    The ball swf was also on project905.com too along with the orange one and that video one.
    + +
    >> + +Anonymous 10/15/10(Fri)12:52 No.5938409
    >>5938254

    I think this guy is correct. Been looking through plenty of stuff, and Micheal is an artist who participates in art exhibits and such. Quite a few pics show of his setup with green screens and camera equipment.
    + +
    >> + +Anonymous 10/15/10(Fri)12:52 No.5938410
    >>5938367
    This isn't a webcam. I remember watching this video on youtube; I think it was a supposed ghost video.
    + +
    >> + +Nexx 10/15/10(Fri)12:53 No.5938418
    >>5938401
    dude ive emaild you.
    check ur emails
    + +
    >> + +Frank 10/15/10(Fri)12:55 No.5938426
    >>5938418
    do you still have my email? send me one so i have yours
    + +
    >> + +Frank 10/15/10(Fri)12:56 No.5938429
    >>5938425
    this is OP from early this am??
    + +
    >> + +Nexx 10/15/10(Fri)12:56 No.5938433
    >>5938425
    no?
    you send me that code yesterday and i decoded it.
    there was an email adress in it. i guess its not urs then?
    + +
    >> + +Frank 10/15/10(Fri)12:57 No.5938438
    >>5938433
    dude the email address in the code was the guy we spoke with via email. this is OP!
    + +
    >> + +Nexx 10/15/10(Fri)12:59 No.5938451
    >>5938438
    nono it was a different email.
    the guy i mean, send me a code saying "nexx email me" then the code.
    and the email it came out was not adam
    + +
    >> + +Nexx 10/15/10(Fri)13:01 No.5938460
    >>5938442
    meaning what.
    also whos jeffrey?
    + +
    >> + +Anonymous 10/15/10(Fri)13:02 No.5938468
    http://yyyyyyy.info/swf/teapot.html
    http://yyyyyyy.info/iiiiiii.html
    [emailprotected]
    http://yyyyyyy.info/ballbounce.swf
    + +
    >> + +Nexx 10/15/10(Fri)13:03 No.5938473
    >>5938464
    well you see, it looks like there were 2 guys with codes then.
    because one of them said "email me"
    and then his email adress in a code.
    i guess i just took to long to decode it. now he wont reply :/
    + +
    >> + +Frank 10/15/10(Fri)13:04 No.5938476
    >>5938460
    i say you spell out we are even trying to determine at this point.

    tell us what u know, lol
    + +
    >> + +Frank 10/15/10(Fri)13:05 No.5938482
    >>5938473
    ok, so Tallkat is OP and the guy with the email who is not answering.

    is he just trolling us?
    + +
    >> + +Nexx 10/15/10(Fri)13:05 No.5938485
    >>5938476
    better not.
    he removed his email again shortly after i saved it.
    guess it was really only for me.
    + +
    >> + +Anonymous 10/15/10(Fri)13:09 No.5938509
    page displays fine in IE. Way to use an inferior browser OP
    + +
    >> + +Anonymous 10/15/10(Fri)13:09 No.5938510
    Another website.
    Another shit I don't give a fuck about.
    Are you /x/tards really so lonley you try to find mysterious in shit that aren't even mysteries?

    >mfw when its just a fucking script.

    You are the same faggots that would debate if software is really real.

    Protip: You're all going to be miserable lonely faggots. If you already aren't.

    >lulz
    + +
    >> + +Nexx 10/15/10(Fri)13:10 No.5938515
    >>5938482
    dont think so.
    im only worried that i took to long to decode it, and thats why he wont reply :(

    remember one of the codes stating "i have proof aliens exists" then adams email wich was obviously not hims.
    then he said to adam in a code "i have news- disclosoure not what expected"

    then i said on the thread yesterday "anyone else thinks the codes has something todo with the UFOs?
    and shortly after that, he replyied to me with "nexx email me" then his coded email.

    now i send 3 emails to him, but still no reply :(
    + +
    >> + +Frank 10/15/10(Fri)13:14 No.5938534
    >>5938515
    lol. maybe he is not at his pc?

    maybe we can get this into an irc and off of /x/?
    + +
    >> + +Nexx 10/15/10(Fri)13:14 No.5938536
    >>5938515
    if you ask me, there is some MASSIVE shit going ond
    including the UFO sightnings.
    and that guy DEFENITLY has something todo with all this!
    + +
    >> + +Nexx 10/15/10(Fri)13:15 No.5938544
    >>5938534
    yeha dude lets discuss this private. email me.
    you already know my email i guess.
    + +
    >> + +Frank 10/15/10(Fri)13:18 No.5938561
    >>5938544
    nono, i don't, only adam's. pop in here real quick

    http://anonnet.org/webirc/
    + +
    >> + +Edward Carnby !v752nNauDY 10/15/10(Fri)13:28 No.5938599
    >>5938510

    The website is paranormally AWESOME, that's why we check it out.
    + +
    >> + +Nexx 10/15/10(Fri)13:30 No.5938610
    >>5938585
    dude wtf REMOVE THE LINK
    you stupid?!
    + +
    >> + +Frank 10/15/10(Fri)13:30 No.5938612
    >>5938544
    yo where did u go? working on the new code?

    i have no way of talking to u outside of x
    + +
    >> + +Anonymous 10/15/10(Fri)13:31 No.5938615
    I want in, make a tinychat
    + +
    >> + +Nexx 10/15/10(Fri)13:32 No.5938621
    >>5938612
    not sure if its really a good idea to give you my email adress mate... sry
    + +
    >> + +Anonymous 10/15/10(Fri)13:33 No.5938627
    >>5938610

    way to go douchebag...
    + +
    >> + +Nexx 10/15/10(Fri)13:34 No.5938632
    >>5938627
    thanks...
    + +
    >> + +Papillon !9y6D1juugk 10/15/10(Fri)13:35 No.5938636
    I see you like net.art.

    http://map.jodi.org/
    + +
    >> + +Frank 10/15/10(Fri)13:36 No.5938638
    >>5938621
    ya of course

    its not letting me post a tinychat link...

    i am in here:

    http://anonnet.org/webirc/
    + +
    >> + +Nexx 10/15/10(Fri)13:38 No.5938653
    >>5938638
    dude im there
    + +
    >> + +Anonymous 10/15/10(Fri)13:41 No.5938666
    >>5938636

    So what's on the sites ?
    + +
    >> + +Coiguy !!gHvGIr6Gs1R 10/15/10(Fri)13:44 No.5938687
    File1287164655.png-(10 KB, 500x450, 1285960178678.png)
    10 KB
    No matter how many times you refresh theirs always somethng about destroying a computer. Also it said in text near the bottom : "Remember the people on here are real" This site is pretty cool, thanks for the link op.
    + +
    >> + +Coiguy !!gHvGIr6Gs1R 10/15/10(Fri)13:50 No.5938706
    File1287165021.gif-(374 KB, 250x140, 1286801225661.gif)
    374 KB
    >>5938687
    Ok to me this seems to be about like computers taking over or being evil or some shit... i see pictures of dead people sitting at computers people point guns at their laptops and an ad that said, Make your monitor come alive!
    + +
    >> + +Edward Carnby !v752nNauDY 10/15/10(Fri)13:52 No.5938709
    >>5938706

    Probably the "machines will take over Man" thing.
    + +
    >> + +Anonymous 10/15/10(Fri)13:56 No.5938723
    looking at the html source.
    it mentioned that you need to read somthing called "admin.txt" to understand
    anybody find anything like that?
    + +
    >> + +Anonymous 10/15/10(Fri)13:59 No.5938735
    >>5938723
    im sorry readme.txt
    + +
    >> + +Anonymous 10/15/10(Fri)14:00 No.5938745
    >>5938735

    cont.txt

    someone posted a scrambled link... if you decode it it becomes a rapidshare link
    + +
    >> + +Coiguy !!gHvGIr6Gs1R 10/15/10(Fri)14:00 No.5938747
    File1287165632.jpg-(43 KB, 527x348, 1287115853431.jpg)
    43 KB
    In the video one, i just saw the sheets move on the bed to the left and some guy stood up and started walking towards the camera. Got freaked and closed the window like a pussy. If its a live stream something should be happening now but im to scared to look.
    + +
    >> + +Anonymous 10/15/10(Fri)14:01 No.5938753
    more from the html source:

    I have a hunch that is due to the google analytics javascript, which reads user information and displays a different page profile accordingly. But I run No-Script, and AdBlock, block all cookies, and it still seems to change each time. And curiously it has more than 50 different profiles(yes I refreshed 50 times), the max google analytics supports. The links page actually has some useful stuff, including an app for macs that meows every time you
    + +
    >> + +Anonymous 10/15/10(Fri)14:02 No.5938760
    http://castlezzt.net/
    better pictures
    + +
    >> + +Anonymous 10/15/10(Fri)14:05 No.5938771
    more from the html source

    found this link http://yyyyyyy.info/swf/teapot.html
    + +
    >> + +Anonymous 10/15/10(Fri)14:16 No.5938823
    more from the html source

    http://www.michaelguidetti.info/
    there is the designers website.
    apparently its from 2008 so no wonder he didnt respond
    the end
    + +
    >> + +Anonymous 10/15/10(Fri)14:17 No.5938827
    bump
    + +
    >> + +Anonymous 10/15/10(Fri)14:18 No.5938832
    >>5938121
    OP, checck out www.superbad.com (no, it has nothing to do with the movie). It is a pretty fucking weird website that a friend showed me a few years ago.
    + +
    >> + +Interested Anon 10/15/10(Fri)14:19 No.5938835
    http://trapdoors.yyyyyyy.info/
    + +
    >> + +Anonymous 10/15/10(Fri)14:27 No.5938882
    http://yyyyyyy.info/iiiiiii.html
    mannaged to get to this..rather odd
    + +
    >> + +Anonymous 10/15/10(Fri)14:32 No.5938916
    http://www.youtube.com/watch?v=288Z1m-bsIc&feature=player_embedded

    some of the websites creator's art
    + +
    >> + +Anonymous 10/15/10(Fri)14:36 No.5938934
    http://yyyyyyy.info/t/
    what the fuck man
    + +
    >> + +Edward Carnby !v752nNauDY 10/15/10(Fri)14:56 No.5939042
    Saving this god-thread for great justice.
    +

    +

    [Return]
    +
    +Delete Post [File Only]
    +Password +
    Style [Yotsuba | Yotsuba B | Futaba | Burichan]
    + + + + + + + + +
    \ No newline at end of file diff --git a/yyyyyyy/l/x/js/email-decode.min.js b/yyyyyyy/l/x/js/email-decode.min.js new file mode 100644 index 0000000..725b7c6 --- /dev/null +++ b/yyyyyyy/l/x/js/email-decode.min.js @@ -0,0 +1 @@ +!function(){"use strict";function e(e){try{if("undefined"==typeof console)return;"error"in console?console.error(e):console.log(e)}catch(e){}}function t(e){return d.innerHTML='',d.childNodes[0].getAttribute("href")||""}function r(e,t){var r=e.substr(t,2);return parseInt(r,16)}function n(n,c){for(var o="",a=r(n,c),i=c+2;i-1&&(o.href="mailto:"+n(o.href,a+l.length))}catch(i){e(i)}}function o(t){for(var r=t.querySelectorAll(u),c=0;c