MSV FM

dot.antimicrobial@66.96.161.157: ~ $
Path : /hermes/sb_web/b2432/suttontamworthevent.com/rsvplexus/
File Upload :
Current < : /hermes/sb_web/b2432/suttontamworthevent.com/rsvplexus/includes.php

<?php
session_name('AR_RSVP');
session_start();

$dealerInfo = array(
			
'lexusdowntownprivatesale.com' => array(
									'name' => 'Lexus Downtown', 
									'address' => '740 Dundas St. East, Toronto<br>1 (866) 980-6279',
									'website' => 'www.lexusdowntown.ca',
									'email' => 'clina@lexusdowntown.ca', 
									'email1' => 'clina@lexusdowntown.ca',
									'eventID' => '7742',
									'eventDate' => 'July 14 & 15',
									'voucher' => '200ServiceCredit', 
									'gift' => 'a $50 Starbucks Gift Card',
									'bonus' => 'none',
									'blackbook' => 'YES',
									'preapproval' => 'http://www.lexusdowntown.ca/finance/credit_application',
									'inventory' => 'http://www.lexusdowntown.ca/preowned_vehicles',
									'promotions' => 'http://www.lexusdowntown.ca/special_offers',
									'campaign' => 'Private Sale Web RSVP')
									
  );	// Closing bracket
  
	if($_SERVER['HTTP_HOST'] != 'ar.absoluteresults.com')
	{
		$domainArr = explode('.',$_SERVER['HTTP_HOST']);
		while(count($domainArr) > 2) $t = array_shift($domainArr);
		$_SESSION['registration']['selectedDealer'] = implode('.',$domainArr);	  
		
		if(!isset($dealerInfo[$_SESSION['registration']['selectedDealer']]))
		{
			echo 'Invalid Web Link';
			exit;
		}
	}

?>