yttcom.net
Backend / Tools / DB Viewer
yttcom.net
Domains / DB Viewer
v2.0 · 07.11.26
◇ 30-app.db
systems/30-tech/data/
records.db inbox.db transfers.db knowledge.db jurisdiction.db
30-app qa_log
Tables
commands
67
qa_log
38
scripts
14
shortcuts
52
sqlite_sequence
4
qa_log
38 rows
40
—
status: RESOLVED
tap
id
40
code
QA-S010
library
server
platform
yttcom.net LiteSpeed
question
How do I POST content with special characters via curl?
answer
Use --data-urlencode: curl -s -X POST URL -d token=TOK --data-urlencode 'content=your text here'. For files: --data-urle
date_added
—
active
1
topic
SRV / CURL
status
RESOLVED
script_ref
null
⊞ Full detail →
39
—
status: RESOLVED
tap
id
39
code
QA-S009
library
server
platform
yttcom.net LiteSpeed
question
What is backend/sys-com/ and why is it PIN-gated?
answer
backend/sys-com/ is the system community hub — PIN gated for security. Use backend/tools/ for direct tool access. back
date_added
—
active
1
topic
SRV / NAV
status
RESOLVED
script_ref
null
⊞ Full detail →
38
—
status: RESOLVED
tap
id
38
code
QA-S008
library
server
platform
yttcom.net LiteSpeed
question
How does the trash lifecycle work on yttcom.net?
answer
Per D102/D106/D107: PREVIOUS files go to trash/ immediately on replacement. trash/ moves to archive/ after 5 days. archi
date_added
—
active
1
topic
SRV / GOV
status
RESOLVED
script_ref
SCRIPT-S005
⊞ Full detail →
37
—
status: RESOLVED
tap
id
37
code
QA-S007
library
server
platform
yttcom.net LiteSpeed
question
How do I back up a SQLite DB before changes?
answer
cp records.db records_YYYYMMDD_HHMM.db — or use SCRIPT-S003 (SQLite DB Backup) which auto-timestamps. Always back up b
date_added
—
active
1
topic
SRV / DB
status
RESOLVED
script_ref
SCRIPT-S003
⊞ Full detail →
36
—
status: RESOLVED
tap
id
36
code
QA-S006
library
server
platform
yttcom.net LiteSpeed
question
What permissions should server files have?
answer
Directories: 755. PHP and HTML files: 644. Never 777. Fix all: find . -type d -exec chmod 755 {} + and find . -type f -e
date_added
—
active
1
topic
SRV / FILE
status
RESOLVED
script_ref
null
⊞ Full detail →
35
—
status: RESOLVED
tap
id
35
code
QA-S005
library
server
platform
yttcom.net LiteSpeed
question
How do I debug a PHP 500 error?
answer
Check ~/logs/error_log: tail -20 ~/logs/error_log. Common causes: PHP syntax error (missing semicolon, unclosed string),
date_added
—
active
1
topic
SRV / PHP
status
RESOLVED
script_ref
null
⊞ Full detail →
34
—
status: RESOLVED
tap
id
34
code
QA-S004
library
server
platform
yttcom.net LiteSpeed
question
Where is records.db and what is its API?
answer
Path: backend/records/db/records.db (relative to public_html). API: backend/records/db/api.php. System DBs: systems/[dir
date_added
—
active
1
topic
SRV / DB
status
RESOLVED
script_ref
null
⊞ Full detail →
33
—
status: RESOLVED
tap
id
33
code
QA-S003
library
server
platform
yttcom.net LiteSpeed
question
How do I run a SQLite query from bash?
answer
sqlite3 /path/to/db.db 'SELECT * FROM tablename;' — or interactive: sqlite3 db.db then .tables, .schema, SELECT, .quit
date_added
—
active
1
topic
SRV / DB
status
RESOLVED
script_ref
null
⊞ Full detail →
32
—
status: RESOLVED
tap
id
32
code
QA-S002
library
server
platform
yttcom.net LiteSpeed
question
Why does eval() fail on the server?
answer
eval() is blocked server-side on yttcom.net. Correct pattern: write PHP to a temp file path, execute it via HTTP curl, t
date_added
—
active
1
topic
SRV / PHP
status
RESOLVED
script_ref
SCRIPT-S006
⊞ Full detail →
31
—
status: RESOLVED
tap
id
31
code
QA-S001
library
server
platform
yttcom.net LiteSpeed
question
How do I write a file from PHP on yttcom.net?
answer
Use file_write_web.php (POST: token, path, content). PHP keyword content: use Python urllib instead of curl — file_wri
date_added
—
active
1
topic
SRV / FILE
status
RESOLVED
script_ref
null
⊞ Full detail →
30
—
status: RESOLVED
tap
id
30
code
QA-A005
library
android
platform
—
question
Termux keyboard tips and extra keys on Android.
answer
Termux has an extra keys bar above the keyboard with keys not on the standard Android keyboard.nnKEY EXTRA KEYS:n CTRL
date_added
06/17/26
active
1
topic
Android / Termux
status
RESOLVED
script_ref
null
⊞ Full detail →
29
—
status: RESOLVED
tap
id
29
code
QA-A004
library
android
platform
—
question
How to install Python in Termux and set up storage access.
answer
Step 1 - Grant storage access:ntermux-setup-storagenType y when prompted. Grants access to /storage/emulated/0/nnStep 2
date_added
06/17/26
active
1
topic
Android / Termux
status
RESOLVED
script_ref
null
⊞ Full detail →
28
—
status: RESOLVED
tap
id
28
code
QA-A003
library
android
platform
—
question
How to create a Python script file in Termux without using nano editor.
answer
Use cat heredoc method - paste the entire block at once:nncat > ~/scriptname.py << PYEOFn[your python code here]nPYEOFnn
date_added
06/17/26
active
1
topic
Android / Termux
status
RESOLVED
script_ref
SCRIPT-A002
⊞ Full detail →
27
&mdash;
status: RESOLVED
tap
id
27
code
QA-A002
library
android
platform
&mdash;
question
How to identify what is taking up space on Android phone storage before running cleanup.
answer
Use SCRIPT-A003 - Largest Files Scanner (Python3).nnScans the target folder, gets all file sizes, sorts largest first, d
date_added
06/17/26
active
1
topic
Android / Termux / Files
status
RESOLVED
script_ref
SCRIPT-A003
⊞ Full detail →
26
&mdash;
status: RESOLVED
tap
id
26
code
QA-A006
library
android
platform
&mdash;
question
How to connect Android phone to Windows laptop via X-plore for file transfer?
answer
REQUIREMENTS: Both devices on same Wi-Fi network.nnSTEP 1 - Enable file sharing on Windows laptop:n1. Settings > Network
date_added
06/25/26
active
1
topic
Android / X-plore / LAN / Windows / File Transfer
status
RESOLVED
script_ref
⊞ Full detail →
23
&mdash;
status: RESOLVED
tap
id
23
code
QA-A001
library
android
platform
&mdash;
question
Find and delete duplicate files in Android phone storage using Termux.
answer
Built SCRIPT-A001 - Android Duplicate File Finder (Python3).nnMethod: MD5 hashing - finds true content duplicates regard
date_added
06/17/26
active
1
topic
Android / Termux / Python / Files
status
RESOLVED
script_ref
SCRIPT-A001
⊞ Full detail →
22
&mdash;
status: RESOLVED
tap
id
22
code
QA-W013
library
windows
platform
&mdash;
question
How to find Windows username and recover Microsoft account password?
answer
FIND WINDOWS USERNAME:nMethod 1: Windows key > Start menu > username shown bottom leftnMethod 2: Win+R > cmd > type whoa
date_added
06/25/26
active
1
topic
WIN / Windows / Account / Password / PIN
status
RESOLVED
script_ref
null
⊞ Full detail →
21
&mdash;
status: RESOLVED
tap
id
21
code
QA-W012
library
windows
platform
&mdash;
question
How to connect to yttcom.net hosting server for file transfer?
answer
SERVER DETAILS:nHost: server277.web-hosting.comnUsername: ikre84inPassword: cPanel passwordnncPANEL FILE MANAGER (easies
date_added
06/25/26
active
1
topic
WIN / FTP / SFTP / cPanel / File Transfer
status
RESOLVED
script_ref
null
⊞ Full detail →
20
&mdash;
status: RESOLVED
tap
id
20
code
QA-W011
library
windows
platform
&mdash;
question
Best Windows HTML editor for visual drag and drop editing without coding?
answer
RECOMMENDED: Pinegrow (~$49 one-time purchase)n- Drag and drop HTML editingn- Live visual preview - see page as it looks
date_added
06/25/26
active
1
topic
WIN / HTML Editor / Pinegrow / Visual Editing
status
RESOLVED
script_ref
null
⊞ Full detail →
19
&mdash;
status: RESOLVED
tap
id
19
code
QA-W010
library
windows
platform
&mdash;
question
How to share Windows laptop files with Android phone over LAN (X-plore)?
answer
ENABLE FILE SHARING ON WINDOWS:n1. Settings > Network & Internet > Advanced sharing settingsn2. Turn on Network discover
date_added
06/25/26
active
1
topic
WIN / Network / File Sharing / LAN
status
RESOLVED
script_ref
null
⊞ Full detail →
18
&mdash;
status: RESOLVED
tap
id
18
code
QA-018
library
windows
platform
&mdash;
question
How to uninstall Microsoft 365 and OneDrive completely from Windows 11.
answer
Microsoft 365:nSettings > Apps > Installed Apps > find "Microsoft 365" > UninstallnnOneDrive (see also SCRIPT-005):n1. R
date_added
06/17/26
active
1
topic
WIN / App
status
RESOLVED
script_ref
null
⊞ Full detail →
17
&mdash;
status: RESOLVED
tap
id
17
code
QA-017
library
windows
platform
&mdash;
question
How to remove Google Chrome and switch fully to Firefox on Windows 11.
answer
Step 1 — Export Chrome bookmarks first:nChrome > three-dot menu > Bookmarks > Bookmark manager > three-dot menu > Expo
date_added
06/17/26
active
1
topic
WIN / Browser
status
RESOLVED
script_ref
null
⊞ Full detail →
16
&mdash;
status: RESOLVED
tap
id
16
code
QA-016
library
windows
platform
&mdash;
question
ClearType text looks blurry on Windows 11 — how to fix.
answer
Method 1 — ClearType wizard:nWin key > search "ClearType" > Adjust ClearType text > follow the wizard > choose sharpes
date_added
06/17/26
active
1
topic
WIN / Settings
status
RESOLVED
script_ref
null
⊞ Full detail →
15
&mdash;
status: RESOLVED
tap
id
15
code
QA-015
library
windows
platform
&mdash;
question
How to improve Windows 11 performance — machine feels slow.
answer
1. Change power plan:n Control Panel > Power Options > High Performancen (default is Balanced — High Performance k
date_added
06/17/26
active
1
topic
WIN / Performance
status
RESOLVED
script_ref
null
⊞ Full detail →
14
&mdash;
status: RESOLVED
tap
id
14
code
QA-014
library
windows
platform
&mdash;
question
Remove duplicate Google Drive startup entries, OneDrive startup, BingWallpaperDaemon, Edge AutoLaunch from registry.
answer
SCRIPT-003 ran successfully on 06/17/26.nnRemoved:n GoogleDriveFS duplicate entries (4 registry locations scanned)n Bi
date_added
06/17/26
active
1
topic
WIN / Cleanup / Registry
status
RESOLVED
script_ref
SCRIPT-003
⊞ Full detail →
13
&mdash;
status: RESOLVED
tap
id
13
code
QA-013
library
windows
platform
&mdash;
question
Fastest shortcut to open PowerShell as Administrator in Windows 11.
answer
Win+X then A — two keystrokes — opens Administrator Terminal/PowerShell immediately.nClick Yes on the UAC prompt tha
date_added
06/17/26
active
1
topic
WIN / SHORTCUTS
status
RESOLVED
script_ref
null
⊞ Full detail →
12
&mdash;
status: RESOLVED
tap
id
12
code
QA-012
library
windows
platform
&mdash;
question
Full Windows 11 keyboard shortcuts reference.
answer
SCREENSHOTS:n Win+Shift+S Snipping Tool (select area) — RECOMMENDEDn Win+Print Screen Full screenshot s
date_added
06/17/26
active
1
topic
WIN / SHORTCUTS
status
RESOLVED
script_ref
null
⊞ Full detail →
11
&mdash;
status: RESOLVED
tap
id
11
code
QA-011
library
windows
platform
&mdash;
question
How to open Task Manager quickly in Windows 11.
answer
Fastest: Ctrl+Shift+Esc — opens Task Manager directly in one keystroke.nnAlternative: Ctrl+Alt+Delete > click Task Man
date_added
06/17/26
active
1
topic
WIN / SHORTCUTS
status
RESOLVED
script_ref
null
⊞ Full detail →
10
&mdash;
status: RESOLVED
tap
id
10
code
QA-010
library
windows
platform
&mdash;
question
Print Screen not working on some apps in Windows 11.
answer
Print Screen behavior changed in Windows 11.nnThree alternatives:n1. Win+Shift+S — opens Snipping Tool overlay — dra
date_added
06/17/26
active
1
topic
WIN / SHORTCUTS
status
RESOLVED
script_ref
null
⊞ Full detail →
9
&mdash;
status: RESOLVED
tap
id
9
code
QA-009
library
windows
platform
&mdash;
question
Windows 11 laptop full system audit — inventory results.
answer
SCRIPT-001 ran successfully. Full audit output captured.nnKey findings:n- Google Drive showing 5 duplicate startup entri
date_added
06/17/26
active
1
topic
WIN / Audit
status
RESOLVED
script_ref
SCRIPT-001
⊞ Full detail →
8
&mdash;
status: RESOLVED
tap
id
8
code
QA-008
library
windows
platform
&mdash;
question
Set Notepad++ as default for all text and code file types on Windows 11. Confirmed run results.
answer
SCRIPT-002 ran successfully on 06/17/26.nnCONFIRMED PATH: C:\Program Files\Notepad++\notepad++.exennCONFIRMED EXTENSIONS
date_added
06/17/26
active
1
topic
WIN / APP / WORKAROUND
status
RESOLVED
script_ref
SCRIPT-002
⊞ Full detail →
7
&mdash;
status: RESOLVED
tap
id
7
code
QA-007
library
windows
platform
&mdash;
question
How to tell if a Windows app is actually installed vs just a Store shortcut or web wrapper.
answer
Check Settings > Apps > Installed Apps.nnReal installed app: shows a size and has an Uninstall buttonnStore shortcut: cl
date_added
06/17/26
active
1
topic
WIN / APP
status
RESOLVED
script_ref
null
⊞ Full detail →
6
&mdash;
status: RESOLVED
tap
id
6
code
QA-006
library
windows
platform
&mdash;
question
Default apps for text files only showing Microsoft Store options — how to set a non-Store app as default.
answer
Windows 11 restricts default app picker to Store apps for certain file types.nnWorkaround via Settings:nSettings > Apps
date_added
06/17/26
active
1
topic
WIN / APP
status
RESOLVED
script_ref
SCRIPT-002
⊞ Full detail →
5
&mdash;
status: RESOLVED
tap
id
5
code
QA-005
library
windows
platform
&mdash;
question
How to open PowerShell as Administrator on Windows 11 — search does not show right-click option.
answer
Three methods:nn1. Win key > type PowerShell > look at RIGHT SIDE PANEL for "Run as administrator"nn2. Win+X > Terminal
date_added
06/17/26
active
1
topic
WIN
status
RESOLVED
script_ref
null
⊞ Full detail →
4
&mdash;
status: RESOLVED
tap
id
4
code
QA-004
library
windows
platform
&mdash;
question
What apps are safe to uninstall on Windows 11? What must be left alone?
answer
SAFE TO REMOVE:n Microsoft Office trialsn OneDrive (see SCRIPT-005)n Teams (consumer version)n Cortanan Xbox app /
date_added
06/17/26
active
1
topic
WIN / APP
status
RESOLVED
script_ref
SCRIPT-004
⊞ Full detail →
3
&mdash;
status: RESOLVED
tap
id
3
code
QA-003
library
windows
platform
&mdash;
question
How to switch Windows 11 default apps to Google instead of Microsoft.
answer
1. Install Firefox — set as default browsern2. Install Google Drive for Desktop — replaces OneDriven3. Set Gmail as
date_added
06/17/26
active
1
topic
WIN / APP
status
RESOLVED
script_ref
null
⊞ Full detail →
2
&mdash;
status: RESOLVED
tap
id
2
code
QA-002
library
windows
platform
&mdash;
question
How to set Notepad++ as true Windows 11 default for text files — not just file association. Windows 11 blocks most def
answer
Windows 11 requires both file type association AND app registration in the Windows registry to fully set a default.nnSCR
date_added
06/17/26
active
1
topic
WIN / APP / WORKAROUND
status
RESOLVED
script_ref
SCRIPT-002
⊞ Full detail →
1
&mdash;
status: RESOLVED
tap
id
1
code
QA-001
library
windows
platform
&mdash;
question
Laptop defaulting to Microsoft programs. Programs do not show in Default Apps settings. What is Microsoft Basic?
answer
Microsoft 365 Basic = free tier pre-installed on most Windows laptops. Includes OneDrive 15GB, browser-only Office apps.
date_added
06/17/26
active
1
topic
WIN / APP
status
RESOLVED
script_ref
null
⊞ 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