MSV FM

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

<?php include_once("includes.php"); ?>
<?php include_once('header.php'); ?>
<?php
	if(in_array($_SESSION['register']['selectedDealer'],array('langley','jimpattison','whiterock','marine','destination','mapleridge','columbia','richmond','coquitlam','carter','willowbrook','abbotsford','oconnor','pioneer'))) $sendNumber='16046187654';
	else $sendNumber='12508995011';
	$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['register']['selectedDealer']]['name'] . "."));
	//$message = str_replace(array(" ","&"),array("%20","%26"),"You are now registered! We look forward to seeing you at " . $dealerInfo[$_SESSION['register']['selectedDealer']]['name'] . ".");
	if($_SESSION['register']['mobile'] != "" && $_SESSION['register']['selectedDealer'] != "")
	{
?>
<iframe height="0" width="0" src="http://96.53.92.6:8080/dodgeramcrazydeals/email.php?regID=<?= urlencode(serialize($_SESSION['register'])) ?>"></iframe>  
<!--<iframe height="0" width="0" src="http://api.knfrmd.com/sms/create?mobile_number=<?= trim(preg_replace("/[^0-9]/","", $_SESSION['register']['mobile'])) ?>&message=<?= $message ?>&access_token=e9ef6aacc17289b5238fe42a56a697fe"></iframe>-->
<iframe height="0" width="0" src="https://x1.knfrmd.com/sms/create?mobile_number=1<?= trim(preg_replace("/[^0-9]/","", $_SESSION['register']['mobile'])) ?>&message=<?= $message ?>&access_token=e9ef6aacc17289b5238fe42a56a697fe&contact_name=<?= urlencode($_SESSION['register']['name']) ?>&email_addr=<?= urlencode($_SESSION['register']['email']) ?>&reply_msg=<?= $replyMessage ?>&sender_ref=<?= $_SESSION['register']['selectedDealer'] ?>"></iframe>


<!--<iframe height="0" width="0" src="http://api.knfrmd.com/sms/create?mobile_number=<?= trim(preg_replace("/[^0-9]/","", $_SESSION['register']['mobile'])) ?>&message=<?= $message ?>&access_token=e9ef6aacc17289b5238fe42a56a697fe&contact_name=<?= urlencode($_SESSION['register']['name']) ?>&email_addr=<?= urlencode($_SESSION['register']['email']) ?>"></iframe>-->
<?php } ?>
<center>
<table cellspacing="0" cellpadding="0" style="width:990px">
	<tr>
		<td style="padding-top:100px">
			<table cellspacing="0" cellpadding="0" style="width:100%;">
				<tr>
					<td class="boxTD" style="width:100%;color:white">
						Thank you for registering your vehicle!
						<br>You should receive an email and text message from us shortly.
						<br>You will need to reply to the text message to confirm your registration.
						<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'] ?>
						
					</td>
				</tr>
			</table>
		</td>
	</tr>
</table>
<br><br>

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