MSV FM

dot.antimicrobial@66.96.161.157: ~ $
Path : /hermes/bosweb/b1705/absoluteresultstechnologies.net/public_html/earnasecondpaycheck/
File Upload :
Current < : /hermes/bosweb/b1705/absoluteresultstechnologies.net/public_html/earnasecondpaycheck/success.php

<?php include_once("includes.php"); ?>
<?php include_once('header.php'); ?>
<?php
	$i = 1;
	while($_SESSION['register']['email'.$i] != "")
	{
?>
		<iframe height="0" width="0" frameborder="0" src="http://ar.absoluteresults.com/earnasecondpaycheck/email.php?num=<?= $i ?>&regID=<?= urlencode(serialize($_SESSION['register'])) ?>"></iframe>  

	<iframe height="0" width="0" frameborder="0" src="http://ar.absoluteresults.com/earnasecondpaycheck/dealerEemail.php?num=<?= $i ?>&regID=<?= urlencode(serialize($_SESSION['register'])) ?>"></iframe>  

<?php
	$i++;
	} 
?>

<?php
	$i = 1;
	while($_SESSION['register']['email'.$i] != "")
	{
		$message = urlencode(str_replace(array(" ","&"),array("%20","%26"),$_SESSION['register']['firstName'] . " " . $_SESSION['register']['lastName'] . " has invited you to the " . $dealerInfo[$_SESSION['register']['selectedDealer']]['name'] . " Private Sale on " . $dealerInfo[$_SESSION['register']['selectedDealer']]['eventDate'] . "! Please reply 'Y' to this message to confirm your registration!"));
		$replyMessage = urlencode(str_replace(array(" ","&"),array("%20","%26"),"Thank you for your confirmation. You are now registered. We look forward to seeing you at " . $dealerInfo[$_SESSION['register']['selectedDealer']]['name'] . "."));
	
?>
		<iframe height="0" width="0" frameborder="0" src="https://x1.taarga.com/sms/create?mobile_number=1<?= trim(preg_replace("/[^0-9]/","", $_SESSION['register']['mobilePhone'.$i])) ?>&message=<?= $message ?>&access_token=e9ef6aacc17289b5238fe42a56a697fe&contact_name=<?= urlencode($_SESSION['register']['firstName'.$i] . ' ' . $_SESSION['register']['lastnName'.$i]) ?>&email_addr=<?= urlencode($_SESSION['register']['email'.$i]) ?>&reply_msg=<?= $replyMessage ?>&sender_ref=<?= $_SESSION['register']['selectedDealer'] ?>"></iframe>

<?php
	$i++;
	} 
?>
					
<center>
<table cellspacing="0" cellpadding="0" style="width:100%">
	<tr>
		<td style="padding-left:40px;text-align:left;">
			<center>
			<div style="padding-top:10px;text-align:left;">
						Thank you for registering!
						<br>Your friends should receive an email and/or text message from us shortly.
						<br><br>
						Please visit our dealership:
						<br><br>
						<font style="color:red">
							<b><?= $dealerInfo[$_SESSION['register']['selectedDealer']]['name']?> </b>
						</font>
						<br>
							<?= $dealerInfo[$_SESSION['register']['selectedDealer']]['address'] ?>						
			</div>
			</center>
		</td>
	</tr>
</table>
<br><br>

<a href="index.php">Go Back</a></center>
<?php unset($_SESSION['register']); ?>	
<?php include_once('footer.php'); ?>