| 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/coaching_sites/usbusinessfundingsolutions.com/member/ |
Upload File : |
<?php
require_once($_SERVER['DOCUMENT_ROOT'].'/inc/php_header.php');
require_once($_SERVER['DOCUMENT_ROOT'].'/member/php/deductrapi.php');
$deductrapi = new DeductrAPI();
if(strpos($_SESSION['Client']['user'],'@synergytpsreports')!==false) {
$deductrapi->testing = true;
}
$title = 'Deductr';
$body_id = 'dctr';
$res = $db->get_results("
SELECT deductr_id
FROM lc_reseller
WHERE id = '".$db->clean($_SESSION['Client']['id'])."'
LIMIT 1;
");
$deductr = false;
$deductr_id = 0;
if(!empty($res)) {
$deductr_id = $res[0]->deductr_id;
}
$deductr_login = $deductrapi->GetLoginUrl($deductr_id);
require_once($_SERVER['DOCUMENT_ROOT'].'/member/header.php');
?>
<style>
#data {width:1038px !important}
.header {float:left; width:100%}
td {padding-top:2px}
th {text-transform:uppercase; text-align:left}
.button {
display:block;
width:150px;
height:47px;
text-transform:uppercase;
text-align:center;
line-height:47px;
cursor:pointer;
}
.button:link, .button:visited {color:#ddd!important}
.button:hover, .button:active {color:#fff!important}
</style>
<!--[if gte IE 9]>
<style type="text/css">
.gradient {
filter: none;
}
</style>
<![endif]-->
<div id="content" class="size">
<table cellspacing="0" cellpadding="0" border="0" class="size">
<tr>
<td align="center" width="900px">
<img src="images/deductr_overview.jpg" /><br clear="all" />
<div style="width: 200px; height: 60px; margin:0px auto;"><a href="<?= $deductr_login; ?>" target="_blank" class="btnBlue button">Login</a></div><br clear="all" />
<center style="font-size:13px; font-family:Arial;">For Questions about Deductr, please call 1.877.236.3768 or email <a href="mailto:support@deductr.com" style="color:#006EC3;">support@deductr.com</a>.</center>
</td>
</tr>
</table>
</div>
<?php require_once($_SERVER['DOCUMENT_ROOT'].'/member/footer.php'); ?>