⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
public_html
/
storage
/
framework
/
views
/
View File Name :
2b998714bd2fa0dd76ef62348c90314fb925b8c6.php
<?php $__env->startSection('pagename'); ?> - <?php echo e($package->title); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('meta-description', !empty($package) ? $package->meta_keywords : ''); ?> <?php $__env->startSection('meta-keywords', !empty($package) ? $package->meta_description : ''); ?> <?php $__env->startSection('breadcrumb-title'); ?> <?php echo e($package->title); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('breadcrumb-link'); ?> <?php echo e($package->title); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <!--====== Start user-form-section ======--> <section class="user-form-section pt-120 pb-120"> <div class="container"> <div class="row justify-content-center"> <div class="col-lg-8"> <div class="user-form"> <form action="<?php echo e(route('front.checkout.view')); ?>" method="post" enctype="multipart/form-data"> <?php echo csrf_field(); ?> <div class="form_group"> <span><?php echo e(__('Username')); ?> *</span> <input type="text" class="form_control" name="username" value="<?php echo e(old('username')); ?>" placeholder="<?php echo e(__('Username')); ?>" required> <?php if($hasSubdomain): ?> <p class="mb-0"> Your subdomain based profile URL will be: <strong class="text-primary"><span id="username">{username}</span>.<?php echo e(env('WEBSITE_HOST')); ?></strong> </p> <?php endif; ?> <p class="text-danger mb-0" id="usernameAvailable"></p> <?php $__errorArgs = ['username']; $__bag = $errors->getBag($__errorArgs[1] ?? 'default'); if ($__bag->has($__errorArgs[0])) : if (isset($message)) { $__messageOriginal = $message; } $message = $__bag->first($__errorArgs[0]); ?> <p class="text-danger mb-2 mt-2"><?php echo e($message); ?></p> <?php unset($message); if (isset($__messageOriginal)) { $message = $__messageOriginal; } endif; unset($__errorArgs, $__bag); ?> </div> <div class="form_group"> <span><?php echo e(__('Email address')); ?> *</span> <input type="email" class="form_control" name="email" value="<?php echo e(old('email')); ?>" placeholder="<?php echo e(__('Email address')); ?>" required> <?php $__errorArgs = ['email']; $__bag = $errors->getBag($__errorArgs[1] ?? 'default'); if ($__bag->has($__errorArgs[0])) : if (isset($message)) { $__messageOriginal = $message; } $message = $__bag->first($__errorArgs[0]); ?> <p class="text-danger mb-2 mt-2"><?php echo e($message); ?></p> <?php unset($message); if (isset($__messageOriginal)) { $message = $__messageOriginal; } endif; unset($__errorArgs, $__bag); ?> </div> <div class="form_group"> <span><?php echo e(__('Password')); ?> *</span> <input type="password" class="form_control" name="password" value="<?php echo e(old('password')); ?>" placeholder="<?php echo e(__('Password')); ?>" required> <?php $__errorArgs = ['password']; $__bag = $errors->getBag($__errorArgs[1] ?? 'default'); if ($__bag->has($__errorArgs[0])) : if (isset($message)) { $__messageOriginal = $message; } $message = $__bag->first($__errorArgs[0]); ?> <p class="text-danger mb-2 mt-2"><?php echo e($message); ?></p> <?php unset($message); if (isset($__messageOriginal)) { $message = $__messageOriginal; } endif; unset($__errorArgs, $__bag); ?> </div> <div class="form_group"> <span><?php echo e(__('Confirm Password')); ?> *</span> <input id="password-confirm" type="password" class="form_control" placeholder="<?php echo e(__('Confirm Password')); ?>" name="password_confirmation" required autocomplete="new-password"> <?php $__errorArgs = ['password']; $__bag = $errors->getBag($__errorArgs[1] ?? 'default'); if ($__bag->has($__errorArgs[0])) : if (isset($message)) { $__messageOriginal = $message; } $message = $__bag->first($__errorArgs[0]); ?> <p class="text-danger mb-2 mt-2"><?php echo e($message); ?></p> <?php unset($message); if (isset($__messageOriginal)) { $message = $__messageOriginal; } endif; unset($__errorArgs, $__bag); ?> </div> <div> <input type="hidden" name="status" value="<?php echo e($status); ?>"> <input type="hidden" name="id" value="<?php echo e($id); ?>"> </div> <div class="form_group mt-5"> <button type="submit" class="main-btn">continue</button> </div> </form> </div> </div> </div> </div> </section> <!--====== End user-form-section ======--> <?php $__env->stopSection(); ?> <?php $__env->startSection('scripts'); ?> <?php if($hasSubdomain): ?> <script> $(document).ready(function() { $("input[name='username']").on('input', function() { let username = $(this).val(); if (username.length > 0) { $("#username").text(username); } else { $("#username").text("{username}"); } }); }); </script> <?php endif; ?> <script> $(document).ready(function() { $("input[name='username']").on('change', function() { let username = $(this).val(); if (username.length > 0) { $.get("<?php echo e(url('/')); ?>/check/" + username + '/username', function(data) { if (data == true) { $("#usernameAvailable").text('This username is already taken.'); } else { $("#usernameAvailable").text(''); } }); } else { $("#usernameAvailable").text(''); } }); }); </script> <?php $__env->stopSection(); ?> <?php echo $__env->make('front.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/id/public_html/resources/views/front/step.blade.php ENDPATH**/ ?>