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 :
9aff8d3aee99c5fbd9e5b6668bcb570d282e3d24.php
<!-- Modal --> <div class="modal fade" id="urlsModal<?php echo e($vcard->id); ?>" tabindex="-1" role="dialog" aria-labelledby="urlsModalLabel" 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="urlsModalLabel"><?php echo e(__('vCard URLs')); ?> </h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body"> <ul> <li> <?php $pathUrl = env('WEBSITE_HOST') . '/' . $vcard->user->username . '/vcard/' . $vcard->id; ?> <strong class="mr-2">Path Based URL:</strong> <a target="_blank" href="//<?php echo e($pathUrl); ?>"><?php echo e($pathUrl); ?></a> </li> <?php if(cPackageHasSubdomain($vcard->user)): ?> <li> <?php $subUrl = $vcard->user->username . '.' . env('WEBSITE_HOST') . '/vcard/' . $vcard->id; ?> <strong class="mr-2">Subdomain Based URL:</strong> <a target="_blank" href="//<?php echo e($subUrl); ?>"><?php echo e($subUrl); ?></a> </li> <?php endif; ?> <?php if(cPackageHasCdomain($vcard->user)): ?> <?php $domUrl = $vcard->user ->custom_domains() ->where('status', 1) ->orderBy('id', 'DESC') ->first(); ?> <?php if(!empty($domUrl)): ?> <li> <strong class="mr-2">Domain Based URL:</strong> <a target="_blank" href="//<?php echo e($domUrl->requested_domain); ?>/vcard/<?php echo e($vcard->id); ?>"><?php echo e($domUrl->requested_domain); ?>/vcard/<?php echo e($vcard->id); ?></a> </li> <?php endif; ?> <?php endif; ?> </ul> </div> <div class="modal-footer"> <button type="button" class="btn btn-secondary" data-dismiss="modal"><?php echo e(__('Close')); ?></button> </div> </div> </div> </div> <?php /**PATH /home/business/public_html/resources/views/admin/register_user/vcard/preview.blade.php ENDPATH**/ ?>