| 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();
}
?>
<?
require_once("../inc/functions.includes.php");
$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;">
<p class="title">Funding Applications wants YOUR Grant Success Story</p>
<p>Funding Applications is looking for your Grant or Loan Success Stories! If you have already received a Grant or Loan as a Funding Applications Client, we will give you $250 for your Testimonial just for completing a few easy steps outlined below!
</p>
<p>Here’s what we need from you to send you $250!!!</p>
<ol>
<li><strong>Essay:</strong> Write your success story in 500-1000 words or 1-2 pages typed on a sheet of paper. Be sure to include a paragraph that specifically states exactly what you received (Grant, Loan, etc.), how much you received (actual dollar amounts), the interest rate (if applicable for loans), and the agency and program (or private source) you received it from and any terms and conditions. Also, state very clearly how we helped you.</li>
<li><strong>Documentation:</strong> Include any documentation you may have to substantiate your success, such as a photo copy of the actual letter informing you of your grant/loan.</li>
<li><strong>Photos:</strong> Include a photo of yourself and any additional photos that help tell your story. Make sure your photos, are in color and in focus.</li>
<li><strong>Video:</strong> Include a DVD, VHS, or Digital Video of you telling us about your success story. Please include as many details as possible about the type of money received and the things you learned in the Funding Applications Program.</li>
</ol>
<p>If you have any questions about the information above, please email us at: <a href="mailto:testimonial@fundingapplications.com">testimonial@fundingapplications.com</a>. We look forward to hearing about your success story!!</p>
<p> Sincerely,<br/>
Funding Applications</p>
</td>
</tr>
</table>
<?php include('footer.php');?>