cloudflare
tcp/443
Open service 172.67.143.10:443 ยท akteam.ipsms.cc
2026-01-23 06:30
HTTP/1.1 200 OK
Date: Fri, 23 Jan 2026 06:30:29 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
vary: Accept-Encoding
Set-Cookie: PHPSESSID=4smoevonpcac8pruvlpedd3724; path=/
expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate
pragma: no-cache
strict-transport-security: max-age=31536000
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=eWLSIc82zkpaidVjoOK%2BN%2FsAVxsUOcU0dUzSLGTvP1pgisxtW%2BJujaIbvD2vEV3CjWRpia%2Bpe7fWTIYy%2F1mC41OTNu3paICrJbHaVQGSmA%3D%3D"}]}
cf-cache-status: DYNAMIC
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
CF-RAY: 9c253e1d58ef804d-FRA
alt-svc: h3=":443"; ma=86400
Page title: IP-SMS PANEL
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1">
<title>IP-SMS PANEL</title>
<style>
*{box-sizing:border-box;}
body{
font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
background:#0b1220;
color:#e5e7eb;
display:flex;
align-items:center;
justify-content:center;
min-height:100vh;
margin:0;
padding:16px;
}
.box{
background:#020617;
padding:22px 20px 20px;
border-radius:12px;
box-shadow:0 18px 45px rgba(0,0,0,.8);
width:100%;
max-width:360px;
border:1px solid rgba(148,163,184,.4);
}
h1{
margin:0 0 16px;
font-size:18px;
text-align:center;
}
.field{margin-bottom:12px;}
label{display:block;font-size:13px;color:#9ca3af;margin-bottom:4px;}
input[type=text],
input[type=password]{
width:100%;
padding:9px 11px;
border-radius:8px;
border:1px solid #334155;
background:#020617;
color:#e5e7eb;
font-size:14px;
}
button{
margin-top:8px;
width:100%;
padding:10px 0;
border:none;
border-radius:999px;
background:linear-gradient(135deg,#22c55e,#16a34a);
color:#022c22;
font-weight:600;
cursor:pointer;
font-size:14px;
box-shadow:0 10px 25px rgba(34,197,94,.45);
}
.error{
color:#fecaca;
background:rgba(127,29,29,.5);
border:1px solid rgba(248,113,113,.7);
padding:6px 8px;
border-radius:6px;
font-size:13px;
margin-bottom:10px;
text-align:center;
}
</style>
</head>
<body>
<div class="box">
<h1>IP-SMS PANEL</h1>
<form method="post">
<input type="hidden" name="action" value="login">
<div class="field">
<label>Username</label>
<input type="text" name="username" autofocus>
</div>
<div class="field">
<label>Password</label>
<input type="password" name="password">
</div>
<button type="submit">LOGIN</button>
</form>
</div>
</body>
</html>