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,404
Folders
434
Scanned Size
3.86 GB
PHP Files
949
Editable Text Files
12,653
File viewer
guarded to /htdocs
/live/webhook_test.php
<?php declare(strict_types=1); ?> <!doctype html><html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>SIMON Webhook Test</title><style>body{background:#05041a;color:#eaf2ff;font:14px system-ui;padding:18px}textarea,input,button{width:100%;margin:8px 0;padding:12px;border-radius:12px;border:1px solid #7a5cff;background:#111;color:#fff}pre{white-space:pre-wrap;background:#111;padding:12px;border-radius:12px}</style></head><body><h1>SIMON Webhook Test</h1><input id="stream" value="default"><textarea id="body" rows="7">{"title":"SIMON test event","summary":"Webhook is online","url":"https://www.gaylordsinclair.com/"}</textarea><button onclick="postIt()">POST Test Event</button><button onclick="getIt()">GET Recent Events</button><pre id="out"></pre><script>async function postIt(){const s=document.getElementById('stream').value||'default';const b=document.getElementById('body').value;const r=await fetch('webhook_inbox.php?stream='+encodeURIComponent(s),{method:'POST',headers:{'Content-Type':'application/json'},body:b});out.textContent=await r.text()}async function getIt(){const s=document.getElementById('stream').value||'default';const r=await fetch('webhook_inbox.php?stream='+encodeURIComponent(s));out.textContent=await r.text()}getIt();</script></body></html>
Save file
Quick jump
open a path
Open