One Hat Cyber Team
Your IP :
216.73.216.186
Server IP :
93.127.173.77
Server :
Linux in-mum-web1837.main-hosting.eu 5.14.0-503.34.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Mar 27 06:00:50 EDT 2025 x86_64
Server Software :
LiteSpeed
PHP Version :
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
u322583024
/
domains
/
jimmy2chs.in
/
public_html
/
Edit File:
z.php
<?php include 'init.php'; ?> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script> <title>Helpdesk System with PHP & MySQL</title> <script src="js/jquery.dataTables.min.js"></script> <script src="js/dataTables.bootstrap.min.js"></script> <link rel="stylesheet" href="css/dataTables.bootstrap.min.css" /> <script src="js/general.js"></script> <script src="js/tickets.js"></script> <link rel="stylesheet" href="css/style.css" /> <div class="container"> <div class="row home-sections"> <h2>Helpdesk System</h2> </div> <div class=""> <p>View and manage tickets that may have responses from support team.</p> <div class="panel-heading"> <div class="row"> <div class="col-md-10"> <h3 class="panel-title"></h3> </div> <div class="col-md-2" align="right"> <button type="button" name="add" id="createTicket" class="btn btn-success btn-xs">Create Ticket</button> </div> </div> </div> <table id="listTickets" class="table table-bordered table-striped"> <thead> <tr> <th>S/N</th> <th>Ticket ID</th> <th>Subject</th> <th>Department</th> <th>Created By</th> <th>Created</th> <th>Status</th> <th></th> <th></th> <th></th> </tr> </thead> </table> </div> <?php include('add_ticket_model.php'); ?> </div>
Simpan