Password-protected (stays signed in for 30 days). Theme and color scheme are stored in the database and apply site-wide.
Enter the admin password to continue.
Login is remembered for 30 days on this browser. Default seed password is configured on the server.
Live visitors (unique IPs) and total tracked visits. Refreshes every 30s.
Loading session tracker…
Record counts, storage size, and earliest market data timestamp.
Loading database stats…
| Table | Rows | Size | Earliest | Latest |
|---|---|---|---|---|
| — | ||||
IP addresses that POSTed live market data to /live_data_post.php recently.
Loading posting servers…
| IP address | Last post | Posts (24h+) |
|---|---|---|
| — | ||
Current: —
Current: Red up / Green down (China)
Named presets (also stored in DB). Saving/deleting uses your session (no extra password prompt).
No saved presets yet.
Admin allow-list for charts on /options.php (saved in DB). Users still default off and enable via cookie toggles on the options page.
Versioned Rust binary get_gld_slv — upload via API key, install on hosts with a one-liner (systemd auto-start + upgrade).
Endpoints: /api/feeder · /feeder_api.php. Full key shown once on create.
curl -sSL 'https://gd.g77k.com/api/feeder/install' | sudo bash
curl -sSL 'https://gd.g77k.com/api/feeder/install' | sudo GD_API_KEY=gd_YOUR_KEY bash
Re-run the same command to upgrade. Installs /usr/local/bin/get_gld_slv + service get_gld_slv.service.
Uploads with a new version are stored forever; same version+platform+arch overwrites that row only.
# 1) Upload binary (CI / other app) curl -X POST 'https://gd.g77k.com/api/feeder/upload' \ -H 'X-Api-Key: gd_YOUR_KEY' \ -F 'file=@target/release/get_gld_slv' \ -F 'version=1.2.3' \ -F 'platform=linux' \ -F 'arch=x86_64' \ -F 'name=get_gld_slv' \ -F 'notes=CI build' # 2) Install or upgrade on a host (auto-start via systemd) curl -sSL 'https://gd.g77k.com/api/feeder/install' | sudo bash # 3) Status sudo systemctl status get_gld_slv sudo journalctl -u get_gld_slv -f
Update the admin password (stored hashed in the database).
Site config (theme, color scheme) is stored in the site_settings table and applied globally.
Session counts use active browser sessions and unique IPs (10-minute idle timeout).