home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 August / CHIP_08_2003.iso / Spesial / proxy / ProxPro / ProxyPro.exe / data1.cab / ConfigSite_Files / help.agp < prev    next >
Encoding:
Text File  |  2002-12-09  |  4.0 KB  |  93 lines

  1. <% 
  2.     if Request.ReqParam("FreeLicense") <> "" then
  3.         Response.Redirect "http://207.66.24.189/proxy-progatekeeper/home.htm"
  4.     end if
  5.  
  6.     path = SysInfo.SkinPath 
  7.     
  8.     dim szPath
  9.     szPath = "Table"
  10.     SkinTable = SysInfo.GetSkinParameter(szPath)
  11.     szPath = "Font"
  12.     SkinFont = SysInfo.GetSkinParameter(szPath)
  13.     szPath = "Link"
  14.     SkinLink = SysInfo.GetSkinParameter(szPath)
  15.     szPath = "VLink"
  16.     SkinVLink= SysInfo.GetSkinParameter(szPath)
  17. %>
  18.  
  19. <html>
  20. <head>
  21. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  22. <meta NAME="Author,Design" Content="GateKeeper Team; GateKeeper3Support@infopulse.ro">
  23. <meta NAME="Copyright" Content="Infopulse; www.infopulse.ro">
  24. <title>Help</title>
  25. </head>
  26.  
  27. <body background="/<%Response.Write(path)%>/background.jpg" bgcolor="#FFFFFF" text="#000000" bgproperties=fixed link="<%Response.Write(SkinLink)%>" vlink="<%Response.Write(SkinVLink)%>" alink="<%Response.Write(SkinVLink)%>">
  28.  
  29. <table border="1" cellpadding="0" cellspacing="0" width="100%">
  30.   <tr>
  31.     <td bgcolor="<%Response.Write(SkinTable)%>"><strong><font face="Arial" color="<%Response.Write(SkinFont)%>">Welcome to Proxy-Pro GateKeeper Administration Console!</font></strong></td>
  32.   </tr>
  33. </table>
  34.  
  35. <p><font face="Arial">This interface will let you manage Proxy-Pro GateKeeper in order to satisfy your needs.
  36. <br>Next are described the available options that you can use.</p>
  37. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  38.   <tr>
  39.     <td width="2%" valign=top><img src="/<%Response.Write(path)%>/blueball.gif" border="0"></td>
  40.     <td width="15%" valign=top><b>Accounts</b></td>
  41.     <td>create or edit user/group accounts.</td>
  42.   </tr>
  43.   <tr>
  44.     <td width="2%" valign=top><img src="/<%Response.Write(path)%>/blueball.gif" border="0"></td>
  45.     <td width="15%" valign=top><b>Logging</b></td>
  46.     <td>view daily Proxy-Pro GateKeeper usage on user/workstation basis.</td>
  47.   </tr>
  48.   <tr>
  49.     <td width="2%" valign=top><img src="/<%Response.Write(path)%>/blueball.gif" border="0"></td>
  50.     <td width="15%" valign=top><b>Policies</b></td>
  51.     <td>establish the users that are able/not able to configure Proxy-Pro GateKeeper.</td>
  52.   </tr>
  53.   <tr>
  54.     <td width="2%" valign=top><img src="/<%Response.Write(path)%>/blueball.gif" border="0"></td>
  55.     <td width="15%" valign=top><b>Proxies</b></td>
  56.     <td>add new proxies or edit the settings for the currently running proxies.</td>
  57.   </tr>
  58.   <tr>
  59.     <td width="2%" valign=top><img src="/<%Response.Write(path)%>/blueball.gif" border="0"></td>
  60.     <td width="15%" valign=top><b>Rules</b></td>
  61.     <td>set the sites which can/cannot be accessed or set the trusted addresses from your LAN.</td>
  62.   </tr>
  63.   <tr>
  64.     <td width="2%" valign=top><img src="/<%Response.Write(path)%>/blueball.gif" border="0"></td>
  65.     <td width="15%" valign=top><b>Services</b></td>
  66.     <td>manage the DNS server, DHCP server, Dialer, Cache and Scheduler.</td>
  67.   </tr>
  68.   <tr>
  69.     <td width="2%" valign=top><img src="/<%Response.Write(path)%>/blueball.gif" border="0"></td>
  70.     <td width="15%" valign=top><b>Statistics</b></td>
  71.     <td>view how many requests are active for each proxy.</td>
  72.   </tr>
  73.   <tr>
  74.     <td width="2%" valign=top><img src="/<%Response.Write(path)%>/blueball.gif" border="0"></td>
  75.     <td width="15%" valign=top><b>Properties</b></td>
  76.     <td>view the Proxy-Pro GateKeeper license and view information about the computer where Proxy Pro GateKeeper
  77.     is running.</td>
  78.   </tr>
  79. </table>
  80.  
  81. <p>
  82. If you have any suggestions or comments regarding this product please contact us at <a
  83. href="mailto:GateKeeper3.ContactUs@infopulse.ro">GateKeeper.Support@infopulse.ro</a>.<br>
  84. For updates please visit periodically our site located at <a
  85. href="http://www.proxy-pro.com" target="newwin">http://www.proxy-pro.com</a>.
  86. <br>
  87.  
  88. <p><%Response.Write(GateKeeper.Version)%> is brought to you by <a href="http://www.infopulse.net"
  89. target="newwin"><img border="0" src="/loganib.gif" width="60" height="45"><img
  90. border="0" src="/logsmal2.gif" width="180" height="37"></a> </font></p>
  91. </body>
  92. </html>
  93.