One Hat Cyber Team
Your IP :
216.73.216.93
Server IP :
178.63.234.5
Server :
Linux whm01.ins-jo.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Server Software :
Apache
PHP Version :
8.1.32
Buat File
|
Buat Folder
Dir :
~
/
home
/
business
/
www
/
storage
/
framework
/
views
/
View File Name :
03d8cff46752db35b469397ae15af70ca1370709.php
<?php $__env->startSection('content'); ?> <?php if(!empty($features) && is_array($features) && in_array('Subdomain', $features)): ?> <div class="page-header"> <h4 class="page-title"><?php echo e(__('Subdomain & Path URL')); ?></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(__('Domains & URLs')); ?></a> </li> <li class="separator"> <i class="flaticon-right-arrow"></i> </li> <li class="nav-item"> <a href="#"><?php echo e(__('Subdomain & Path URL')); ?></a> </li> </ul> </div> <?php else: ?> <div class="page-header"> <h4 class="page-title"><?php echo e(__('Path Based URL')); ?></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(__('Path Based URL')); ?></a> </li> </ul> </div> <?php endif; ?> <div class="row"> <?php if(cPackageHasSubdomain(Auth::user())): ?> <div class="col-md-6"> <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(__('Subdomain')); ?></div> </div> </div> </div> <div class="card-body"> <div class="row"> <div class="col-lg-12"> <div class="table-responsive"> <table class="table table-striped"> <thead> <tr> <th scope="col"><?php echo e(__('Subdomain')); ?></th> </tr> </thead> <tbody> <tr> <td> <?php $subdomain = strtolower(Auth::user()->username) . "." . env('WEBSITE_HOST'); ?> <a href="//<?php echo e($subdomain); ?>" target="_blank"><?php echo e($subdomain); ?></a> </td> </tr> </tbody> </table> </div> </div> </div> </div> </div> </div> <?php endif; ?> <div class="<?php echo e(cPackageHasSubdomain(Auth::user()) ? 'col-md-6' : 'col-md-12'); ?>"> <div class="card"> <div class="card-header card-title"> <?php echo e(__('Path Based URL')); ?> </div> <div class="card-body"> <div class="table-responsive"> <table class="table-striped table"> <thead> <tr> <th><?php echo e(__('URL')); ?></th> </tr> </thead> <tbody> <tr> <td> <?php $url = env('WEBSITE_HOST') . '/' . Auth::user()->username; ?> <a href="//<?php echo e($url); ?>" target="_blank"><?php echo e($url); ?></a> </td> </tr> </tbody> </table> </div> </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/business/public_html/resources/views/user/subdomain.blade.php ENDPATH**/ ?>