| 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/americasgotfunding.com/ |
Upload File : |
<?
session_start();
require_once($_SERVER['DOCUMENT_ROOT'] . "/assets/includes/globals.php");
include_once($_SERVER['DOCUMENT_ROOT'].'/abot/inc.php');
if(!empty($_GET['site_code']))
{
$_SESSION['post'] = $_GET;
$file = file_get_contents('https://surfcrm.com/lcapi/reactivate_user_status_reduced.php?rid='.$_GET['rid'].'&field=clicked_link');
header("Location: order_reduced.php");
exit(0);
}
if(empty($_POST['site_code']) && !empty($_SESSION['post']))
{
foreach($_SESSION['post'] as $key => $value)
{
$_POST[$key] = $value;
$_REQUEST[$key] = $value;
}
}
$_MONTHLY_FEE = 9.97;
$monthly_subscription_fee = 9.97;
$initial_subscription_fee = 34.95;
if(!empty($_POST['submit']))
{
$return = PostFields('https://surfcrm.com/lcapi/reactivate_user_reduced.php', $_POST);
$info = json_decode($return);
if(!empty($info->error))
{
$error = $info->error;
}
else
{
header("Location: login.php?user={$info->username}&pass={$info->password}");
exit(0);
}
}
$title = 'Grant Research Service';
$body_id = 'index';
?>
<!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" />
<?
if($phone || $tablet)
{
?>
<meta name="viewport" content="initial-scale=<?=$scale?>, minimum-scale=<?=$scale?>, maximum-scale=<?=$scale?>">
<?
}
?>
<title>
<?=$_SITE_NAME?> - <?=$title?>
</title>
<script type="text/javascript" src="/abot/js/jquery.min.js"></script>
<link rel="stylesheet" type="text/css" href="/abot/style/glyphicons/css/glyphicons.css"/>
<link rel="stylesheet" type="text/css" href="/abot/style/common.css"/>
<link href="/style_.css" rel="stylesheet" type="text/css" />
<link href="/css/order.css" rel="stylesheet" type="text/css" />
</head>
<body class="light-gray-bg" style="background-image:url(/assets/images/bg.jpg); background-position:top left; background-repeat:no-repeat; background-size:100% auto">
<div class="relative block center p20" onClick="window.location='/'">
<img clas="relative iblock" src="/lp2/assets/images/logo_320.png" width="200px" />
</div>
<div class="relative block center white-bg">
<?
if($error != '')
{
?>
<div class="red-bg white p10 f16 bold">
<?=$error?>
</div>
<?
}
?>
<form method="post" action="order_reduced.php" style="background:transparent;">
<div class="relative iblock p10 white-bg left" style="max-width:400px">
<div class="Harabara p10 f28 red center">
Confirm Your Information
</div>
<div class="p10 f18">
<?=$_REQUEST['first_name']?> <?=$_REQUEST['last_name']?>
</div>
<div class="p10 f18" style="padding-top:0px;">
<?=formatPhone($_REQUEST['phone'])?>
<br>
<?=$_REQUEST['email']?>
</div>
<br>
<br>
<label style="width:100%; height:100%;">
<table>
<tr>
<td style="vertical-align:top; width:80px;">
<div class="relative iblock f50 glyphicons glyphicons-unchecked unchecked dark-gray"
onclick="$(this).hide(); $(this).parent().find('.checked').show();"
style="top:-10px; left:5px;"></div>
<div class="relative iblock f50 glyphicons glyphicons-check checked green"
onclick="$(this).hide(); $(this).parent().find('.unchecked').show();"
style="display:none; top:-10px; left:5px;"></div>
</td>
<td style="vertical-align:top;">
<div class="relative block f20 left">
Yes, I want access to the database of 1000s of grant applications, two live teleconferences with a
grant writer & new grant alerts emailed to me for only $9.97 per month
</div>
</td>
</tr>
</table>
</label>
<input type="hidden" name="site_code" value="<?=$_REQUEST['site_code']?>" />
<input type="hidden" name="rid" value="<?=$_REQUEST['rid']?>" />
<input type="hidden" name="client_id" value="<?=$_REQUEST['client_id']?>" />
<input type="hidden" name="monthly_fee" value="<?=$_REQUEST['monthly_fee']?>" />
<input type="hidden" name="first_name" value="<?=$_REQUEST['first_name']?>" />
<input type="hidden" name="last_name" value="<?=$_REQUEST['last_name']?>" />
<input type="hidden" name="phone" value="<?=$_REQUEST['phone']?>" />
<input type="hidden" name="email" value="<?=$_REQUEST['email']?>" />
<input type="hidden" name="ip_address" value="<?=$_SERVER['REMOTE_ADDR']?>" />
<input type="hidden" name="action" value="really_reactivate" />
<div style="height:25px;"></div>
<input type="submit" name="submit" value="REDUCE MY FEE" class="bold"
style="
width:100%;
height:50px;
padding:10px 25px;
cursor:pointer;
border-radius: 6px;
background: #d9534f;
border: 1px solid #d43f3a;
color:white;
font-size:16px;" />
</div>
</form>
<div class="relative block" style="height:64px;"></div>
</div>
<?
$tracker = "https://www.surfcrm.com/lcapi/KeywordImpressionTracking.php" . "?";
$tracker .= "site=nusaf" . "&";
$tracker .= "ip_address=" . $_SERVER['REMOTE_ADDR'] . "&";
$tracker .= "keywords=" . urlencode($_SESSION['keywords']) . "&";
$tracker .= "landing_page=" . urlencode($_SESSION['landing_page']) . "&";
$tracker .= "referer_domain=" . urlencode($_SESSION['referer_domain']);
?>
<img src="<?=$tracker?>" />
<?
if (isset($_SERVER['HTTPS']))
{
?>
<img src="https://www.surfcrm.com/tracker/server/tracker.php?<?=$trackerparams?>" />
<?
}
else
{
?>
<img src="http://www.surfcrm.com/tracker/server/tracker.php?<?=$trackerparams?>" />
<?
}
?>
<!--BEGIN Google Analytics Code for every page -->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<?
$current_page = '';
$stack = get_included_files();
$pageList = array(
'order.php',
'header.php',
'keyword_parser.php',
'header_20.php',
'functions.includes2.php',
'terms_textarea.php',
'ads.php',
'footer_20.php',
'sidebar.php',
'header2.php',
'footer2.php',
'php_header.php',
'globals.php',
'functions.includes.php',
'LCAPI.php',
'TrackerLib.php',
'Yahoo.php',
'MIVA.php',
'Unknown.php',
'footer.php'
);
foreach($stack as $s)
{
if(!in_array(basename($s), $pageList))
{
$current_page = basename($s);
}
}
?>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-11520596-2");
pageTracker._setDomainName(".NewUsaFunding.com");
pageTracker._trackPageview('<?= $current_page;?>');
} catch(err) {}
</script>
<!-- END Google Analytics Code for every page -->
</body>
</html>