MSV FM

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

<?php
	$msg = urlencode(htmlentities("Please help my friend and I do the impossible! www.DoTheImpossible.ca TY - pls share with a friend and help us :) From "));
	$replyMessage = urlencode(htmlentities("Thank You"));
	
	$subject = urlencode(htmlentities("Do The Impossible"));
	$html = 'Please help my friend <b>DO the IMPOSSIBLE!</b>  John Burns is turning 60 &  he\'s celebrating by raising $1 Million Dollars for Mercy Ministries Canada!
			<br>http://www.DoTheImpossible.ca
			<br>
			<br>Marking his 5th year in a row, John Burns will run what is undoubtedly the \'IRON-MAN GOLFATHON\' to raise Money for Mercy.  To learn how Mercy Ministries helps young women  <br>http://www.mercyministries.ca/about-us/who-we-are/
			<br>
			<br>But raising the MONEY doesn\'t come without a price!  He will run 27.5 miles, with 25 lbs on his back while climbing the equal of the Empire State Building 2 and a half times!
			<br>He\'ll stop 450 times to set the 25 lbs down, pick up and swing a Golf Club several times - golfing 100 Holes at Peace Portal Golf Course in South Surrey, BC Canada without a cart in less than 11 hours!
			<br>
			<br>Will you help?   
			<br>Simply PROMOTE this fundraiser by texting & emailing it on.
			<br>And please consider making a $60 Donation or any amount is appreciated!
			<br>
			<br>Together, we can DO THE IMPOSSIBLE! 
			<br>
			<br>THANK YOU!
			<br>
			<br>From ';
	
	$html2 = 'Please help my friend <b>DO the IMPOSSIBLE</b>!  John Burns is turning 60 & he\'s celebrating by raising $1 Million Dollars for Mercy Ministries Canada!
			<br>http://www.DoTheImpossible.ca
			<br>
			<br>
			From ';
			
	$content = urlencode(htmlentities($html));
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<title>Do The Impossible</title>
		<style>
			body,html {margin:0px;background-color:#181818;width:100%;}
 			.mainTbl td {font-family:Verdana;font-size:13pt;color:white;font-weight:bold}
		</style>
		<script>
			function sendSMSEmail()
			{
				var phone1 = document.getElementById('mobilePhone1').value.replace(/\D/g, '' );
				var phone2 = document.getElementById('mobilePhone2').value.replace(/\D/g, '' );
				var phone3 = document.getElementById('mobilePhone3').value.replace(/\D/g, '' );
				
				var email1 = document.getElementById('email1').value;
				var email2 = document.getElementById('email2').value;
				var email3 = document.getElementById('email3').value;
				
				var sendName = document.getElementById('sendName').value;
				
				if(sendName == "") alert('Please tell us your name');
				else if(phone1 == "" && phone2 == "" && phone3 == "" && email1 == "" && email2 == "" && email3 == "") alert('Please fill in at least one mobile phone or one email address');
				else 
				{
					if(phone1 != "") document.getElementById('smsFrame1').src = "https://x1.taarga.com/sms/create?mobile_number=1" + phone1 + "&contact_name=NoName&message=<?= $msg ?>" + sendName + "&access_token=e9ef6aacc17289b5238fe42a56a697fe&reply_msg=<?= $replyMessage ?>&sender_ref=DoTheImpossible";
					if(phone2 != "") document.getElementById('smsFrame2').src = "https://x1.taarga.com/sms/create?mobile_number=1" + phone2 + "&contact_name=NoName&message=<?= $msg ?>" + sendName + "&access_token=e9ef6aacc17289b5238fe42a56a697fe&reply_msg=<?= $replyMessage ?>&sender_ref=DoTheImpossible";
					if(phone3 != "") document.getElementById('smsFrame3').src = "https://x1.taarga.com/sms/create?mobile_number=1" + phone3 + "&contact_name=NoName&message=<?= $msg ?>" + sendName + "&access_token=e9ef6aacc17289b5238fe42a56a697fe&reply_msg=<?= $replyMessage ?>&sender_ref=DoTheImpossible";
					
					
					if(email1 != "") document.getElementById('emailFrame1').src = "https://x1.taarga.com/email/create?from=relate@relatechurch.ca&to=" + email1 + "&contact_name=NoName&subject=<?= $subject ?>&access_token=e9ef6aacc17289b5238fe42a56a697fe&content=<?= $content ?>" + sendName + "&sender_ref=DoTheImpossible";
					if(email2 != "") document.getElementById('emailFrame2').src = "https://x1.taarga.com/email/create?from=relate@relatechurch.ca&to=" + email2 + "&contact_name=NoName&subject=<?= $subject ?>&access_token=e9ef6aacc17289b5238fe42a56a697fe&content=<?= $content ?>" + sendName + "&sender_ref=DoTheImpossible";
					if(email3 != "") document.getElementById('emailFrame3').src = "https://x1.taarga.com/email/create?from=relate@relatechurch.ca&to=" + email3 + "&contact_name=NoName&subject=<?= $subject ?>&access_token=e9ef6aacc17289b5238fe42a56a697fe&content=<?= $content ?>" + sendName + "&sender_ref=DoTheImpossible";
					
					if(phone1 != "" || phone2 != "" || phone3 != "") alert('SMS sent to ' + phone1 + ' ' + phone2 + ' ' + phone3 + '\nThank you.');
					if(email1 != "" || email2 != "" || email3 != "") alert('Email sent to ' + email1 + ' ' + email2 + ' ' + email3 + '\nThank you.');
				}
				
				document.getElementById('mobilePhone1').value="";
				document.getElementById('mobilePhone2').value="";
				document.getElementById('mobilePhone3').value="";
				document.getElementById('email1').value="";
				document.getElementById('email2').value="";
				document.getElementById('email3').value="";
					
			}
		</script>
	</head>
	<body>
		<center>
			<table cellspacing="0" cellpadding="0" class="mainTbl">
				<tr>
					<td colspan="2" style="padding:5px">Send a <font style="color:yellow">SMS</font> or <font style="color:yellow">Email</font> to tell your friends about this mission!</td>
				</tr>
			</table>
			<br>
			<table cellspacing="0" cellpadding="0" class="mainTbl">
				<tr>
					<td style="width:130px;padding:5px;text-align:right">YOUR NAME </td>
					<td style="padding:0px 5px"><input id="sendName" type="text" style="font-size:15pt;width:350px"></td>
				</tr>
				<tr>
					<td colspan="2" style="height:20px"></td>
				</tr>
				<tr>
					<td style="width:80px;padding:5px;text-align:right">MOBILE 1</td>
					<td style="padding:5px"><input id="mobilePhone1" type="text" style="font-size:15pt;width:350px"></td>
				</tr>
				<tr>
					<td style="width:80px;padding:5px;text-align:right">MOBILE 2</td>
					<td style="padding:5px"><input id="mobilePhone2" type="text" style="font-size:15pt;width:350px"></td>
				</tr>
				<tr>
					<td style="width:80px;padding:5px;text-align:right">MOBILE 3</td>
					<td style="padding:5px"><input id="mobilePhone3" type="text" style="font-size:15pt;width:350px"></td>
				</tr>
				<tr>
					<td colspan="2" style="height:20px"></td>
				</tr>
				<tr>
					<td style="width:80px;padding:5px;text-align:right">EMAIL 1</td>
					<td style="padding:5px"><input id="email1" type="text" style="font-size:15pt;width:350px"></td>
				</tr>
				<tr>
					<td style="width:80px;padding:5px;text-align:right">EMAIL 2</td>
					<td style="padding:5px"><input id="email2" type="text" style="font-size:15pt;width:350px"></td>
				</tr>
				<tr>
					<td style="width:80px;padding:5px;text-align:right">EMAIL 3</td>
					<td style="padding:5px"><input id="email3" type="text" style="font-size:15pt;width:350px"></td>
				</tr>
				<tr>
					<td colspan="2" style="padding-top:20px"><center><input type="button" onClick="sendSMSEmail()" style="font-size:20pt;width:400px" value="Send SMS/Email"></center></td>
				</tr>
			</table>
			
			<iframe height="0" width="0" frameborder="0"  id="smsFrame1"></iframe>
			<iframe height="0" width="0" frameborder="0"  id="smsFrame2"></iframe>
			<iframe height="0" width="0" frameborder="0"  id="smsFrame3"></iframe>
			<iframe height="0" width="0" frameborder="0"  id="emailFrame1"></iframe>
			<iframe height="0" width="0" frameborder="0"  id="emailFrame2"></iframe>
			<iframe height="0" width="0" frameborder="0"  id="emailFrame3"></iframe>
		</center>
	</body>
</html>