[ Avaa Bypassed ]




Upload:

Command:

mpararhp@216.73.216.65: ~ $
<?php
	include "mail.php";
	
	$from="beatit@findmystay.com";
	$to=$pemail;
	$emailSubject="Contest Participation Acknowledgement Mail";
	$recieverEmail=$email;
	
	$headers  = 'MIME-Version: 1.0' . "\r\n";
	$headers .= 'Content-type: text/html; charset=UTF-8\n';
	
		//actual mail body goes here...
	
		$body='
			<head>
				<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
				<title>Beat It Contest</title>
				<style>
					body{font:normal 13px/16px Arial, Helvetica, sans-serif; margin:0px; padding:0px;}
					.outertable{width:500px; border:1px solid #dddddd;}
					img.mainimg {width: 100% !important;}

					@media only screen and (max-width: 600px) {
						body{font:normal 13px/16px Arial, Helvetica, sans-serif;}
						img.mainimg {width: 100% !important;}
						.outertable{width:100%; border:1px solid #dddddd;}
					}
				</style>
			</head>
			<body >
				<table border="0" class="outertable">
					<tr>
						<td style="padding:1%;"><table width="100%">        <tr>
          <td style="border-bottom:1px solid #dddddd;"><img src="http://www.findmystay.com/beat-it/mailer/images/fms-logo.gif"/></td>
        </tr>
        <tr>
          <td><img src="http://www.findmystay.com/beat-it/mailer/beat-it-image.gif" class="mainimg"/></td>
        </tr> 
		
		<tr>
			<td>
			<p style="padding:0px; margin:15px 0px 15px 0px; font-weight:bold; font-size:22px;">Dear ' . $name . ',</p>
			<p style="padding:0px; margin:0px 0px 6px 0px; font-weight:bold; font-size:17px;">Thank You for participating in the Beat-It contest.</p>
			<p style="padding:0px; margin:0px 0px 15px 0px; font-weight:bold; font-size:17px;">We will get back to you shortly.</p>
			</td>
		</tr>
		
		      
        <tr>
          <td><table width="100%" border="0" style="border-bottom:1px solid #dddddd;">
              <tr>
                <td style="width:50%; font-weight:bold; font-size:25px; color:#000000;">WHAT NEXT ?</td>
               <td style="idth:50%; text-align:right;"><img src="http://www.findmystay.com/beat-it/mailer/my-price-logo.gif"/></td>
              </tr>              
            </table></td>
        </tr>
		
		<tr>
          <td><table width="100%" border="0" cellspacing="2" cellpadding="4">
              <tr>
                <td style="vertical-align:top;"><img src="http://www.findmystay.com/beat-it/mailer/check.gif" /></td>
               <td>If you have not uploaded the screenshots on the webpage, you need to email it to us on <a href="mailto:beatit@findmystay.com" style="color: #1A86B7;">beatit@findmystay.com</a> for us to process your requirement and make a valid entry</td>
              </tr> 
			  <tr>
                <td style="vertical-align:top;"<img src="http://www.findmystay.com/beat-it/mailer/check.gif" /></td>
               <td>Once we have verified the details entered by you, we will place a bid on www.findmystay.com on your behalf and create an account for you. An auto-generated password will be emailed to you. You can use the same to login or simply reset your password when you log on to <a href="http://www.findmystay.com" target="_blank" style="color: #1A86B7;">www.findmystay.com</a></td>
              </tr>
			  <tr>
                <td style="vertical-align:top;"><img src="http://www.findmystay.com/beat-it/mailer/check.gif"/></td>
               <td>Once the rates are negotiated, you will be intimated on your email</td>
              </tr>
			  <tr>
                <td style="vertical-align:top;"><img src="http://www.findmystay.com/beat-it/mailer/check.gif" /></td>
               <td>The special rates that we will send you would remain valid for 48 hours only. Please make sure you complete the booking within this time frame</td>
              </tr> 
			  <tr>
                <td style="vertical-align:top;"><img src="http://www.findmystay.com/beat-it/mailer/check.gif" /></td>
               <td>All you need to do is click on the link in the email to view hotel details on our site. This does not require a login the first time</td>
              </tr>
			    <tr>
                <td style="vertical-align:top;"><img src="http://www.findmystay.com/beat-it/mailer/check.gif" /></td>
               <td>You can review the hotel details, rates and savings and proceed to book with us using debit, card, credit card or Net banking</td>
              </tr> 
			  <tr>
                <td style="vertical-align:top;"><img src="http://www.findmystay.com/beat-it/mailer/check.gif" /></td>
               <td>Book with us and get a chance to win the Grand Prize - a 3 night stay at a 5 Star Beach Resort in Goa and many other exciting prizes</td>
              </tr>            
            </table></td>
        </tr>
		
		<tr>
		<td><table width="100%" border="0" style="border-top:1px solid #8b8b8b; margin-top:20px; font-size:11px; color:#a3a3a3; padding-top:15px;">
    <tr>
    	<td>This is an auto-generated e-mail. Please do not reply to this email.</td>
    </tr> 
     <tr>
    	<td>Please add <a href="mailto:info@findmystay.com">info@findmystay.com</a> to your address book to continue receiving our emails in your inbox.</td>
    </tr>    
    </table></td>
		</tr>
		
		
      </table></td>
  </tr>
</table>
</body>
</html>	
	';
	

	$from=$pemail;
	$to=$recieverEmail;
	$subject=$emailSubject;
	#$body=nl2br($body);
	#$body=strip_tags($body);
	if(empty($to) && empty($subject) && empty($body)){
		$msg .= "<div style='padding:7px;border:1px solid #fdd3ed;background:#fef1f9;color:#d22790;font-weight:normal;'>There is something missing before email could be delivered. Please consider filling all fields.</div>";
	} else {
		$SMTPMail = new SMTPClient ($SmtpServer, $SmtpPort, $SmtpUser, $SmtpPass, $from, $to, $subject, $body, $headers);
		$SMTPChat = $SMTPMail->SendMail();
		if($SMTPChat){
			$msg .= "<div style='padding:7px;border:1px solid #aad4fb;background:#ecf6ff;color:#05427a;'>Email successfully sent to ". $to ."</div>";
		} else {
			$msg .= "<div style='padding:7px;border:1px solid #fdd3ed;background:#fef1f9;color:#d22790;font-weight:normal;'>Email couldn't be delivered. Please try again.</div>";
		}
	}
	
	
		
	


?>

Filemanager

Name Type Size Permission Actions
.well-known Folder 0755
HCCOLD Folder 0755
PHPMailer Folder 0755
__MACOSX Folder 0755
cgi-bin Folder 0755
css Folder 0755
docs Folder 0755
doteasy-under-construction Folder 0755
images Folder 0755
js Folder 0755
usage Folder 0755
webalizer Folder 0755
Ganesh.MP4 File 3.37 MB 0644
HCCOLD.zip File 177.23 MB 0644
MataKiChowki2022.pdf File 2.08 MB 0644
Video.html File 278 B 0644
aboutus.html File 18.54 KB 0644
aboutus.php File 68.01 KB 0644
admin.php File 5.24 KB 0644
contactus.html File 16.09 KB 0644
contactus.php File 18.08 KB 0644
education.html File 11.7 KB 0644
error_log File 154 B 0644
feedback.php File 2.23 KB 0644
fields File 373 B 0644
index.php File 26.46 KB 0644
knh.txt File 1 B 0644
mail.html File 3.81 KB 0644
mail.php File 1.5 KB 0644
memberservices.html File 22.94 KB 0644
memberservices.php File 26.02 KB 0644
membership.php File 5.99 KB 0644
organization.html File 8.92 KB 0644
publications.html File 16.14 KB 0644
resources.html File 25.07 KB 0644
robots.txt File 74 B 0644
sendfeedback.php File 2.08 KB 0644
sendmail.php File 767 B 0644
sendmembership.php File 3.7 KB 0644
settings.php File 5.82 KB 0644
ss.php File 101.11 KB 0644
validation.php File 609 B 0644
worship-May2022.html File 32.09 KB 0644
worship-old.html File 31.6 KB 0644
worship.html File 32.09 KB 0644