SIMON Master Console Rebuild
True command center for SIMON + WEB360
This rebuild gives you a cleaner production spine: interactive tree, live viewer, guarded editor, dynamic graphics, architecture map, and note storage. It is designed to sit beside your existing
console.php
and become the stronger replacement path.
Dashboard
Tree
Viewer
System Map
File Registry
Notes
Files
15,026
Folders
377
Scanned Size
3.79 GB
PHP Files
791
Editable Text Files
12,310
File viewer
guarded to /htdocs
/kosmos/Old.php
<?php declare(strict_types=1); /** * KOSMOS Network landing page * Gaylord Sinclair · KN Network · Gay Central * * Primary destination: * /kosmos/kosmos_dimension_forge.php */ header('Content-Type: text/html; charset=UTF-8'); header('X-Content-Type-Options: nosniff'); header('Referrer-Policy: strict-origin-when-cross-origin'); const KOSMOS_FORGE_URL = '/kosmos/kosmos_dimension_forge.php'; ?> <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover"> <meta name="theme-color" content="#050510"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <meta name="description" content="Enter KOSMOS Dimension Forge, a Gaylord Sinclair creation within the KN Network and Gay Central."> <title>KOSMOS — The Body That Became a Universe</title> <style> :root{ --bg:#03030a; --panel:rgba(11,12,31,.76); --line:rgba(155,108,255,.30); --text:#f9f7ff; --muted:#aaa7c7; --cyan:#5ce8ff; --violet:#9c6cff; --pink:#ff57d3; --gold:#ffd57d; --green:#68efb7; --safe-top:env(safe-area-inset-top,0px); --safe-right:env(safe-area-inset-right,0px); --safe-bottom:env(safe-area-inset-bottom,0px); --safe-left:env(safe-area-inset-left,0px); } *{box-sizing:border-box} html{background:var(--bg);scroll-behavior:smooth} body{ margin:0;min-height:100dvh;overflow-x:hidden;color:var(--text); background: radial-gradient(circle at 50% 15%,rgba(110,68,190,.26),transparent 30%), radial-gradient(circle at 15% 70%,rgba(0,185,255,.10),transparent 28%), radial-gradient(circle at 85% 62%,rgba(255,50,191,.10),transparent 28%), var(--bg); font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; -webkit-text-size-adjust:100%; } a{color:inherit} #stars{position:fixed;inset:0;width:100%;height:100%;z-index:0;pointer-events:none} .noise{ position:fixed;inset:0;z-index:1;pointer-events:none;opacity:.04; background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E") } .page{ position:relative;z-index:2;min-height:100dvh;display:grid;grid-template-rows:auto 1fr auto; } .topbar{ display:flex;align-items:center;justify-content:space-between;gap:14px; padding:calc(14px + var(--safe-top)) max(16px,var(--safe-right)) 12px max(16px,var(--safe-left)); border-bottom:1px solid rgba(255,255,255,.06); background:linear-gradient(180deg,rgba(3,3,12,.95),rgba(3,3,12,.20)); backdrop-filter:blur(18px); } .brand{display:flex;align-items:center;gap:11px;min-width:0} .mark{ width:44px;height:44px;flex:0 0 auto;display:grid;place-items:center; border-radius:15px;color:#070611;font-size:12px;font-weight:950; background:conic-gradient(from 25deg,var(--cyan),var(--violet),var(--pink),var(--gold),var(--cyan)); box-shadow:0 0 34px rgba(156,108,255,.55); } .brandCopy{min-width:0} .brandCopy small{ display:block;color:var(--cyan);font-size:9px;letter-spacing:.19em;text-transform:uppercase; } .brandCopy strong{ display:block;margin-top:2px;font-size:clamp(15px,3vw,21px); white-space:nowrap;overflow:hidden;text-overflow:ellipsis; } .live{ display:flex;align-items:center;gap:8px;color:#f1efff; font-size:9px;font-weight:850;letter-spacing:.14em;text-transform:uppercase; } .liveDot{ width:9px;height:9px;border-radius:50%;background:#ff3f68; box-shadow:0 0 0 0 rgba(255,63,104,.7);animation:pulse 1.7s infinite; } @keyframes pulse{ 70%{box-shadow:0 0 0 11px rgba(255,63,104,0)} 100%{box-shadow:0 0 0 0 rgba(255,63,104,0)} } .hero{ width:min(1180px,100%);margin:0 auto;display:grid; grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr); align-items:center;gap:clamp(30px,6vw,80px); padding:clamp(42px,8vw,100px) max(20px,var(--safe-right)) clamp(48px,9vw,110px) max(20px,var(--safe-left)); } .copy{max-width:680px} .eyebrow{ margin:0 0 13px;color:var(--gold);font-size:10px;font-weight:850; letter-spacing:.25em;text-transform:uppercase; } h1{ margin:0;font-size:clamp(48px,10vw,112px);line-height:.82; letter-spacing:-.065em;font-weight:950; background:linear-gradient(110deg,#fff 0%,#aeeeff 20%,#bd91ff 45%,#ff73db 68%,#ffe09b 100%); -webkit-background-clip:text;background-clip:text;color:transparent; filter:drop-shadow(0 0 22px rgba(151,100,255,.18)); } .subtitle{ margin:22px 0 0;font-size:clamp(20px,3vw,34px);line-height:1.08; font-weight:900;max-width:620px; } .intro{ margin:18px 0 0;max-width:610px;color:#c8c4de; font-size:clamp(14px,1.5vw,17px);line-height:1.72; } .actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:28px} .launch,.secondary{ min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:10px; padding:13px 18px;border-radius:15px;text-decoration:none;font-weight:900; letter-spacing:.02em;transition:.2s ease; } .launch{ color:#080711;background:linear-gradient(120deg,var(--cyan),#af8aff 46%,var(--pink) 72%,var(--gold)); box-shadow:0 15px 45px rgba(138,88,255,.28),0 0 26px rgba(84,229,255,.20); } .secondary{ color:#e8e5fb;border:1px solid rgba(255,255,255,.12); background:rgba(255,255,255,.055);backdrop-filter:blur(12px); } .launch:hover,.secondary:hover{transform:translateY(-2px)} .launch:active,.secondary:active{transform:translateY(0)} .arrow{font-size:18px} .meta{ display:flex;flex-wrap:wrap;gap:8px;margin-top:20px; color:var(--muted);font-size:9px;letter-spacing:.12em;text-transform:uppercase; } .meta span{ padding:7px 9px;border-radius:999px;border:1px solid rgba(255,255,255,.08); background:rgba(255,255,255,.035); } .portalWrap{display:grid;place-items:center} .portal{ position:relative;width:min(430px,82vw);aspect-ratio:1; display:grid;place-items:center;filter:drop-shadow(0 35px 70px rgba(0,0,0,.48)); } .portal::before{ content:"";position:absolute;inset:9%;border-radius:50%; background: radial-gradient(circle at 50% 50%,rgba(255,255,255,.95) 0 1%,rgba(255,215,120,.76) 4%,transparent 13%), radial-gradient(circle at 54% 48%,rgba(93,232,255,.58),transparent 26%), radial-gradient(circle at 43% 56%,rgba(255,84,211,.50),transparent 32%), radial-gradient(circle at 50% 50%,rgba(156,108,255,.48),transparent 58%); box-shadow: 0 0 42px rgba(91,231,255,.28), 0 0 95px rgba(255,87,211,.22), inset 0 0 70px rgba(255,255,255,.12); animation:breathe 4.3s ease-in-out infinite alternate; } .portal::after{ content:"";position:absolute;inset:4%;border-radius:50%; border:1px solid rgba(109,230,255,.34); box-shadow: 0 0 0 18px rgba(156,108,255,.035), 0 0 0 38px rgba(255,87,211,.025), 0 0 0 62px rgba(255,213,125,.018); animation:spin 16s linear infinite; } @keyframes breathe{ from{transform:scale(.95) rotate(-5deg);filter:saturate(1)} to{transform:scale(1.07) rotate(5deg);filter:saturate(1.55)} } @keyframes spin{to{transform:rotate(360deg)}} .ring{ position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.15); box-shadow:0 0 20px rgba(91,231,255,.12),inset 0 0 20px rgba(255,86,211,.08); } .r1{inset:1%;animation:spin 20s linear infinite} .r2{inset:14%;animation:spin 13s linear infinite reverse;border-style:dashed} .r3{inset:26%;animation:spin 9s linear infinite} .figure{ position:relative;z-index:3;width:31%;height:55%; filter:drop-shadow(0 0 22px rgba(91,231,255,.45)); } .figure svg{width:100%;height:100%} .frequency{ position:absolute;z-index:4;left:50%;bottom:12%;transform:translateX(-50%); padding:8px 11px;border-radius:999px;color:#fff;font-size:9px;font-weight:850; letter-spacing:.15em;text-transform:uppercase;white-space:nowrap; border:1px solid rgba(255,255,255,.14);background:rgba(4,5,18,.66);backdrop-filter:blur(12px); } .story{ width:min(900px,calc(100% - 32px));margin:0 auto clamp(52px,8vw,90px); padding:clamp(22px,4vw,42px);border:1px solid var(--line);border-radius:24px; background:linear-gradient(180deg,rgba(18,16,45,.68),rgba(7,8,22,.72)); box-shadow:0 28px 90px rgba(0,0,0,.34);backdrop-filter:blur(18px); } .story h2{margin:0;font-size:clamp(24px,4vw,42px)} .story p{margin:15px 0 0;color:#c9c5df;font-size:15px;line-height:1.75} .story strong{color:#fff} .story .storyLink{margin-top:22px} .footer{ display:flex;align-items:center;justify-content:space-between;gap:12px; padding:14px max(16px,var(--safe-right)) calc(14px + var(--safe-bottom)) max(16px,var(--safe-left)); color:var(--muted);font-size:9px;letter-spacing:.12em;text-transform:uppercase; border-top:1px solid rgba(255,255,255,.06);background:rgba(2,2,9,.74); } .footer b{color:#eeeaff} @media (max-width:780px){ .hero{grid-template-columns:1fr;text-align:center;padding-top:46px} .copy{margin:0 auto} .intro{margin-left:auto;margin-right:auto} .actions,.meta{justify-content:center} .portal{width:min(390px,86vw)} .live span:last-child{display:none} } @media (max-width:480px){ .topbar{padding-inline:10px} .mark{width:39px;height:39px;border-radius:13px} .brandCopy small{font-size:7px} .brandCopy strong{font-size:13px} .hero{padding-inline:16px} h1{font-size:63px} .launch,.secondary{width:100%} .footer{display:block;text-align:center;line-height:1.7} } @media (prefers-reduced-motion:reduce){ *,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important} } </style> </head> <body> <canvas id="stars" aria-hidden="true"></canvas> <div class="noise"></div> <div class="page"> <header class="topbar"> <div class="brand"> <div class="mark">KN</div> <div class="brandCopy"> <small>Gaylord Sinclair Creation</small> <strong>KOSMOS Network</strong> </div> </div> <div class="live"> <span class="liveDot"></span> <span>Gay Central Broadcasting</span> </div> </header> <main> <section class="hero"> <div class="copy"> <p class="eyebrow">The body that learned to become a universe</p> <h1>KOSMOS</h1> <p class="subtitle">Master matter. Build the body. Create dimensions.</p> <p class="intro"> Enter a living forge where frequency gathers matter, shields replicate, nebulae form inside the body, and galaxies are released through light. Your body is not a prison. It is the beginning of a universe. </p> <div class="actions"> <a class="launch" href="<?= htmlspecialchars(KOSMOS_FORGE_URL, ENT_QUOTES, 'UTF-8') ?>"> Enter Kosmos Dimensions Forge <span class="arrow">→</span> </a> <a class="secondary" href="#story">Read the Origin</a> </div> <div class="meta"> <span>KN Network</span> <span>Gay Central</span> <span>Gaylord Sinclair</span> <span>Sound · Matter · Dimensions</span> </div> </div> <div class="portalWrap" aria-hidden="true"> <div class="portal"> <div class="ring r1"></div> <div class="ring r2"></div> <div class="ring r3"></div> <div class="figure"> <svg viewBox="0 0 120 190" xmlns="http://www.w3.org/2000/svg"> <defs> <linearGradient id="body" x1="0" y1="0" x2="1" y2="1"> <stop offset="0%" stop-color="#ffffff"/> <stop offset="24%" stop-color="#5ce8ff"/> <stop offset="54%" stop-color="#9c6cff"/> <stop offset="78%" stop-color="#ff57d3"/> <stop offset="100%" stop-color="#ffd57d"/> </linearGradient> </defs> <circle cx="60" cy="25" r="17" fill="url(#body)"/> <path d="M39 52c7-9 35-9 42 0l9 35c3 13 1 32-5 45l-8 18c-4 9-9 16-17 16s-13-7-17-16l-8-18c-6-13-8-32-5-45l9-35Z" fill="url(#body)" opacity=".88"/> <path d="M29 69c-8 5-18 15-20 25-2 8 6 15 13 10l19-13 3-14-15-8Z" fill="url(#body)" opacity=".78"/> <path d="M91 69c8 5 18 15 20 25 2 8-6 15-13 10L79 91l-3-14 15-8Z" fill="url(#body)" opacity=".78"/> <path d="M47 148l-14 28c-5 11 10 17 16 8l11-17 11 17c6 9 21 3 16-8l-14-28" fill="url(#body)" opacity=".82"/> <circle cx="54" cy="23" r="3" fill="#fff"/> <circle cx="66" cy="23" r="3" fill="#fff"/> <circle cx="60" cy="79" r="5" fill="#fff"/> <circle cx="60" cy="102" r="5" fill="#5ce8ff"/> <circle cx="60" cy="125" r="5" fill="#ff57d3"/> </svg> </div> <div class="frequency">528 Hz · Creation Online</div> </div> </div> </section> <section class="story" id="story"> <h2>The Arrival of KOSMOS</h2> <p> Before KOSMOS, there was silence without form. Then a vibration appeared. Particles moved. Heat emerged. Color followed. Matter began to remember itself. </p> <p> At the center stood <strong>Gaylord Sinclair</strong>—receiver, maker, and living frequency. The nebula formed inside his chest, expanded through his body, passed behind his eyes, and entered the darkness as twin beams of creation. </p> <p> The KN Network detected the release. Gay Central began broadcasting: <strong>KOSMOS IS ONLINE.</strong> </p> <div class="storyLink"> <a class="launch" href="<?= htmlspecialchars(KOSMOS_FORGE_URL, ENT_QUOTES, 'UTF-8') ?>"> Continue to the Forge <span class="arrow">→</span> </a> </div> </section> </main> <footer class="footer"> <span><b>KOSMOS Network</b> · KN Network · Gay Central</span> <span>© <?= date('Y') ?> Gaylord Sinclair</span> </footer> </div> <script> (() => { 'use strict'; const canvas = document.getElementById('stars'); const ctx = canvas.getContext('2d'); let width = innerWidth; let height = innerHeight; let dpr = Math.min(devicePixelRatio || 1, 2); let stars = []; let particles = []; let last = performance.now(); function resize(){ width = innerWidth; height = innerHeight; dpr = Math.min(devicePixelRatio || 1, 2); canvas.width = Math.round(width * dpr); canvas.height = Math.round(height * dpr); canvas.style.width = width + 'px'; canvas.style.height = height + 'px'; ctx.setTransform(dpr,0,0,dpr,0,0); const starCount = Math.max(160, Math.min(520, Math.floor(width * height / 2600))); stars = Array.from({length:starCount}, () => ({ x:Math.random()*width, y:Math.random()*height, r:Math.random()*1.5+.2, a:Math.random()*.65+.2, phase:Math.random()*Math.PI*2, speed:Math.random()*2+.4 })); } function spawn(){ const palette = [ [91,232,255], [156,108,255], [255,87,211], [255,213,125], [255,255,255] ]; const color = palette[Math.floor(Math.random()*palette.length)]; particles.push({ x:width*.5+(Math.random()-.5)*Math.min(width,520), y:height*.44+(Math.random()-.5)*Math.min(height,420), vx:(Math.random()-.5)*.18, vy:(Math.random()-.5)*.18, r:Math.random()*2.8+.6, life:Math.random()*3+2, color }); } function frame(now){ const dt = Math.min(.04,(now-last)/1000 || .016); last = now; ctx.clearRect(0,0,width,height); for(const star of stars){ const alpha = star.a * (.72 + Math.sin(now*.001*star.speed+star.phase)*.28); ctx.fillStyle = `rgba(255,255,255,${Math.max(0,alpha)})`; ctx.beginPath(); ctx.arc(star.x,star.y,star.r,0,Math.PI*2); ctx.fill(); } if(particles.length < 95 && Math.random() < .48) spawn(); ctx.globalCompositeOperation = 'lighter'; for(let i=particles.length-1;i>=0;i--){ const p=particles[i]; p.x += p.vx*dt*60; p.y += p.vy*dt*60; p.life -= dt; const alpha = Math.max(0,Math.min(1,p.life/3)); const glow = ctx.createRadialGradient(p.x,p.y,0,p.x,p.y,p.r*5); glow.addColorStop(0,`rgba(${p.color[0]},${p.color[1]},${p.color[2]},${alpha})`); glow.addColorStop(1,'rgba(0,0,0,0)'); ctx.fillStyle = glow; ctx.beginPath(); ctx.arc(p.x,p.y,p.r*5,0,Math.PI*2); ctx.fill(); if(p.life <= 0) particles.splice(i,1); } ctx.globalCompositeOperation = 'source-over'; requestAnimationFrame(frame); } addEventListener('resize',resize); resize(); requestAnimationFrame(frame); })(); </script> </body> </html>
Save file
Quick jump
open a path
Open