diff --git a/public/hub.php b/public/hub.php
index c2f44deb..9d8d2056 100644
--- a/public/hub.php
+++ b/public/hub.php
@@ -34,11 +34,7 @@ a.link .tag{font-family:'JetBrains Mono',monospace;font-size:.55rem;padding:2px
@@ -59,7 +55,7 @@ S88 Panel:
yacine /
Yac1ne@Wev2026Sec
📈Tracking Dashboardtrack
🎯Tracking Systemtrack
🚀Tracking Deploytrack
-
🎯NonReg Master v5sec
+
🎯NonReg Master v6sec
📊Ultimate Dashboardsec
🧬Lookalike Enginedb
🕷️Scrapping Factorydb
diff --git a/public/nonreg-mini.php b/public/nonreg-mini.php
deleted file mode 100644
index bc1e15c9..00000000
--- a/public/nonreg-mini.php
+++ /dev/null
@@ -1,33 +0,0 @@
-";
-$tests = [];
-$pass = 0;
-$fail = 0;
-
-function test($cat, $name, $ok, $detail = '') {
- global $tests, $pass, $fail;
- $ok = (bool)$ok;
- $tests[] = ['cat' => $cat, 'name' => $name, 'ok' => $ok, 'detail' => $detail];
- if ($ok) $pass++; else $fail++;
-}
-
-function port($host, $port, $timeout = 5) {
- $c = @fsockopen($host, $port, $e, $es, $timeout);
- if ($c) { fclose($c); return true; }
- return false;
-}
-
-test('S95', 'Apache 5821', port('127.0.0.1', 5821), '');
-test('S95', 'Apache 5890', port('127.0.0.1', 5890), '');
-test('S95', 'PG 5432', port('127.0.0.1', 5432), '');
-
-echo "
";
-echo "Tests: " . count($tests) . " Pass: $pass Fail: $fail\n";
-foreach ($tests as $t) {
- echo ($t['ok'] ? 'PASS' : 'FAIL') . " [{$t['cat']}] {$t['name']} {$t['detail']}\n";
-}
-echo "";
diff --git a/public/zdiag.php b/public/zdiag.php
deleted file mode 100644
index 704e92d5..00000000
--- a/public/zdiag.php
+++ /dev/null
@@ -1,9 +0,0 @@
-