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,334
Folders
408
Scanned Size
3.84 GB
PHP Files
886
Editable Text Files
12,595
File viewer
guarded to /htdocs
/simon/diagnostics.php
<?php declare(strict_types=1); require_once __DIR__.'/core/bootstrap.php'; simon_require_auth(); $h=simon_health(); simon_event(['event_type'=>'diagnostics.viewed','what_type'=>'diagnostics','what_action'=>'view','component'=>'Database Intelligence','summary'=>'Phase 1 diagnostics viewed.']); ?><!doctype html><html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>SIMON Diagnostics</title><link rel="stylesheet" href="assets/simon.css"></head><body><main class="shell"><header><div><small>SIMON ENTERPRISE OS</small><h1>Phase 1 Diagnostics</h1></div><nav><a href="index.php">Command Center</a></nav></header><section class="hero"><div><span class="badge <?=$h['status']?>"><?=strtoupper(simon_h($h['status']))?></span><h2>System health: <?=$h['score']?>%</h2><p>Database, required schema, and PHP extension validation.</p></div></section><section class="cards"><article><span>Database</span><strong><?=$h['database']['ok']?'Connected':'Unavailable'?></strong></article><article><span>Required tables</span><strong><?=$h['tables_present']?> / <?=$h['tables_required']?></strong></article><article><span>PHP</span><strong><?=simon_h($h['php_version'])?></strong></article></section><section class="panel wide"><h3>Required schema</h3><table><tr><th>Table</th><th>Status</th></tr><?php foreach($h['tables'] as $r):?><tr><td><?=simon_h($r['table'])?></td><td><em class="pill <?=$r['exists']?'ok':'bad'?>"><?=$r['exists']?'Present':'Missing'?></em></td></tr><?php endforeach;?></table></section><section class="panel"><h3>PHP extensions</h3><div class="chips"><?php foreach($h['extensions'] as $e=>$ok):?><em class="pill <?=$ok?'ok':'bad'?>"><?=simon_h($e)?>: <?=$ok?'enabled':'missing'?></em><?php endforeach;?></div></section></main></body></html>
Save file
Quick jump
open a path
Open