| 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.
*/
$cid = $_GET['cid'];
$show = '<script language="javascript" src="callagent.php?cid='.$cid.'&tmd=1"></script>';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Virtual Smart Agent Preview</title>
<style type="text/css">
<!--
.style1 {
font-size: 36px;
font-weight: bold;
}
-->
</style>
</head>
<body>
<p class="style1">Example Webpage</p>
<p>This is a preview page containing your virtual chat agent.
</p>
<p>To see your virtual agent chat window, simply close this page or refresh this page by using <br />
the F5 button on your keyboard or by using the refresh feature in your browser.</p>
<p>NOTE: No statistical data such as pageview, interactions, clicks, or chat data is logged <br />
from this preview page. See the <a href="http://www.virtualsmartagent.com/help/index.php" target="_blank">help videos</a> for more information.</p>
<p><strong>Initiating the chat through a link</strong>:</p>
<p><a href="#" rel="ShowVSAChat">Show agent by clicking this link</a> (using 'rel' attribute), code:
<label>
<input name="textfield" type="text" id="textfield" style="width: 450px" value="<a href="#" rel="ShowVSAChat">Show agent by clicking this link</a>" />
</label>
</p>
<p> <a href="#" rev="ShowVSAChat">Show agent by clicking this link</a> (using 'rev' attribute), code:
<label>
<input name="textfield2" type="text" id="textfield2" style="width: 450px" value="<a href="#" rev="ShowVSAChat">Show agent by clicking this link</a>" />
</label>
</p>
<p> <a href="#" id="ShowVSAChat">Show agent by clicking this link</a> (using 'id' attribute), code:
<label>
<input name="textfield3" type="text" id="textfield3" style="width: 450px" value="<a href="#" id="ShowVSAChat">Show agent by clicking this link</a>" />
</label>
</p>
<p>or click the image below to initiate the chat agent window</p>
<p><a href="#" rel="ShowVSAChat"><img src="images/help8.gif" width="207" height="141" border="0" /></a><br />
See <a href="http://www.virtualsmartagent.com/help/index.php" target="_blank">help videos</a> to see how to initiate chat through an image link.</p>
<?php echo $show; ?>
</body>
</html>