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,025
Folders
377
Scanned Size
3.79 GB
PHP Files
791
Editable Text Files
12,309
File viewer
guarded to /htdocs
/privacy.php
<?php declare(strict_types=1); require __DIR__ . '/_inc/app.php'; page_header('Privacy'); ?> <div class="card"> <h1>Privacy</h1> <p class="muted">Last updated: <?= date('Y-m-d') ?></p> <h2>What we collect</h2> <ul class="bullets"> <li><b>Contact form:</b> name, email, and message content you submit.</li> <li><b>Basic analytics:</b> if enabled, aggregated traffic measurement via Google tag (GA4).</li> <li><b>Server logs:</b> standard web server logs (IP, user agent, request URL) for security and debugging.</li> </ul> <h2>How we use it</h2> <ul class="bullets"> <li>To respond to messages you send.</li> <li>To understand site usage and improve performance.</li> <li>To secure and operate the website.</li> </ul> <h2>Cookies</h2> <p> This site may use cookies if analytics is enabled by the site owner. If analytics is disabled, we do not intentionally set tracking cookies. </p> <h2>Data sharing</h2> <p> We do not sell personal information. We may share data only when required by law or to protect the site. </p> <h2>Contact</h2> <p> Privacy questions: <a href="/contact.php">contact page</a>. </p> <div class="grid" style="margin-top:14px"> <a class="gs-btn" href="/terms.php"><span>Terms</span><i>→</i></a> <a class="gs-btn ghost" href="/"><span>Back to Hub</span><i>↩</i></a> </div> </div> <style> h2{ margin:18px 0 8px; font-size: 16px; } .bullets{ margin:0; padding-left: 18px; color: var(--text); } .bullets li{ margin:8px 0; } a{ color: rgba(106,224,255,.95); } .gs-btn.ghost{ background: transparent; } </style> <?php page_footer(); ?>
Save file
Quick jump
open a path
Open