Apache
tcp/443 tcp/80
Open service 69.16.194.52:80 · app.courseanchor.com
2026-01-10 18:06
HTTP/1.1 200 OK
Date: Sat, 10 Jan 2026 18:07:44 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=e671b8c542f8dec2fe0a04b33c836870; expires=Sun, 11-Jan-2026 00:07:44 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: CourseAnchor - 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>CourseAnchor - 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://app.courseanchor.com/public/uploads/publishlogos/domain_logo_67800657d97c7.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="6b6852f50616a1dc93dd850c536f66e8b54d5293471c12a689862eb3f570d8d3">
<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://app.courseanchor.com/auth/f
Open service 69.16.194.52:443 · app.courseanchor.com
2026-01-10 18:06
HTTP/1.1 200 OK
Date: Sat, 10 Jan 2026 18:06:46 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=f184c8083249dd2d759cbbe46fab1f63; expires=Sun, 11-Jan-2026 00:06:46 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: CourseAnchor - 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>CourseAnchor - 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://app.courseanchor.com/public/uploads/publishlogos/domain_logo_67800657d97c7.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="a2f8963b1be4c6cad55b19e962bc2c94c5293dac839494d23e6329c636b2225d">
<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://app.courseanchor.com/auth