// ENCRYPTED CHANNEL

PRIVACY

DATA HANDLING PROTOCOL
10REM ================================
20REM PRIVACY POLICY v2.0
30REM LAST UPDATED: FEB 2026
40REM ================================
50
60PRINT "OVERVIEW"
70DATA Mayhem Radio respects your privacy.
80DATA This policy explains what we collect, how we use it, and your rights.
90DATA We collect as little as possible to keep the signal running.
100
110REM ---- WHAT WE COLLECT ----
120PRINT "WHAT WE COLLECT"
130DATA No accounts or registration required.
140DATA > Contact form submissions — name, email, message (voluntary)
150DATA > Cookies — functional only (song likes). No tracking or ads.
160DATA > Server logs — IP, browser type, pages visited. Security & diagnostics only.
170DATA > Listener location — approximate city/country from IP via GeoLite2.
180DATA Used for aggregate listener analytics only.
190DATA > Listening data — IP, user agent, session duration while streaming.
200DATA Powers listener counts and royalty-compatible reporting.
210
220REM ---- HOW WE USE IT ----
230PRINT "HOW WE USE IT"
240DATA > Contact submissions — used solely to respond to your inquiry.
250DATA > Cookies — remember preferences and song interactions.
260DATA > Server logs — uptime monitoring, error diagnosis, abuse protection.
270DATA > Location & listening data — aggregate analytics and royalty reporting.
280DATA We do not identify or profile individual listeners.
290
300PRINT "WE DO NOT SELL, SHARE, OR TRADE YOUR DATA. EVER."
310
320REM ---- EXTERNAL CONNECTIONS ----
330PRINT "THIRD-PARTY SERVICES"
340DATA > AzuraCast — self-hosted streaming platform. Collects listener IP,
350DATA user agent, location (GeoLite2), session duration. Stored on our
360DATA server. Not shared with third parties.
370DATA > Google Fonts — browser sends IP/user agent to Google on font load.
380DATA > Font Awesome — icon CDN. Standard request data on page load.
390
400REM ---- YOUR RIGHTS ----
410PRINT "DATA CONTROL"
420DATA Clear cookies anytime via browser settings.
430DATA Want contact form data deleted? Use /Home/Contact
440DATA No analytics platforms. No fingerprinting. No behavioral tracking.
450DATA No account system = no profile data to manage.
460
470REM ---- POLICY UPDATES ----
480PRINT "CHANGES TO THIS POLICY"
490DATA Policy may update as Mayhem Radio evolves.
500DATA Changes posted here. Continued use = acceptance.
510
520GOTO HOME
530END