⚝
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 :
a6a80df2ea472252b8b253e6b5bd4b517c55451d.php
<?php $__env->startSection('content'); ?> <div class="page-header"> <h4 class="page-title"><?php echo e($keywords['Custom_Domain'] ?? __('Custom Domain')); ?></h4> <ul class="breadcrumbs"> <li class="nav-home"> <a href="<?php echo e(route('user-dashboard')); ?>"> <i class="flaticon-home"></i> </a> </li> <li class="separator"> <i class="flaticon-right-arrow"></i> </li> <li class="nav-item"> <a href="#"><?php echo e($keywords['Domains_and_URLs'] ?? __('Domains & URLs')); ?></a> </li> <li class="separator"> <i class="flaticon-right-arrow"></i> </li> <li class="nav-item"> <a href="#"><?php echo e($keywords['Custom_Domain'] ?? __('Custom Domain')); ?></a> </li> </ul> </div> <div class="row"> <div class="col-md-12"> <!-- Custom Domain Request Modal --> <div class="modal fade" id="customDomainModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered" role="document"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="exampleModalLongTitle"> <?php echo e($keywords['Request_Custom_Domain'] ?? __('Request Custom Domain')); ?></h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body"> <?php if(cPackageHasCdomain(Auth::user())): ?> <?php if(Auth::user()->custom_domains()->where('status', 1)->count() > 0): ?> <div class="alert alert-warning"> <?php echo e($keywords['You_already_have_a_custom_domain'] ?? __('You already have a custom domain')); ?> (<a target="_blank" href="//<?php echo e(getCdomain(Auth::user())); ?>"><?php echo e(getCdomain(Auth::user())); ?></a>) <?php echo e($keywords['connected_with_your_portfolio_website'] ?? __('connected with your portfolio website.')); ?> <br> <?php echo e($keywords['domain_connection_warning_message'] ?? __('if you request another domain now & if it gets connected with our server, then your current domain')); ?> (<a target="_blank" href="//<?php echo e(getCdomain(Auth::user())); ?>"><?php echo e(getCdomain(Auth::user())); ?></a>) <?php echo e($keywords['will_be_removed'] ?? __('will be removed.')); ?> </div> <?php endif; ?> <?php endif; ?> <form action="<?php echo e(route('user-domain-request')); ?>" id="customDomainRequestForm" method="POST"> <?php echo csrf_field(); ?> <div class="form-group"> <label for=""><?php echo e($keywords['Custom_Domain'] ?? __('Custom Domain')); ?></label> <input type="text" class="form-control" name="custom_domain" placeholder="<?php echo e($keywords['enter_url'] ?? __('enter url')); ?>" required> <p class="text-secondary mb-0"><i class="fas fa-exclamation-circle"></i> <?php echo e($keywords['Do_not_use'] ?? __('Do not use')); ?> <strong class="text-danger">http://</strong> <?php echo e($keywords['or'] ?? __('or')); ?> <strong class="text-danger">https://</strong> </p> <p class="text-secondary mb-0"><i class="fas fa-exclamation-circle"></i> <?php echo e($keywords['The_valid_format_will_be_exactly_like_this_one'] ?? __('The valid format will be exactly like this one')); ?> - <strong class="text-danger">domain.tld, www.domain.tld</strong> <?php echo e($keywords['or'] ?? __('or')); ?> <strong class="text-danger">subdomain.domain.tld, www.subdomain.domain.tld</strong></strong> </p> </div> </form> </div> <div class="modal-footer"> <button type="button" class="btn btn-secondary" data-dismiss="modal"><?php echo e($keywords['Close'] ?? __('Close')); ?></button> <button type="submit" class="btn btn-primary" form="customDomainRequestForm"> <?php echo e($keywords['Send_Request'] ?? __('Send Request')); ?> </button> </div> </div> </div> </div> <?php if(session()->has('domain-success')): ?> <div class="alert alert-success bg-success text-white"> <p class="mb-0"><?php echo nl2br(session()->get('domain-success')); ?></p> </div> <?php endif; ?> <?php if($errors->has('custom_domain')): ?> <div class="alert alert-danger bg-danger text-white"> <p class="mb-0"><?php echo $errors->first('custom_domain'); ?> </p> </div> <?php endif; ?> <div class="card"> <div class="card-header"> <div class="row"> <div class="col-lg-4"> <div class="card-title d-inline-block"><?php echo e($keywords['Custom_Domain'] ?? __('Custom Domain')); ?> </div> </div> <div class="offset-lg-4 col-lg-4 text-right"> <?php if(empty($rcDomain) || $rcDomain->status != 0): ?> <button class="btn btn-primary" data-toggle="modal" data-target="#customDomainModal"> <?php echo e($keywords['Request_Custom_Domain'] ?? __('Request Custom Domain')); ?> </button> <?php endif; ?> </div> </div> </div> <div class="card-body"> <div class="row"> <div class="col-lg-12"> <?php if(empty($rcDomain)): ?> <h3 class="text-center"> <?php echo e($keywords['Requested_custom_domain_not_available'] ?? __('REQUESTED / CONNECTED CUSTOM DOMAIN NOT AVAILABLE')); ?> </h3> <?php else: ?> <div class="table-responsive"> <table class="table table-striped mt-3"> <thead> <tr> <th scope="col"> <?php echo e($keywords['Requested_Domain'] ?? __('Requested Domain')); ?></th> <th scope="col"> <?php echo e($keywords['Current_Domain'] ?? __('Current Domain')); ?></th> </tr> </thead> <tbody> <tr> <td> <?php if($rcDomain->status == 0): ?> <a href="//<?php echo e($rcDomain->requested_domain); ?>" target="_blank"><?php echo e($rcDomain->requested_domain); ?></a> <?php else: ?> - <?php endif; ?> </td> <td> <?php if(getCdomain(Auth::user())): ?> <?php $cdomain = getCdomain(Auth::user()); ?> <a target="_blank" href="//<?php echo e($cdomain); ?>"><?php echo e($cdomain ?? '-'); ?></a> <?php else: ?> - <?php endif; ?> </td> </tr> </tbody> </table> </div> <?php endif; ?> </div> </div> </div> </div> <div class="card"> <div class="card-header"> <h4 class="mb-0"><strong><?php echo e($be->cname_record_section_title); ?></strong></h4> </div> <div class="card-body"> <?php echo $be->cname_record_section_text; ?> </div> </div> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('user.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/id/public_html/resources/views/user/domains.blade.php ENDPATH**/ ?>