| 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/usafundingapplications.ai/membersonly/ |
Upload File : |
<?php
require_once('includes/header.php');
if(is_array($_SESSION['user_subscriptions']) && $_SESSION['user_subscriptions']['id_2']['active'] == '1' && $_SESSION['user_subscriptions']['id_2']['cancel_date'] == '0000-00-00') {
} else {
header("Location: ../order_member.php");
}
?>
<? include('header.php');?>
<? include('nav.php'); ?>
<style type="text/css">
#grdb { width: 100%; font-size:11px; font-family:arial; }
</style><div style="padding-top:13px;">
<p class="header">
New Funding Opportunities
</p>
<?php echo file_get_contents("http://thegrantresearchdatabase.com/export_details.php?pass=LemmeIN&id=".$_REQUEST['id']."&rurl=new_opportunities.php"."&p=".$_REQUEST['p']."&sort=".$_REQUEST['sort']."&d=".$_REQUEST['d']."&f_type=".$_REQUEST['f_type']."&c_type=".$_REQUEST['c_type']."&sc_type=".$_REQUEST['sc_type']."&ind_type=".$_REQUEST['ind_type']."&min_type=".$_REQUEST['min_type']); ?>
</div>
<?php include('footer.php'); ?>