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.ai/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/usa_sites/usafundingapplications.ai/confirm_v5.php
<?php
session_start();
////////////////////////////////////////////////////////////////////////////////////////
require_once($_SERVER['DOCUMENT_ROOT'].'/inc/globals.php');
foreach($_SESSION as $k=>$v) {
	$_REQUEST[$k] = $v;
}
$special_order = $_REQUEST['so'];
$tc = (!isset($_REQUEST['tc'])) ? 'none': $_REQUEST['tc'];
$cc_fname = $_REQUEST['cc_fname'];
$cc_lname = $_REQUEST['cc_lname'];
$cc_addr = $_REQUEST['cc_addr'];
$cc_city = $_REQUEST['cc_city'];
$cc_zip = $_REQUEST['cc_zip'];
$cc_state = $_REQUEST['cc_state'];
if(!empty($cc_zip) && (empty($cc_city) || empty($cc_state))) {
	$zip_json = file_get_contents("http://surfcrm.com/lcapi/Zip2City.php?zip=".$cc_zip);
	$zip_info = json_decode($zip_json,true);
	$cc_city = $zip_info['city'];
	$cc_state = $zip_info['state'];
}
$cc_country = $_REQUEST['cc_country'];
if(!empty($_REQUEST['phone_full'])) {
	$pn = preg_replace('/[^0-9]/','',$_REQUEST['phone_full']);
	$_REQUEST['cc_phonearea'] = substr($pn,0,3);
	$_REQUEST['cc_phoneprefix'] = substr($pn,3,3);
	$_REQUEST['cc_phoneextension'] = substr($pn,6,4);
	$_POST['cc_phonearea'] = substr($pn,0,3);
	$_POST['cc_phoneprefix'] = substr($pn,3,3);
	$_POST['cc_phoneextension'] = substr($pn,6,4);
}
$cc_phonearea = $_REQUEST['cc_phonearea'];
$cc_phoneprefix = $_REQUEST['cc_phoneprefix'];
$cc_phoneextension = $_REQUEST['cc_phoneextension'];
$cc_phonearea2 = $_REQUEST['cc_phonearea2'];
$cc_phoneprefix2 = $_REQUEST['cc_phoneprefix2'];
$cc_phoneextension2 = $_REQUEST['cc_phoneextension2'];
$cc_email = $_REQUEST['cc_email'];
$cc_type = $_REQUEST['cc_type'];
$cc_num = $_REQUEST['cc_num'];
$partial_cc_num = "****" . substr($cc_num,12);
$cc_month = $_REQUEST['cc_month'];
$cc_year = $_REQUEST['cc_year'];
$cc_cvv = $_REQUEST['cc_cvv'];
$cardholder_name = $_REQUEST['cardholder_name'];
$billing_street_address = $_REQUEST['billing_street_address'];
$billing_city = $_REQUEST['billing_city'];
$billing_state = $_REQUEST['billing_state'];
$billing_zip = $_REQUEST['billing_zip'];
$cc_lead_id = $_REQUEST['cc_lead_id'];
$app_gender = $_REQUEST['app_gender'];
$app_age = $_REQUEST['app_age'];
$app_citizenship = $_REQUEST['app_citizenship'];
$user_id = $_REQUEST['user_id']; 
$agreement = $_REQUEST['agree2terms'];
$app_amount_needed = $_REQUEST['app_amount_needed'];
$app_usedescription = $_REQUEST['app_usedescription'];
$initial_subscription_fee = (isset($_REQUEST['cc_amount']) && is_numeric($_REQUEST['cc_amount'])) ? $_REQUEST['cc_amount'] : $_INITIAL_FEE;
$monthly_subscription_fee = $_MONTHLY_FEE;
$monthly_subscription_trial = 30;
																					  //
$title = '';                                                                          //
$body_class = 'confirm';															  //
require_once($_SERVER['DOCUMENT_ROOT'].'/v5/header.php');														  //
////////////////////////////////////////////////////  New Site Stuff  //////////////////
# 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"]}/tracker/client/TrackerLib.php");

$tracker = new TrackerLib("usaga");

$params = $tracker->URLParameters();
$trackerparams = $tracker->TrackerParameters();

?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<script type="text/javascript">var _sf_startpt=(new Date()).getTime()</script>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<title>USA Grant Applications.org Membership Confirmation</title>
<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  = "1JNT41KIT5D74T6SKLOPJMOLEPG";

document.write("<SCR" + "IPT language='JavaScript' type='text/javascript' "

+ "SRC=//" + "srv1.wa.marketingsolutions.yahoo.com" + "/script/ScriptServlet" + "?aid=" + ysm_accountid

+ "></SCR" + "IPT>");

// -->

</SCRIPT>
</head>
<?
/////////////////////////////////////////////New Site Stuff////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
																																																																				///
																																																																				///
																																																																				
