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_subscription.php
<?php
# confirm.php is displayed when the order was successful. It is called from order.php

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

require_once("{$_SERVER['DOCUMENT_ROOT']}/assets/includes/php_header.php"); 
?>
<? 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 &amp; 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 style="border: 1px solid #006; color: #006;">
                <div style="padding:10px 15px">
                    <p>A registration fee will appear on your credit card statement as follows:</p>
                	<div style="border:1px dotted blue; padding:10px; margin:0px auto; width:60%; text-align:center">
                        <img src="images/descriptor.png" />
                	</div>
					<p align="center">If you have any questions please call: <strong>888-364-1167</strong></p>
					<p align="center">**PLEASE PRINT THIS PAGE FOR YOUR RECORDS**</p>
				</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 class="q">Website:</td>
	        						<td class="a"><a href="http://www.usafundingapplications.org/login.php">http://www.usafundingapplications.org/login.php</a></td>
	    	    					<td><input type='button' value='Log me in now!' style="cursor: pointer; font-size: 15px;" onClick="window.location='http://usafundingapplications.org/login.php?user=<?= $cc_email; ?>&pass=<?= $cc_zip; ?>&login_source=confirmation_page';"/></td>
	        					</tr>
	        					<tr>
	        						<td class="q">Username:</td>
	        						<td class="a"><?= $cc_email; ?></td>
	        					</tr>
	        					<tr>
	        						<td class="q">Password:</td>
	        						<td class="a"><?= $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>Email Address: support@usafundingapplications.org</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 id="blinks">
					<ul>
						<li><a href="/?tc=<?= $tc; ?><?= $params; ?>">Home</a></li>
        				<li>&nbsp;|&nbsp;</li>
        				<li style="text-align:center;"><a href="/login.php?tc=<?= $tc; ?><?= $params; ?>">Login</a></li>
						<li>&nbsp;|&nbsp;</li>
        				<li style="text-align:center;"><a href="/terms.php?tc=<?= $tc; ?><?= $params; ?>">Terms</a></li>
						<li>&nbsp;|&nbsp;</li>
						<li style="text-align:center;"><a href="/documentation.php?tc=<?= $tc; ?><?= $params; ?>">Documentation</a></li>
						<li>&nbsp;|&nbsp;</li>
						<li style="text-align:center;"><a href="/privacy.php?tc=<?= $tc; ?><?= $params; ?>">Privacy Policy</a></li>
						<li>&nbsp;|&nbsp;</li>
						<li style="text-align:center;"><a href="/contact.php?tc=<?= $tc; ?><?= $params; ?>">Contact</a></li>
					</ul>
				</div>
			</div>
			
	<div id="base"></div>
		</div>
<img src="https://www.surfcrm.com/tracker/server/tracker.php?spt_saleamount=24.95<?= $trackerparams; ?>">

<!-- 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>
<? } ?>
</body>
</html>


Youez - 2016 - github.com/yon3zu
LinuXploit