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
<!-- Bottom Navigation --> <nav class="fixed bottom-0 left-0 right-0 bg-white border-t border-gray-200 bottom-nav-safe z-40"> <div class="flex justify-around items-center py-2 max-w-md mx-auto"> <!-- Home --> <a href="{{ route('dashboard') }}" class="flex flex-col items-center justify-center p-2 min-w-0 flex-1 group {{ request()->routeIs('dashboard') ? 'text-indigo-600' : 'text-gray-600' }}"> <div class="relative"> @if(request()->routeIs('dashboard')) <div class="absolute -inset-2 bg-indigo-100 rounded-full"></div> @endif <svg class="w-6 h-6 relative z-10 group-hover:scale-110 transition-transform duration-200" fill="{{ request()->routeIs('dashboard') ? 'currentColor' : 'none' }}" stroke="currentColor" viewBox="0 0 24 24"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6"></path> </svg> </div> <span class="text-xs mt-1 font-medium">Home</span> </a> <!-- Watch Ads --> <a href="{{ route('ads.index') }}" class="flex flex-col items-center justify-center p-2 min-w-0 flex-1 group {{ request()->routeIs('ads.*') ? 'text-indigo-600' : 'text-gray-600' }}"> <div class="relative"> @if(request()->routeIs('ads.*')) <div class="absolute -inset-2 bg-indigo-100 rounded-full"></div> @endif <svg class="w-6 h-6 relative z-10 group-hover:scale-110 transition-transform duration-200" fill="{{ request()->routeIs('ads.*') ? 'currentColor' : 'none' }}" stroke="currentColor" viewBox="0 0 24 24"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 10l4.553-2.276A1 1 0 0121 8.618v6.764a1 1 0 01-1.447.894L15 14M5 18h8a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v8a2 2 0 002 2z"></path> </svg> </div> <span class="text-xs mt-1 font-medium">Watch</span> </a> <!-- Referrals --> <a href="{{ route('referrals.index') }}" class="flex flex-col items-center justify-center p-2 min-w-0 flex-1 group {{ request()->routeIs('referrals.*') ? 'text-indigo-600' : 'text-gray-600' }}"> <div class="relative"> @if(request()->routeIs('referrals.*')) <div class="absolute -inset-2 bg-indigo-100 rounded-full"></div> @endif <svg class="w-6 h-6 relative z-10 group-hover:scale-110 transition-transform duration-200" fill="{{ request()->routeIs('referrals.*') ? 'currentColor' : 'none' }}" stroke="currentColor" viewBox="0 0 24 24"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 4.354a4 4 0 110 5.292M15 21H3v-1a6 6 0 0112 0v1zm0 0h6v-1a6 6 0 00-9-5.197m13.5-9a2.5 2.5 0 11-5 0 2.5 2.5 0 015 0z"></path> </svg> </div> <span class="text-xs mt-1 font-medium">Refer</span> </a> <!-- Wallet --> <a href="{{ route('wallet.index') }}" class="flex flex-col items-center justify-center p-2 min-w-0 flex-1 group {{ request()->routeIs('wallet.*') ? 'text-indigo-600' : 'text-gray-600' }}"> <div class="relative"> @if(request()->routeIs('wallet.*')) <div class="absolute -inset-2 bg-indigo-100 rounded-full"></div> @endif <svg class="w-6 h-6 relative z-10 group-hover:scale-110 transition-transform duration-200" fill="{{ request()->routeIs('wallet.*') ? 'currentColor' : 'none' }}" stroke="currentColor" viewBox="0 0 24 24"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 10h18M7 15h1m4 0h1m-7 4h12a3 3 0 003-3V8a3 3 0 00-3-3H6a3 3 0 00-3 3v8a3 3 0 003 3z"></path> </svg> </div> <span class="text-xs mt-1 font-medium">Wallet</span> </a> <!-- Profile --> <a href="{{ route('profile') }}" class="flex flex-col items-center justify-center p-2 min-w-0 flex-1 group {{ request()->routeIs('profile') ? 'text-indigo-600' : 'text-gray-600' }}"> <div class="relative"> @if(request()->routeIs('profile')) <div class="absolute -inset-2 bg-indigo-100 rounded-full"></div> @endif <svg class="w-6 h-6 relative z-10 group-hover:scale-110 transition-transform duration-200" fill="{{ request()->routeIs('profile') ? 'currentColor' : '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> </div> <span class="text-xs mt-1 font-medium">Profile</span> </a> </div> <!-- Active indicator --> <div class="absolute bottom-0 left-0 right-0 h-0.5 bg-gradient-to-r from-indigo-500 to-purple-600"></div> </nav>