[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: db47b574d108ee3bea1b236f264da923.php
<?php $__env->startSection('content'); ?> <div class="container"> <div class="row justify-content-center"> <div class="col-lg-8"> <div class="card card-signin my-5 p-3"> <div class="card-body"> <img class="logo" src="<?php echo e(get_logo()); ?>"> <h5 class="text-center py-4"><?php echo e(_lang('Create Your Account')); ?></h4> <?php if(Session::has('error')): ?> <div class="alert alert-danger"> <span><?php echo e(session('error')); ?></span> </div> <?php endif; ?> <?php if(Session::has('success')): ?> <div class="alert alert-success mb-4"> <span><?php echo e(session('success')); ?></span> </div> <?php endif; ?> <form method="POST" class="form-signup" autocomplete="off" action="<?php echo e(route('register')); ?>"> <?php echo csrf_field(); ?> <div class="form-group row"> <div class="col-lg-12"> <input id="name" type="text" placeholder="<?php echo e(_lang('Name')); ?>" class="form-control<?php echo e($errors->has('name') ? ' is-invalid' : ''); ?>" name="name" value="<?php echo e(old('name')); ?>" required autofocus> <?php if($errors->has('name')): ?> <span class="invalid-feedback"> <strong><?php echo e($errors->first('name')); ?></strong> </span> <?php endif; ?> </div> </div> <div class="form-group row"> <div class="col-lg-12"> <input id="email" type="email" placeholder="<?php echo e(_lang('E-Mail Address')); ?>" class="form-control<?php echo e($errors->has('email') ? ' is-invalid' : ''); ?>" name="email" value="<?php echo e(old('email')); ?>" required> <?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-lg-6 mb-3 mb-lg-0"> <select class="form-control<?php echo e($errors->has('country_code') ? ' is-invalid' : ''); ?> select2" name="country_code" required> <option value=""><?php echo e(_lang('Country Code')); ?></option> <?php $__currentLoopData = get_country_codes(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $value): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <option value="<?php echo e($value['dial_code']); ?>" <?php echo e(old('country_code') == $value['dial_code'] ? 'selected' : ''); ?>><?php echo e($value['country'].' (+'.$value['dial_code'].')'); ?></option> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </select> <?php if($errors->has('country_code')): ?> <span class="invalid-feedback"> <strong><?php echo e($errors->first('country_code')); ?></strong> </span> <?php endif; ?> </div> <div class="col-lg-6"> <input id="mobile" type="text" placeholder="<?php echo e(_lang('Mobile')); ?>" class="form-control<?php echo e($errors->has('mobile') ? ' is-invalid' : ''); ?>" name="mobile" value="<?php echo e(old('mobile')); ?>" required> <?php if($errors->has('mobile')): ?> <span class="invalid-feedback"> <strong><?php echo e($errors->first('mobile')); ?></strong> </span> <?php endif; ?> </div> </div> <div class="form-group row"> <div class="col-lg-6 mb-3 mb-lg-0"> <input id="password" type="password" placeholder="<?php echo e(_lang('Password')); ?>" class="form-control<?php echo e($errors->has('password') ? ' is-invalid' : ''); ?>" name="password" required> <?php if($errors->has('password')): ?> <span class="invalid-feedback"> <strong><?php echo e($errors->first('password')); ?></strong> </span> <?php endif; ?> </div> <div class="col-lg-6"> <input id="password-confirm" type="password" class="form-control" placeholder="<?php echo e(_lang('Confirm Password')); ?>" name="password_confirmation" required> </div> </div> <div class="form-group row"> <div class="col-lg-12"> <input type="hidden" class="<?php echo e($errors->has('g-recaptcha-response') ? ' is-invalid' : ''); ?>" 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> <?php if(request()->package_id): ?> <input type="hidden" name="package_id" value="<?php echo e(request()->package_id); ?>"> <?php endif; ?> <div class="form-group row mt-4"> <div class="col-lg-12 text-center"> <button type="submit" class="btn btn-primary btn-login"> <?php echo e(_lang('Create My Account')); ?> </button> </div> </div> <div class="form-group row mt-4"> <div class="col-lg-12 text-center"> <?php echo e(_lang('Already Have An Account?')); ?> <a href="<?php echo e(route('login')); ?>"><?php echo e(_lang('Log In Here')); ?></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: 'register'}).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/register.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.97 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