nehabermis.com Ads.txt file
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="noindex, follow">
<title>Account Suspended</title>
<script>
var hostname = window.location.hostname;
var server = "ODEN";
</script>
<!-- Bootstrap 5 CSS -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.2/css/bootstrap.min.css" rel="stylesheet">
<!-- FontAwesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet">
<!-- Google Fonts - Roboto -->
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;600;700&display=swap" rel="stylesheet">
<style>
:root {
/* Light mode colors */
--bg-left: #ffffff;
--bg-right: #EEF2F6;
--text-primary: #28285b;
--text-secondary: #7f8c8d;
--text-content: #34495e;
--text-blue: #E0A800;
--content-bg: #ffffff;
--border-color:#E0A800;
--shadow: rgba(0, 0, 0, 0.1);
--scrollbar-track: #ecf0f1;
--scrollbar-thumb: #bdc3c7;
--scrollbar-thumb-hover: #95a5a6;
}
[data-theme="dark"] {
/* Dark mode colors */
--bg-left: #1a1a1a;
--bg-right: #0f1419;
--text-primary: #e4e6ea;
--text-secondary: #b0b3b8;
--text-content: #e4e6ea;
--text-blue: #e4e6ea;
--content-bg: #242526;
--border-color: #4a9eff;
--shadow: rgba(0, 0, 0, 0.3);
--scrollbar-track: #3a3b3c;
--scrollbar-thumb: #606770;
--scrollbar-thumb-hover: #828894;
}
body, html {
height: 100%;
margin: 0;
font-family: 'Roboto', sans-serif;
transition: background-color 0.3s ease, color 0.3s ease;
}
.main-container {
height: 100vh;
overflow: hidden;
}
.left-section {
background-color: var(--bg-left);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 2rem;
min-height: 100vh;
transition: background-color 0.3s ease;
}
.right-section {
background-color: var(--bg-right);
padding: 2rem;
min-height: 100vh;
overflow-y: auto;
overflow-x: hidden;
transition: background-color 0.3s ease;
}
.main-title {
font-size: 2.5rem;
font-weight: 700;
color: var(--text-blue);
text-align: center;
margin-bottom: 1rem;
line-height: 1.2;
transition: color 0.3s ease;
}
.subtitle {
font-size: 1.3rem;
color: var(--text-secondary);
text-align: center;
font-weight: 300;
max-width: 400px;
transition: color 0.3s ease;
}
.subtitle-small {
font-size: 0.9rem;
color: var(--text-secondary);
text-align: center;
font-weight: 300;
max-width: 400px;
}
a {
color: var(--text-blue);
text-decoration: none;
font-weight: 600;
transition: color 0.3s ease;
}
.content-area {
background-color: var(--content-bg);
border-radius: 15px;
padding: 2rem;
box-shadow: 0 4px 6px var(--shadow);
margin-bottom: 2rem;
height: calc(100vh - 4rem);
overflow-y: auto;
transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.content-title {
color: var(--text-primary);
font-size: 1.8rem;
font-weight: 600;
margin-bottom: 1.5rem;
border-bottom: 3px solid var(--border-color);
padding-bottom: 0.5rem;
transition: color 0.3s ease, border-color 0.3s ease;
}
.content-text {
color: var(--text-content);
font-size: 1rem;
line-height: 1.6;
text-align: justify;
transition: color 0.3s ease;
}
.content-text ul li {
color: var(--text-content);
transition: color 0.3s ease;
}
.theme-toggle {
position: fixed;
top: 20px;
right: 20px;
background-color: var(--content-bg);
border: 2px solid var(--border-color);
border-radius: 50px;
padding: 10px 15px;
cursor: pointer;
font-size: 1.2rem;
color: var(--text-primary);
box-shadow: 0 2px 10px var(--shadow);
transition: all 0.3s ease;
z-index: 1000;
}
.theme-toggle:hover {
transform: scale(1.1);
box-shadow: 0 4px 15px var(--shadow);
}
/* Scrollbar Styling */
.content-area::-webkit-scrollbar {
width: 8px;
}
.content-area::-webkit-scrollbar-track {
background: var(--scrollbar-track);
border-radius: 10px;
}
.content-area::-webkit-scrollbar-thumb {
background: var(--scrollbar-thumb);
border-radius: 10px;
}
.content-area::-webkit-scrollbar-thumb:hover {
background: var(--scrollbar-thumb-hover);
}
.right-section::-webkit-scrollbar {
width: 8px;
}
.right-section::-webkit-scrollbar-track {
background: var(--scrollbar-track);
border-radius: 10px;
}
.right-section::-webkit-scrollbar-thumb {
background: var(--scrollbar-thumb);
border-radius: 10px;
}
.right-section::-webkit-scrollbar-thumb:hover {
background: var(--scrollbar-thumb-hover);
}
/* Responsive Design */
@media (max-width: 768px) {
.main-container {
height: auto;
}
.left-section {
min-height: 50vh;
padding: 1.5rem;
}
.right-section {
min-height: 50vh;
padding: 1.5rem;
}
.content-area {
height: 60vh;
padding: 1.5rem;
}
.main-title {
font-size: 2rem;
}
.subtitle {
font-size: 1.1rem;
}
}
@media (max-width: 576px) {
.main-title {
font-size: 1.8rem;
}
.subtitle {
font-size: 1rem;
}
.content-title {
font-size: 1.5rem;
}
.left-section {
padding: 1rem;
}
.right-section {
padding: 1rem;
}
.content-area {
padding: 1rem;
}
}
</style>
</head>
<body data-theme="light">
<!-- Dark Mode Toggle Button -->
<button class="theme-toggle" id="themeToggle" title="Tema Değiştir">
<i class="fas fa-moon" id="themeIcon"></i>
</button>
<div class="container-fluid main-container">
<div class="row h-100">
<!-- Sol Taraf - Logo, Başlık ve Alt Başlık -->
<div class="col-lg-6 col-md-6 col-12 left-section">
<div class="text-center">
<!-- Ana Başlık -->
<h1 class="main-title">
Account Suspended
</h1>
<div class="subtitle mt-3">
<span id="server"></span>
</div>
<div class="subtitle-small">
<span id="hostname"></span>
</div>
<!-- Alt Başlık -->
<p class="subtitle-small mt-5">
<i class="fas fa-info-circle me-1"></i>
Bu websitesi askıya alınmıştır.
</p>
</div>
</div>
<!-- Sağ Taraf - Metin Alanı -->
<div class="col-lg-6 col-md-6 col-12 right-section">
<div class="content-area">
<h2 class="content-title">
<i class="fas fa-info-circle me-2"></i> Talimatlar
</h2>
<div class="content-text">
<p>
Şu anda erişmeye çalıştığınız website askıya alınmıştır.
</p>
<p><strong>Eğer bu websitenin sahibi veya geliştiricisi iseniz aşağıdaki listelenen sebeplerden herhangi birisinden dolayı bu sayfayı görüyor olabilirsiniz:</strong></p>
<ul>
<li>Websiteniz <a href="https://www.veridyen.com/yasal/genel-hizmet-sartlari/" class="text-decoration-none" target="_blank">Genel Hizmet Şartları</a> içerisindeki şartları karşılamıyor olabilir.</li>
<li>Hosting hizmetiniz içerisinde, yasaklı bir içerik veya bir medya dosyası barınıyor olabilir.</li>
<li>Hosting hizmetiniz içerisindeki yazılımınız, kritik bir güvenlik zaafiyeti içeriyor olabilir.</li>
<li>Hosting hizmetiniz içerisindeki yazılımınız, bir güvenlik zaafiyetinden dolayı sunucu dışına saldırı veya tarama gerçekleştiriyor olabilir.</li>
<li>Hosting hizmetiniz üzerinden SPAM email gönderimi veya toplu email gönderimi gerçekleşiyor olabilir.</li>
<li>Websiteniz hakkında bildirildiği halde çözümlemediğiniz bir abuse veya telif hakkı ihlali bildirimi olabilir.</li>
<li><strong>Bu listelenen durumlarda veya harici durumlardan herhangi bir sebepten dolayı askıya alınmış ise hosting hizmeti sahibine konu hakkında bildirim gönderilmiştir.</strong></li>
</ul>
<h3>Askıya Alınma Sorununun Giderilmesi</h3>
<h4 class="mb-3">Veridyen müşterisiyim, websitenin sahibiyim</h4>
<ul>
<li>Müşteri hesabınızda kayıtlı email adresinize tarafımızdan gelen emailleri kontrol edebilirsiniz.</li>
<li>Müşteri hesabınızın Destek bölümünde tarafımızca size oluşturulan destek biletlerini kontrol edebilirsiniz.</li>
<li>Bir <a href="https://www.veridyen.com/submitticket.php" target="_blank">destek bileti oluşturabilir</a> veya <a href="https://www.veridyen.com/iletisim/">iletişim</a> sayfamızdan müşteri hizmetleri hattımızı arayabilir veya bize email gönderebilirsiniz.</li>
</ul>
<h4 class="mb-3">Veridyen müşterisi değilim, websitenin sahibiyim</h4>
<ul>
<li>Doğrudan hizmet aldığınız kişi ile iletişime geçmelisiniz. Müşteri gizliliği ve KVKK gereğince askıya alma konusunda bilgi aktarılamamaktadır.</li>
<li>Eğer hizmet aldığınız kişi ile iletişime geçemiyorsanız, <a href="https://www.veridyen.com/iletisim/" target="_blank">iletişim</a> sayfamızdan bizimle iletişime geçebilirsiniz, destek ekibimiz sizin için hizmet aldığınız kişiyle iletişime geçip sorunu çözümleme konusunda destek olacaktır.</li>
</ul>
<h4 class="mb-3">Ziyaretçiyim</h4>
<ul>
<li>Bu websitenin sahibi konuyla ilgili en kısa süre içerisinde bu konuyla ilgili çözüm üretecektir.</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- Bootstrap 5 JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.2/js/bootstrap.bundle.min.js"></script>
<!-- jQuery -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script>
$(document).ready(function() {
// Theme configuration
const themeConfig = {
light: {
icon: 'fas fa-moon'
},
dark: {
icon: 'fas fa-sun'
}
};
$('#hostname').text(hostname);
$('#server').html("<i class='fas fa-globe me-1'></i> " + server).addClass('lead fw-bold mb-0');
// Initialize theme
const savedTheme = localStorage.getItem('theme') || 'light';
applyTheme(savedTheme);
// Theme toggle functionality
$('#themeToggle').on('click', function() {
const currentTheme = $('body').attr('data-theme');
const newTheme = currentTheme === 'light' ? 'dark' : 'light';
applyTheme(newTheme);
localStorage.setItem('theme', newTheme);
});
function applyTheme(theme) {
$('body').attr('data-theme', theme);
// Update theme toggle icon
$('#themeIcon').attr('class', themeConfig[theme].icon);
}
// Smooth scrolling for content area
$('.content-area').on('scroll', function() {
// You can add any scroll-based functionality here
});
// Optional: Add fade-in animation on page load
$('body').hide().fadeIn(1000);
// Optional: Add hover effects
$('.content-area').hover(
function() {
const currentTheme = $('body').attr('data-theme');
const shadowIntensity = currentTheme === 'dark' ? 'rgba(0, 0, 0, 0.4)' : 'rgba(0, 0, 0, 0.15)';
$(this).css('box-shadow', `0 6px 12px ${shadowIntensity}`);
},
function() {
const currentTheme = $('body').attr('data-theme');
const shadowIntensity = currentTheme === 'dark' ? 'rgba(0, 0, 0, 0.3)' : 'rgba(0, 0, 0, 0.1)';
$(this).css('box-shadow', `0 4px 6px ${shadowIntensity}`);
}
);
});
</script>
</body>
</html>