Help
RSS
API
Feed
Maltego
Contact
Domain > ihsan.net.tr
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-10-22
23.88.0.101
(
ClassC
)
Port 80
HTTP/1.1 200 OKConnection: Keep-AliveKeep-Alive: timeout5, max100set-cookie: PHPSESSIDbf9d792b71f5e75bf2f4f87cdb9ad0ad; path/Expires: Thu, 19 Nov 1981 08:52:00 GMTCache-Control: no-store, no-cache, must-revalidatePragma: no-cacheContent-Type: text/html; charsetUTF-8Transfer-Encoding: chunkedDate: Wed, 22 Oct 2025 20:55:22 GMTServer: LiteSpeedVary: User-Agent !DOCTYPE html>html langtr>head> meta charsetUTF-8 /> meta nameviewport contentwidthdevice-width, initial-scale1 /> title>Podos Müzik • Müzik Dağıtım Platformu/title> link relpreconnect hrefhttps://fonts.googleapis.com> link relpreconnect hrefhttps://fonts.gstatic.com crossorigin> link hrefhttps://fonts.googleapis.com/css2?familyInter:wght@400;500;600;700;800&displayswap relstylesheet> link hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css relstylesheet /> style> :root{ --bg:#0f1420; /* ana arka plan */ --panel:#141a26; /* kart/panel */ --panel-2:#0d1119; /* sidebar */ --border:#232a3a; /* sınırlar */ --text:#e6ebf5; /* metin */ --muted:#99a4b5; /* ikincil metin */ --success:#36e3a8; /* yeşil vurgular */ --primary:#6f8cff; /* ana renk */ --warning:#ffb36f; /* uyarı rengi */ --shadow:0 12px 40px rgba(0,0,0,.35); --radius:16px; } *,*::before,*::after{box-sizing:border-box} html,body{margin:0;height:100%} body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:radial-gradient(1000px 600px at -10% -10%, #1b2440 0%, transparent 55%), var(--bg);color:var(--text);} a{color:inherit;text-decoration:none} img{display:block;max-width:100%} /* --- HERO SECTION --- */ .hero { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 20px; position: relative; overflow: hidden; } .hero-bg { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(800px 400px at 120% -10%, #1b2440 0%, transparent 50%), radial-gradient(600px 300px at -20% 120%, #2d1b40 0%, transparent 50%), var(--bg); z-index: -1; } /* Modern arkaplan efektleri */ .hero-bg::before { content: ; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(600px 600px at 80% 20%, rgba(111, 140, 255, 0.1) 0%, transparent 50%), radial-gradient(400px 400px at 20% 80%, rgba(54, 227, 168, 0.1) 0%, transparent 50%); animation: float 6s ease-in-out infinite; } .hero-bg::after { content: ; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url(data:image/svg+xml,svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 1000 1000>polygon fill%236f8cff fill-opacity0.02 points100,100 150,200 100,300 50,200/>polygon fill%2336e3a8 fill-opacity0.02 points800,700 850,800 800,900 750,800/>circle fill%23ffb36f fill-opacity0.02 cx700 cy300 r50/>/svg>); animation: float 8s ease-in-out infinite reverse; } @keyframes float { 0%, 100% { transform: translateY(0px) rotate(0deg); } 50% { transform: translateY(-20px) rotate(180deg); } } .hero-content { display: grid; grid-template-columns: 1fr 420px; gap: 60px; align-items: center; max-width: 1200px; width: 100%; } .hero-text { max-width: 600px; } .hero-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--panel); border: 1px solid var(--border); padding: 8px 16px; border-radius: 20px; font-size: 0.9rem; color: var(--muted); margin-bottom: 20px; backdrop-filter: blur(10px); } .hero-badge .dot { width: 6px; height: 6px; background: var(--success); border-radius: 50%; animation: pulse 2s infinite; } @keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.5; transform: scale(1.2); } } .hero h1 { font-size: 3.5rem; font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; margin: 0 0 20px 0; background: linear-gradient(135deg, var(--text) 0%, #a0b0ff 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-shadow: 0 4px 20px rgba(111, 140, 255, 0.3); } .hero p { font-size: 1.2rem; color: var(--muted); line-height: 1.6; margin-bottom: 40px; } .demo-buttons { display: flex; gap: 15px; margin: 30px 0; } .demo-btn { padding: 12px 24px; border: 1px solid var(--border); border-radius: 10px; background: var(--panel); color: var(--text); font-weight: 600; cursor: pointer; transition: all 0.3s ease; flex: 1; text-align: center; display: inline-block; text-decoration: none; backdrop-filter: blur(10px); position: relative; overflow: hidden; } .demo-btn::before { content: ; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent); transition: left 0.5s; } .demo-btn:hover::before { left: 100%; } .demo-btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); } .demo-btn.user { background: linear-gradient(135deg, var(--primary), #8a9eff); border: 1px solid rgba(111, 140, 255, 0.3); } .demo-btn.admin { background: linear-gradient(135deg, var(--warning), #ff9e6f); border: 1px solid rgba(255, 179, 111, 0.3); } .features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 40px; } .feature { display: flex; align-items: center; gap: 12px; padding: 15px; background: rgba(255,255,255,0.02); border-radius: 12px; border: 1px solid rgba(255,255,255,0.05); transition: all 0.3s ease; } .feature:hover { transform: translateY(-2px); background: rgba(255,255,255,0.05); border-color: rgba(111, 140, 255, 0.2); } .feature-icon { width: 40px; height: 40px; background: var(--panel); border: 1px solid var(--border); border-radius: 10px; display: grid; place-items: center; color: var(--primary); } .feature-text { font-size: 0.95rem; color: var(--muted); } /* --- AUTH CARD --- */ .auth-card { background: var(--panel); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); padding: 30px; position: relative; overflow: hidden; backdrop-filter: blur(20px); } .auth-card::before { content: ; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--primary), var(--success)); } .auth-card::after { content: ; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(111, 140, 255, 0.1) 0%, transparent 70%); animation: rotate 10s linear infinite; z-index: -1; } @keyframes rotate { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .brand-auth { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 30px; font-weight: 800; letter-spacing: -.3px; font-size: 1.5rem; } .brand-badge { width: 44px; height: 44px; border-radius: 12px; background: linear-gradient(135deg, var(--primary), #8ef9e2); display: grid; place-items: center; color: #0c1120; font-weight: 700; box-shadow: 0 4px 20px rgba(111, 140, 255, 0.4); } .auth-tabs { display: flex; margin-bottom: 24px; border-radius: 12px; background: var(--panel-2); padding: 4px; border: 1px solid var(--border); } .auth-tab { flex: 1; text-align: center; padding: 10px; border-radius: 10px; cursor: pointer; font-weight: 600; transition: all 0.3s ease; } .auth-tab.active { background: var(--panel); color: var(--text); box-shadow: 0 4px 12px rgba(0,0,0,0.15); } .auth-form { display: none; } .auth-form.active { display: block; animation: fadeIn 0.4s ease; } @keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } } .form-group { margin-bottom: 20px; } .form-label { display: block; margin-bottom: 8px; font-weight: 500; color: var(--muted); font-size: 0.9rem; } .form-input { width: 100%; padding: 12px 16px; background: var(--panel-2); border: 1px solid var(--border); border-radius: 10px; color: var(--text); font-size: 1rem; transition: all 0.3s ease; } .form-input:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px rgba(111, 140, 255, 0.2); } .form-check { display: flex; align-items: center; gap: 8px; margin-bottom: 20px; } .form-check input { width: 18px; height: 18px; } .form-check label { font-size: 0.9rem; color: var(--muted); } .terms-link { color: var(--primary); cursor: pointer; font-weight: 500; } .terms-link:hover { text-decoration: underline; } .btn { display: block; width: 100%; padding: 14px; border: none; border-radius: 10px; font-weight: 600; font-size: 1rem; cursor: pointer; transition: all 0.3s ease; position: relative; overflow: hidden; } .btn-primary { background: linear-gradient(135deg, var(--primary), #8a9eff); color: white; } .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(111, 140, 255, 0.4); } .divider { display: flex; align-items: center; margin: 24px 0; color: var(--muted); } .divider::before, .divider::after { content: ; flex: 1; height: 1px; background: var(--border); } .divider span { padding: 0 12px; font-size: 0.9rem; } .social-login { display: flex; gap: 12px; margin-bottom: 20px; } .social-btn { flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 12px; border: 1px solid var(--border); border-radius: 10px; background: var(--panel-2); color: var(--text); font-weight: 500; cursor: pointer; transition: all 0.3s ease; } .social-btn:hover { background: var(--panel); transform: translateY(-2px); } .auth-footer { text-align: center; margin-top: 24px; font-size: 0.9rem; color: var(--muted); } .auth-footer a { color: var(--primary); font-weight: 500; } .auth-footer a:hover { text-decoration: underline; } /* Hata mesajı stilleri */ .alert { padding: 12px 16px; border-radius: 8px; margin-bottom: 20px; font-weight: 500; display: flex; align-items: center; gap: 8px; } .alert-error { background: rgba(255, 68, 68, 0.1); border: 1px solid rgba(255, 68, 68, 0.3); color: #ff6b6b; } /* --- MODAL STYLES --- */ .modal-overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.7); display: flex; align-items: center; justify-content: center; z-index: 1000; padding: 20px; opacity: 0; visibility: hidden; transition: all 0.3s ease; backdrop-filter: blur(5px); } .modal-overlay.active { opacity: 1; visibility: visible; } .modal { background: var(--panel); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; max-width: 700px; max-height: 80vh; overflow-y: auto; position: relative; transform: translateY(20px); transition: transform 0.3s ease; } .modal-overlay.active .modal { transform: translateY(0); } .modal-header { padding: 20px 24px; border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; } .modal-title { font-size: 1.3rem; font-weight: 700; margin: 0; } .modal-close { background: none; border: none; color: var(--muted); font-size: 1.2rem; cursor: pointer; width: 36px; height: 36px; border-radius: 8px; display: grid; place-items: center; } .modal-close:hover { background: var(--panel-2); color: var(--text); } .modal-content { padding: 24px; } .modal-section { margin-bottom: 24px; } .modal-section h3 { color: var(--primary); margin-bottom: 12px; font-size: 1.1rem; } .modal-section p, .modal-section ul { color: var(--muted); line-height: 1.6; } .modal-section ul { padding-left: 20px; } .modal-section li { margin-bottom: 8px; } /* --- RESPONSIVE --- */ @media (max-width: 968px) { .hero-content { grid-template-columns: 1fr; gap: 40px; } .hero h1 { font-size: 2.8rem; } .features { grid-template-columns: 1fr; } .demo-buttons { flex-direction: column; } } @media (max-width: 480px) { .hero { padding: 20px 15px; } .hero h1 { font-size: 2.2rem; } .auth-card { padding: 20px; } .social-login { flex-direction: column; } .modal-header { padding: 16px 20px; } .modal-content { padding: 20px; } } /style>/head>body> !-- Hero Section --> section classhero> div classhero-bg>/div> div classhero-content> div classhero-text> div classhero-badge> span classdot>/span> Müziğinizi Dünyaya Açın /div> h1>Müziğinizi 150den Fazla Platforma Dağıtın/h1> p>Podos Müzik ile müziğinizi Spotify, Apple Music, YouTube Music ve daha birçok platforma kolayca dağıtın. Telif haklarınızı koruyun, kazançlarınızı takip edin./p> !-- Demo Butonları --> div classdemo-buttons> a href?demouser classdemo-btn user> i classfas fa-user>/i> Kullanıcı Demo /a> a href?demoadmin classdemo-btn admin> i classfas fa-crown>/i> Admin Demo /a> /div> div classfeatures> div classfeature> div classfeature-icon> i classfas fa-globe>/i> /div> div classfeature-text>150+ platforma dağıtım/div> /div> div classfeature> div classfeature-icon> i classfas fa-chart-line>/i> /div> div classfeature-text>Detaylı analiz ve raporlar/div> /div> div classfeature> div classfeature-icon> i classfas fa-shield-alt>/i> /div> div classfeature-text>Telif hakkı koruması/div> /div> div classfeature> div classfeature-icon> i classfas fa-bolt>/i> /div> div classfeature-text>Hızlı yayın süreci/div> /div> /div> /div> !-- Auth Card --> div classauth-card> div classbrand-auth> span classbrand-badge>Po/span> span>Podos Müzik/span> /div> div classauth-tabs> div classauth-tab active data-tablogin>Giriş Yap/div> div classauth-tab data-tabregister>Kayıt Ol/div> /div> !-- Giriş Formu --> form methodPOST classauth-form active idlogin-form> input typehidden namelogin value1> div classform-group> label classform-label forlogin-email>E-posta/label> input typeemail idlogin-email nameemail classform-input placeholderornek@email.com required value> /div> div classform-group> label classform-label forlogin-password>Şifre/label> input typepassword idlogin-password namepassword classform-input placeholderŞifrenizi girin required> /div> div classform-check> input typecheckbox idremember-me nameremember_me> label forremember-me>Beni hatırla/label> /div> button typesubmit classbtn btn-primary>Giriş Yap/button> div classdivider> span>veya/span> /div> div classsocial-login> button typebutton classsocial-btn> i classfab fa-google>/i> span>Google/span> /button> button typebutton classsocial-btn> i classfab fa-apple>/i> span>Apple/span> /button> /div> div classauth-footer> a href# stylecolor: var(--primary);>Şifremi unuttum/a> /div> /form> !-- Kayıt Formu --> form methodPOST classauth-form idregister-form> input typehidden nameregister value1> div classform-group> label classform-label forregister-name>Ad Soyad/label> input typetext idregister-name namename classform-input placeholderAdınız ve soyadınız required value> /div> div classform-group> label classform-label forregister-email>E-posta/label> input typeemail idregister-email nameemail classform-input placeholderornek@email.com required value> /div> div classform-group> label classform-label forregister-password>Şifre/label> input typepassword idregister-password namepassword classform-input placeholderEn az 8 karakter required> /div> div classform-group> label classform-label forregister-confirm>Şifre Tekrar/label> input typepassword idregister-confirm nameconfirm_password classform-input placeholderŞifrenizi tekrar girin required> /div> div classform-check> input typecheckbox idterms nameterms required> label forterms> span classterms-link data-modalterms-modal>Kullanım koşullarını/span> ve span classterms-link data-modalprivacy-modal>gizlilik politikasını/span> kabul ediyorum /label> /div> button typesubmit classbtn btn-primary>Hesap Oluştur/button> div classdivider> span>veya/span> /div> div classsocial-login> button typebutton classsocial-btn> i classfab fa-google>/i> span>Google/span> /button> button typebutton classsocial-btn> i classfab fa-apple>/i> span>Apple/span> /button> /div> div classauth-footer> Zaten hesabınız var mı? a href# classswitch-to-login>Giriş yapın/a> /div> /form> /div> /div> /section> !-- Modal içerikleri --> !-- Kullanım Koşulları Modal -->div classmodal-overlay idterms-modal> div classmodal> div classmodal-header> h2 classmodal-title>📄 KULLANIM KOŞULLARI/h2> button classmodal-close>×/button> /div> div classmodal-content> div classmodal-section> h3>1. Genel Bilgilendirme/h3> p>Podos Müzik, bağımsız sanatçılar için dijital müzik dağıtımı, yayın yönetimi, panel hizmeti ve veri takibi gibi hizmetler sunar. Bu hizmetlerden faydalanan her kullanıcı bu kullanım koşullarını kabul etmiş sayılır./p> /div> div classmodal-section> h3>2. Hizmet İçeriği/h3> p>Podos Müzik; Spotify, Apple Music, YouTube Music, Deezer ve benzeri platformlara içerik dağıtımı sağlar. Yayınlanan içeriklerin tüm sorumluluğu sanatçıya aittir./p> /div> div classmodal-section> h3>3. Sanatçı Sorumluluğu/h3> p>Sanatçılar, yükledikleri tüm içeriklerin telif haklarının kendilerine ait olduğunu beyan eder./p> p>Telif hakkı ihlali, bot dinlenme, yapay etkileşim vb. durumlarda oluşabilecek maddi/manevi zararlardan sanatçı sorumludur./p> /div> div classmodal-section> h3>4. Ödemeler ve Komisyon/h3> p>Yayınlanan içeriklerden elde edilen gelirler, ilgili platformlardan Podos Müzike ulaştıktan sonra sanatçıya aktarılır./p> p>Podos Müzik, gelirlerden belirli bir komisyon oranı alabilir. Ödeme eşiği, tarih aralıkları ve yöntemler panelde belirtilir./p> /div> div classmodal-section> h3>5. İçerik Kaldırma Hakkı/h3> p>Podos Müzik, platform kurallarına veya kullanım koşullarına aykırı içerikleri tek taraflı olarak yayından kaldırma hakkına sahiptir./p> /div> div classmodal-section> h3>6. Sözleşme Feshi/h3> p>Sanatçı dilediği zaman içeriklerini sistemden kaldırmayı talep edebilir./p> p>Ancak geçmişe dönük mali yükümlülükler ve cezalar fesihten etkilenmez./p> /div> /div> /div>/div>!-- Gizlilik Politikası Modal -->div classmodal-overlay idprivacy-modal> div classmodal> div classmodal-header> h2 classmodal-title>🔐 GİZLİLİK POLİTİKASI/h2> button classmodal-close>×/button> /div> div classmodal-content> div classmodal-section> h3>1. Toplanan Veriler/h3> p>Podos Müzik, kullanıcıdan şu bilgileri toplayabilir:/p> ul> li>Ad-soyad, e-posta adresi, telefon numarası/li> li>Banka/ödeme bilgileri (IBAN, hesap adı)/li> li>Sanatçı adı, yüklenen içerik bilgileri/li> li>Platform analitik verileri/li> /ul> /div> div classmodal-section> h3>2. Veri Kullanımı/h3> p>Bu bilgiler sadece hizmetin sunulması, gelir takibi, faturalandırma, içerik yayını ve destek hizmetleri için kullanılır./p> p>Reklam, üçüncü taraf satıcılar veya farklı pazarlama amacıyla paylaşılmaz./p> /div> div classmodal-section> h3>3. Veri Paylaşımı/h3> p>Veriler sadece:/p> ul> li>Spotify, Apple Music gibi dağıtım platformlarına/li> li>Zorunlu yasal mercilere/li> li>Sanatçının kendisine veya yetkili temsilcisine/li> /ul> p>açık onay dahilinde paylaşılır./p> /div> div classmodal-section> h3>4. Güvenlik/h3> p>Veriler SSL şifreleme ve güvenli sunucularda saklanır./p> p>Veri ihlali halinde tarafınıza bilgilendirme yapılacaktır./p> /div> div classmodal-section> h3>5. Erişim ve Silme Hakkı/h3> p>Her kullanıcı, kendi verilerini görme, güncelleme ve silme hakkına sahiptir./p> p>Silme talebi a hrefmailto:contact@podosmuzik.com.tr stylecolor: var(--primary);>contact@podosmuzik.com.tr/a> adresine e-posta ile iletilmelidir./p> /div> /div> /div>/div> script> // JavaScript kodu aynı kalacak document.querySelectorAll(.auth-tab).forEach(tab > { tab.addEventListener(click, () > { document.querySelectorAll(.auth-tab).forEach(t > t.classList.remove(active)); document.querySelectorAll(.auth-form).forEach(f > f.classList.remove(active)); tab.classList.add(active); const tabId tab.getAttribute(data-tab); document.getElementById(`${tabId}-form`).classList.add(active); }); }); document.querySelector(.switch-to-login).addEventListener(click, (e) > { e.preventDefault(); document.querySelectorAll(.auth-tab).forEach(t > t.classList.remove(active)); document.querySelectorAll(.auth-form).forEach(f > f.classList.remove(active)); document.querySelector(data-tablogin).classList.add(active); document.getElementById(login-form).classList.add(active); }); document.querySelectorAll(.terms-link).forEach(link > { link.addEventListener(click, (e) > { e.preventDefault(); const modalId link.getAttribute(data-modal); document.getElementById(modalId).classList.add(active); document.body.style.overflow hidden; }); }); document.querySelectorAll(.modal-close, .modal-overlay).forEach(closeBtn > { closeBtn.addEventListener(click, (e) > { if (e.target closeBtn || e.target.classList.contains(modal-close)) { document.querySelectorAll(.modal-overlay).forEach(modal > { modal.classList.remove(active); }); document.body.style.overflow auto; } }); }); /script>/body>/html>
Port 443
HTTP/1.1 200 OKConnection: Keep-AliveKeep-Alive: timeout5, max100set-cookie: PHPSESSIDe3450923cf47c00f4c849c5ffaed2f3f; path/; secureExpires: Thu, 19 Nov 1981 08:52:00 GMTCache-Control: no-store, no-cache, must-revalidatePragma: no-cacheContent-Type: text/html; charsetUTF-8Content-Length: 27860Date: Wed, 22 Oct 2025 20:55:23 GMTServer: LiteSpeedVary: User-Agent !DOCTYPE html>html langtr>head> meta charsetUTF-8 /> meta nameviewport contentwidthdevice-width, initial-scale1 /> title>Podos Müzik • Müzik Dağıtım Platformu/title> link relpreconnect hrefhttps://fonts.googleapis.com> link relpreconnect hrefhttps://fonts.gstatic.com crossorigin> link hrefhttps://fonts.googleapis.com/css2?familyInter:wght@400;500;600;700;800&displayswap relstylesheet> link hrefhttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css relstylesheet /> style> :root{ --bg:#0f1420; /* ana arka plan */ --panel:#141a26; /* kart/panel */ --panel-2:#0d1119; /* sidebar */ --border:#232a3a; /* sınırlar */ --text:#e6ebf5; /* metin */ --muted:#99a4b5; /* ikincil metin */ --success:#36e3a8; /* yeşil vurgular */ --primary:#6f8cff; /* ana renk */ --warning:#ffb36f; /* uyarı rengi */ --shadow:0 12px 40px rgba(0,0,0,.35); --radius:16px; } *,*::before,*::after{box-sizing:border-box} html,body{margin:0;height:100%} body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:radial-gradient(1000px 600px at -10% -10%, #1b2440 0%, transparent 55%), var(--bg);color:var(--text);} a{color:inherit;text-decoration:none} img{display:block;max-width:100%} /* --- HERO SECTION --- */ .hero { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 20px; position: relative; overflow: hidden; } .hero-bg { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(800px 400px at 120% -10%, #1b2440 0%, transparent 50%), radial-gradient(600px 300px at -20% 120%, #2d1b40 0%, transparent 50%), var(--bg); z-index: -1; } /* Modern arkaplan efektleri */ .hero-bg::before { content: ; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(600px 600px at 80% 20%, rgba(111, 140, 255, 0.1) 0%, transparent 50%), radial-gradient(400px 400px at 20% 80%, rgba(54, 227, 168, 0.1) 0%, transparent 50%); animation: float 6s ease-in-out infinite; } .hero-bg::after { content: ; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url(data:image/svg+xml,svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 1000 1000>polygon fill%236f8cff fill-opacity0.02 points100,100 150,200 100,300 50,200/>polygon fill%2336e3a8 fill-opacity0.02 points800,700 850,800 800,900 750,800/>circle fill%23ffb36f fill-opacity0.02 cx700 cy300 r50/>/svg>); animation: float 8s ease-in-out infinite reverse; } @keyframes float { 0%, 100% { transform: translateY(0px) rotate(0deg); } 50% { transform: translateY(-20px) rotate(180deg); } } .hero-content { display: grid; grid-template-columns: 1fr 420px; gap: 60px; align-items: center; max-width: 1200px; width: 100%; } .hero-text { max-width: 600px; } .hero-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--panel); border: 1px solid var(--border); padding: 8px 16px; border-radius: 20px; font-size: 0.9rem; color: var(--muted); margin-bottom: 20px; backdrop-filter: blur(10px); } .hero-badge .dot { width: 6px; height: 6px; background: var(--success); border-radius: 50%; animation: pulse 2s infinite; } @keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.5; transform: scale(1.2); } } .hero h1 { font-size: 3.5rem; font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; margin: 0 0 20px 0; background: linear-gradient(135deg, var(--text) 0%, #a0b0ff 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-shadow: 0 4px 20px rgba(111, 140, 255, 0.3); } .hero p { font-size: 1.2rem; color: var(--muted); line-height: 1.6; margin-bottom: 40px; } .demo-buttons { display: flex; gap: 15px; margin: 30px 0; } .demo-btn { padding: 12px 24px; border: 1px solid var(--border); border-radius: 10px; background: var(--panel); color: var(--text); font-weight: 600; cursor: pointer; transition: all 0.3s ease; flex: 1; text-align: center; display: inline-block; text-decoration: none; backdrop-filter: blur(10px); position: relative; overflow: hidden; } .demo-btn::before { content: ; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent); transition: left 0.5s; } .demo-btn:hover::before { left: 100%; } .demo-btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); } .demo-btn.user { background: linear-gradient(135deg, var(--primary), #8a9eff); border: 1px solid rgba(111, 140, 255, 0.3); } .demo-btn.admin { background: linear-gradient(135deg, var(--warning), #ff9e6f); border: 1px solid rgba(255, 179, 111, 0.3); } .features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 40px; } .feature { display: flex; align-items: center; gap: 12px; padding: 15px; background: rgba(255,255,255,0.02); border-radius: 12px; border: 1px solid rgba(255,255,255,0.05); transition: all 0.3s ease; } .feature:hover { transform: translateY(-2px); background: rgba(255,255,255,0.05); border-color: rgba(111, 140, 255, 0.2); } .feature-icon { width: 40px; height: 40px; background: var(--panel); border: 1px solid var(--border); border-radius: 10px; display: grid; place-items: center; color: var(--primary); } .feature-text { font-size: 0.95rem; color: var(--muted); } /* --- AUTH CARD --- */ .auth-card { background: var(--panel); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); padding: 30px; position: relative; overflow: hidden; backdrop-filter: blur(20px); } .auth-card::before { content: ; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--primary), var(--success)); } .auth-card::after { content: ; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(111, 140, 255, 0.1) 0%, transparent 70%); animation: rotate 10s linear infinite; z-index: -1; } @keyframes rotate { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .brand-auth { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 30px; font-weight: 800; letter-spacing: -.3px; font-size: 1.5rem; } .brand-badge { width: 44px; height: 44px; border-radius: 12px; background: linear-gradient(135deg, var(--primary), #8ef9e2); display: grid; place-items: center; color: #0c1120; font-weight: 700; box-shadow: 0 4px 20px rgba(111, 140, 255, 0.4); } .auth-tabs { display: flex; margin-bottom: 24px; border-radius: 12px; background: var(--panel-2); padding: 4px; border: 1px solid var(--border); } .auth-tab { flex: 1; text-align: center; padding: 10px; border-radius: 10px; cursor: pointer; font-weight: 600; transition: all 0.3s ease; } .auth-tab.active { background: var(--panel); color: var(--text); box-shadow: 0 4px 12px rgba(0,0,0,0.15); } .auth-form { display: none; } .auth-form.active { display: block; animation: fadeIn 0.4s ease; } @keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } } .form-group { margin-bottom: 20px; } .form-label { display: block; margin-bottom: 8px; font-weight: 500; color: var(--muted); font-size: 0.9rem; } .form-input { width: 100%; padding: 12px 16px; background: var(--panel-2); border: 1px solid var(--border); border-radius: 10px; color: var(--text); font-size: 1rem; transition: all 0.3s ease; } .form-input:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px rgba(111, 140, 255, 0.2); } .form-check { display: flex; align-items: center; gap: 8px; margin-bottom: 20px; } .form-check input { width: 18px; height: 18px; } .form-check label { font-size: 0.9rem; color: var(--muted); } .terms-link { color: var(--primary); cursor: pointer; font-weight: 500; } .terms-link:hover { text-decoration: underline; } .btn { display: block; width: 100%; padding: 14px; border: none; border-radius: 10px; font-weight: 600; font-size: 1rem; cursor: pointer; transition: all 0.3s ease; position: relative; overflow: hidden; } .btn-primary { background: linear-gradient(135deg, var(--primary), #8a9eff); color: white; } .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(111, 140, 255, 0.4); } .divider { display: flex; align-items: center; margin: 24px 0; color: var(--muted); } .divider::before, .divider::after { content: ; flex: 1; height: 1px; background: var(--border); } .divider span { padding: 0 12px; font-size: 0.9rem; } .social-login { display: flex; gap: 12px; margin-bottom: 20px; } .social-btn { flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 12px; border: 1px solid var(--border); border-radius: 10px; background: var(--panel-2); color: var(--text); font-weight: 500; cursor: pointer; transition: all 0.3s ease; } .social-btn:hover { background: var(--panel); transform: translateY(-2px); } .auth-footer { text-align: center; margin-top: 24px; font-size: 0.9rem; color: var(--muted); } .auth-footer a { color: var(--primary); font-weight: 500; } .auth-footer a:hover { text-decoration: underline; } /* Hata mesajı stilleri */ .alert { padding: 12px 16px; border-radius: 8px; margin-bottom: 20px; font-weight: 500; display: flex; align-items: center; gap: 8px; } .alert-error { background: rgba(255, 68, 68, 0.1); border: 1px solid rgba(255, 68, 68, 0.3); color: #ff6b6b; } /* --- MODAL STYLES --- */ .modal-overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.7); display: flex; align-items: center; justify-content: center; z-index: 1000; padding: 20px; opacity: 0; visibility: hidden; transition: all 0.3s ease; backdrop-filter: blur(5px); } .modal-overlay.active { opacity: 1; visibility: visible; } .modal { background: var(--panel); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; max-width: 700px; max-height: 80vh; overflow-y: auto; position: relative; transform: translateY(20px); transition: transform 0.3s ease; } .modal-overlay.active .modal { transform: translateY(0); } .modal-header { padding: 20px 24px; border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; } .modal-title { font-size: 1.3rem; font-weight: 700; margin: 0; } .modal-close { background: none; border: none; color: var(--muted); font-size: 1.2rem; cursor: pointer; width: 36px; height: 36px; border-radius: 8px; display: grid; place-items: center; } .modal-close:hover { background: var(--panel-2); color: var(--text); } .modal-content { padding: 24px; } .modal-section { margin-bottom: 24px; } .modal-section h3 { color: var(--primary); margin-bottom: 12px; font-size: 1.1rem; } .modal-section p, .modal-section ul { color: var(--muted); line-height: 1.6; } .modal-section ul { padding-left: 20px; } .modal-section li { margin-bottom: 8px; } /* --- RESPONSIVE --- */ @media (max-width: 968px) { .hero-content { grid-template-columns: 1fr; gap: 40px; } .hero h1 { font-size: 2.8rem; } .features { grid-template-columns: 1fr; } .demo-buttons { flex-direction: column; } } @media (max-width: 480px) { .hero { padding: 20px 15px; } .hero h1 { font-size: 2.2rem; } .auth-card { padding: 20px; } .social-login { flex-direction: column; } .modal-header { padding: 16px 20px; } .modal-content { padding: 20px; } } /style>/head>body> !-- Hero Section --> section classhero> div classhero-bg>/div> div classhero-content> div classhero-text> div classhero-badge> span classdot>/span> Müziğinizi Dünyaya Açın /div> h1>Müziğinizi 150den Fazla Platforma Dağıtın/h1> p>Podos Müzik ile müziğinizi Spotify, Apple Music, YouTube Music ve daha birçok platforma kolayca dağıtın. Telif haklarınızı koruyun, kazançlarınızı takip edin./p> !-- Demo Butonları --> div classdemo-buttons> a href?demouser classdemo-btn user> i classfas fa-user>/i> Kullanıcı Demo /a> a href?demoadmin classdemo-btn admin> i classfas fa-crown>/i> Admin Demo /a> /div> div classfeatures> div classfeature> div classfeature-icon> i classfas fa-globe>/i> /div> div classfeature-text>150+ platforma dağıtım/div> /div> div classfeature> div classfeature-icon> i classfas fa-chart-line>/i> /div> div classfeature-text>Detaylı analiz ve raporlar/div> /div> div classfeature> div classfeature-icon> i classfas fa-shield-alt>/i> /div> div classfeature-text>Telif hakkı koruması/div> /div> div classfeature> div classfeature-icon> i classfas fa-bolt>/i> /div> div classfeature-text>Hızlı yayın süreci/div> /div> /div> /div> !-- Auth Card --> div classauth-card> div classbrand-auth> span classbrand-badge>Po/span> span>Podos Müzik/span> /div> div classauth-tabs> div classauth-tab active data-tablogin>Giriş Yap/div> div classauth-tab data-tabregister>Kayıt Ol/div> /div> !-- Giriş Formu --> form methodPOST classauth-form active idlogin-form> input typehidden namelogin value1> div classform-group> label classform-label forlogin-email>E-posta/label> input typeemail idlogin-email nameemail classform-input placeholderornek@email.com required value> /div> div classform-group> label classform-label forlogin-password>Şifre/label> input typepassword idlogin-password namepassword classform-input placeholderŞifrenizi girin required> /div> div classform-check> input typecheckbox idremember-me nameremember_me> label forremember-me>Beni hatırla/label> /div> button typesubmit classbtn btn-primary>Giriş Yap/button> div classdivider> span>veya/span> /div> div classsocial-login> button typebutton classsocial-btn> i classfab fa-google>/i> span>Google/span> /button> button typebutton classsocial-btn> i classfab fa-apple>/i> span>Apple/span> /button> /div> div classauth-footer> a href# stylecolor: var(--primary);>Şifremi unuttum/a> /div> /form> !-- Kayıt Formu --> form methodPOST classauth-form idregister-form> input typehidden nameregister value1> div classform-group> label classform-label forregister-name>Ad Soyad/label> input typetext idregister-name namename classform-input placeholderAdınız ve soyadınız required value> /div> div classform-group> label classform-label forregister-email>E-posta/label> input typeemail idregister-email nameemail classform-input placeholderornek@email.com required value> /div> div classform-group> label classform-label forregister-password>Şifre/label> input typepassword idregister-password namepassword classform-input placeholderEn az 8 karakter required> /div> div classform-group> label classform-label forregister-confirm>Şifre Tekrar/label> input typepassword idregister-confirm nameconfirm_password classform-input placeholderŞifrenizi tekrar girin required> /div> div classform-check> input typecheckbox idterms nameterms required> label forterms> span classterms-link data-modalterms-modal>Kullanım koşullarını/span> ve span classterms-link data-modalprivacy-modal>gizlilik politikasını/span> kabul ediyorum /label> /div> button typesubmit classbtn btn-primary>Hesap Oluştur/button> div classdivider> span>veya/span> /div> div classsocial-login> button typebutton classsocial-btn> i classfab fa-google>/i> span>Google/span> /button> button typebutton classsocial-btn> i classfab fa-apple>/i> span>Apple/span> /button> /div> div classauth-footer> Zaten hesabınız var mı? a href# classswitch-to-login>Giriş yapın/a> /div> /form> /div> /div> /section> !-- Modal içerikleri --> !-- Kullanım Koşulları Modal -->div classmodal-overlay idterms-modal> div classmodal> div classmodal-header> h2 classmodal-title>📄 KULLANIM KOŞULLARI/h2> button classmodal-close>×/button> /div> div classmodal-content> div classmodal-section> h3>1. Genel Bilgilendirme/h3> p>Podos Müzik, bağımsız sanatçılar için dijital müzik dağıtımı, yayın yönetimi, panel hizmeti ve veri takibi gibi hizmetler sunar. Bu hizmetlerden faydalanan her kullanıcı bu kullanım koşullarını kabul etmiş sayılır./p> /div> div classmodal-section> h3>2. Hizmet İçeriği/h3> p>Podos Müzik; Spotify, Apple Music, YouTube Music, Deezer ve benzeri platformlara içerik dağıtımı sağlar. Yayınlanan içeriklerin tüm sorumluluğu sanatçıya aittir./p> /div> div classmodal-section> h3>3. Sanatçı Sorumluluğu/h3> p>Sanatçılar, yükledikleri tüm içeriklerin telif haklarının kendilerine ait olduğunu beyan eder./p> p>Telif hakkı ihlali, bot dinlenme, yapay etkileşim vb. durumlarda oluşabilecek maddi/manevi zararlardan sanatçı sorumludur./p> /div> div classmodal-section> h3>4. Ödemeler ve Komisyon/h3> p>Yayınlanan içeriklerden elde edilen gelirler, ilgili platformlardan Podos Müzike ulaştıktan sonra sanatçıya aktarılır./p> p>Podos Müzik, gelirlerden belirli bir komisyon oranı alabilir. Ödeme eşiği, tarih aralıkları ve yöntemler panelde belirtilir./p> /div> div classmodal-section> h3>5. İçerik Kaldırma Hakkı/h3> p>Podos Müzik, platform kurallarına veya kullanım koşullarına aykırı içerikleri tek taraflı olarak yayından kaldırma hakkına sahiptir./p> /div> div classmodal-section> h3>6. Sözleşme Feshi/h3> p>Sanatçı dilediği zaman içeriklerini sistemden kaldırmayı talep edebilir./p> p>Ancak geçmişe dönük mali yükümlülükler ve cezalar fesihten etkilenmez./p> /div> /div> /div>/div>!-- Gizlilik Politikası Modal -->div classmodal-overlay idprivacy-modal> div classmodal> div classmodal-header> h2 classmodal-title>🔐 GİZLİLİK POLİTİKASI/h2> button classmodal-close>×/button> /div> div classmodal-content> div classmodal-section> h3>1. Toplanan Veriler/h3> p>Podos Müzik, kullanıcıdan şu bilgileri toplayabilir:/p> ul> li>Ad-soyad, e-posta adresi, telefon numarası/li> li>Banka/ödeme bilgileri (IBAN, hesap adı)/li> li>Sanatçı adı, yüklenen içerik bilgileri/li> li>Platform analitik verileri/li> /ul> /div> div classmodal-section> h3>2. Veri Kullanımı/h3> p>Bu bilgiler sadece hizmetin sunulması, gelir takibi, faturalandırma, içerik yayını ve destek hizmetleri için kullanılır./p> p>Reklam, üçüncü taraf satıcılar veya farklı pazarlama amacıyla paylaşılmaz./p> /div> div classmodal-section> h3>3. Veri Paylaşımı/h3> p>Veriler sadece:/p> ul> li>Spotify, Apple Music gibi dağıtım platformlarına/li> li>Zorunlu yasal mercilere/li> li>Sanatçının kendisine veya yetkili temsilcisine/li> /ul> p>açık onay dahilinde paylaşılır./p> /div> div classmodal-section> h3>4. Güvenlik/h3> p>Veriler SSL şifreleme ve güvenli sunucularda saklanır./p> p>Veri ihlali halinde tarafınıza bilgilendirme yapılacaktır./p> /div> div classmodal-section> h3>5. Erişim ve Silme Hakkı/h3> p>Her kullanıcı, kendi verilerini görme, güncelleme ve silme hakkına sahiptir./p> p>Silme talebi a hrefmailto:contact@podosmuzik.com.tr stylecolor: var(--primary);>contact@podosmuzik.com.tr/a> adresine e-posta ile iletilmelidir./p> /div> /div> /div>/div> script> // JavaScript kodu aynı kalacak document.querySelectorAll(.auth-tab).forEach(tab > { tab.addEventListener(click, () > { document.querySelectorAll(.auth-tab).forEach(t > t.classList.remove(active)); document.querySelectorAll(.auth-form).forEach(f > f.classList.remove(active)); tab.classList.add(active); const tabId tab.getAttribute(data-tab); document.getElementById(`${tabId}-form`).classList.add(active); }); }); document.querySelector(.switch-to-login).addEventListener(click, (e) > { e.preventDefault(); document.querySelectorAll(.auth-tab).forEach(t > t.classList.remove(active)); document.querySelectorAll(.auth-form).forEach(f > f.classList.remove(active)); document.querySelector(data-tablogin).classList.add(active); document.getElementById(login-form).classList.add(active); }); document.querySelectorAll(.terms-link).forEach(link > { link.addEventListener(click, (e) > { e.preventDefault(); const modalId link.getAttribute(data-modal); document.getElementById(modalId).classList.add(active); document.body.style.overflow hidden; }); }); document.querySelectorAll(.modal-close, .modal-overlay).forEach(closeBtn > { closeBtn.addEventListener(click, (e) > { if (e.target closeBtn || e.target.classList.contains(modal-close)) { document.querySelectorAll(.modal-overlay).forEach(modal > { modal.classList.remove(active); }); document.body.style.overflow auto; } }); }); /script>/body>/html>
Subdomains
Date
Domain
IP
mail.ihsan.net.tr
2025-10-21
23.88.0.101
pop.ihsan.net.tr
2025-10-21
23.88.0.101
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]