Apache
tcp/443 tcp/80
Open service 69.16.194.52:80 · learn3.kphosted.com
2026-01-09 12:05
HTTP/1.1 200 OK
Date: Fri, 09 Jan 2026 12:06:54 GMT
Server: Apache
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET, POST, OPTIONS
Access-Control-Allow-Headers: Content-Type, X-Requested-With
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
Set-Cookie: PHPSESSID=463e344115e945fb8483bfd201457e38; expires=Fri, 09-Jan-2026 18:06:54 GMT; Max-Age=21600; path=/; HttpOnly
Upgrade: h2,h2c
Connection: Upgrade, close
Vary: Accept-Encoding,User-Agent
Transfer-Encoding: chunked
Content-Type: text/html; charset=UTF-8
Page title: LearnTest - Login
<!DOCTYPE html>
<html lang="en" x-data="{ darkMode: localStorage.getItem('darkMode') === 'true' }"
:class="{ 'dark': darkMode }"
x-init="$watch('darkMode', val => localStorage.setItem('darkMode', val))">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/svg+xml" href="https://cdn.jsdelivr.net/npm/heroicons@2.1.5/24/solid/academic-cap.svg">
<title>LearnTest - Login</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdn.jsdelivr.net/npm/alpinejs@3.14.1/dist/cdn.min.js" defer></script>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<script>
tailwind.config = {
darkMode: 'class'
}
</script>
<style>
body {
font-family: 'Inter', sans-serif;
}
</style>
</head>
<body class="h-full">
<div class="flex flex-col lg:flex-row h-screen">
<!-- Left side - Login Form -->
<div class="w-full lg:w-1/2 flex items-center justify-center bg-gray-50 dark:bg-gray-800 px-4 sm:px-6 lg:px-8 py-12 lg:py-0">
<div class="max-w-md w-full space-y-8">
<!-- Logo or Brand Name -->
<div class="text-center">
<img class="mx-auto max-w-[500px] w-auto" src="http://learn3.kphosted.com/public/uploads/publishlogos/domain_logo_677e584504427.png" alt="Domain Logo">
</div>
<div>
<h2 class="mt-6 text-center text-3xl font-bold tracking-tight text-gray-900 dark:text-white">Sign in to your account</h2>
</div>
<div id="message-container">
</div>
<form id="login-form" method="POST" class="mt-8 space-y-6">
<input type="hidden" name="csrf_token" value="eaf73d7ac877dc8b2deadac7dc1bceaf6ff79b912e87baf09dabd501e292a275">
<div class="rounded-md shadow-sm">
<div>
<label for="email" class="block text-sm font-medium text-gray-700 dark:text-gray-300">Email address</label>
<div class="mt-1">
<input id="email" name="email" type="email" autocomplete="email" required
class="block w-full appearance-none rounded-md border border-gray-300 dark:border-gray-600 px-3 py-2 placeholder-gray-400 shadow-sm focus:border-blue-500 focus:outline-none focus:ring-blue-500 sm:text-sm bg-white dark:bg-gray-700 dark:text-white dark:placeholder-gray-400">
</div>
</div>
<div class="mt-2">
<label for="password" class="block text-sm font-medium text-gray-700 dark:text-gray-300">Password</label>
<div class="mt-1">
<input id="password" name="password" type="password" autocomplete="current-password" required
class="block w-full appearance-none rounded-md border border-gray-300 dark:border-gray-600 px-3 py-2 placeholder-gray-400 shadow-sm focus:border-blue-500 focus:outline-none focus:ring-blue-500 sm:text-sm bg-white dark:bg-gray-700 dark:text-white dark:placeholder-gray-400">
</div>
</div>
</div>
<div class="flex items-center justify-between">
<div class="flex items-center">
<input id="remember_me" name="remember_me" type="checkbox"
class="h-4 w-4 rounded border-gray-300 dark:border-gray-600 text-blue-600 focus:ring-blue-500 dark:bg-gray-700">
<label for="remember_me" class="ml-2 block text-sm text-gray-900 dark:text-gray-300">Remember me</label>
</div>
<div class="text-sm">
<a href="http://learn3.kphosted.com/auth/forgot
Open service 69.16.194.52:443 · learn3.kphosted.com
2026-01-09 12:05
HTTP/1.1 200 OK
Date: Fri, 09 Jan 2026 12:05:56 GMT
Server: Apache
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET, POST, OPTIONS
Access-Control-Allow-Headers: Content-Type, X-Requested-With
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
Set-Cookie: PHPSESSID=9d0777b4392b2cf578a3f4c55f1f82c1; expires=Fri, 09-Jan-2026 18:05:56 GMT; Max-Age=21600; path=/; secure; HttpOnly
Upgrade: h2,h2c
Connection: Upgrade, close
Vary: Accept-Encoding,User-Agent
Transfer-Encoding: chunked
Content-Type: text/html; charset=UTF-8
Page title: LearnTest - Login
<!DOCTYPE html>
<html lang="en" x-data="{ darkMode: localStorage.getItem('darkMode') === 'true' }"
:class="{ 'dark': darkMode }"
x-init="$watch('darkMode', val => localStorage.setItem('darkMode', val))">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/svg+xml" href="https://cdn.jsdelivr.net/npm/heroicons@2.1.5/24/solid/academic-cap.svg">
<title>LearnTest - Login</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdn.jsdelivr.net/npm/alpinejs@3.14.1/dist/cdn.min.js" defer></script>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<script>
tailwind.config = {
darkMode: 'class'
}
</script>
<style>
body {
font-family: 'Inter', sans-serif;
}
</style>
</head>
<body class="h-full">
<div class="flex flex-col lg:flex-row h-screen">
<!-- Left side - Login Form -->
<div class="w-full lg:w-1/2 flex items-center justify-center bg-gray-50 dark:bg-gray-800 px-4 sm:px-6 lg:px-8 py-12 lg:py-0">
<div class="max-w-md w-full space-y-8">
<!-- Logo or Brand Name -->
<div class="text-center">
<img class="mx-auto max-w-[500px] w-auto" src="https://learn3.kphosted.com/public/uploads/publishlogos/domain_logo_677e584504427.png" alt="Domain Logo">
</div>
<div>
<h2 class="mt-6 text-center text-3xl font-bold tracking-tight text-gray-900 dark:text-white">Sign in to your account</h2>
</div>
<div id="message-container">
</div>
<form id="login-form" method="POST" class="mt-8 space-y-6">
<input type="hidden" name="csrf_token" value="255e60e48c5056bd8f49dfe26c228c3e53823df1e5b85623eb6b3318e687519d">
<div class="rounded-md shadow-sm">
<div>
<label for="email" class="block text-sm font-medium text-gray-700 dark:text-gray-300">Email address</label>
<div class="mt-1">
<input id="email" name="email" type="email" autocomplete="email" required
class="block w-full appearance-none rounded-md border border-gray-300 dark:border-gray-600 px-3 py-2 placeholder-gray-400 shadow-sm focus:border-blue-500 focus:outline-none focus:ring-blue-500 sm:text-sm bg-white dark:bg-gray-700 dark:text-white dark:placeholder-gray-400">
</div>
</div>
<div class="mt-2">
<label for="password" class="block text-sm font-medium text-gray-700 dark:text-gray-300">Password</label>
<div class="mt-1">
<input id="password" name="password" type="password" autocomplete="current-password" required
class="block w-full appearance-none rounded-md border border-gray-300 dark:border-gray-600 px-3 py-2 placeholder-gray-400 shadow-sm focus:border-blue-500 focus:outline-none focus:ring-blue-500 sm:text-sm bg-white dark:bg-gray-700 dark:text-white dark:placeholder-gray-400">
</div>
</div>
</div>
<div class="flex items-center justify-between">
<div class="flex items-center">
<input id="remember_me" name="remember_me" type="checkbox"
class="h-4 w-4 rounded border-gray-300 dark:border-gray-600 text-blue-600 focus:ring-blue-500 dark:bg-gray-700">
<label for="remember_me" class="ml-2 block text-sm text-gray-900 dark:text-gray-300">Remember me</label>
</div>
<div class="text-sm">
<a href="https://learn3.kphosted.com/auth/forg