| 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/usa_sites/usagrantapplication.org/old_version/ |
Upload File : |
<?php
include_once($_SERVER['DOCUMENT_ROOT'].'/inc/php_header.php');
include_once($_SERVER['DOCUMENT_ROOT'].'/lib/globals.php');
if(empty($_SESSION['user_id'])) {
header("Location: /apply.php");
exit(0);
}
$meta_title = 'Confirmation | USA Grant Application';
$meta_description = 'Confirmation USAGrantApplication.org.';
$meta_canonical = 'https://usagrantapplication.org/confirmation.php';
include_once($_SERVER['DOCUMENT_ROOT'].'/inc/amp_header_order.php');
?>
<h1>Login & Start Applying!</h1>
<p>Congratulations! You are on your way to applying for Grant Money!</p>
<p>Below is your Account Information that will allow you to access the Member's Site right now!</p>
<h3>USA Grant Application User Account Info:</h3>
<center style="padding:10px 0px;">
<h3 style="padding-right:5px;">Your Credit Card Statement will display:</h3>
<div style="font-size:24px;">
<?php
include_once($_SERVER['DOCUMENT_ROOT'] . "/vx/lib/dinc.php");
$res = $db->query("SELECT cc_descriptor FROM lc2{$_SITE_CODE}_lc.lc_billing WHERE client_id='".clean($user_id)."' ORDER BY bill_time DESC LIMIT 1");
echo (empty($res[0]['cc_descriptor'])) ? 'USFUND.ORG 800-337-3471' : $res[0]['cc_descriptor'];
?>
</div>
</center>
<h3>To View the Funding Applications and Start Applying,</h3>
<a href="/vx/usa/members/?user=<?= $_SESSION['application_form']['email']; ?>&pass=<?= $_SESSION['application_form']['zip']; ?>" style="font-size:24px;">Click Here to Login</a>
<div class="grid-row fields">
<div class="input-box col-mb-12">
<strong>Website:</strong> <a href="https://www.usagrantapplication.org">www.usagrantapplication.org</a>
</div>
<div class="input-box col-mb-12">
<strong>Username:</strong> <?= $_SESSION['application_form']['email']; ?>
</div>
<div class="input-box col-mb-12">
<strong>Password:</strong> <?= $_SESSION['application_form']['zip']; ?>
</div>
</div>
<br />
<h3>Personal Information Summary</h3>
<div class="grid-row fields">
<div class="input-box col-mb-6">
<strong>First Name:</strong> <?= $_SESSION['application_form']['firstname']; ?>
</div>
<div class="input-box col-mb-6">
<strong>Last Name:</strong> <?= $_SESSION['application_form']['lastname']; ?>
</div>
<div class="input-box col-mb-6">
<strong>Address:</strong> <?= $_SESSION['application_form']['address']; ?>
</div>
<div class="input-box col-mb-6">
<strong>City:</strong> <?= $_SESSION['application_form']['city']; ?>
</div>
<div class="input-box col-mb-6">
<strong>State:</strong> <?= $_SESSION['application_form']['state']; ?>
</div>
<div class="input-box col-mb-6">
<strong>Zip:</strong> <?= $_SESSION['application_form']['zip']; ?>
</div>
<div class="input-box col-mb-6">
<strong>Phone:</strong> <?= $_SESSION['application_form']['phone']; ?>
</div>
</div>
<br />
<h3>Payment Information Summary</h3>
<div class="grid-row fields">
<div class="input-box col-mb-6">
<strong>Credit Card:</strong> ****<?= substr($_SESSION['order_form']['cc_num'],-4); ?>
</div>
<div class="input-box col-mb-6">
<strong>Expiration:</strong> <?= $_SESSION['order_form']['cc_exp_month']; ?> / <?= $_SESSION['order_form']['cc_exp_year']; ?>
</div>
<div class="input-box col-mb-6">
<strong>Amount:</strong> $<?= number_format($_INITIAL_FEE,2); ?>
</div>
</div>
<div class="clear"></div>
<center>
<a href="/vx/usa/members/?user=<?= $_SESSION['application_form']['email']; ?>&pass=<?= $_SESSION['application_form']['zip']; ?>" style="font-size:24px;">Click Here to Login</a>
</center>
<?php include($_SERVER['DOCUMENT_ROOT'].'/inc/amp_footer_order.php'); ?>