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.60
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 /
layouts /
Delete
Unzip
Name
Size
Permission
Date
Action
admin.blade.php
10.14
KB
-rw-r--r--
2025-09-15 01:48
app.blade.php
8.08
KB
-rw-r--r--
2025-09-15 01:28
bottom-nav.blade.php
5.48
KB
-rw-r--r--
2025-09-15 01:29
header.blade.php
8.13
KB
-rw-r--r--
2025-09-15 01:28
Save
Rename
<!-- Top Header --> <header class="sticky top-0 z-40 w-full backdrop-blur flex-none transition-colors duration-500 lg:z-50 border-b border-gray-200 bg-white/95 supports-backdrop-blur:bg-white/60"> <div class="max-w-8xl mx-auto"> <div class="py-4 border-b border-gray-200 lg:px-8 lg:border-0 mx-4 lg:mx-0"> <div class="relative flex items-center justify-between"> <!-- Logo --> <div class="flex items-center"> <a href="{{ route('dashboard') }}" class="flex items-center space-x-2"> <div class="w-8 h-8 bg-gradient-to-r from-indigo-600 to-purple-600 rounded-lg flex items-center justify-center"> <svg class="w-5 h-5 text-white" fill="currentColor" viewBox="0 0 20 20"> <path d="M4 4a2 2 0 00-2 2v1h16V6a2 2 0 00-2-2H4zM18 9H2v5a2 2 0 002 2h12a2 2 0 002-2V9zM4 13a1 1 0 011-1h1a1 1 0 110 2H5a1 1 0 01-1-1zm5-1a1 1 0 100 2h1a1 1 0 100-2H9z"></path> </svg> </div> <span class="font-bold text-xl text-gray-900 hidden sm:block">FastEarnAds</span> </a> </div> <!-- User Balance & Profile --> <div class="flex items-center space-x-3"> <!-- Balance Card --> <div class="bg-gradient-to-r from-green-500 to-emerald-600 rounded-full px-4 py-2 flex items-center space-x-2 shadow-lg"> <svg class="w-4 h-4 text-white" fill="currentColor" viewBox="0 0 20 20"> <path d="M8.433 7.418c.155-.103.346-.196.567-.267v1.698a2.305 2.305 0 01-.567-.267C8.07 8.34 8 8.114 8 8c0-.114.07-.34.433-.582zM11 12.849v-1.698c.22.071.412.164.567.267.364.243.433.468.433.582 0 .114-.07.34-.433.582a2.305 2.305 0 01-.567.267z"></path> <path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm1-13a1 1 0 10-2 0v.092a4.535 4.535 0 00-1.676.662C6.602 6.234 6 7.009 6 8c0 .99.602 1.765 1.324 2.246.48.32 1.054.545 1.676.662v1.941c-.391-.127-.68-.317-.843-.504a1 1 0 10-1.51 1.31c.562.649 1.413 1.076 2.353 1.253V15a1 1 0 102 0v-.092a4.535 4.535 0 001.676-.662C13.398 13.766 14 12.991 14 12c0-.99-.602-1.765-1.324-2.246A4.535 4.535 0 0011 9.092V7.151c.391.127.68.317.843.504a1 1 0 101.511-1.31c-.563-.649-1.413-1.076-2.354-1.253V5z" clip-rule="evenodd"></path> </svg> <span class="text-white font-semibold text-sm" x-data="{ balance: {{ auth()->user()->balance ?? 0 }} }" x-text="formatCurrency(balance)"> {{ auth()->check() ? '$' . number_format(auth()->user()->balance, 2) : '$0.00' }} </span> </div> <!-- Notifications --> <button class="relative p-2 text-gray-600 hover:text-gray-900 hover:bg-gray-100 rounded-full transition-colors duration-200"> <svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 17h5l-5 5v-5z"></path> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 17H4l5 5v-5z"></path> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 3h5l-5-5v5z"></path> </svg> <!-- Notification badge --> <span class="absolute -top-1 -right-1 h-3 w-3 bg-red-500 rounded-full"></span> </button> <!-- Profile Menu --> <div class="relative" x-data="{ open: false }"> <button @click="open = !open" class="flex items-center space-x-2 p-1 rounded-full hover:bg-gray-100 transition-colors duration-200"> <img class="w-8 h-8 rounded-full bg-gray-300" src="https://ui-avatars.com/api/?name={{ auth()->user()->name ?? 'User' }}&background=6366f1&color=fff" alt="{{ auth()->user()->name ?? 'User' }}"> </button> <!-- Dropdown Menu --> <div x-show="open" @click.away="open = false" x-transition:enter="transition ease-out duration-100" x-transition:enter-start="transform opacity-0 scale-95" x-transition:enter-end="transform opacity-100 scale-100" x-transition:leave="transition ease-in duration-75" x-transition:leave-start="transform opacity-100 scale-100" x-transition:leave-end="transform opacity-0 scale-95" class="absolute right-0 mt-2 w-48 bg-white rounded-lg shadow-lg border border-gray-200 py-1 z-50"> <div class="px-4 py-2 border-b border-gray-100"> <p class="text-sm font-medium text-gray-900">{{ auth()->user()->name ?? 'User' }}</p> <p class="text-xs text-gray-500">{{ auth()->user()->email ?? 'user@example.com' }}</p> </div> <a href="{{ route('profile') }}" class="flex items-center px-4 py-2 text-sm text-gray-700 hover:bg-gray-50"> <svg class="w-4 h-4 mr-3" fill="none" stroke="currentColor" viewBox="0 0 24 24"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z"></path> </svg> Profile </a> <a href="{{ route('settings') }}" class="flex items-center px-4 py-2 text-sm text-gray-700 hover:bg-gray-50"> <svg class="w-4 h-4 mr-3" fill="none" stroke="currentColor" viewBox="0 0 24 24"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z"></path> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 12a3 3 0 11-6 0 3 3 0 016 0z"></path> </svg> Settings </a> <div class="border-t border-gray-100 mt-1"> <form method="POST" action="{{ route('logout') }}"> @csrf <button type="submit" class="flex items-center w-full px-4 py-2 text-sm text-red-600 hover:bg-red-50"> <svg class="w-4 h-4 mr-3" fill="none" stroke="currentColor" viewBox="0 0 24 24"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 16l4-4m0 0l-4-4m4 4H7m6 4v1a3 3 0 01-3 3H6a3 3 0 01-3-3V7a3 3 0 013-3h4a3 3 0 013 3v1"></path> </svg> Logout </button> </form> </div> </div> </div> </div> </div> </div> </div> </header>