-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
159 lines (152 loc) · 7.63 KB
/
index.html
File metadata and controls
159 lines (152 loc) · 7.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="HTTP Checker">
<meta name="description" content="A site to know the status of any site after the attack | موقع لمعرفة حالة أي موقع بعد الهجوم ">
<meta name="keywords" content="free server status checker,http header checker,proxy checker,header checker,check server status - free website http code checker,free header checker,status code checker,200 status code checker,ssl redirection checker,proxy connection checker,https redirection checker,free http header checker tool,bulk url http status code checker,what is https redirection checker,server status checker - bulk url http status code checker, Cyber 218">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<meta name="author" content="Cyber 218">
<title>HTTP Header Check</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/sweetalert2@11.3.0/dist/sweetalert2.min.css">
<link rel="icon" type="image/x-icon" href="https://i.postimg.cc/MTRtYRwy/4417114-desktop-pc-server-icon.png">
<style>
body, html {
height: 100%;
margin: 0;
font-family: 'Cairo', sans-serif;
}
.error-box {
max-width: 600px;
padding: 20px;
border: 1px solid #ddd;
border-radius: 5px;
background-color: #f8f9fa;
}
footer {
margin-top: auto;
background-color: #343a40;
color: white;
padding: 10px 0;
text-align: center;
width: 100%;
position: fixed;
bottom: 0;
}
</style>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="#">
<img src="https://i.postimg.cc/MTRtYRwy/4417114-desktop-pc-server-icon.png" width="30" height="30" class="d-inline-block align-top" alt="Logo">
HTTP Checker
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://Cyber218-d-do-s.vercel.app" target="_blank">DDoS Attack Tool</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://t.me/Cyber_218" target="_blank">Subscribe on Telegram</a>
</li>
</ul>
</div>
</nav>
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11.3.0/dist/sweetalert2.min.js"></script>
<script>
window.onload = function() {
Swal.fire({
title: 'عذراً ⚠️',
text: 'عليك الانضمام الى هذهِ القناة أولاً',
icon: 'error',
showCancelButton: false,
confirmButtonText: 'اشتراك في قناة تلجرام',
confirmButtonColor: '#f0ad4e',
cancelButtonColor: '#d33',
})
.then((result) => {
if (result.value) {
window.open('https://t.me/Cyber_218');
}
});
};
</script>
<div class="container mt-5">
<h1 class="mb-4">HTTP Header Check</h1>
<div class="form-group">
<label for="urlInput">Enter URL:</label>
<input type="text" class="form-control" id="urlInput" placeholder="https://example.com">
</div>
<button type="button" class="btn btn-primary" onclick="checkHeader()">Check Header</button>
<div class="mt-3" id="result"></div>
<div class="mt-3" id="notification-200" style="display: none;">
<div class="alert alert-success" role="alert">
الموقع يعمل بشكل طبيعي!
</div>
</div>
<div class="mt-3" id="notification-other" style="display: none;">
<div class="alert alert-danger" role="alert">
حدثت مشكلة أثناء الوصول إلى الموقع. يرجى التحقق من الرابط أو المحاولة مرة أخرى.
</div>
<div class="alert alert-secondary mt-2" role="alert">
يتم عرض رمز الخطأ هنا، مثل 404 لعدم العثور على الصفحة.
</div>
</div>
</div>
<div class="container">
<div class="error-box">
<h2>Error status code:</h2>
<ul>
<li><strong>400:</strong> طلب غير صالح. يرجى التحقق من البيانات المدخلة.</li>
<li><strong>401:</strong> غير مصرح. يرجى تسجيل الدخول للوصول.</li>
<li><strong>403:</strong> ممنوع. ليس لديك الصلاحيات الكافية.</li>
<li><strong>404:</strong> الصفحة غير موجودة. يرجى التحقق من الرابط.</li>
<li><strong>500:</strong> خطأ في الخادم الداخلي. يرجى المحاولة مرة أخرى لاحقًا.</li>
<li><strong>502:</strong> خطأ في البوابة السيئة. يرجى المحاولة لاحقًا.</li>
<li><strong>503:</strong> الخدمة غير متاحة. يرجى المحاولة لاحقًا.</li>
<li><strong>504:</strong> انقضاء الوقت في البوابة السيئة. يرجى المحاولة لاحقًا.</li>
</ul>
</div>
</div>
<br>
<footer>
Made by <strong>Cyber 218 ❤</strong>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<script>
function checkHeader() {
var url = document.getElementById('urlInput').value;
fetch(url)
.then(response => {
document.getElementById('result').innerHTML = `<p>Status Code: ${response.status}</p>`;
if (response.status === 200) {
document.getElementById('notification-200').style.display = 'block';
document.getElementById('notification-other').style.display = 'none';
} else {
document.getElementById('notification-200').style.display = 'none';
document.getElementById('notification-other').style.display = 'block';
document.querySelector('#notification-other .alert-secondary').innerHTML = `رمز الخطأ: ${response.status}`;
}
})
.catch(error => {
document.getElementById('result').innerHTML = `<p>Error: ${error.message}</p>`;
document.getElementById('notification-200').style.display = 'none';
document.getElementById('notification-other').style.display = 'block';
document.querySelector('#notification-other .alert-secondary').innerHTML = `رسالة الخطأ: ${error.message}`;
});
}
</script>
</body>
</html>