When a customer ticks “Get my own domain” and verifies their site, it appears here as
Requested. Buy the domain in the Hostinger panel (DeBrakke account), then click
Mark Purchased & Provision — the server writes DNS, waits for it to resolve, issues the TLS
cert, and flips the site to the real domain (the subdomain 301-redirects). Fresh .co.za domains can
take a while to delegate; use Retry if it times out.
Site
Requested Domain
Status
Renewal
Expires
Action
Loading…
Hardware Telemetry
CPU Load
—%
Background alert activates at >90%
Memory (RAM)
—%
— / — MB
Background alert activates at >85%
Storage (Disk)
—%
— GB Free
Network I/O
TOTAL SENT
—
TOTAL RECEIVED
—
Bespoke Themes
Owners whose email verified for the guide-designed ("bespoke") theme flow — Circuit on enrol/,
Violet on enrol_c/. Each gets 2 generations and 5 drafts per field
(look, words), tracked on the verified email itself. Reset zeroes all three counters as a
goodwill comp or after a failed run — it never touches verification status.
⚠ Bespoke is paused platform-wide — the theme card is hidden
for every owner until this is cleared. It self-clears on the next successful generation, but that can never
happen while the card is hidden — this needs a manual resume.
⚠ Two places to update — both must match the new hash:
① Main display hash — find the div with id="official-hash" and replace its content. ② Version table — move the current row down (change class="current" and remove tag-current span from old row), then add a new class="current" row at the top with the new version, date, and hash.
Also update the version badge label at the top of the hash card (version-badge span).
✓ After updating verify.html, also update the hash shown above in this panel.
4 Bump DT_CONNECTOR_VERSION in the .mq5
File: DT_SAAS_CONNECTOR.mq5 — find and update:
#define DT_CONNECTOR_VERSION "2.13"
Recompile after bumping the version so the .ex5 and version string stay in sync.
5 Run the test suite
All 65 tests must pass before committing:
cd E:/DeBrakke/CC_N8N/dt-saas && .venv/Scripts/python -m pytest tests/ -v
6 Commit & push
Stage both repos and push — the pipeline will rebuild and deploy automatically: