Linux lionsclub 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.29 (Ubuntu)
: 161.35.52.75 | : 3.15.186.178
Cant Read [ /etc/named.conf ]
7.4.28
www-data
shells.trxsecurity.org
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
Backdoor Scanner
Backdoor Create
Alfa Webshell
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
lionsclub333 /
core /
resources /
views /
auth /
[ HOME SHELL ]
Name
Size
Permission
Action
passwords
[ DIR ]
drwxr-xr-x
.DS_Store
8
KB
-rw-r--r--
login.blade.php
5.16
KB
-rw-r--r--
register.blade.php
3.22
KB
-rw-r--r--
verify.blade.php
1.46
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : verify.blade.php
@extends('dashboard.layouts.auth') @section('title', __('Verify Your Email Address')) @section('content') <div class="center-block w-xxl p-t-3"> <div class="p-a-md box-color r box-shadow-z4 text-color"> <div class="text-center"> @if(Helper::GeneralSiteSettings("style_logo_" . @Helper::currentLanguage()->code) !="") <img alt="" class="app-logo" src="{{ URL::to('uploads/settings/'.Helper::GeneralSiteSettings("style_logo_" . @Helper::currentLanguage()->code)) }}"> @else <img alt="" src="{{ URL::to('uploads/settings/nologo.png') }}"> @endif </div> <div class="card"> <div class="card-header">{{ __('Verify Your Email Address') }}</div> <div class="card-body"> @if (session('resent')) <div class="alert alert-success" role="alert"> {{ __('A fresh verification link has been sent to your email address.') }} </div> @endif {{ __('Before proceeding, please check your email for a verification link.') }} {{ __('If you did not receive the email') }}, <a href="{{ route('verification.resend') }}">{{ __('click here to request another') }}</a>. </div> </div> </div> </div> @endsection
Close