Linux spg1.cloudpowerdns.com 5.14.0-611.34.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 18 05:51:10 EST 2026 x86_64
LiteSpeed
Server IP : 176.9.63.151 & Your IP : 216.73.217.94
Domains :
Cant Read [ /etc/named.conf ]
User : fastear1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
fastear1 /
.trash /
resources /
views /
admin /
auth /
Delete
Unzip
Name
Size
Permission
Date
Action
login.blade.php
7.79
KB
-rw-r--r--
2025-09-15 01:46
Save
Rename
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Admin Login - FastEarnAds</title> <script src="https://cdn.tailwindcss.com"></script> <style> .gradient-bg { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); } </style> </head> <body class="min-h-screen gradient-bg flex items-center justify-center p-4"> <div class="max-w-md w-full"> <!-- Logo & Title --> <div class="text-center mb-8"> <div class="mx-auto w-16 h-16 bg-white rounded-2xl flex items-center justify-center mb-4 shadow-lg"> <svg class="w-8 h-8 text-indigo-600" fill="currentColor" viewBox="0 0 20 20"> <path d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"></path> </svg> </div> <h1 class="text-3xl font-bold text-white mb-2">Admin Panel</h1> <p class="text-indigo-100">FastEarnAds Management System</p> </div> <!-- Login Form --> <div class="bg-white rounded-2xl shadow-2xl p-8"> <form method="POST" action="{{ route('admin.login') }}" class="space-y-6"> @csrf <!-- Email Field --> <div> <label for="email" class="block text-sm font-medium text-gray-700 mb-2"> Email Address </label> <div class="relative"> <div class="absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none"> <svg class="h-5 w-5 text-gray-400" fill="none" stroke="currentColor" viewBox="0 0 24 24"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16 12a4 4 0 10-8 0 4 4 0 008 0zm0 0v1.5a2.5 2.5 0 005 0V12a9 9 0 10-9 9m4.5-1.206a8.959 8.959 0 01-4.5 1.207"></path> </svg> </div> <input type="email" id="email" name="email" value="{{ old('email') }}" class="w-full pl-10 pr-4 py-3 border border-gray-300 rounded-xl focus:ring-2 focus:ring-indigo-500 focus:border-transparent transition-all duration-200 @error('email') border-red-500 @enderror" placeholder="admin@fastearnads.com" required autofocus > </div> @error('email') <p class="mt-2 text-sm text-red-600">{{ $message }}</p> @enderror </div> <!-- Password Field --> <div> <label for="password" class="block text-sm font-medium text-gray-700 mb-2"> Password </label> <div class="relative"> <div class="absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none"> <svg class="h-5 w-5 text-gray-400" fill="none" stroke="currentColor" viewBox="0 0 24 24"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z"></path> </svg> </div> <input type="password" id="password" name="password" class="w-full pl-10 pr-4 py-3 border border-gray-300 rounded-xl focus:ring-2 focus:ring-indigo-500 focus:border-transparent transition-all duration-200 @error('password') border-red-500 @enderror" placeholder="Enter your password" required > </div> @error('password') <p class="mt-2 text-sm text-red-600">{{ $message }}</p> @enderror </div> <!-- Remember Me --> <div class="flex items-center justify-between"> <label class="flex items-center"> <input type="checkbox" name="remember" class="h-4 w-4 text-indigo-600 focus:ring-indigo-500 border-gray-300 rounded" > <span class="ml-2 text-sm text-gray-600">Remember me</span> </label> <a href="{{ route('admin.password.request') }}" class="text-sm text-indigo-600 hover:text-indigo-500"> Forgot password? </a> </div> <!-- Submit Button --> <button type="submit" class="w-full bg-gradient-to-r from-indigo-600 to-purple-600 text-white font-semibold py-3 px-4 rounded-xl hover:from-indigo-700 hover:to-purple-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 transition-all duration-200 transform hover:scale-105" > Sign In to Admin Panel </button> </form> <!-- Default Admin Credentials (Development Only) --> @if(config('app.env') === 'local') <div class="mt-6 p-4 bg-yellow-50 border border-yellow-200 rounded-xl"> <div class="flex items-center"> <svg class="h-5 w-5 text-yellow-400 mr-2" fill="currentColor" viewBox="0 0 20 20"> <path fill-rule="evenodd" d="M8.257 3.099c.765-1.36 2.722-1.36 3.486 0l5.58 9.92c.75 1.334-.213 2.98-1.742 2.98H4.42c-1.53 0-2.493-1.646-1.743-2.98l5.58-9.92zM11 13a1 1 0 11-2 0 1 1 0 012 0zm-1-8a1 1 0 00-1 1v3a1 1 0 002 0V6a1 1 0 00-1-1z" clip-rule="evenodd"></path> </svg> <div> <h4 class="text-sm font-medium text-yellow-800">Development Mode</h4> <p class="text-sm text-yellow-700"> Default: <strong>admin@fastearnads.com</strong> / <strong>admin123</strong> </p> </div> </div> </div> @endif </div> <!-- Footer --> <div class="text-center mt-8"> <p class="text-indigo-100 text-sm"> © {{ date('Y') }} FastEarnAds. All rights reserved. </p> </div> </div> <!-- Loading Animation --> <script> document.querySelector('form').addEventListener('submit', function(e) { const button = document.querySelector('button[type="submit"]'); button.innerHTML = ` <div class="flex items-center justify-center"> <svg class="animate-spin -ml-1 mr-3 h-5 w-5 text-white" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"> <circle class="opacity-25" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="4"></circle> <path class="opacity-75" fill="currentColor" d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"></path> </svg> Signing In... </div> `; button.disabled = true; }); </script> </body> </html>