| 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/usafundingapplications.org/vsa/ |
Upload File : |
<?php
/*
Copyright (c) 2007-present InnAnTech Industries
Author: Dave Guindon
Web: www.VirtualSmartAgent.com
Support: www.DaveGuindonSupport.com
Please send bug reports, suggestions and/or feedback to the support
website given above.
Virtual Smart Agent is a commercial software. Any distribution is strictly prohibited
unless a resale rights license was delivered along with this software.
*/
include('myauth.php');
include('modfiles/db.php');
include('globals.php');
include('charts/tables.php');
include('charts/html_table.class.php');
include('panelfunctions.php');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<LINK href="style.css" type=text/css rel=stylesheet>
<title>Virtual Agent Control Panel</title>
<?php echo $thickboxfiles; ?>
</head>
<body>
<?php echo $menu; ?>
<table width="700" border="0" align="center" cellpadding="10" cellspacing="0" bgcolor="#FFFFFF" class="admin_grey_border">
<tr>
<td><div align="center"><strong>Agents</strong><?php echo $errors; ?></div></td>
</tr>
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="5">
<tr>
<td>In this section you can view your agent statistics for the selected campaign as well as create new agents and upload new agent pictures.</td>
</tr>
<tr>
<td><hr class="grey_dashed" /></td>
</tr>
<tr>
<td bgcolor="#<?php echo $sectioncolor; ?>">Agents | <a href="boxes/agentbox.php?cid=<?php echo $_SESSION['cid']; ?>&keepThis=true&TB_iframe=true&height=120&width=320&modal=true" title="Add New Agent" class="thickbox">Add New Agent</a></td>
</tr>
<tr>
<td><?php echo doAgentsTable($_SESSION['cid']); ?> </td></tr>
<tr>
<td> </td>
</tr>
<tr>
<td bgcolor="#<?php echo $sectioncolor; ?>">Agent Pictures | <a href="boxes/picsbox.php?keepThis=true&TB_iframe=true&height=300&width=350&modal=true" title="Add New Agent Image" class="thickbox">Add New Picture</a></td>
</tr>
<tr>
<td><?php echo doPicsTable(); ?> </td>
</tr>
<tr>
<td><hr class="grey_dashed" /></td>
</tr>
</table>
</td>
</tr>
<tr>
<td><div align="center"><?php echo $copyright; ?><?php echo $bottomlinks; ?></div></td>
</tr>
</table>
<?php echo $cbottom; ?>
</body>
</html>