| 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/usagrantapplication.org/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');
/*if(empty($_SESSION['upsell_tracking_version'])) {
$rand = rand(1,3);
if($rand==1) {
//stay here
} elseif($rand==2) {
header("Location: /vx/usa/subscribe/v7.php");
exit(0);
} elseif($rand==3) {
header("Location: /vx/usa/subscribe/v10.php");
exit(0);
}
} else {
if($_SESSION['upsell_tracking_version']=='site member v7') {
header("Location: /vx/usa/subscribe/v7.php");
exit(0);
} elseif($_SESSION['upsell_tracking_version']=='site member v10') {
header("Location: /vx/usa/subscribe/v10.php");
exit(0);
}
}*/
//v11 50%, v12 50% 02/27/2020
//v11 33%, v12 33%, v13 33% 03/02/2020
//v11 50%, v12 50% 03/03/2020
$rand = rand(1,2);
if($rand==1) {
header("Location: /vx/usa/subscribe/v11.php");
} elseif($rand==2) {
header("Location: /vx/usa/subscribe/v12.php");
} else {
header("Location: /vx/usa/subscribe/v13.php");
}
exit(0);
?>
<div class="rb full white-bg p20" ng-controller="Members">
<div class="container-fluid">
<div class="row">
<div class="col-lg-1 col-md-1 hidden-sm hidden-xs"></div>
<div class="col-lg-10 col-md-10 col-sm-12 col-xs-12">
<?
include($_SERVER['DOCUMENT_ROOT']."/vx/usa/layout/inc/subscription.php");
?>
</div>
<div class="col-lg-1 col-md-1 hidden-sm hidden-xs"></div>
</div>
</div>
</div>
<?
$title = "Upgrade Account Access : ".$siteName;
include_once($_SERVER['DOCUMENT_ROOT']."/vx/usa/layout/body.php");
?>
<script>
$(document).ready(function(){
$('#bodyNavigation').hide();
$('#bodyAdverts').hide();
$('#bodyContainer').css('width', '100%');
});
</script>