| 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/usagrantapplications.org/membersonly/ |
Upload File : |
<?php
session_start();
require_once('includes/header.php');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>USA Grant Applications.org - Welcome to the Members Site</title>
<?php include('header.php');?>
<?php include('nav.php');?>
<div id="site_feedback" style="clear:right; margin: 0 0 20px 15px; float: right;" >
<?php
if(!empty($_SESSION['user_subscriptions']['id_2'])) {
echo file_get_contents("http://thegrantresearchdatabase.com/get_some_grants.php?pass=LemmeIN&site=nusaf&client_id=".$_SESSION['user_subscriptions']['id_2']['user_id']);
} else {
echo file_get_contents("http://thegrantresearchdatabase.com/get_some_grants.php?upsell=1&pass=LemmeIN&site=nusaf&client_id=".$_SESSION['user_subscriptions']['id_2']['user_id']);
}
?>
<? /*<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> */ ?>
<a href="/membersonly/feedback.php" title="Please tell us what you think." alt="Please let us know what you think." style="margin-left: 6px;"><img style="border: 1px solid rgb(0, 0, 0);" src="/membersonly/images/USAFA_surveybanner_1.jpg" width="118"></a>
</div>
<?php /*<div id="testimony_offer" style="clear:right; margin-left: 15px; float: right;" >
<a href="/membersonly/grantsuccessstory.php" title="We want to hear about your success!" alt="We will pay you $250 for your Grant success story. Click here for instructions." ><img src="/membersonly/images/testimonial_offer_sidebar_<?=mt_rand(1,3); ?>.jpg" style="border:none;" /></a>
</div>*/ ?>
<?php /*<div style="clear:right; margin: 20px 0 0 15px; float: right;">
<script type="text/javascript">
function track_video(type) {
var image = new Image();
var now = new Date().getTime();
image.src="https://surfcrm.com/tracker/mormon.php?site_code=usaga&type="+type+"&ts="+now;
}
</script>
<!-- Start VideoLightBox.com HEAD section -->
<link rel="stylesheet" href="/membersonly/video/engine/css/videolightbox.css" type="text/css" />
<style type="text/css">#videogallery a#videolb{display:none}</style>
<link rel="stylesheet" type="text/css" href="/membersonly/video/engine/css/overlay-minimal.css"/>
<script src="/membersonly/video/engine/js/jquery.tools.min.js" type="text/javascript"></script>
<script src="/membersonly/video/engine/js/swfobject.js" type="text/javascript"></script>
<!-- make all links with the 'rel' attribute open overlays -->
<script src="/membersonly/video/engine/js/videolightbox.js" type="text/javascript"></script>
<!-- End VideoLightBox.com HEAD section -->
<script type="text/javascript">
function onYouTubePlayerReady(playerId) {
ytplayer = document.getElementById("video_overlay");
ytplayer.setVolume(100);
}
</script>
<div id="videogallery">
<a rel="#voverlay" href="https://www.youtube.com/v/jkrOE0fWV9Q?version=3&autoplay=1&rel=0" title="I'm a Mormon"><img src="/membersonly/video/engine/images/mormon.jpg" border="0" alt="I'm a Mormon" /></a><a id="videolb" href="http://videolightbox.com">Video Embed Player by VideoLightBox.com v1.10</a>
</div>
</div>*/?>
<h1>Welcome to USA Grant Applications.org</h1>
<?
$xml = simplexml_load_file('http://cms.surfercrm.com/api/contents/view/1051/.xml?user=syncrm&pass=5007crm','SimpleXMLElement', LIBXML_NOCDATA);
echo $xml->content[0]->data;
?>
<?php include('footer.php');?>