BLACKSITE
:
216.73.216.62
:
147.93.18.13 / vinyasaweddings.com
:
Linux srv667811 6.8.0-134-generic #134-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 26 18:43:11 UTC 2026 x86_64
:
/
var
/
www
/
wedmoment
/
Upload File:
files >> //var/www/wedmoment/mail.php
<?php if( empty( $_POST['token'] ) ){ echo '<span class="notice">Error!</span>'; exit; } if( $_POST['token'] != 'FsWga4&@f6aw' ){ echo '<span class="notice">Error!</span>'; exit; } $name = $_POST['name']; $from = $_POST['email']; $phone = $_POST['phone']; $subject = stripslashes( nl2br( $_POST['subject'] ) ); $message = stripslashes( nl2br( $_POST['message'] ) ); $headers ="From: Form Contact <$from>\n"; $headers.="MIME-Version: 1.0\n"; $headers.="Content-type: text/html; charset=iso 8859-1"; ob_start(); ?> Hi imransdesign!<br /><br /> <?php echo ucfirst( $name ); ?> has sent you a message via contact form on your website! <br /><br /> Name: <?php echo ucfirst( $name ); ?><br /> Email: <?php echo $from; ?><br /> Phone: <?php echo $phone; ?><br /> Subject: <?php echo $subject; ?><br /> Message: <br /><br /> <?php echo $message; ?> <br /> <br /> ============================================================ <?php $body = ob_get_contents(); ob_end_clean(); $to = 'support@fruitkha.com'; $s = mail($to,$subject,$body,$headers,"-t -i -f $from"); if( $s == 1 ){ echo '<div class="success"><i class="fas fa-check-circle"></i><h3>Thank You!</h3>Your message has been sent successfully.</div>'; }else{ echo '<div>Your message sending failed!</div>'; } ?>