| 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/vx/usa/subscribe/ |
Upload File : |
<?
/**
* This framework has been created for a multitude of grant research websites.
*
* @copyright 2016-2021 Synergy Pro Marketing
* @author Aaron Campbell <aaron@synergymentoring.com>
* @license None, All Rights Reserved
* @package Business
*/
include_once($_SERVER['DOCUMENT_ROOT']."/vx/lib/inc.php");
track_member_action('Page Visit','Subscribe');
?>
<style type="text/css">
<?php /*
.custom_upsell_page_overlay_parent {
position:relative;
}
*/ ?>
.custom_upsell_page_overlay {
position:absolute;
z-index:1000;
top:0px;
left:0px;
opacity:80%;
background:gray;
}
.custom_upsell_page * {
padding:0;
margin:0;
}
.custom_upsell_page_container {
background:white;
width:686px;
margin:0px auto;
border:3px solid black;
position:absolute;
z-index:1001;
left:calc(50% - 343px);
top: 50px;
}
.custom_upsell_page {
padding:0px 20px;
}
.custom_upsell_page a {
text-decoration:none;
cursor:pointer;
border:0 none;
}
.custom_upsell_page h1 {
font-size:36px;
color:#553d0d;
margin:5px 0px;
font-style:italic;
}
.custom_upsell_page h2 {
color: #553d0d;
font-size:27px;
font-weight:bold;
margin:5px 0px;
}
.custom_upsell_page ol {
padding:0px 0px 5px 40px;
}
.custom_upsell_page li {
font-family:'Helvetica';
font-size:18px;
color:#000;
margin:10px 0;
font-weight:bold;
}
.custom_upsell_page video {
width:500px;
display:block;
border:2px solid #606060;
}
.custom_upsell_page .member_service_details {
text-align:left;
padding:5px 20px;
}
.custom_upsell_page .member_service {
font-weight:bold;
font-size:14px;
}
.custom_upsell_page .member_service .glyphicons {
vertical-align:middle;
}
.custom_upsell_page .btns {
margin:10px;
text-align:center;
float:right;
}
.custom_upsell_page .payment_details {
font-weight:bold;
text-align:left;
padding:10px 0px;
}
.btn_yes {
background: #d4e3fc;
color:black;
width: 227px;
height: 65px;
text-align:center;
font-size:12px;
font-weight:normal;
font-style:italic;
border:2px solid #606060;
border-radius:4px;
cursor:pointer;
}
.custom_upsell_page .btn_yes h1 {
color:black;
}
.btn_yes_big_text {
font-style:normal;
font-weight:bold;
font-size:30px;
}
.btn_nope {
color:#8b51f5;
font-style:italic;
text-decoration:underline;
font-size:18px;
border:none;
background:transparent;
cursor:pointer;
}
#research_div {
color: #555;
margin: 10px auto;
text-align: left;
width: 80%;
height: 150px;
border: 1px solid #e2e2e2;
padding: 10px;
overflow: auto;
font-size:10px;
}
#research_div p {
margin: 10px 0px;
}
.research_term {
font-weight: bold;
}
.va-middle {
vertical-align:middle !important;
}
.v14_title_image {
margin:0px 5px 0px 0px;
float:left;
font-size:130px;
padding:0px 10px;
}
.v14_title_image_image {
margin:0px 5px 0px 0px;
float:left;
width:130px;
padding:0px 10px;
}
@media screen
and (max-width : 745px) {
.custom_upsell_page {
width:100%;
}
#research_div {
width:90%;
}
}
@media screen
and (max-width : 520px) {
.custom_upsell_page_container {
width:95%;
margin:5px auto;
left:2.5%;
top:5px;
}
.custom_upsell_page {
width:95%;
padding:10px;
font-size:14px;
}
.custom_upsell_page video {
width:90%;
}
.custom_upsell_page h1 {
font-size:27px;
}
.custom_upsell_page h2 {
font-size:18px;
}
.custom_upsell_page li {
font-size:14px;
}
.custom_upsell_page .btns {
float:none;
}
.v14_title_image {
font-size:64px;
}
.v14_title_image_image {
width:64px;
}
}
</style>
<script type="text/javascript">
$('document').ready(function() {
//$('.custom_upsell_page_overlay').width($('#bodyContainer').width());
$('.custom_upsell_page_overlay').width($('body').width());
$('.custom_upsell_page_overlay').height($('body').height());
});
$('body').resize(function() {
$('.custom_upsell_page_overlay').width($('body').width());
$('.custom_upsell_page_overlay').height($('body').height());
});
<?php if(!$phone) { ?>
$(document).ready(function() {
$(window).scrollTop(120);
});
$(window).scroll(function() {
var currentY = window.scrollY;
if(currentY >= 100) {
currentY -= 55;
}
if($(window).height() >= 800) {
$('.custom_upsell_page_container').css('top',((currentY + 50) + 'px'));
} else {
$('.custom_upsell_page_container').css('top',((currentY) + 'px'));
}
$('.custom_upsell_page_overlay').width($('body').width());
$('.custom_upsell_page_overlay').height($('body').height());
});
<?php } ?>
</script>
<div class="custom_upsell_page_overlay_parent">
<div class="custom_upsell_page_overlay">
</div>
</div>
<div class="custom_upsell_page_container">
<a href="/vx/usa/members/" style="font-size:14px;font-weight:bold;color:gray;position:absolute;top:5px;right:5px;z-index:1;" title="No thanks">X</a>
<div class="rb full white-bg" ng-controller="Members">
<div class="container-fluid">
<?
$monthly_subscription_fee = 34.95;
$_MONTHLY_FEE = 34.95;
$initial_subscription_fee = (isset($_REQUEST['cc_amount']) && is_numeric($_REQUEST['cc_amount'])) ? $_REQUEST['cc_amount'] : $_INITIAL_FEE;
$monthly_subscription_trial = 30;
$_SESSION['upsell_tracking_version'] = 'site member v14 - '.$page_title;
$_SESSION['upsell_tracking_version_description'] = 'Transparent Overlay';
file_get_contents('https://surfcrm.com/lcapi/UpsellTracking.php?site_code='.urlencode($siteCode).'&client_id='.urlencode($user).'&version='.urlencode($_SESSION['upsell_tracking_version']).'&type=impression');
if(isset($_POST['keyword']))
{
$keyword = $_POST['keyword'];
}
if(isset($_POST['ref']))
{
$referrer = $_POST['ref'];
}
if(isset($_POST['grant']))
{
$grant = $_POST['grant'];
}
$member_services = array(
'Newest Applications'=>'<span class="glyphicons glyphicons-government glyphicons-fw f18"></span> _number_. Access the Newest Grant Applications found in the last 30 days!'
,'Grant Deadline Calendar'=>'<span class="glyphicons glyphicons-calendar glyphicons-fw f18"></span> _number_. Grant Deadline Calendar'
,'Grant Alerts'=>'<span class="glyphicons glyphicons-bell glyphicons-fw f18"></span> _number_. New Grant Application ALERTS delivered to your INBOX'
,'Tele-Seminars'=>'<span class="glyphicons glyphicons-display glyphicons-fw f18"></span> _number_. Weekly Grant Tele-Seminars from our Grant Writing Professionals'
,'Business Plan Template'=>'<img src="/vx/usa/business-plan-template/business-plan-template.png" class="glyphicons icon" style="width:23px; margin:0px 5px;" /> _number_. Business Plan Template'
);
function sort_top($arr,$tp) {
$return = array();
$return[$tp] = $arr[$tp];
foreach($arr as $k=>$v) {
if($k!=$tp) {
$return[$k] = $v;
}
}
return $return;
}
$member_services = sort_top($member_services,$page_title);
?>
<div ng-controller="Subscriptions" id="monthlySubscription" class="rb full cc">
<div class="custom_upsell_page">
<center>
<div><?= $page_title_html;?></div>
<h2 style="text-align:left;">As a VIP Member you also get ACCESS to the following:</h2>
<div class="member_service_details">
<?php $i=0; foreach($member_services as $member_service) { $i++; ?>
<div class="member_service"><?= str_replace('_number_',$i,$member_service);?></div>
<?php } ?>
</div>
</center>
<div class="rb btns">
<button class="btn_yes"
ng-click="subscribe('<?= (!empty($referrer)) ? $referrer : '';?>','<?= $redir_location;?>')"
style="width:250px; height:85px;">
<h1>YES!</h1>
<div>I want the Funding Application Service</div>
</button>
<div style="margin-top:5px;">
<button class="btn_yes" onclick="window.location = '/vx/usa/members/';" style="width:250px;height:60px;background:#fcd4d4;">
<h1 style="font-size:16px;">No Thanks</h1>
</button>
</div>
<form id="subscriptionForm" action="<?= (!empty($referrer)) ? $referrer : '';?>" method="post" enctype="multipart/form-data">
<input type="hidden" name="keyword" value="<?= (!empty($keyword)) ? $keyword : '';?>">
<input type="hidden" name="grantPage" value="<?= (!empty($_POST['grantPage'])) ? $_POST['grantPage'] : '';?>">
<input type="hidden" name="page" value="<?= (!empty($_POST['page'])) ? $_POST['page'] : '';?>">
<input type="hidden" name="grant" value="<?= (!empty($grant)) ? $grant : '';?>">
</form>
</div>
<div class="payment_details">CLICK YES to receive the Funding Application Research Service, the Grant Alerts, & the TeleSeminars with a Grant Expert FREE FOR 30 DAYS. After that it's only $<?= number_format($monthly_subscription_fee,2);?> per month and you can cancel at any time.</div>
<div class="clear"></div>
<p style="text-align:left;"><strong>We are a 100% RISK FREE MONEY-BACK GUARANTEE COMPANY</strong>, so if you apply and get turned down, your money will be refunded to you. All you have to do is provide us with the details of the grant you were denied. Either you qualify for the Free Funding Program or you will have your payment refunded to you. These funding opportunities are updated on a regular basis. You can fill out as many applications as you like because there is no limit as to how many grantors you can apply to. The more, the better!</p>
</div>
</div>
<div id="subscribeLoader" class="ab full cc" style="top:0px; left:0px; background:rgba(255,255,255,0.8); display:none;">
<div class="cd">
<div class="rb f14 bold cc bred">
Please Wait
<div class="rb cc f10 pt20">
<i class="fa fa-refresh fa-spin fa-3x fa-fw"></i>
</div>
</div>
</div>
<div class="cdl"></div>
</div>
</div>
<div class="cdl"></div>
</div>
</div>