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/americasgotfunding.com/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/usa_sites/americasgotfunding.com/confirm.php
<?php
# confirm.php is displayed when the order was successful. It is called from order.php
require_once($_SERVER['DOCUMENT_ROOT'].'/assets/includes/php_header.php');

$today = date("m-d-Y");
$title = $_SITE_NAME." : Application"; 
include('assets/includes/header2.php'); ?>


		<style>
		<!--
		#page {width:1000px; margin:0 auto}
		#boxMid.data	{
					width:100%;
		border-collapse: collapse;
	
		-webkit-border-radius: 10px;
		 -khtml-border-radius: 10px;
		   -moz-border-radius: 10px;
				border-radius: 10px;
				
		-webkit-box-shadow: 0 2px 10px #4cb0de;
		 -khtml-box-shadow: 0 2px 10px #4cb0de;
		   -moz-box-shadow: 0 2px 10px #4cb0de;
				box-shadow: 0 2px 10px #4cb0de;

		background: #fff;
		background: rgba(255,255,255,0.8);
		position:relative;
		z-index:1;
		}
		.logoTop	{
			background:url("/lp2/assets/images/logo_768.png") no-repeat top center;
			height:100px;
			width:100%
		}
		#one_column {width:96%; margin:0 2%}
		.table_container	{width:91%; margin-bottom: 10px; padding:10px 2%;
			-webkit-border-radius: 6px;
			   -moz-border-radius: 6px;
					border-radius: 6px;
		}
		.small_container	{width:91%; margin:15px auto;}
		.dottedBorder		{
			border:1px dotted #aaaaaa;
			text-align:center;
			margin:5px 2.5%;
			padding:10px 2.5%;
			width:90%;
			}
		.q { font-weight: bold; }
		.titles	{ margin-right:30px; float:left }
		.red { color:#d00305 }
		a.red:link, a.red:visited { color:#d00305 }
		a.red:hover, a.red:active { color:#d00305; border-bottom:1px dotted #d00305 }
		div#content, #footer {width:100%}
		#boxBot {display:none}
        -->
        </style>
        <link href="lp2/assets/css/responsive.css" type="text/css" rel="stylesheet" />
		<SCRIPT LANGUAGE="JavaScript"> 
        <!--
		function changeStyle() {
			document.getElementById('stylesheet').href = 'assets/css/print.css';
		}
         
		function changeBack() {
			document.getElementById('stylesheet').href = 'assets/css/style.css';
		}
         
        -->
        </script>
                            
		<!--INFO AREA + BOX MIDDLE-->
			<div id="boxMid" class="data">
					
				<!--COLUMN-->
				<div id="one_column" class="terms">
		
					<div style="text-align:center;">		
						<h1>Step 3: Login &amp; Start Applying!</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>
						<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>
						<center>
							<div class="table_container">
								<table class="tableform" 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>
							</div>
						</center>
						<center>
							<div class="table_container">
			        			<table class="tableform">
									<tr>
										<td valign="middle" colspan="3"><p class="tabletitle">Personal Information Summary</p></td>
									</tr>
						        	<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">Day Phone:</td>
						                <td class="a">
						                	<?= $cc_phonearea; ?>-<?= $cc_phoneprefix; ?>-<?= $cc_phoneextension; ?>
						                </td>
										<td colspan="2" class="q">&nbsp;</td>
						            </tr>
			        				<tr>
						           	  	<td class="q">Credit Card Number:</td>
						            	<td class="a"><?= $partial_cc_num; ?></td>
						            </tr>
						            <tr>
						            	<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>
						 	</div>
						</center>
						<center>
							<div class="small_container">
								<table class="tableform">
									<tr>
										<td valign="middle" colspan="2"><img src="assets/images/txt2_supportInfo.png" class="titles" /></td>
									</tr>
									<tr>
										<td valign="middle"><p class="tabletitle">Add Our Email to your Safe List</p></td>
                                        <td valign="middle"><a class="red" href="#"><?=$_SITE_EMAIL;?></a></td>
									</tr>
									<tr>
										<td valign="middle"><p class="tabletitle">Call Toll Free with Any Questions</p></td>
                                        <td valign="middle"><p class="red" style="font-size:18px;"><?=$_SITE_PHONE;?></p></td>
									</tr>
									<tr>
										<td valign="middle"><p class="tabletitle">Contact Page</p></td>
                                        <td valign="middle"><p class="red"><a class="red" href="/vx/usa/contact/">https://<?= $_SERVER['SERVER_NAME']; ?>/vx/usa/contact/</a></p></td>
									</tr>
								</table>
							</div>
						</center>
						<center>
							<div class="table_container">
                                <p>You will have access to the applications and training through the <strong><?=$_SITE_NAME;?></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 funder. <strong>Either you qualify for the Free Funding Program or you will have your 
                                payment refunded to you.</strong></p>
							</div>
						</center>
                        <div id="webpageBtn" style="display:none">
                            <h2 align="center"><a href="javascript:changeBack()">RETURN TO WEB VERSION</a></h2>
                        </div>
				
				
					</div> <!--end centered div-->
				</div> <!--end one column-->
				
				<div style="clear:both;"></div>
			
			</div> <!--end info area-->
			<div style='display:none;'>
			<?php /*
				<!-- Google Code for AGF Sale Conversion Page -->
				<script type="text/javascript">
				var google_conversion_id = 1004896619;
				var google_conversion_language = "en";
				var google_conversion_format = "1";
				var google_conversion_color = "ffffff";
				var google_conversion_label = "iyzUCK3x7gEQ64KW3wM";
				var google_conversion_value = 0;
				if (29.95) {
				  google_conversion_value = 29.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/1004896619/?value=29.95&amp;label=iyzUCK3x7gEQ64KW3wM&amp;guid=ON&amp;script=0"/>
				</div>
				</noscript>
				
				<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-18289459-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-1004896619"></script>
			<script>
			 window.dataLayer = window.dataLayer || [];
			 function gtag(){dataLayer.push(arguments);}
			 gtag('js', new Date());

			 gtag('config', 'AW-1004896619');
			</script>
				<!-- Event snippet for AGF Sale conversion page -->
<script>
 gtag('event', 'conversion', {
     'send_to': 'AW-1004896619/iyzUCK3x7gEQ64KW3wM',
     'value': 1.0,
     'currency': 'USD',
     'transaction_id': ''
 });
</script>
*/?>

				<script type="text/javascript"> if (!window.mstag) mstag = {loadTag : function(){},time : (new Date()).getTime()};</script> <script id="mstag_tops" type="text/javascript" src="//flex.msn.com/mstag/site/3ea7a529-5358-4429-9fe1-ef51c181e68b/mstag.js"></script> <script type="text/javascript"> mstag.loadTag("analytics", {dedup:"1",domainId:"1031202",type:"1",revenue:"34.95",actionid:"237869"})</script> <noscript> <iframe src="//flex.msn.com/mstag/tag/3ea7a529-5358-4429-9fe1-ef51c181e68b/analytics.html?dedup=1&domainId=1031202&type=1&revenue=34.95&actionid=237869" frameborder="0" scrolling="no" width="1" height="1" style="visibility:hidden;display:none"> </iframe> </noscript>
				
				<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/3ea7a529-5358-4429-9fe1-ef51c181e68b/mstag.js"></script> <script type="text/javascript"> mstag.loadTag("conversion", {cp:"5050",dedup:"1"})</script> <noscript> <iframe src="//flex.atdmt.com/mstag/tag/3ea7a529-5358-4429-9fe1-ef51c181e68b/conversion.html?cp=5050&dedup=1" frameborder="0" scrolling="no" width="1" height="1" style="visibility:hidden; display:none"> </iframe> </noscript>
			</div>
<!--INCLUDE FOOTER-->
<?php include('assets/includes/footer.php'); ?>
<!-- Event snippet for AGF Sale conversion page -->
<script>
  gtag('event', 'conversion', {
      'send_to': 'AW-1004896619/iyzUCK3x7gEQ64KW3wM',
      'value': 1.0,
      'currency': 'USD',
      'transaction_id': ''
  });
</script>

<?php if(!empty($cc_lead_id)) { ?>
<img src="https://pcisecureform.com/lcapi/FormConfirmationPageTracking.php?site=agf&lead_id=<?= $cc_lead_id;?>&client_id=<?= $user_id;?>&form_url=<?= urlencode('/confirm.php');?>" />
<?php } ?>

Youez - 2016 - github.com/yon3zu
LinuXploit