| 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/newusafunding.com/vx/usa/unsubscribe/ |
Upload File : |
<?php
session_start();
include_once($_SERVER['DOCUMENT_ROOT'].'/vx/lib/ua.php');
include_once($_SERVER['DOCUMENT_ROOT'].'/vx/lib/func.php');
include_once($_SERVER['DOCUMENT_ROOT'].'/vx_/site_info.php');
include_once($_SERVER['DOCUMENT_ROOT'].'/vx/lib/mysql.php');
if(!empty($_REQUEST['token'])) {
$arr = explode('|||',base64_decode($_REQUEST['token']));
$email = $arr[0];
$source = $arr[1];
$db->query("INSERT INTO do_not_call.email
(
email
,ts_added
,added_by
,site_code
) VALUES (
'".$db->clean($email)."'
,NOW()
,'".$db->clean($source)."'
,'".$db->clean($siteCode)."'
)");
}
if(!empty($_REQUEST['email'])) {
$db->query("INSERT INTO do_not_call.email
(
email
,ts_added
,added_by
,site_code
) VALUES (
'".$db->clean($_REQUEST['email'])."'
,NOW()
,'".$db->clean($_REQUEST['source'])."'
,'".$db->clean($siteCode)."'
)");
}
if(!empty($_REQUEST['phone'])) {
$db->query("INSERT INTO do_not_call.phone
(
phone
,ts_added
,added_by
,added_where
) VALUES (
'".$db->clean($_REQUEST['phone'])."'
,NOW()
,'".$db->clean($_REQUEST['source'])."'
,'".$db->clean($_REQUEST['source'])."'
)");
}
?>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<?
if(!empty($phone) || !empty($tablet))
{
?>
<!-- ================================================================================================ -->
<!-- DEVICE VIEWPORT TAG -->
<meta name="viewport" content="initial-scale=<?=$scale?>, minimum-scale=<?=$scale?>, maximum-scale=<?=$scale?>">
<?
}
?>
<title>Unsubscribe</title>
<link rel="stylesheet" type="text/css" href="/vx/layout/style/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="/vx/layout/style/font-awesome/6.1.2/css/all.css">
<link rel="stylesheet" type="text/css" href="/vx/layout/style/glyphicons/css/glyphicons.css">
<link rel="stylesheet" type="text/css" href="/vx_/css/theme.css">
<link rel="stylesheet" type="text/css" href="/vx_/css/common.css">
<link rel="stylesheet" type="text/css" href="/vx_/css/members.css" />
<link rel="stylesheet" type="text/css" href="/vx_/css/responsive.css">
<link rel="stylesheet" type="text/css" href="/vx/layout/style/default.css?ts=2022_02_05">
<link rel="apple-touch-icon" sizes="57x57" href="/vx_/images/icons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/vx_/images/icons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/vx_/images/icons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/vx_/images/icons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/vx_/images/icons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/vx_/images/icons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/vx_/images/icons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/vx_/images/icons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/vx_/images/icons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/vx_/images/icons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/vx_/images/icon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/vx_/images/icons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/vx_/images/icons/favicon-16x16.png">
<link rel="manifest" href="/vx_/images/icons/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/vx_/images/icons/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link rel="icon" type="image/x-icon" href="/vx_/images/favicon.ico" />
<meta name="robots" content="index, follow" />
</head>
<body>
<?
if($phone)
{
?>
<div id="header" class="mheader fixed block white-bg noselect layer-top"
style="position:relative;width:100%; top:0px; left:0px; height:auto;">
<div class="rib right" style="width:100%; height:100%;">
<div class="center-center" style="width:100%; height:100%;">
<div class="logo rib center-center">
<img src="/vx_/images/Logo.png" class="hdrLogo phnHdrLogo" onclick="window.location = '/vx/usa/members/'"/>
</div>
</div>
</div>
</div>
<?
}
else
{
?>
<div id="header" class="header fixed block noselect layer-top" style="position:relative;width:100%; top:0px; left:0px; min-width:640px;">
<div class="rb pl10" style="height:100%;">
<div class="rib left" style="width:500px; height:100%;">
<div class="logo rib center-center">
<img src="/vx_/images/Logo.png" class="hdrLogo" onclick="window.location = '/vx/usa/members/'"/>
</div>
<div class="rib center-center" style="width:0px; height:100%; margin-left:-1px;"></div>
</div>
</div>
</div>
<?
}
?>
<div class="rb" style="z-index:0;" id="real_body_container">
<table id="bodyTable" style="width:100%; height:100%;position:relative;">
<tr>
<td id="bodyContainer" class="top" style="width:100%;">
<div id="additionalLoader" class="rb p20" style="display:none;"></div>
<p style="padding:10px;">You have been unsubscribed.</p>
</td>
</tr>
</table>
</div>
</body>
</html>