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.49  /  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//cekprog.php
<?php include "header.php"; ?>
<?php

if (!isset($_SESSION["npm"])) {
	echo "Anda harus login dulu <br><a href='../login.php'>Klik disini</a>";
	exit;
}

$level=$_SESSION["level"];

if ($level!="user") {
    echo "Anda tidak punya akses pada halaman Supervisor";
    exit;
}

$id_user=$_SESSION["npm"];
$username=$_SESSION["level"];


?><head>
	<script type="text/javascript" src="chartjs/Chart.js"></script>
	
<style type="text/css">
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
</style>
</head>



<div class="container">


 <div id="form-div">
	<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">
	 
				<?php
				$sqlSiswa = mysqli_query($konek, "SELECT * FROM mahasiswa WHERE npm='$_SESSION[npm]'");
				$ds=mysqli_fetch_array($sqlSiswa);
				$npm = $ds['npm'];
			?>

				
				<hr>
		 <center>
		 <h4>PENDAFTARAN ONLINE </h4>
		 <p align="center">&nbsp;  </p>
		 <center>
		 <a href="status.php?npm=<?php echo $ds['npm']; ?>"> </a>
<div style="width: 300px;margin: 0px auto;">
					<canvas id="myChart"></canvas>
	    </div>

   <br/>
     <table class="demo-table responsive" >
	
		<thead>
			<tr>
				<th>No</th>
				
				<th width="100px" >Tanggal Reg</th>
				<th width="100px" >Tanggal cek</th>
				<th width="150px">Nama Pemohon</th>
				<th width="80px">No Reg SIP</th>
				<th width="50px">Tahap</th>
				<th width="100px">Catatan</th>
				<th width="50px">Status</th>
				<th>Notif</th>
				<th>Action</th>
				<th>Download</th>
				
				
			</tr>
		</thead>
		<tbody>
			<?php 

			//$data = mysqli_query($konek,"select d_reg.id_tagihan,d_reg.kode,d_reg.tgl_input,d_reg.project,d_reg.nmlead, d_reg.npm ,count(d_reg.nmlead) as jumlah,mahasiswa.nama_mhs from d_reg INNER JOIN mahasiswa ON d_reg.npm=mahasiswa.npm where mahasiswa.npm='$id_user' AND d_reg.kode <>'Close' group by nmlead " );
		
		//$data = mysqli_query($konek,"select * from d_reg where id_tagihan  
			  //                       IN (SELECT MAX(id_tagihan) FROM d_reg where npm='$id_user' AND d_reg.kode <>'Close' GROUP BY nmlead order by nmlead) " );

		//$data = mysqli_query($konek,"select * from d_reg  where id_tagihan  
			                    //     IN (SELECT MAX(id_tagihan) FROM d_reg  where npm='$id_user' GROUP BY noreg order by noreg ) " );

		//$data = mysqli_query($konek,"select tgl_reg,nmlead,noreg,max(status) as status,max(dokumen) as dokumen,max(tgl_cek) as tgl_cek, MAX(tahap) as tahap from d_progres    group by noreg desc " );

$data = mysqli_query($konek,"select * from h_registrasi  where id_tagihan  
			                         IN (SELECT MAX(id_tagihan) FROM h_registrasi where npm='$_GET[npm]'  GROUP BY noreg  ) " );


          $no = 1;
			while($d=mysqli_fetch_array($data)){
				?>
				<tr>
					<td data-header='No' > <?php echo $no; ?> </td>
					
					<td    data-header='Tanggal Input' ><?php echo $d['tgl_reg']; ?></td>
					<td    data-header='Tanggal Input' ><?php echo $d['tgl_cek']; ?></td>
					<td    data-header='Tanggal Input' ><?php echo $d['nmlead']; ?></td>
					<td data-header='Leads' ><a href='status.php?noreg=<?php echo $d['noreg']; ?>&npm=<?php echo $d['npm']; ?>&nama=<?php echo $d['nmlead']; ?>'><?php echo $d['noreg']; ?></a></td>
					<td   data-header='Tanggal Input' ><?php echo $d['tahap']; ?></td>
					<td data-header='Catatan' ><?php echo $d['dokumen']; ?></td>
					<td data-header='Catatan' ><?php echo $d['status']; ?></td>
					
					<td><span class='merah'><?php $booking=new DateTime($d['tgl_reg']);
                        $today        =new DateTime();
                        $diff = $today->diff($booking);
                        echo  $diff->d; echo " Hari";
                    ?></span'>
                </td>
					

					<td data-header='Status' align='center' >			
										 <a class='btn btn-danger btn-sm' href='status.php?id=<?php echo $d['id_tagihan']; ?>&noreg=<?php echo $d['noreg']; ?>&npm=<?php echo $d['npm']; ?>'>Cek Progress</a>
</td>
<td>
					<?php 
									if($d['status'] == 'finish'){
										 ?>
					 <a class='btn btn-success btn-sm' href='cetak_ijazah.php?id=<?php echo $d['id_tagihan']; ?>&noreg=<?php echo $d['noreg']; ?>&npm=<?php echo $d['npm']; ?>'>Download sertificat</a>

					<?php 
									}else{			
										 echo "-";
									}
					 ?>
				  </td>

		    </tr>
				 <?php $no++; ?>
				<?php
				
			}
			?>
		</tbody>
   </table> 
  <br/>
</div>
</div>


				<?php
				$produk = mysqli_query($konek,"select noreg,tahap from h_registrasi where npm='$npm' group by noreg ");
				while($row = mysqli_fetch_array($produk)){
					$nama_produk[] = $row['noreg'];
					$total[] = $row['tahap'];
					
					//$query = mysqli_query($koneksi,"select count(nmlead) as jumlah from d_reg where npm='2001001' group by nmlead  ");
					//$row = $query->fetch_array();
					//$jumlah_produk[] = $row['jumlah'];
				}
				?>  

	<script>
		var ctx = document.getElementById("myChart").getContext('2d');
		var myChart = new Chart(ctx, {
			type: 'bar',
			data: {
				labels: <?php echo json_encode($nama_produk); ?>,
				datasets: [{
					label: 'Grafik Followup Leads',
					data: <?php echo json_encode($total); ?>,
					backgroundColor: [
					'rgba(255, 99, 132, 0.2)',
					'rgba(255, 99, 132, 0.2)',
					'rgba(54, 162, 235, 0.2)',
					'rgba(255, 206, 86, 0.2)',
					'rgba(25, 206, 86, 0.2)',
					'rgba(255, 99, 132, 0.2)',
					'rgba(255, 99, 132, 0.2)',
					'rgba(54, 162, 235, 0.2)',
					'rgba(255, 206, 86, 0.2)',
					'rgba(25, 206, 86, 0.2)',
					'rgba(75, 192, 192, 0.2)'
					],
					borderColor: [
					'rgba(255,99,132,1)',
					'rgba(54, 162, 235, 1)',
					'rgba(255, 206, 86, 1)',
					'rgba(25, 206, 86, 1)',
					'rgba(75, 192, 192, 1)',
					'rgba(255,99,132,1)',
					'rgba(54, 162, 235, 1)',
					'rgba(255, 206, 86, 1)',
					'rgba(25, 206, 86, 1)',
					'rgba(75, 192, 192, 1)'
					],		
					borderWidth: 1
				}]
			},
			options: {
				scales: {
					yAxes: [{
						ticks: {
							beginAtZero:true
						}
					}]
				}
			}
		});
	</script>          
  </div>

</div>
</div>
</div>



Youez - 2016 - github.com/yon3zu
LinuXploit