Shoutcast Hosting
Stream Hosting
Radio Server Hosting
logo
logo
MAVİ ÇİZGİ
DÖKÜLEN
MELODİ
MELODİ
HOŞ GELDİNİZ
HOŞ GELDİNİZ >
𝐁𝐞𝐧 𝐒𝐞𝐧𝐢 𝐊𝐮̈𝐫𝐭𝐜𝐞 𝐆𝐢𝐛𝐢 𝐒𝐞𝐯𝐢𝐲𝐨𝐫𝐮𝐦.
𝐘𝐚𝐬𝐚𝐤 𝐎𝐥𝐝𝐮𝐠𝐮𝐧𝐮 𝐁𝐢𝐥𝐞 𝐁𝐢𝐥𝐞.
𝐀𝐦𝐚
𝐢𝐜̧𝐢𝐦𝐝𝐞 𝐡𝐞𝐩 𝐎̈𝐳𝐠𝐮̈𝐫𝐜𝐞…
🧿◄║►◄►亗❤️ 𝐒 𝐓 𝐄̂ 𝐑 𝐊 𝐅 𝐌 ❤️亗◄►◄║►🧿
const defaultBackground = ''; const djBackgrounds = { 'YAYINCI': 'https://dj teması.jpg', 'YAYINCI': 'https://dj teması.jpg', 'YAYINCI': 'http://dj teması.jpg', 'YAYINCI': 'https://dj teması.jpg', 'YAYINCI': 'https://dj teması.jpg', 'YAYINCI': 'https://dj teması.jpg', 'YAYINCI': 'https://dj teması.jpg', 'YAYINCI': 'https://dj teması.jpg', 'YAYINCI': 'https://dj teması.jpg', 'YAYINCI': 'https://dj teması.jpg', 'YAYINCI': 'https://dj teması.gif', '1EBEN': 'https://dj teması.png', 'YAYINCI': 'https://dj teması.jpg', 'YAYINCI': 'https://dj teması.jpg', 'YAYINCI': 'https://dj teması.gif', 'YAYINCI': 'https://dj teması.gif' }; let lastDJ = ""; function updateBackground() { const streamInfoElement = document.querySelector('.cc_streaminfo'); if (streamInfoElement) { const currentDJ = streamInfoElement.textContent.trim().toUpperCase(); if (currentDJ !== lastDJ) { lastDJ = currentDJ; let backgroundImage = defaultBackground; for (let key in djBackgrounds) { if (currentDJ.includes(key)) { backgroundImage = djBackgrounds[key]; break; } } const iframeContainer = document.getElementById('iframe-container'); if (iframeContainer) { // KARARMA EFEKTİ BAŞLANGICI iframeContainer.style.opacity = "0"; // Önce karart setTimeout(() => { iframeContainer.style.backgroundImage = `url('${backgroundImage}')`; iframeContainer.style.backgroundSize = "cover"; iframeContainer.style.opacity = "1"; // Resmi değiştir ve geri getir }, 800); // 0.5 saniye bekleme } } } } function loadStreamInfo() { const script = document.createElement('script'); script.src = 'https://eu4.fastcast4u.com/system/streaminfo.js?t=' + new Date().getTime(); script.onload = updateBackground; document.body.appendChild(script); } loadStreamInfo(); setInterval(loadStreamInfo, 10000); // 10 saniyede bir kontrol (sunucuyu yormamak için idealdir)