MSV FM

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

<?php include_once("includes.php"); ?>
<?php include_once('header.php'); ?>
<?php
	$message = urlencode(str_replace(array(" ","&"),array("%20","%26"),"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['tradeup']['selectedDealer']]['name'] . "."));
	
	//$message = urlencode("Please reply 'Y' to this message to confirm your registration!");
	//$replyMessage = urlencode("Thank you for your confirmation. You are now registered. We look forward to seeing you at " . $dealerInfo[$_SESSION['register']['selectedDealer']]['name'] . ".");
	
	//$message = str_replace(array("+"),array("%20"),urlencode("Please reply 'Y' to this message to confirm your registration!"));
	//$replyMessage = str_replace(array("+"),array("%20"),urlencode("Thank you for your confirmation. You are now registered. We look forward to seeing you at " . $dealerInfo[$_SESSION['register']['selectedDealer']]['name'] . "."));
	
	if($_SESSION['tradeup']['mobile'] != "" && $_SESSION['tradeup']['selectedDealer'] != "")
	{
?>
		<iframe height="0" width="0" frameborder="0" src="http://ar.absoluteresults.com/winadart/email.php?regID=<?= urlencode(serialize($_SESSION['tradeup'])) ?>"></iframe>  
		<iframe height="0" width="0" frameborder="0" src="http://ar.absoluteresults.com/winadart/dealerEmail.php?regID=<?= urlencode(serialize($_SESSION['tradeup'])) ?>"></iframe> 
		<iframe height="0" width="0" frameborder="0" src="https://x1.taarga.com/sms/create?mobile_number=1<?= trim(preg_replace("/[^0-9]/","", $_SESSION['tradeup']['mobile'])) ?>&message=<?= $message ?>&access_token=e9ef6aacc17289b5238fe42a56a697fe&contact_name=<?= urlencode($_SESSION['tradeup']['firstname'] . ' ' . $_SESSION['tradeup']['lastname']) ?>&email_addr=<?= urlencode($_SESSION['tradeup']['email']) ?>&reply_msg=<?= $replyMessage ?>&sender_ref=<?= $_SESSION['tradeup']['selectedDealer'] ?>"></iframe>

<?php } ?>
<center>
<table cellspacing="0" cellpadding="0" style="width:100%">
	<tr>
		<td style="padding-left:40px;text-align:left;">
			<center>
				<br><br>
			<div style="color:white;background-color:#111;padding:20px;text-align:left;padding-left:50px;">
						Thank you for registering!
						
<!-- <?php if($_SESSION['tradeup']['p'] == 'win') { ?><br>You are now in the draw to win a 2013 Dodge Dart!<?php } ?> -->

<?php if($_SESSION['tradeup']['p'] == 'win') { ?><br>Be sure to visit <font style="color:yellow;font-weight:bold;"><?= $dealerInfo[$_SESSION['tradeup']['selectedDealer']]['name']?> before March 30<span style="vertical-align: super;font-size:10px">th</span></font> for your DART test drive to complete your registration !<?php } ?>

<?php if($_SESSION['tradeup']['p'] == 'tim') { ?><br>Come in to the dealership with ACCESS CODE: <font style="color:yellow;font-weight:bold;letter-spacing: .15em;">TIMHORTONS</font> to pick up your Tim Horton's Gift Card !<br> <font style="color:yellow;font-weight:bold">Offer expires on March 30<span style="vertical-align: super;font-size:10px">th</span>.</font><?php } ?>

<?php if($_SESSION['tradeup']['p'] == '') { ?><br>Check you email for the <font style="color:yellow;font-weight:bold;">Canadian Black Book value</font> of your trade-in compliment of <font style="color:yellow;font-weight:bold;"><?= $dealerInfo[$_SESSION['tradeup']['selectedDealer']]['name']?></font>.<?php } ?>

						<br><br>You should receive a confirmation email from us shortly.
						<br><br>
						Please visit our dealership:
						<br><br>
						<font style="color:red">
							<b><?= $dealerInfo[$_SESSION['tradeup']['selectedDealer']]['name']?> </b>
						</font>
						<br>
							<?= $dealerInfo[$_SESSION['tradeup']['selectedDealer']]['address'] ?>						
			</div>
			</center>
		</td>
	</tr>
</table>
<br><br>

<!--<a href="index.php">Go Back</a></center> -->
<?php if($_SESSION['tradeup']['p'] == 'tim') { ?><font style="color:yellow;font-weight:bold;font-size: 24px;">Would you like to Enter to WIN A DART?</font>&nbsp;&nbsp;<a style="font-size:18px;" href="form.php?p=win">Click Here</a></center><?php } ?>
<?php if($_SESSION['tradeup']['p'] == 'win') { ?><font style="color:yellow;font-weight:bold;font-size: 24px;">Would you like to know the Canadian Black Book<br>value of your trade-in?</font><br><a style="font-size:18px;" href="form.php">Click Here</a></center><?php } ?>
<?php if($_SESSION['tradeup']['p'] == '') { ?><a style="font-size:18px;" href="index.php">Back Home</a></center><?php } ?>

<br><br>


<?php unset($_SESSION['tradeup']); ?>	
<?php unset($_SESSION['tradeup3q']); ?>	
<?php include_once('footer.php'); ?>