| 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/development/dev.americansocietyforassetprotection.com/member/ |
Upload File : |
<?php session_start(); ?>
<html>
<head>
<?php
$body_id = 'login';
$title = 'Member Login';
require_once("binx/vars/meta_data.php");
require_once("binx/includes/includes.php");
?>
<style type="text/css">
body{
background: #420900;
background-image:url(images/bg.jpg);
background-repeat:repeat-x;
}
</style>
</head>
<body>
<div class="ui-savebox" id="id-savebox" style="width:100%; height:100%; display:none; z-index:10009;">
<table width="100%" height="100%" border="0">
<tr><td width="33%"> </td><td width="33%"> </td><td width="33%"> </td></tr>
<tr><td> </td>
<td align="center" valign="top">
<div id="loading-container">
<div class="ui-savebox-text" id="id-savebox-text"></div>
<div style="clear:both"></div>
</div>
</td>
<td> </td></tr>
<tr><td> </td><td> </td><td> </td></tr>
</table>
</div>
<table border="0" width="100%" height="100%" cellspacing="0" cellpadding="0" style="position:absolute; top:0px; left:0px; background-position:center top; background-repeat:no-repeat;" background="images/bg_flag.jpg">
<tr>
<td width="33%" height="15%" align="right" valign="middle">
<img src="images/logo.png" height="150" width="150" onClick="window.location = 'http://americansocietyforassetprotection.com/member/logout.php'" style="cursor:pointer" />
</td>
<td width="33%" height="15%" align="center" valign="middle">
</td>
<td width="33%" height="15%" align="left" valign="middle">
<img src="images/bnn_welcome.png" height="34" width="203" />
</td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
</table>
<table border="0" width="100%" height="100%" cellspacing="0" cellpadding="0" style="position:absolute; top:156px; left:0px;">
<tr>
<td align="center" valign="middle">
</td>
<td width="55%" valign="top">
<?php
require_once("binx/includes/initial_login.php");
?>
</td>
<td align="center" valign="middle">
</td>
</tr>
</table>
</body>
</html>