| 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/5starttoolkit.com/ |
Upload File : |
<?php
session_start();
$subid = $_GET['subid'];
$subids = $_GET['subids'];
?>
<!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>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="X-UA-Compatible" content="IE=8">
<meta name="robots" content="noindex,nofollow">
<title>US Grants Secrets | 5StarToolkit.com</title>
<link href="style.css" rel="stylesheet" type="text/css">
<script language="JavaScript" src="gen_validatorv4.js" type="text/javascript" xml:space="preserve"></script>
</head>
<body>
<div align="center">
<div id="body">
<div>
<div id="topleft">
<div class="IMG-top_logo_US"></div>
<div class="IMG-top_slogan"></div>
<div class="IMG-steps"></div>
</div>
<div id="topright" style="position:relative;">
<div class="IMG-form_top"></div>
<div class="form">
<form method="post" action="checkout.php"name="myform" id="myform">
<table border="0" cellpadding="0" cellspacing="0" width="260">
<tbody><tr>
<td><strong class="blue2 h mdform">First Name:</strong></td>
<td width="170">
<input name="fname" id="firstname" class="inputfield activeField" onkeyup="rgk(this, 'name');" onfocus="rgk(this, 'name');" onblur="rgbl(this, 'name');" type="text" value="<?= $fname; ?>">
</td>
</tr><tr>
<td><strong class="blue2 h mdform">Last Name:</strong></td>
<td><input name="lname" id="lastname" class="inputfield activeField" onkeyup="rgk(this, 'name');" onfocus="rgk(this, 'name');" onblur="rgbl(this, 'name');" type="text" value="<?= $lname; ?>">
</td>
</tr>
<tr>
<td><strong class="blue2 h mdform">Address:</strong></td>
<td><input name="address" id="address" class="inputfield activeField" onkeyup="rgk(this, 'address');" onfocus="rgk(this, 'address');" onblur="rgbl(this, 'address');" type="text" value="<?= $address; ?>">
</td>
</tr>
<tr>
<td><strong class="blue2 h mdform">City:</strong></td>
<td><input name="city" id="city" class="inputfield activeField" onkeyup="rgk(this, 'city');" onfocus="rgk(this, 'city');" onblur="rgbl(this, 'city');" type="text" value="<?= $city; ?>">
</td>
</tr>
<tr>
<td><strong class="blue2 h mdform">State:</strong></td>
<td>
<select name="state" id="state" class="selectfield activeField" onchange="rgk(this, 'state');" onfocus="rgk(this, 'state');" onblur="rgbl(this, 'state');">
<option value="" selected="selected"> - Select State - </option>
<option value="AK" <? if ($state == 'AK') { echo "selected";} ?> >ALASKA</option>
<option value="AL" <? if ($state == 'AL') { echo "selected";} ?> >ALABAMA</option>
<option value="AR" <? if ($state == 'AR') { echo "selected";} ?> >ARKANSAS</option>
<option value="AZ" <? if ($state == 'AZ') { echo "selected";} ?> >ARIZONA</option>
<option value="CA" <? if ($state == 'CA') { echo "selected";} ?> >CALIFORNIA</option>
<option value="CO" <? if ($state == 'CO') { echo "selected";} ?> >COLORADO</option>
<option value="CT" <? if ($state == 'CT') { echo "selected";} ?> >CONNECTICUT</option>
<option value="DC" <? if ($state == 'DC') { echo "selected";} ?> >DISTRICT OF COLUMBIA</option>
<option value="DE" <? if ($state == 'DE') { echo "selected";} ?> >DELAWARE</option>
<option value="FL" <? if ($state == 'FL') { echo "selected";} ?> >FLORIDA</option>
<option value="GA" <? if ($state == 'GA') { echo "selected";} ?> >GEORGIA</option>
<option value="HI" <? if ($state == 'HI') { echo "selected";} ?> >HAWAII</option>
<option value="IA" <? if ($state == 'IA') { echo "selected";} ?> >IOWA</option>
<option value="ID" <? if ($state == 'ID') { echo "selected";} ?> >IDAHO</option>
<option value="IL" <? if ($state == 'IL') { echo "selected";} ?> >ILLINOIS</option>
<option value="IN" <? if ($state == 'IN') { echo "selected";} ?> >INDIANA</option>
<option value="KS" <? if ($state == 'KS') { echo "selected";} ?> >KANSAS</option>
<option value="KY" <? if ($state == 'KY') { echo "selected";} ?> >KENTUCKY</option>
<option value="LA" <? if ($state == 'LA') { echo "selected";} ?> >LOUISIANA</option>
<option value="MA" <? if ($state == 'MA') { echo "selected";} ?> >MASSACHUSETTS</option>
<option value="MD" <? if ($state == 'MD') { echo "selected";} ?> >MARYLAND</option>
<option value="ME" <? if ($state == 'ME') { echo "selected";} ?> >MAINE</option>
<option value="MI" <? if ($state == 'MI') { echo "selected";} ?> >MICHIGAN</option>
<option value="MN" <? if ($state == 'MN') { echo "selected";} ?> >MINNESOTA</option>
<option value="MO" <? if ($state == 'MO') { echo "selected";} ?> >MISSOURI</option>
<option value="MS" <? if ($state == 'MS') { echo "selected";} ?> >MISSISSIPPI</option>
<option value="MT" <? if ($state == 'MT') { echo "selected";} ?> >MONTANA</option>
<option value="NC" <? if ($state == 'NC') { echo "selected";} ?> >NORTH CAROLINA</option>
<option value="ND" <? if ($state == 'ND') { echo "selected";} ?> >NORTH DAKOTA</option>
<option value="NE" <? if ($state == 'NE') { echo "selected";} ?> >NEBRASKA</option>
<option value="NH" <? if ($state == 'NH') { echo "selected";} ?> >NEW HAMPSHIRE</option>
<option value="NJ" <? if ($state == 'NJ') { echo "selected";} ?> >NEW JERSEY</option>
<option value="NM" <? if ($state == 'NM') { echo "selected";} ?> >NEW MEXICO</option>
<option value="NV" <? if ($state == 'NV') { echo "selected";} ?> >NEVADA</option>
<option value="NY" <? if ($state == 'NY') { echo "selected";} ?> >NEW YORK</option>
<option value="OH" <? if ($state == 'OH') { echo "selected";} ?> >OHIO</option>
<option value="OK" <? if ($state == 'OK') { echo "selected";} ?> >OKLAHOMA</option>
<option value="OR" <? if ($state == 'OR') { echo "selected";} ?> >OREGON</option>
<option value="PA" <? if ($state == 'PA') { echo "selected";} ?> >PENNSYLVANIA</option>
<option value="RI" <? if ($state == 'RI') { echo "selected";} ?> >RHODE ISLAND</option>
<option value="SC" <? if ($state == 'SC') { echo "selected";} ?> >SOUTH CAROLINA</option>
<option value="SD" <? if ($state == 'SD') { echo "selected";} ?> >SOUTH DAKOTA</option>
<option value="TN" <? if ($state == 'TN') { echo "selected";} ?> >TENNESSEE</option>
<option value="TX" <? if ($state == 'TX') { echo "selected";} ?> >TEXAS</option>
<option value="UT" <? if ($state == 'UT') { echo "selected";} ?> >UTAH</option>
<option value="VA" <? if ($state == 'VA') { echo "selected";} ?> >VIRGINIA</option>
<option value="VT" <? if ($state == 'VT') { echo "selected";} ?> >VERMONT</option>
<option value="WA" <? if ($state == 'WA') { echo "selected";} ?> >WASHINGTON</option>
<option value="WI" <? if ($state == 'WI') { echo "selected";} ?> >WISCONSIN</option>
<option value="WV" <? if ($state == 'WV') { echo "selected";} ?> >WEST VIRGINIA</option>
<option value="WY" <? if ($state == 'WY') { echo "selected";} ?> >WYOMING</option>
</select>
</td>
</tr>
<tr>
<td><strong class="blue2 h mdform">Zip:</strong></td>
<td><input name="zip" id="zip" class="inputfield activeField" onkeyup="rgk(this, 'zip');" onfocus="rgk(this, 'zip');" onblur="rgbl(this, 'zip');" type="text" value="<?= $zip; ?>">
</td>
</tr>
<tr>
<td><strong class="blue2 h mdform">Email:</strong></td>
<td><input name="email" id="email" class="inputfield activeField" onkeyup="rgk(this, 'email');" onfocus="rgk(this, 'email');" onblur="rgbl(this, 'email');" type="text" value="<?= $email; ?>">
</td>
</tr>
<tr>
<td><strong class="blue2 h mdform">Phone:</strong></td>
<td><input name="phone" id="phone" class="inputfield activeField" onkeyup="rgk(this, 'phone');" onfocus="rgk(this, 'phone');" onblur="rgbl(this, 'phone');" type="text" value="<?= $phone; ?>">
</td>
</tr>
</tbody></table>
<br>
<input src="images/button_getmymoney.png" id="paybtn" class="IMG-button_getmymoney" onclick="areYouReallySure = true;" type="image">
</form>
</div>
</div>
<div style="clear: both;"></div>
</div>
<div class="IMG-tv"></div>
<div>
<div id="main">
<p class="h red xl"><strong> You May Qualify Already! </strong></p>
<p class="double">All American citizens and residents can apply
and are eligible to receive Federal Government, State Government and
Private Foundation funded grants and loans. Remember, these programs do
not require credit checks, collateral, security deposits or co-signers.
Even if you have declared a bankruptcy or currently have bad credit, as a
tax payer and U.S. citizen or resident, you are entitled to apply for
this money!</p>
<p class="double">Right now, you may be eligible to receive up to $50,000 in government money that you would <strong class="blue2">NEVER HAVE TO REPAY.</strong></p>
<p class="double"><strong>Don't delay, get started now!</strong></p>
<p>
</p><div class="IMG-benefits"></div>
<p></p>
</div>
<div id="side">
<div class="check3"> <span style="margin: 54px 0 0 150px;">Grant Receiver</span> <span style="margin: 72px 0 0 130px;">Seven Thousand Dollar</span> <span style="margin: 88px 0 0 125px;"></span> <span style="margin: 56px 0 0 330px;"><strong>7,000.00</strong></span> <span style="margin: 104px 0 0 110px;">22 Nov 2011</span> <span style="margin: 110px 0 0 270px;">Mike Smith</span> </div>
<p class="IMG-heading_testimonials" align="center"></p>
<div class="testimonial">
<div class="SPR-user-images IMG-g12"></div>
<div>
<p><strong class="h lg red">You helped my kids live a better life</strong></p>
<p>I used your software at the library and I actually got a
check to help us out. Now we live in a nicer area and my kids are all
wearing new clothes.</p>
<span class="gray sm">- Jon P., Scottsdale </span> </div>
<div style="clear: both;"></div>
</div>
<div class="testimonial">
<div class="SPR-user-images IMG-testimonial_picture"></div>
<div>
<p><strong class="h lg red">It helped me pay my mortgage</strong></p>
<p>I can't believe you give this software away. It helped me keep my home and my own share of the American Dream thanks.</p>
<span class="gray sm">- Mike S., Chicago</span> </div>
<div style="clear: both;"></div>
</div>
</div>
<div style="clear: both;"></div>
</div>
<span id="hintdeclined" style="display: none;"></span>
<div id="footer">
<div id="container_footer"><span style="font-size: 10px;">
</span>
Copyright © 2012 5StarToolkit.com
St George, UT 84790 <br>
<span style="font-size: 11px;"> <a href="terms.php">Terms and Conditions</a> | <a href="privacy.php">Privacy Policy</a> | <a href="members/">Members Login</a></span> </div>
<br>
</div>
</div>
</div>
<?
if (isset($error))
{
?>
<script type="text/javascript">
alert("<?= $error; ?>");
</script>
<?
}
?>
<script language="JavaScript" type="text/javascript"
xml:space="preserve">//<![CDATA[
//You should create the validator only after the definition of the HTML form
var frmvalidator = new Validator("myform");
frmvalidator.addValidation("firstname","req","Please enter your First Name");
frmvalidator.addValidation("firstname","alpha","Alphabetic chars only");
frmvalidator.addValidation("lastname","req","Please enter your Last Name");
frmvalidator.addValidation("lastname","alpha","Alphabetic chars only");
frmvalidator.addValidation("phone","req","Please enter your Phone Number");
frmvalidator.addValidation("phone","numeric","Please only use numbers on your Phone Number");
frmvalidator.addValidation("email","maxlen=75");
frmvalidator.addValidation("email","req","Please enter your email");
frmvalidator.addValidation("email","email");
frmvalidator.addValidation("address","req","Please enter your Mailing Address");
frmvalidator.addValidation("city","req","Please enter your City");
frmvalidator.addValidation("state","req","Please select the State You Live in");
frmvalidator.addValidation("zip","req","Please enter your Mailing Address Zip Code");
//]]></script>
</body>
</html>