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
/sql/SIMON_PHASE_2_v13.0.2_UPGRADE.sql
ALTER TABLE simon_file_registry ADD COLUMN IF NOT EXISTS registry_key CHAR(64) NULL AFTER file_uuid; UPDATE simon_file_registry SET registry_key = SHA2(CONCAT(COALESCE(project_id,0),'|',entity_type,'|',canonical_path),256) WHERE registry_key IS NULL OR registry_key=''; ALTER TABLE simon_file_registry MODIFY registry_key CHAR(64) NOT NULL; -- If this key already exists, MariaDB will report a harmless duplicate-key-name error. ALTER TABLE simon_file_registry ADD UNIQUE KEY uq_registry_key (registry_key);
Save file
Quick jump
open a path
Open