Tul xxx Tul
User / IP
:
216.73.216.217
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
/
aircan.me
/
public_html
/
clinica
/
Viewing: sidebar.php
<?php include('connect.php'); $sql = "select * from admin where id = '".$_SESSION["id"]."'"; $result=$conn->query($sql); $ro=mysqli_fetch_array($result); ?> <div class="pcoded-main-container"> <div class="pcoded-wrapper"> <nav class="pcoded-navbar"> <div class="pcoded-inner-navbar main-menu"> <div class="pcoded-navigatio-lavel">Navigation</div> <ul class="pcoded-item pcoded-left-item"> <li class=""> <a href="index.php"> <span class="pcoded-micon"><i class="feather icon-home"></i></span> <span class="pcoded-mtext">Dashboard</span> </a> </li> <?php if(($_SESSION['user'] == 'admin') || ($_SESSION['user'] == 'doctor') || ($_SESSION['user'] == 'patient')){ ?> <li class="pcoded-hasmenu"> <a href="javascript:void(0)"> <span class="pcoded-micon"><i class="feather icon-edit"></i></span> <span class="pcoded-mtext">Appointment</span> </a> <ul class="pcoded-submenu"> <?php if(($_SESSION['user'] == 'admin') || ($_SESSION['user'] == 'patient')) { ?> <li class=""> <a href="appointment.php"> <span class="pcoded-mtext">New Appointment</span> </a> </li> <?php } ?> <?php if(($_SESSION['user'] == 'admin') || ($_SESSION['user'] == 'doctor')) { ?> <li class=""> <a href="view-pending-appointment.php"> <span class="pcoded-mtext">View Pending Appointments</span> </a> </li> <li class=""> <a href="view-appointments-approved.php"> <span class="pcoded-mtext">View Approved Appointments</span> </a> </li> <?php } ?> <?php if($_SESSION['user'] == 'patient') { ?> <li class=""> <a href="view-appointments.php"> <span class="pcoded-mtext">View Appointments</span> </a> </li> <?php } ?> </ul> </li> <?php } ?> <?php if($_SESSION['user'] == 'admin') { ?> <li class="pcoded-hasmenu"> <a href="javascript:void(0)"> <span class="pcoded-micon"><i class="feather icon-user"></i></span> <span class="pcoded-mtext">Doctors</span> </a> <ul class="pcoded-submenu"> <li class=""> <a href="doctor.php"> <span class="pcoded-mtext">New Doctor</span> </a> </li> <li class=""> <a href="view-doctor.php"> <span class="pcoded-mtext">View Doctor</span> </a> </li> </ul> </li> <?php } ?> <?php if($_SESSION['user'] == 'doctor') { ?> <li class="pcoded-hasmenu"> <a href="javascript:void(0)"> <span class="pcoded-micon"><i class="feather icon-user"></i></span> <span class="pcoded-mtext">Doctors</span> </a> <ul class="pcoded-submenu"> <li class=""> <a href="visiting-hour.php"> <span class="pcoded-mtext">New Visiting Hour</span> </a> </li> <li class=""> <a href="view-visiting-hour.php"> <span class="pcoded-mtext">View Visiting Hour</span> </a> </li> </ul> </li> <?php } ?> <?php if($_SESSION['user'] == 'patient') { ?> <li class="pcoded-hasmenu"> <a href="javascript:void(0)"> <span class="pcoded-micon"><i class="feather icon-menu"></i></span> <span class="pcoded-mtext">Prescription</span> </a> <ul class="pcoded-submenu"> <li class=""> <a href="view-prescription.php"> <span class="pcoded-mtext">View Prescription Record</span> </a> </li> </ul> </li> <?php } ?> <?php if($_SESSION['user'] == 'patient') { ?> <li class="pcoded-hasmenu"> <a href="javascript:void(0)"> <span class="pcoded-micon"><i class="feather icon-user"></i></span> <span class="pcoded-mtext">Treatment</span> </a> <ul class="pcoded-submenu"> <li class=""> <a href="view-treatment-record.php"> <span class="pcoded-mtext">View Treatment Record</span> </a> </li> </ul> </li> <?php } ?> <?php if(($_SESSION['user'] == 'admin') || ($_SESSION['user'] == 'doctor')) { ?> <li class="pcoded-hasmenu"> <a href="javascript:void(0)"> <span class="pcoded-micon"><i class="feather icon-user"></i></span> <span class="pcoded-mtext">Patients</span> </a> <ul class="pcoded-submenu"> <?php if($_SESSION['user'] == 'admin') { ?> <li class=""> <a href="patient.php"> <span class="pcoded-mtext">Add Patient</span> </a> </li> <?php } ?> <li class=""> <a href="view-patient.php"> <span class="pcoded-mtext">View Patients Records</span> </a> </li> </ul> </li> <?php } ?> <?php if($_SESSION['user'] == 'doctor') { ?> <li> <a href="income-report.php"> <span class="pcoded-micon"><i class="feather icon-file"></i></span> <span class="pcoded-mtext">Income Report</span> </a> </li> <?php } ?> <?php if($_SESSION['user'] == 'admin') { ?> <li class="pcoded-hasmenu"> <a href="javascript:void(0)"> <span class="pcoded-micon"><i class="feather icon-menu"></i></span> <span class="pcoded-mtext">Service</span> </a> <ul class="pcoded-submenu"> <li class=""> <a href="department.php"> <span class="pcoded-mtext">Add Department</span> </a> </li> <li class=""> <a href="view-department.php"> <span class="pcoded-mtext">View Department</span> </a> </li> <li class=""> <a href="treatment.php"> <span class="pcoded-mtext">Add Treatment type</span> </a> </li> <li class=""> <a href="view-treatment.php"> <span class="pcoded-mtext">View Treatment types</span> </a> </li> <li class=""> <a href="medicine.php"> <span class="pcoded-mtext">Add Medicine</span> </a> </li> <li class=""> <a href="view-medicine.php"> <span class="pcoded-mtext">View Medicine</span> </a> </li> </ul> </li> <?php } ?> <?php if($_SESSION['user'] == 'doctor') { ?> <li class="pcoded-hasmenu"> <a href="javascript:void(0)"> <span class="pcoded-micon"><i class="feather icon-menu"></i></span> <span class="pcoded-mtext">Service</span> </a> <ul class="pcoded-submenu"> <li class=""> <a href="view-treatment-record.php"> <span class="pcoded-mtext">View Treatment Records </span> </a> </li> <li class=""> <a href="view-treatment.php"> <span class="pcoded-mtext">View Treatment </span> </a> </li> </ul> </li> <?php } ?> <!-- <li class=""> <a href="setting.php"> <span class="pcoded-micon"><i class="feather icon-bookmark"></i></span> <span class="pcoded-mtext">Settings</span> </a> </li> --> <li> <a href="logout.php"> <i class="feather icon-log-out"></i> Logout </a> </li> </ul> </div> </nav>
Coded With 💗 by
0x6ick