shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
mpc.brannanatkinson.com
/
storage
/
framework
/
views
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
8c34bb414fa4c2e7d97ce2c75bf3a9a2.php
<div class="container mx-auto"> <div class="mb-4 text-4xl text-center">Housing Hope Hosts</div> <div class="mb-4 text-3xl">Create a new host</div> <div> <form wire:submit="store" class="flex items-start mb-8"> <?php echo csrf_field(); ?> <div class="mr-8"> <input type="text" wire:model.live="name" class="p-4 rounded w-64" placeholder="Name"><br> <label for="exampleInputPassword1">Host Name</label> <!--[if BLOCK]><![endif]--><?php $__errorArgs = ['name']; $__bag = $errors->getBag($__errorArgs[1] ?? 'default'); if ($__bag->has($__errorArgs[0])) : if (isset($message)) { $__messageOriginal = $message; } $message = $__bag->first($__errorArgs[0]); ?> <div><span class="error"><?php echo e($message); ?></span></div> <?php unset($message); if (isset($__messageOriginal)) { $message = $__messageOriginal; } endif; unset($__errorArgs, $__bag); ?><!--[if ENDBLOCK]><![endif]--> </div> <div class="mr-8"> <input type="email" class="p-4 rounded w-64" placeholder="Enter email" wire:model.live="email"><br> <label>Host Email</label> </div> <div> <button type="submit" class="px-4 py-3 bg-mp-blue-green text-white">Submit</button> </div> </form> </div> <!-- <div class="mb-8 text-4xl text-center">Total for all Hosts – $<?php echo e(App\Models\Gift::where('user_id','!=', null)->sum('gift_total')); ?></div> --> <div class="resp-table"> <div class="resp-table-header"> <div class="table-header-cell"> Name </div> <div class="table-header-cell"> Invitation </div> <div class="table-header-cell"> Campaigns </div> <div class="table-header-cell"> <?php echo date("Y") ?> Results </div> <div class="table-header-cell"> </div> </div> <div class="resp-table-body "> <!--[if BLOCK]><![endif]--><?php $__currentLoopData = $hosts; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $host): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php $hostId = App\Models\User::where('name', '=', $host->name)->first()->id ?> <div class="resp-table-row "> <div class="table-body-cell"> <div class="text-xl -mb-6"><?php echo e($host->name); ?> <!--[if BLOCK]><![endif]--><?php if( $host->campaigns->last()->year == date('Y')): ?> <i class="fa fa-heart text-mp-blue-green"></i> <?php endif; ?><!--[if ENDBLOCK]><![endif]--> </div> <br/> <?php echo e($host->email); ?> <br/> https://housinghopenashville.org/hosts/<?php echo e($host->host_url); ?> </div> <div class="table-body-cell"> <?php if( $host->campaigns->last()->year != date("Y") ): ?> <div wire:click.prevent="sendInviteEmail( <?php echo e($host->id); ?> )" class="inline-block px-6 py-2 bg-mp-coral text-white rounded-full cursor-pointer">Send invite link</div> <?php else: ?> <div wire:click.prevent="resendInviteEmail( <?php echo e($host->id); ?> )" class="inline-block px-6 py-2 bg-mp-navy text-white rounded-full cursor-pointer">Resend invite link</div> <?php endif; ?><!--[if ENDBLOCK]><![endif]--> </div> <div class="table-body-cell"> <!--[if BLOCK]><![endif]--><?php $__currentLoopData = $host->campaigns; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $campaign): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <!--[if BLOCK]><![endif]--><?php if( $campaign->year == date('Y')): ?> <div class="inline-block text-sm px-6 py-2 bg-mp-navy text-white rounded-full"> <?php echo e($campaign->year); ?> </div> <?php else: ?> <div class="inline-block text-sm px-6 py-2 bg-mp-light-lime text-white rounded-full"> <?php echo e($campaign->year); ?> </div> <?php endif; ?><!--[if ENDBLOCK]><![endif]--> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?><!--[if ENDBLOCK]><![endif]--> </div> <div class="table-body-cell"> </div> <div class="table-body-cell"> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?><!--[if ENDBLOCK]><![endif]--> </div> </div> <div class="mt-16"> </div> </div> <?php /**PATH /home/forge/mpc.brannanatkinson.com/resources/views/livewire/admin/hosts/all-hosts.blade.php ENDPATH**/ ?>
© 2026 UnknownSec