?>
<body>


    	<div class="main">
    	<div class="main_">
        
        	<h1>Registration Complete</h1>
            <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>
            <br />
			
            <h2>Credit Card Info</h2>
            <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>
            
            <p>If you have any questions please call: <strong>888-364-1167</strong></p>
			<br /><br />
            
            <form id="login" onsubmit="return false">
            
            
                <h2>USA Grant Application User Account Info:</h2>
                <div class="fullWidth" style="margin-bottom:15px;">
					<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>
				</div>
				<div class="fullWidth">
                    <div class="thirdWidth left">Website:</div>
                    <a style="color:black; font-size:12px;" href="https://www.usagrantapplications.org/login.php">https://www.usagrantapplications.org/login.php</a>
                </div>
                <div class="clear_left"></div>
                <div class="fullWidth">
                    <div class="thirdWidth left">Username:</div>
                    <p><?= $cc_email; ?></p>
                </div>
                <div class="clear_left"></div>
                <div class="fullWidth">
                    <div class="thirdWidth left">Password:</div>
                    <p><?= $cc_zip; ?></p>
                </div>
                <div class="clear_left"></div>
                
			</form>

            <div id="summary" class="sub_section form_section">
                <h2>Personal Information Summary:</h2>
                <div class="fullWidth">
                    <div class="halfWidth left">First Name:</div>
                    <p><?= $cc_fname; ?></p>
                </div>
                <div class="clear_left"></div>
                <div class="fullWidth">
                    <div class="halfWidth left">Last Name:</div>
                    <p><?= $cc_lname; ?></p>
                </div>
                <div class="clear_left"></div>
                <div class="fullWidth">
                    <div class="halfWidth left">Email:</div>
                    <p><?= $cc_email; ?></p>
                </div>
                <div class="clear_left"></div>
                <div class="fullWidth">
                    <div class="halfWidth left">Phone Number:</div>
                    <p><?= $cc_phonearea; ?>-<?= $cc_phoneprefix; ?>-<?= $cc_phoneextension; ?></p>
                </div>
                <div class="clear_left"></div>
                <div class="fullWidth">
                    <div class="halfWidth left">Address:</div>
                    <p><?= $cc_addr; ?></p>
                </div>
                <div class="clear_left"></div>
                <div class="fullWidth">
                    <div class="halfWidth left">City:</div>
                    <p><?= $cc_city; ?></p>
                </div>
                <div class="clear_left"></div>
                <div class="fullWidth">
                    <div class="halfWidth left">State:</div>
                    <p><?= $cc_state; ?></p>
                </div>
                <div class="clear_left"></div>
                <div class="fullWidth">
                    <div class="halfWidth left">Zip:</div>
                    <p><?= $cc_zip; ?></p>
                </div>
                <div class="clear_left"></div>
                <br />
			</div>
            <br /><br />
            

            <div id="summary" class="sub_section form_section">
                <h2>Payment Information Summary:</h2>
                <div class="fullWidth">
                    <div class="halfWidth left">Credit Card Number:</div>
                    <p><?= $partial_cc_num; ?></p>
                </div>
                <div class="fullWidth">
                    <div class="halfWidth left">Expiration Date:</div>
                    <p><?= $cc_month; ?> / <?= $cc_year; ?></p>
                </div>
                <div class="fullWidth">
                    <div class="halfWidth left">Amount:</div>
                    <p>$<?= $_INITIAL_FEE; ?></p>
                </div>
			</div>
            <br /><br />
            
            <div id="summary" class="sub_section form_section">
                <h2>Customer Service Contact Information</h2>
                <div class="fullWidth">
                    <div class="halfWidth left">Toll Free Number:</div>
                    <p>888-261-4837</p>
                </div>
                <div class="fullWidth">
                    <div class="halfWidth left">Contact Page:</div>
                    <a style="color:black; font-size:12px;" href="/vx/usa/contact/">www.usagrantapplications.org/vx/usa/contact/</a>
                </div>
			</div>
            <br /><br />
            
            <small>
				You will have access to the applications and training through the <strong>USA Grant Applications</strong> site 
				for the next month for your processing fee of $<?= $_INITIAL_FEE; ?>. By ordering today you understand that you are 
				enrolling into the Exclusive USA Grant Applications Membership Resource Center where we provide you application resources for hundreds 
				of different funding options. <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>
			</small>

        </div>
        </div>
<?php if(!empty($cc_lead_id)) { ?>
<img src="https://www.surfcrm.com/lcapi/FormConfirmationPageTracking.php?site=usaga&lead_id=<?= $cc_lead_id;?>&client_id=<?= $user_id;?>&form_url=<?= urlencode('/confirm_v5.php');?>" />
<?php } ?>
<?php require_once($_SERVER['DOCUMENT_ROOT'].'/v5/footer.php');?>        
<?
																	//																																																																																																																																																																														 	 ///
																	//																																																																																																																																																																															 ///
/////////////////////////////////////////////New Site Stuff/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
?>


<img src="https://www.surfcrm.com/tracker/server/tracker.php?spt_saleamount=24.95<?= $trackerparams; ?>">
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit