yttcom.net
Backend / Tools / DB Viewer
yttcom.net
Domains / DB Viewer
v2.0 · 07.11.26
◇ records.db
backend/records/db/
records.db inbox.db transfers.db knowledge.db jurisdiction.db
records knowledge_base
Tables
decisions
607
defaults
38
file_events
3
knowledge_base
72
list_items
83
open_systems
11
sessions
341
sqlite_sequence
9
sync_status
11
tasks
258
knowledge_base
72 rows
72
outbound_pending_protocol
category: command
When data crosses jurisdictions mid-session: write domain row immediately (type=outbound-pending, key=target_system_code, value=JSON subject/summary/held_date/s …
tap
id
72
scope
community
category
command
key
outbound_pending_protocol
tags
updated_by
USR369
value
When data crosses jurisdictions mid-session: write domain row immediately (type=outbound-pending, key=target_system_code, value=JSON subject/summary/held_date/source_session, status=pending). At open step 9 and close step 2: query domain table, surface to David, drop or hold. Update row status to dropped after transfer sent.
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
71
governance_directory
category: command
Governance files at systems/governance/: RULES-S.md / STANDARDS-S.md / SYSTEM_JURISDICTION-S.md / MASTER_LIST.md (at backend/sys-com/). All -S.md suffix = share …
tap
id
71
scope
community
category
command
key
governance_directory
tags
updated_by
USR369
value
Governance files at systems/governance/: RULES-S.md / STANDARDS-S.md / SYSTEM_JURISDICTION-S.md / MASTER_LIST.md (at backend/sys-com/). All -S.md suffix = shared/community. Per-system files use dash-code suffix: knowledge-01.md / jurisdiction-01.md.
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
70
endpoint_codes
category: command
Community inbox uses SYSTEM CODES (01/02/03/40/05/06/07/08/09/10). Transfers API uses DECADE CODES (00/10/20/30/40/50/60/70/80/90/95). Server[40] is the excepti …
tap
id
70
scope
community
category
command
key
endpoint_codes
tags
updated_by
USR369
value
Community inbox uses SYSTEM CODES (01/02/03/40/05/06/07/08/09/10). Transfers API uses DECADE CODES (00/10/20/30/40/50/60/70/80/90/95). Server[40] is the exception — both codes are 40. Never mix system and decade codes.
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
69
system_db_standard
category: command
Each system has [decade]-sys.db with 6 tables: decisions/sessions/events/transfers_log/domain/items. Record ID format: [system_code]-SYS-001. Non-system DBs use …
tap
id
69
scope
community
category
command
key
system_db_standard
tags
updated_by
USR369
value
Each system has [decade]-sys.db with 6 tables: decisions/sessions/events/transfers_log/domain/items. Record ID format: [system_code]-SYS-001. Non-system DBs use two-letter prefix (TR-TRF-001, CM-INB-001, RC-REC-001). Every api.php supports action=ping returning status+db+table counts+timestamp.
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
68
session_check_fog
category: command
Context buckets: LOW 0-40% / MED 41-65% / HIGH 66-85% / CRITICAL 86-100%. FOG = context degradation — system loses track of earlier session content. Report at …
tap
id
68
scope
community
category
command
key
session_check_fog
tags
updated_by
USR369
value
Context buckets: LOW 0-40% / MED 41-65% / HIGH 66-85% / CRITICAL 86-100%. FOG = context degradation — system loses track of earlier session content. Report at close: context_pct + context_bucket. Flag immediately if fog detected mid-session. Fresh session = context_pct 0%.
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
67
history_command
category: command
HISTORY = deep catch-up since last close. GET systems/commands/HISTORY.php?token=[TOKEN]&system=[code]. Returns decisions/sessions/transfers/inbox since last cl …
tap
id
67
scope
community
category
command
key
history_command
tags
updated_by
USR369
value
HISTORY = deep catch-up since last close. GET systems/commands/HISTORY.php?token=[TOKEN]&system=[code]. Returns decisions/sessions/transfers/inbox since last closed_at. Call when returning after time away — not a substitute for REFRESH mid-session.
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
66
check_command
category: command
CHECK = Five Checks: Clock / Tokens / Clarity / File Status / Runway. GET systems/commands/CHECK.php?token=[TOKEN]&system=[code]. Always ask David before runnin …
tap
id
66
scope
community
category
command
key
check_command
tags
updated_by
USR369
value
CHECK = Five Checks: Clock / Tokens / Clarity / File Status / Runway. GET systems/commands/CHECK.php?token=[TOKEN]&system=[code]. Always ask David before running full Five Checks on bare CHECK command — may just want a status pulse.
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
65
clean_command
category: command
CLEAN = Server [40] jurisdiction only. Runs roster compliance check (D110) — roster_lib.php is sole source for system code maps, never hardcode arrays. Trash …
tap
id
65
scope
community
category
command
key
clean_command
tags
updated_by
USR369
value
CLEAN = Server [40] jurisdiction only. Runs roster compliance check (D110) — roster_lib.php is sole source for system code maps, never hardcode arrays. Trash lifecycle policy: per-backup trash auto-purges after 30 days. GET systems/commands/CLEAN.php?token=[TOKEN].
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
64
sync_command
category: command
SYNC = mid-session state write. GET systems/commands/SYNC.php?token=[TOKEN]&system=[code]. Use REFRESH for lightweight mid-session pulse instead. SYNC writes to …
tap
id
64
scope
community
category
command
key
sync_command
tags
updated_by
USR369
value
SYNC = mid-session state write. GET systems/commands/SYNC.php?token=[TOKEN]&system=[code]. Use REFRESH for lightweight mid-session pulse instead. SYNC writes to DB — use at close only or when state must be committed mid-session. REFRESH = read-only pulse, no DB write.
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
63
backup_command
category: command
BACKUP = CURRENT/PREVIOUS/trash rotation per file. GET systems/commands/BACKUP.php?token=[TOKEN]&system=[code]. Floor files always backed up. Skip silently if z …
tap
id
63
scope
community
category
command
key
backup_command
tags
updated_by
USR369
value
BACKUP = CURRENT/PREVIOUS/trash rotation per file. GET systems/commands/BACKUP.php?token=[TOKEN]&system=[code]. Floor files always backed up. Skip silently if zero files touched. SNAPSHOT = full platform copy — explicit term only, never confuse with BACKUP. Trash cleanup runs automatically with every BACKUP.
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
62
close_sequence
category: command
CLOSE.php — POST JSON: {token, system, since, summary, duration_minutes, work_done, decisions:[{subject,detail,approved_by}]}. Returns: rec_session_id, decisi …
tap
id
62
scope
community
category
command
key
close_sequence
tags
updated_by
USR369
value
CLOSE.php — POST JSON: {token, system, since, summary, duration_minutes, work_done, decisions:[{subject,detail,approved_by}]}. Returns: rec_session_id, decision rec_ids, all_pass. Handles dual-write + link-back automatically. Include context_pct + context_bucket in payload. WAF: use action=link_session&se_id= (not update_decision_session/session_id).
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
61
waf_block_master_list
category: waf
The phrase 'Master List' (single space) is WAF-blocked in file_write_web.php POST bodies. Workaround: use non-breaking space U 00A0 between the words.
tap
id
61
scope
community
category
waf
key
waf_block_master_list
tags
waf,bypass,file_write
updated_by
USR369
value
The phrase 'Master List' (single space) is WAF-blocked in file_write_web.php POST bodies. Workaround: use non-breaking space U 00A0 between the words.
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
60
decision_detail_enforcement
category: pending
Decision detail never written to system DBs — CLOSE.php must enforce detail field at close — panel and db-admin show dash because no data exists. Server to …
tap
id
60
scope
community
category
pending
key
decision_detail_enforcement
tags
close,dual-write,detail,server,builder
updated_by
USR369
value
Decision detail never written to system DBs — CLOSE.php must enforce detail field at close — panel and db-admin show dash because no data exists. Server to add gate to CLOSE.php. Builder to update panel to show full subject when detail missing.
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
59
decisions_db_dropdown
category: pending
Decisions view in DB admin shows one truncated line per record — needs expand/dropdown to show full detail. Builder [02] to fix.
tap
id
59
scope
community
category
pending
key
decisions_db_dropdown
tags
ui,decisions,db-admin,builder
updated_by
USR369
value
Decisions view in DB admin shows one truncated line per record — needs expand/dropdown to show full detail. Builder [02] to fix.
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
58
David
category: board_color
yellow
tap
id
58
scope
community
category
board_color
key
David
tags
board,color
updated_by
USR369
value
yellow
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
57
Admin
category: board_color
green
tap
id
57
scope
community
category
board_color
key
Admin
tags
board,color
updated_by
USR369
value
green
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
56
Builder
category: board_color
accent
tap
id
56
scope
community
category
board_color
key
Builder
tags
board,color
updated_by
USR369
value
accent
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
55
Server
category: board_color
orange
tap
id
55
scope
community
category
board_color
key
Server
tags
board,color
updated_by
USR369
value
orange
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
54
Master
category: board_color
purple
tap
id
54
scope
community
category
board_color
key
Master
tags
board,color
updated_by
USR369
value
purple
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
53
user
category: auth
USR369
tap
id
53
scope
community
category
auth
key
user
tags
auth,identity
updated_by
USR369
value
USR369
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
52
backend_pin
category: auth
0339
tap
id
52
scope
community
category
auth
key
backend_pin
tags
auth,backend
updated_by
USR369
value
0339
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
51
token
category: auth
yttcom-admin-d60283b1a40a3180ea51e7a579e4d9f2f8fc5f07ac81d89e
tap
id
51
scope
community
category
auth
key
token
tags
auth,api
updated_by
USR369
value
yttcom-admin-d60283b1a40a3180ea51e7a579e4d9f2f8fc5f07ac81d89e
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
50
snapshots
category: path
backups/platform-snapshots/
tap
id
50
scope
community
category
path
key
snapshots
tags
path,file,snapshot
updated_by
USR369
value
backups/platform-snapshots/
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
49
backups
category: path
backups/[dir]/
tap
id
49
scope
community
category
path
key
backups
tags
path,file,backup
updated_by
USR369
value
backups/[dir]/
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
48
system_db
category: path
systems/[dir]/data/[decade]-sys.db
tap
id
48
scope
community
category
path
key
system_db
tags
path,file,db
updated_by
USR369
value
systems/[dir]/data/[decade]-sys.db
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
47
jurisdiction
category: path
systems/[dir]/jurisdiction-[code].md
tap
id
47
scope
community
category
path
key
jurisdiction
tags
path,file
updated_by
USR369
value
systems/[dir]/jurisdiction-[code].md
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
46
knowledge
category: path
systems/[dir]/knowledge-[code].md
tap
id
46
scope
community
category
path
key
knowledge
tags
path,file
updated_by
USR369
value
systems/[dir]/knowledge-[code].md
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
45
travel
category: code
system=10 decade=95
tap
id
45
scope
community
category
code
key
travel
tags
code,system,decade
updated_by
USR369
value
system=10 decade=95
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
44
inner
category: code
system=09 decade=90
tap
id
44
scope
community
category
code
key
inner
tags
code,system,decade
updated_by
USR369
value
system=09 decade=90
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
43
kitchen
category: code
system=08 decade=80
tap
id
43
scope
community
category
code
key
kitchen
tags
code,system,decade
updated_by
USR369
value
system=08 decade=80
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
42
health
category: code
system=07 decade=70
tap
id
42
scope
community
category
code
key
health
tags
code,system,decade
updated_by
USR369
value
system=07 decade=70
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
41
finance
category: code
system=06 decade=60
tap
id
41
scope
community
category
code
key
finance
tags
code,system,decade
updated_by
USR369
value
system=06 decade=60
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
40
daily
category: code
system=05 decade=50
tap
id
40
scope
community
category
code
key
daily
tags
code,system,decade
updated_by
USR369
value
system=05 decade=50
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
39
server
category: code
system=40 decade=40
tap
id
39
scope
community
category
code
key
server
tags
code,system,decade
updated_by
USR369
value
system=40 decade=40
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
38
tech
category: code
system=03 decade=30
tap
id
38
scope
community
category
code
key
tech
tags
code,system,decade
updated_by
USR369
value
system=03 decade=30
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
37
builder
category: code
system=02 decade=20
tap
id
37
scope
community
category
code
key
builder
tags
code,system,decade
updated_by
USR369
value
system=02 decade=20
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
36
master
category: code
system=01 decade=10
tap
id
36
scope
community
category
code
key
master
tags
code,system,decade
updated_by
USR369
value
system=01 decade=10
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
35
admin
category: code
system=00 decade=00
tap
id
35
scope
community
category
code
key
admin
tags
code,system,decade
updated_by
USR369
value
system=00 decade=00
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
34
reference
category: page
https://yttcom.net/backend/info/reference/
tap
id
34
scope
community
category
page
key
reference
tags
page,url,kb
updated_by
USR369
value
https://yttcom.net/backend/info/reference/
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
33
transfers_viewer
category: page
https://yttcom.net/transfers/viewer.html
tap
id
33
scope
community
category
page
key
transfers_viewer
tags
page,url,transfers
updated_by
USR369
value
https://yttcom.net/transfers/viewer.html
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
32
dropzone
category: page
https://yttcom.net/backend/369/index.html
tap
id
32
scope
community
category
page
key
dropzone
tags
page,url,dropzone
updated_by
USR369
value
https://yttcom.net/backend/369/index.html
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
31
platform_pulse
category: page
https://yttcom.net/backend/info/server-info/index.html
tap
id
31
scope
community
category
page
key
platform_pulse
tags
page,url,status
updated_by
USR369
value
https://yttcom.net/backend/info/server-info/index.html
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
30
site_build_board
category: page
https://yttcom.net/backend/projects/site-build/board.html
tap
id
30
scope
community
category
page
key
site_build_board
tags
page,url,board
updated_by
USR369
value
https://yttcom.net/backend/projects/site-build/board.html
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
29
migration_board
category: page
https://yttcom.net/backend/projects/migration/board.html
tap
id
29
scope
community
category
page
key
migration_board
tags
page,url,board
updated_by
USR369
value
https://yttcom.net/backend/projects/migration/board.html
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
28
backend_index
category: page
https://yttcom.net/backend/index.html
tap
id
28
scope
community
category
page
key
backend_index
tags
page,url,nav
updated_by
USR369
value
https://yttcom.net/backend/index.html
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
27
border
category: color
#1e3448
tap
id
27
scope
community
category
color
key
border
tags
color,ui
updated_by
USR369
value
#1e3448
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
26
bg
category: color
#000000
tap
id
26
scope
community
category
color
key
bg
tags
color,ui,background
updated_by
USR369
value
#000000
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
25
dim
category: color
#8aaccc
tap
id
25
scope
community
category
color
key
dim
tags
color,ui
updated_by
USR369
value
#8aaccc
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
24
yellow
category: color
#f5e642
tap
id
24
scope
community
category
color
key
yellow
tags
color,ui,status
updated_by
USR369
value
#f5e642
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
23
red
category: color
#f47068
tap
id
23
scope
community
category
color
key
red
tags
color,ui,status
updated_by
USR369
value
#f47068
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
22
green
category: color
#5dd68c
tap
id
22
scope
community
category
color
key
green
tags
color,ui,status
updated_by
USR369
value
#5dd68c
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
21
accent
category: color
#3d85c8
tap
id
21
scope
community
category
color
key
accent
tags
color,ui
updated_by
USR369
value
#3d85c8
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
20
accent_hi
category: color
#60a8e8
tap
id
20
scope
community
category
color
key
accent_hi
tags
color,ui
updated_by
USR369
value
#60a8e8
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
19
orange
category: color
#f0b86a
tap
id
19
scope
community
category
color
key
orange
tags
color,ui
updated_by
USR369
value
#f0b86a
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
18
purple
category: color
#c49dff
tap
id
18
scope
community
category
color
key
purple
tags
color,ui
updated_by
USR369
value
#c49dff
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
17
restructure_api
category: endpoint
https://yttcom.net/backend/info/restructure/restructure_api.php
tap
id
17
scope
community
category
endpoint
key
restructure_api
tags
endpoint,url,api,board
updated_by
USR369
value
https://yttcom.net/backend/info/restructure/restructure_api.php
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
16
build
category: endpoint
https://yttcom.net/systems/commands/build.php
tap
id
16
scope
community
category
endpoint
key
build
tags
endpoint,url,command
updated_by
USR369
value
https://yttcom.net/systems/commands/build.php
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
15
CLEAN
category: endpoint
https://yttcom.net/systems/commands/CLEAN.php
tap
id
15
scope
community
category
endpoint
key
CLEAN
tags
endpoint,url,command
updated_by
USR369
value
https://yttcom.net/systems/commands/CLEAN.php
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
14
CHECK
category: endpoint
https://yttcom.net/systems/commands/CHECK.php
tap
id
14
scope
community
category
endpoint
key
CHECK
tags
endpoint,url,command
updated_by
USR369
value
https://yttcom.net/systems/commands/CHECK.php
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
13
BACKUP
category: endpoint
https://yttcom.net/systems/commands/BACKUP.php
tap
id
13
scope
community
category
endpoint
key
BACKUP
tags
endpoint,url,command
updated_by
USR369
value
https://yttcom.net/systems/commands/BACKUP.php
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
12
SNAPSHOT
category: endpoint
https://yttcom.net/systems/commands/SNAPSHOT.php
tap
id
12
scope
community
category
endpoint
key
SNAPSHOT
tags
endpoint,url,command
updated_by
USR369
value
https://yttcom.net/systems/commands/SNAPSHOT.php
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
11
HISTORY
category: endpoint
https://yttcom.net/systems/commands/HISTORY.php
tap
id
11
scope
community
category
endpoint
key
HISTORY
tags
endpoint,url,command
updated_by
USR369
value
https://yttcom.net/systems/commands/HISTORY.php
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
10
SYNC
category: endpoint
https://yttcom.net/systems/commands/SYNC.php
tap
id
10
scope
community
category
endpoint
key
SYNC
tags
endpoint,url,command
updated_by
USR369
value
https://yttcom.net/systems/commands/SYNC.php
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
9
REFRESH
category: endpoint
https://yttcom.net/systems/commands/REFRESH.php
tap
id
9
scope
community
category
endpoint
key
REFRESH
tags
endpoint,url,command
updated_by
USR369
value
https://yttcom.net/systems/commands/REFRESH.php
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
8
CLOSE
category: endpoint
https://yttcom.net/systems/commands/CLOSE.php
tap
id
8
scope
community
category
endpoint
key
CLOSE
tags
endpoint,url,command
updated_by
USR369
value
https://yttcom.net/systems/commands/CLOSE.php
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
7
OPEN
category: endpoint
https://yttcom.net/systems/commands/OPEN.php
tap
id
7
scope
community
category
endpoint
key
OPEN
tags
endpoint,url,command
updated_by
USR369
value
https://yttcom.net/systems/commands/OPEN.php
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
6
file_write
category: endpoint
https://yttcom.net/file_write_web.php
tap
id
6
scope
community
category
endpoint
key
file_write
tags
endpoint,url,api,file
updated_by
USR369
value
https://yttcom.net/file_write_web.php
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
5
community_db
category: endpoint
https://yttcom.net/backend/sys-com/db/api.php
tap
id
5
scope
community
category
endpoint
key
community_db
tags
endpoint,url,api,db
updated_by
USR369
value
https://yttcom.net/backend/sys-com/db/api.php
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
4
transfers
category: endpoint
https://yttcom.net/transfers/index.php
tap
id
4
scope
community
category
endpoint
key
transfers
tags
endpoint,url,api,transfers
updated_by
USR369
value
https://yttcom.net/transfers/index.php
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
3
community_inbox
category: endpoint
https://yttcom.net/systems/community/inbox/api.php
tap
id
3
scope
community
category
endpoint
key
community_inbox
tags
endpoint,url,api,inbox
updated_by
USR369
value
https://yttcom.net/systems/community/inbox/api.php
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
2
save
category: endpoint
https://yttcom.net/systems/save.php
tap
id
2
scope
community
category
endpoint
key
save
tags
endpoint,url,api
updated_by
USR369
value
https://yttcom.net/systems/save.php
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
1
session_open
category: endpoint
https://yttcom.net/systems/session_open.php
tap
id
1
scope
community
category
endpoint
key
session_open
tags
endpoint,url,api
updated_by
USR369
value
https://yttcom.net/systems/session_open.php
▼ Show timestamps
updated_at
07/11/26
⊞ Full detail →
Backend Domains Panel DB Viewer Transfers
Backend Tools DB Viewer DB Admin Server Map File Editor Backend Tools DB Viewer DB Admin Server Map File Editor