Your order has been sent to FortuneSmiling.com. If you do not
receive a confirmation email within the next few minutes, please
check your spam folder.
Now you can either:
1) Go to Paypal.com to make payment
2) click here to return to Fortunesmiling.com
';
// ----------no more changes required below here --------------------------------------------------
// email variable not set - load $valid_ref1 page
if (!isset($HTTP_POST_VARS['email']))
{
echo "";
exit;
}
$ref_page=$_SERVER["HTTP_REFERER"];
$valid_referrer=0;
if($ref_page==$valid_ref1) $valid_referrer=1;
elseif($ref_page==$valid_ref2) $valid_referrer=1;
if(!$valid_referrer)
{
echo "";
exit;
}
$themessage = "Add this email address to FS data bank.";
$thesubject = "Another email address for FS";
$replymessage = "Hi $name!
Thank you for submitting the order form for the specially priced
three-month Graph Report.
As soon as I receive payment through Paypal, I will prepare your
report and send it to you. Since each report is done individually,
and requires some work on my part, this could take up to a day
for you to receive it.
If you do not receive it within a day, please check your spam
folder, in case your email program mistakenly sent your report
there instead of to your inbox.
Should you like to respond to this email, please write not to the
address in the header, but to dbolton99b@yahoo.es
Sincerely, David Bolton - http://www.fortunesmiling.com";
mail("$replyemail",
"$themessage",
"From: $email\nReply-To: $email\nName: $name\nYear: $year\nMonth: $month\nDay: $day\nTime: $time\nYear: $AM\nPlace: $place\nNear: $nearest\nState: $state\nResidence: $residence\nPrefersbegin: $begin");
mail("$email",
"Your order from Fortunesmiling.com",
"From: $replyemail\nReply-To: $replyemail",
"$replymessage");
echo $success_sent_msg;
?>