| Server IP : 10.200.247.200 / Your IP : 216.73.217.19 Web Server : Apache System : Linux synergy-usa-sites 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64 User : jeremy ( 1001) PHP Version : 8.4.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/asap_sites/accessmillions.com/ |
Upload File : |
<?
if($email){
$commentStr = stripslashes( $comments );
$to="support@accessmillions.com";
$subject="Access Millions Email Response";
$body="
---------------------------------
name = $name
email = $email
phone = $phone
subject = $subject
comments = $commentStr
ipaddress = ".$REMOTE_ADDR ."
----------------------------------------";
if(mail($to, $subject, $body, "From: $email")){
$msg = "Thank you for contacting AccessMillions.com.<br>We will contact you as soon as possible.<p>";
}else{
$msg = "An error occured when trying to send your request. Please contact support@accessmillions.com";
}
}
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Steve Brown's Access Millions - Contact Page</title>
<style>
<!--
body {text-align:center}
.t {width:570px;margin:0px auto}
.tl {background: url(images/1tl.gif) no-repeat;width:10px;height:10px}
.tr {background: url(images/1tr.gif) no-repeat;width:10px;height:10px}
.tp {background: url(images/1tp.gif) repeat-x;width:550px;height:10px}
.bl {background: url(images/1bl.gif) no-repeat;width:10px;height:10px}
.br {background: url(images/1br.gif) no-repeat;width:10px;height:10px}
.bt {background: url(images/1bt.gif) repeat-x;width:550px;height:10px}
.le {background: url(images/1le.gif) repeat-y;width:10px}
.ri {background: url(images/1ri.gif) repeat-y;width:10px}
.x {font:8pt/120% verdana;padding:10px}
.x_ {width:550px;text-align:left;font:7pt/120% verdana;margin:10px auto}
.x_ a:link, .x_ a:visited {color:#333333;background-color:#ffffff;text-decoration:none;border-bottom:1px dotted #888888}
.x_ a:active, .x_ a:hover {color:#333333;background-color:#ffffff;text-decoration:underline;border-bottom:0px}
td {font:8pt/120% verdana}
h1 {font:bold 14pt/120% verdana}
input {font:8pt/120% verdana;width:180px;padding:0px 2px;border:3px double #666666;color:#993300;background-color:#eeeeee}
textarea {font:8pt/120% verdana;width:520px;height:120px;padding:2px;border:3px double #666666;color:#993300;background-color:#eeeeee}
-->
</style>
<script language="javascript" src="FormValidator.js"></script>
</head>
<body>
<div class="t">
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td class="tl"></td>
<td class="tp"></td>
<td class="tr"></td>
</tr>
<tr>
<td class="le"></td>
<td class="x">
<h1>Contact Page</h1>
<div style="font:bold 10pt/120% verdana;color:#7a0000" align="center"><?if($msg)echo$msg;?></div>
<form name="theForm" id="theForm" action="<?=$PHP_SELF?>" method="post" onSubmit="return FV_ValidateForm(this);">
<table border="0">
<tr>
<td nowrap>Full Name</td>
<td><input id="name" name="name" type="text" /></td>
</tr>
<tr>
<td nowrap>Email Address</td>
<td><input id="email" name="email" type="text" /></td>
</tr>
<tr>
<td nowrap>Phone Number</td>
<td><input id="phone" name="phone" type="text" /></td>
</tr>
<tr>
<td nowrap>Subject</td>
<td><input id="subject" name="subject" type="text" style="width:300px" /></td>
</tr>
<tr>
<td colspan="2"><textarea id="comment" name="comment"></textarea></td>
</tr>
</table>
<br>
<br>
<center><input type="submit" value="Send Email" /></center>
<br>
<br>
</form>
<hr size="1" width="500px" color="#666666" align="center">
<h1>Mailing Address</h1>
<p>Access Millions<br>
9 Retail Road, STE 8<br>
Dayton, NV 89403<br>
<img src="images/email.gif" style="margin:1px 0px 0px 0px"></p>
</td>
<td class="ri"></td>
</tr>
<tr>
<td class="bl"></td>
<td class="bt"></td>
<td class="br"></td>
</tr>
</table>
<center><div class="x_"><a href="javascript:window.close()">close window</a></div></center>
</div>
</body>
</html>