| 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/fundingapplications.com/ |
Upload File : |
<?php
$today = date("m-d-Y");
require_once("{$_SERVER["DOCUMENT_ROOT"]}/tracker/client/TrackerLib.php");
$tracker = new TrackerLib("fa");
$params = $tracker->URLParameters();
$trackerparams = $tracker->TrackerParameters();
$title = 'Registration Complete!';
$body_id = 'sub';
require_once("header.php") ?>
<? include("assets/sidebar.php") ?>
<div>
<form method="post" action="">
<style type="text/css">
.sidebarIcons .app { display:none; }
</style>
<table cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="left" class="section_to_shrink">
<h2>Step 3: Login and Begin Your Application</h2>
<p>Your registration has been completed! Below is a copy of your registration information - please <a href="javascript:window.print();">print out this page for your records</a>.</p>
<p>You are ready to login to your Funding Applications account and start applying for your selected funding. Below is your Account Information that will allow you to access the Member's Site right now!</p><br />
<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>
<div align="center">
<table id="form">
<tr>
<td class="form_top">Funding Applications.com User Account Info:</td>
</tr>
<tr>
<td class="form_in">
<table cellpadding="0" cellspacing="0" class="info" style="width:100%;">
<tr>
<td colspan="2" style="padding:0px 5px 20px 5px;">
<center>
<h3>To View the Funding Applications and Start Applying,</h3>
<a href="https://<?= $_SERVER['SERVER_NAME']; ?>/login.php?user=<?= $cc_email; ?>&pass=<?= $cc_zip; ?><?= ($_SESSION['upsell_tracking_version']=='site order after') ? '&upsell=1' : '';?>" style="border-radius:10px;padding:2px 25px;background:#d00305;color:white;font-size:24px;text-decoration:none;" onmouseover="this.style.background = '#aa0000';" onmouseout="this.style.background = '#d00305';">Click Here to Login</a>
</center>
</td>
</tr>
<tr>
<td class="bold">Website:</td>
<td>
<a href="/login.php"><?= $_SERVER['SERVER_NAME']; ?>/login.php</a>
</td>
</tr>
<tr>
<td class="bold">Username:</td>
<td><?= $cc_email; ?></td>
</tr>
<tr>
<td class="bold">Password:</td>
<td><?= $cc_zip; ?></td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="form_bot"></td>
</tr>
<tr>
<td><br /></td>
</tr>
<tr>
<td class="finish_top">Personal Information Summary:</td>
</tr>
<tr>
<td class="finish_in">
<table cellpadding="0" cellspacing="0" class="info">
<tr>
<td class="q">First Name:</td>
<td class="a"><?= $cc_fname; ?></td>
<td class="q">Last Name:</td>
<td class="a"><?= $cc_lname; ?></td>
</tr>
<tr>
<td class="q">Street Address:</td>
<td class="a"><?= $cc_addr; ?></td>
<td class="q">City:</td>
<td class="a"><?= $cc_city; ?></td>
</tr>
<tr>
<td class="q">State:</td>
<td class="a"><?= $cc_state; ?></td>
<td class="q">Zip:</td>
<td class="a"><?= $cc_zip; ?></td>
</tr>
<tr>
<td class="q">Gender:</td>
<td class="a"><?= $app_gender; ?></td>
<td class="q">Age:</td>
<td class="a"><?= $app_age; ?></td>
</tr>
<tr>
<td class="q">Day Phone:</td>
<td class="a">
<?= $cc_phonearea; ?>-<?= $cc_phoneprefix; ?>-<?= $cc_phoneextension; ?>
</td>
<td colspan="2" class="q"> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="finish_bot"></td>
</tr>
<tr>
<td><br /></td>
</tr>
<tr>
<td class="finish_top">Payment Information Summary:</td>
</tr>
<tr>
<td class="finish_in">
<table cellpadding="0" cellspacing="0" class="info">
<tr>
<td class="q">Credit Card Number:</td>
<td class="a"><?= $partial_cc_num; ?></td>
<td class="q">Exp:</td>
<td class="a"><?= $cc_month; ?> / <?= $cc_year; ?></td>
</tr>
<tr>
<td class="q">Amount:</td>
<td colspan="3" class="a"><?= (!empty($_SESSION['prm'])) ? '<span style="text-decoration:line-through">$'.$_INITIAL_FEE.'</span> <span style="color:#33aa66">$'.$_SESSION['prm']['initial'].'</span>' : '$'.$_INITIAL_FEE; ?></td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="finish_bot"></td>
</tr>
<tr>
<td><br /></td>
</tr>
<tr>
<td class="finish_top">Customer Service Contact Information:</td>
</tr>
<tr>
<td class="finish_in">
<table cellpadding="0" cellspacing="0" class="info">
<tr>
<td>
<h2>Toll Free Number: <?= $_SITE_PHONE;?></h2>
<p>Contact Page: <a href="/vx/usa/contact/">fundingapplications.com/vx/usa/contact/</a></p>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="finish_bot"></td>
</tr>
</table>
<p class="info">You will have access to the applications and training through the <strong>Funding Applications</strong> site for your processing fee of <?= (!empty($_SESSION['prm'])) ? '<span style="text-decoration:line-through">$'.$_INITIAL_FEE.'</span> <span style="color:#33aa66">$'.$_SESSION['prm']['initial'].'</span>' : '$'.$_INITIAL_FEE; ?>. <strong>WE ALSO HAVE A GUARANTEE. <u>If you don't qualify for a Free Funding Program, you will be refunded immediately</u>.</strong> Just provide us with the funding application you applied for and the response letter from the lender. <strong>Either you qualify for the Free Funding Program or you will have your payment refunded to you.</strong></p>
</div>
</td>
</tr>
</table>
<input type="hidden" name="submitted" value="submitted">
</form>
</div>
<div style="clear:both;"></div>
<?php $no_end_body = true; ?>
<? require_once("footer.php")?>
<!-- Event snippet for FA Sale conversion page -->
<script>
gtag('event', 'conversion', {
'send_to': 'AW-1017627043/ghMrCMq44n0Qo4Of5QM',
'transaction_id': ''
});
</script>
<?php if(!empty($cc_lead_id)) { ?>
<img src="https://www.surfcrm.com/lcapi/FormConfirmationPageTracking.php?site=fa&lead_id=<?= $cc_lead_id;?>&client_id=<?= $user_id;?>&form_url=<?= urlencode('/confirm.php');?>" />
<?php } ?>
</body>
</html>