home *** CD-ROM | disk | FTP | other *** search
- <%
- if Request.ReqParam("FreeLicense") <> "" then
- Response.Redirect "http://207.66.24.189/proxy-progatekeeper/home.htm"
- end if
-
- path = SysInfo.SkinPath
-
- dim szPath
- szPath = "Table"
- SkinTable = SysInfo.GetSkinParameter(szPath)
- szPath = "Font"
- SkinFont = SysInfo.GetSkinParameter(szPath)
- szPath = "Link"
- SkinLink = SysInfo.GetSkinParameter(szPath)
- szPath = "VLink"
- SkinVLink= SysInfo.GetSkinParameter(szPath)
- %>
-
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta NAME="Author,Design" Content="GateKeeper Team; GateKeeper3Support@infopulse.ro">
- <meta NAME="Copyright" Content="Infopulse; www.infopulse.ro">
- <title>Help</title>
- </head>
-
- <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)%>">
-
- <table border="1" cellpadding="0" cellspacing="0" width="100%">
- <tr>
- <td bgcolor="<%Response.Write(SkinTable)%>"><strong><font face="Arial" color="<%Response.Write(SkinFont)%>">Welcome to Proxy-Pro GateKeeper Administration Console!</font></strong></td>
- </tr>
- </table>
-
- <p><font face="Arial">This interface will let you manage Proxy-Pro GateKeeper in order to satisfy your needs.
- <br>Next are described the available options that you can use.</p>
- <table border="0" cellpadding="0" cellspacing="0" width="100%">
- <tr>
- <td width="2%" valign=top><img src="/<%Response.Write(path)%>/blueball.gif" border="0"></td>
- <td width="15%" valign=top><b>Accounts</b></td>
- <td>create or edit user/group accounts.</td>
- </tr>
- <tr>
- <td width="2%" valign=top><img src="/<%Response.Write(path)%>/blueball.gif" border="0"></td>
- <td width="15%" valign=top><b>Logging</b></td>
- <td>view daily Proxy-Pro GateKeeper usage on user/workstation basis.</td>
- </tr>
- <tr>
- <td width="2%" valign=top><img src="/<%Response.Write(path)%>/blueball.gif" border="0"></td>
- <td width="15%" valign=top><b>Policies</b></td>
- <td>establish the users that are able/not able to configure Proxy-Pro GateKeeper.</td>
- </tr>
- <tr>
- <td width="2%" valign=top><img src="/<%Response.Write(path)%>/blueball.gif" border="0"></td>
- <td width="15%" valign=top><b>Proxies</b></td>
- <td>add new proxies or edit the settings for the currently running proxies.</td>
- </tr>
- <tr>
- <td width="2%" valign=top><img src="/<%Response.Write(path)%>/blueball.gif" border="0"></td>
- <td width="15%" valign=top><b>Rules</b></td>
- <td>set the sites which can/cannot be accessed or set the trusted addresses from your LAN.</td>
- </tr>
- <tr>
- <td width="2%" valign=top><img src="/<%Response.Write(path)%>/blueball.gif" border="0"></td>
- <td width="15%" valign=top><b>Services</b></td>
- <td>manage the DNS server, DHCP server, Dialer, Cache and Scheduler.</td>
- </tr>
- <tr>
- <td width="2%" valign=top><img src="/<%Response.Write(path)%>/blueball.gif" border="0"></td>
- <td width="15%" valign=top><b>Statistics</b></td>
- <td>view how many requests are active for each proxy.</td>
- </tr>
- <tr>
- <td width="2%" valign=top><img src="/<%Response.Write(path)%>/blueball.gif" border="0"></td>
- <td width="15%" valign=top><b>Properties</b></td>
- <td>view the Proxy-Pro GateKeeper license and view information about the computer where Proxy Pro GateKeeper
- is running.</td>
- </tr>
- </table>
-
- <p>
- If you have any suggestions or comments regarding this product please contact us at <a
- href="mailto:GateKeeper3.ContactUs@infopulse.ro">GateKeeper.Support@infopulse.ro</a>.<br>
- For updates please visit periodically our site located at <a
- href="http://www.proxy-pro.com" target="newwin">http://www.proxy-pro.com</a>.
- <br>
-
- <p><%Response.Write(GateKeeper.Version)%> is brought to you by <a href="http://www.infopulse.net"
- target="newwin"><img border="0" src="/loganib.gif" width="60" height="45"><img
- border="0" src="/logsmal2.gif" width="180" height="37"></a> </font></p>
- </body>
- </html>
-