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,680
Folders
433
Scanned Size
3.89 GB
PHP Files
988
Editable Text Files
12,938
File viewer
guarded to /htdocs
/infinity/old/lulu/config.php
<?php declare(strict_types=1); return [ 'site' => [ 'name' => 'Lulu HQ', 'theme_color' => '#070b16', 'canonical' => '/infinity/lulu/', 'version' => 'lulu-hq-v1.0', ], 'paths' => [ 'cfg_dir' => __DIR__ . '/_cfg', 'logs_dir' => __DIR__ . '/_logs', 'backups_dir' => __DIR__ . '/_backups', 'safe_flag' => __DIR__ . '/_cfg/safe_mode.on', ], 'media' => [ 'dir_fs' => __DIR__ . '/media', 'dir_web' => '/infinity/lulu/media', 'bg_video' => '/infinity/lulu/media/bg.mp4', 'bg_image' => '/infinity/lulu/media/bg.jpg', 'music' => '/infinity/lulu/media/music.mp3', 'exclude_prefixes' => ['bg.', 'music.'], 'exclude_dirs' => ['_thumbs', '_uploads'], 'include_ext' => ['jpg','jpeg','png','webp','gif','mp4','mov','webm'], 'sort' => 'newest', // newest | filename ], 'features' => [ 'enable_server_logging' => true, // api.php append/read 'enable_uploads' => false, // keep OFF until reviewed 'enable_console' => true, 'enable_safe_mode' => true, ], 'scoring' => [ 'start' => 100, 'penalties' => [ 'pee_inside_once_per_day' => 30, 'poop_inside_once_per_day' => 35, 'accident_each' => 10, 'crate_rough_once_per_day' => 10, 'missing_pee' => 5, 'missing_poop' => 5, ], 'chaos_threshold' => 3, // chaos events in a day => CHAOS ], 'labels' => [ 'A+' => 'GOOD', 'A' => 'GOOD', 'A-' => 'GOOD', 'B+' => 'GOOD', 'B' => 'GOOD', 'B-' => 'GOOD', 'C+' => 'BORDERLINE', 'C' => 'BORDERLINE', 'C-' => 'BORDERLINE', 'D' => 'BAD', 'F' => 'BAD', ], 'admin' => [ 'key_file' => __DIR__ . '/_cfg/_key_admin.php', // must return string 'max_read_lines' => 2500, 'backup_keep' => 14, 'rotate_mb' => 10, // rotate ndjson if > N MB ], ];
Save file
Quick jump
open a path
Open