Sat-Cable

.temp-critical color: #ff8a7a; text-shadow: 0 0 6px #ff4d4d80;

.fan-mode display: flex; justify-content: space-between; gap: 14px; margin-top: 18px;

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> <title>CPU Cooling Master Register | Thermal Monitor & Fan Control</title> <style> * box-sizing: border-box; user-select: none; body background: linear-gradient(145deg, #0a0f1e 0%, #0c1222 100%); font-family: 'Segoe UI', 'Poppins', 'Inter', system-ui, -apple-system, 'Roboto', sans-serif; display: flex; justify-content: center; align-items: center; min-height: 100vh; margin: 0; padding: 20px;

#logList height: 90px; overflow-y: auto; display: flex; flex-direction: column; gap: 4px; padding-right: 6px;

/* MAIN CARD */ .cooler-master-panel max-width: 650px; width: 100%; background: rgba(18, 25, 45, 0.75); backdrop-filter: blur(12px); border-radius: 48px; padding: 24px 28px 36px; box-shadow: 0 25px 45px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.08); border: 1px solid rgba(0, 255, 255, 0.2); transition: all 0.2s ease;

<div class="cooler-master-panel"> <h1> 🧊 COOLING MASTER REGISTER <small>v. Xtreme</small> </h1> <div class="sub">Live thermal diode • Fan governor • Event logger</div>

// Helper: add entry to register log (with timestamp) function addLogEntry(message, isAlert = false) const logEntry = document.createElement('div'); logEntry.className = 'log-entry'; const now = new Date(); const timeStr = `$now.getHours().toString().padStart(2,'0'):$now.getMinutes().toString().padStart(2,'0'):$now.getSeconds().toString().padStart(2,'0')`; logEntry.innerHTML = `[$timeStr] $isAlert ? '⚠️ ' : '🔹 '$message`; if (isAlert) logEntry.style.color = "#ffbc6e"; logEntry.style.borderLeft = "2px solid #ffaa44"; logEntry.style.paddingLeft = "6px"; logListDiv.appendChild(logEntry); // keep scroll at bottom logListDiv.scrollTop = logListDiv.scrollHeight; // limit log entries to avoid infinite (keep last 35) while (logListDiv.children.length > 40) logListDiv.removeChild(logListDiv.firstChild);

Panel Login

Login or register to manage your cccam clients . Registration is free and test lines are free .

d

Contact

Netherlands , EU

Telegram: @cccampaneleu