| 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 : |
<?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;">
<? mt_srand(make_seed()); ?>
<div id="site_feedback" style="margin: 0 0 0 15px; float: right;" >
<a href="/membersonly/feedback.php" title="Please tell us what you think." alt="Please let us know what you think." ><img src="/membersonly/images/feedback_<?=mt_rand(1,4); ?>.jpg" style="border: 1px solid #000;" /></a>
</div>
<h1 class="title_blue">Search for a grant!</h1>
<p>Use our custom search below to pinpoint specific grants available right now. Keep in mind that the words and phrases you use will determine whether your search is successful. For example, searching for "flower shop" won't give you results about grants for your small business - instead, use terms like "small business" and "business grants".</p>
<!-- Google CSE Search Box Begins -->
<style type="text/css">
@import url(http://www.google.com/cse/api/branding.css);
</style>
<div class="cse-branding-bottom" style="background-color:#FFFFFF;color:#000000">
<!--
<div class="cse-branding-form">
<form action="/membersonly/results.php" id="cse-search-box">
<input type="hidden" name="cx" value="011200742473349623475:i7o4eyatmyi" />
<input type="text" name="q" size="25" />
<input type="submit" name="sa" value="Search" />
</form>
</div>
<div class="cse-branding-logo">
<img src="http://www.google.com/images/poweredby_transparent/poweredby_FFFFFF.gif" alt="Google" />
</div>
<div class="cse-branding-text">
Custom Search
</div>
</div>
//-->
<form action="/membersonly/results.php" id="cse-search-box">
<div>
<input type="hidden" name="cx" value="002805636497847593364:ujdo07qnsle" />
<input type="hidden" name="cof" value="FORID:9" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" name="q" size="31" />
<input type="submit" name="sa" value="Search" />
</div>
</form>
<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&lang=en"></script>
<!-- Google CSE Search Box Ends -->
<!-- Google CSE Search Box Starts -->
<style type="text/css">
<!--
#submit {background:url(images/submit.jpg) no-repeat;width:165px;height:37px;border:0px;margin:20px 0px -15px 15px;cursor:pointer}
#search {width:220px}
#field {background:url(images/search.jpg) no-repeat;width:514px;height:104px;border:0px}
-->
</style>
</div>
</td>
</tr>
</table>
<?php include('footer.php');?>