LiteSpeed
tcp/80
nginx 1.14.1
tcp/443
openresty 1.27.1.1
tcp/443
Open service 173.247.245.120:443 · pokeventas.com
2026-01-22 22:02
HTTP/1.1 200 OK
Server: nginx/1.14.1
Date: Thu, 22 Jan 2026 22:02:49 GMT
Content-Type: text/html
Content-Length: 5048
Connection: close
Vary: Accept-Encoding
Last-Modified: Tue, 19 Jan 2021 21:35:13 GMT
ETag: "13b8-5b9479d188640"
Accept-Ranges: bytes
X-Cache: HIT from Backend
Strict-Transport-Security: max-age=31536000
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
Page title: HTTP Server Test Page powered by CentOS-WebPanel.com
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html><head>
<title>HTTP Server Test Page powered by CentOS-WebPanel.com</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type="text/css">
body {
background-color: #eceff1;
color: #000;
font-size: 0.9em;
font-family: sans-serif,helvetica;
margin: 0;
padding: 0;
}
:link {
color: #0000FF;
text-decoration:none;
}
:visited {
color: #0000FF;
}
a:hover {
color: #0000FF;
}
h1 {
text-align: center;
margin: 0;
padding: 0.6em 2em 0.4em;
background-color: #2D4760;
color: #ffffff;
font-weight: normal;
font-size: 1.75em;
border-bottom: 2px solid #000;
}
h1 strong {
font-weight: bold;
}
h2 {
font-size: 1.1em;
font-weight: bold;
}
.content {
padding: 1em 5em;
}
.content-columns {
/* Setting relative positioning allows for
absolute positioning for sub-classes */
position: relative;
padding-top: 1em;
}
.content-column-left {
/* Value for IE/Win; will be overwritten for other browsers */
width: 47%;
padding-right: 3%;
float: left;
padding-bottom: 2em;
}
.content-column-right {
/* Values for IE/Win; will be overwritten for other browsers */
width: 47%;
padding-left: 3%;
float: left;
padding-bottom: 2em;
}
.content-columns>.content-column-left, .content-columns>.content-column-right {
/* Non-IE/Win */
}
img {
border: 2px solid #fff;
padding: 2px;
margin: 2px;
}
a:hover img {
border: 2px solid #3399FF;
}
</style>
</head>
<body>
</a><h1>HTTP Test Page<br><font size="-1"><strong>powered by</strong></font><strong> CWP | CentOS-WebPanel.com</strong></h1>
<div class="content">
<center><a href="https://control-webpanel.com/"><img src="http://static.cdn-cwp.com/files/images/cwp_logo.png"></a></center>
<hr></hr>
<div class="content-middle">
<center><p>This page is used to test the proper operation of the HTTP
server after it has been installed. If you can read this page it means
that the HTTP server installed at this site is working properly.</p></center>
</div>
<hr>
<div class="content-columns">
<div class="content-column-left">
<center><h2>If you are a member of the general public:</h2></center>
<p>The fact that you are seeing this page indicates that the
website you just visited is either experiencing problems or is
undergoing routine maintenance.</p>
<p>If you would like to let the administrators of this website know
that you've seen this page instead of the page you expected, you should
send them e-mail. In general, mail sent to the name "webmaster" and
directed to the website's domain should reach the appropriate person.</p>
<p>For example, if you experienced problems while visiting www.example.com, you should send e-mail to "webmaster@example.com".</p>
</div>
<div class="content-column-right">
<center><h2>If you are the website administrator:</h2></center>
<p>You may now add content to the directory <tt>/home/USERNAME/public_html</tt>.
Note that until you do so, people visiting your website will see this
page and not your content. To prevent this page from ever being used,
delete index.html in <tt>/public_html</tt>.</p>
<p>You are free to use the images below on Linux powered HTTP servers. Thanks for using CentOS-WebPanel!</p>
<p><a href="https://control-webpanel.com/"><img src="http://static.cdn-cwp.com/files/images/cwp_logo.png" width="20%" ></a> </p>
</div>
</div>
</div>
<div class="content">
<center><div class="content-middle"><h2>About CentOS-WebPanel:</h2><b>The CentOS-WebPanel - </b>
a Free Web Hosting control panel designed for quick and easy management of (Dedicated & VPS) serve
Open service 209.222.98.213:80 · pokeventas.com
2026-01-11 21:04
HTTP/1.1 301 Moved Permanently Connection: close content-type: text/html; charset=UTF-8 expires: Sun, 11 Jan 2026 22:04:20 GMT cache-control: max-age=3600 x-redirect-by: WordPress location: https://pokeventas.com/ content-length: 0 date: Sun, 11 Jan 2026 21:04:20 GMT server: LiteSpeed
Open service 209.222.98.213:443 · pokeventas.com
2026-01-11 21:04
HTTP/1.1 200 OK
Server: openresty/1.27.1.1
Date: Sun, 11 Jan 2026 21:04:20 GMT
Content-Length: 11730
Connection: close
Content-Type: text/html
Cache-Control: private, no-cache, no-store, must-revalidate, max-age=0
cf-edge-cache: no-cache
Page title: One moment, please...Loader
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<script>
(function(){
setTimeout(function(){
window.location.reload();
}, 5000);
}())
</script>
<link rel="icon" href="data:,">
<title>One moment, please...</title>
<style>
.spinner {
-webkit-animation: spin 1s ease-out;
animation: spin 1s ease-out;
}
@keyframes spin {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
#outer-container {
text-align: center;
}
#container {
display: inline-block;
height: 100px;
}
#text {
float: left;
height: 100px;
line-height: 100px;
font-size: 3rem;
font-family: "Montserrat", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
padding: 0 .4em 0 .2em;
letter-spacing: 0.06em;
color: rgba(38, 122, 72, 0.86);
}
@media (min-height: 180px) {
#outer-container {
margin-top: 0;
}
}
@media (min-height: 360px) {
#outer-container {
margin-top: 5%;
}
}
@media (min-height: 540px) {
#outer-container {
margin-top: 10%;
}
}
@media (min-height: 720px) {
#outer-container {
margin-top: 20%;
}
}
@media (min-width: 1450px) {
.throbber {
width: 90px;
height: 90px;
float: left;
padding: 5px 0 5px 5px;
opacity: 0.86;
}
#container {
display: inline-block;
border: 3px solid rgb(38, 122, 72, 0.86);
border-radius: 51px;
height: 100px;
}
}
</style>
</head>
<body>
<div id="outer-container">
<div id="container">
<div class="throbber">
<svg class="spinner" width="90px" height="90px" viewBox="0 0 47 47"
version="1.1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Loader</title>
<defs>
<polygon id="path-1"
points="0 0.375484146 0 15.7255695 15.7013244 15.7255695 15.7013244 0.375484146 0 0.375484146"></polygon>
</defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none"
fill-rule="evenodd">
<g id="Logo" transform="translate(-5.000000, -2.000000)">
<g id="Group-2" transform="translate(5.000000, 2.000000)">
<path d="M22.6150244,4.52988293 C23.1538049,3.06256585 23.6031707,1.59582195 24.231939,0.158882927 C25.1902805,2.22459024 25.8190488,4.43989512 26.7768171,6.47579756 C29.1417195,7.40376098 31.7164024,7.7929439 34.1116829,8.69110244 C28.9623171,11.2663585 23.7229634,13.7510537 18.4836098,16.176139 C19.7709512,12.2545049 21.2382683,8.4217122 22.6150244,4.52988293 L22.6150244,4.52988293 Z"
id="Fill-1" fill="#467C45"></path>
<path d="M13.7718598,8.94461585 C16.1424939,7.68077439 18.4500793,6.28968902 20.8207134,5.02527439 C18.9240915,10.8412378 16.7747012,16.5614817 14.8465549,22.3774451 C12.7292622,18.3950549 10.895689,14.2544695 8.9044939,10.2090305 C8.27228659,8.85004268 7.5455061,7.55353049 7.00844512,6.16359146 C9.31545732,6.95342073 11.4648476,8.24935976 13.7718598,8.94461585"
id="Fill-3" fill="#467C45"></path>
<path d="M24.2134256,15.0745049 C29.4602305,12.4969561 34.7379866,9.91940732 40.0157427,7.4031878 C39.1565598,9.61276098 38.1747183,11.7300537 37.2232549,13.9086756 C38.4504134,16.2099561 39.9544134,18.388578 41.0898646,20.7511878 C35.4435598,18.9405415 29.8287793,17.0381878 24.2134256,15.0745049"
id="Fill-5" fill="#467C45"></path>
<g id="Group-9"
transform=