MOON
Server: Apache/2.2.34 (Unix) mod_ssl/2.2.34 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 FrontPage/5.0.2.2635
System: Linux server.asjudinet.com 2.6.32-042stab141.3 #1 SMP Fri Nov 15 22:45:34 MSK 2019 i686
User: asjudine (504)
PHP: 5.2.17
Disabled: NONE
Upload Files
File: //usr/local/frontpage/currentversion/admin/1033/newsrvr.htm
<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" name="CharsetDefinition"> <meta name="GENERATOR" content="Microsoft FrontPage 5.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <meta name="Version" content= "5.0.2.2634" > 
<title>Install</title>
<link rel="stylesheet" type="text/css" href="/_vti_bin/_vti_adm/1033/webadmin.css"> 
<script language="Javascript">
function    Visascii(ch)
{
    return (!(ch.charCodeAt(0) & 0x80)); 
}

function Visspace(ch) 
{
    return (ch.charCodeAt(0) == 32) || ((9 <= ch.charCodeAt(0)) && (ch.charCodeAt(0) <= 13)); 
}

function stripWS(str)
{
    var b = 0;
    var e = str.length;
    while (str.charAt(b) && (Visascii(str.charAt(b)) && Visspace(str.charAt(b))))
        b++;
    while ((b < e) && (Visascii(str.charAt(e-1)) && Visspace(str.charAt(e-1))))
        e--;
    return ((b>=e)?"":str.substring(b, e ));
}

var L_NoFieldEmpty_TEXT = " field can't be empty.";
function CheckForEmptyField(text_orig,field_name)
{
    var text = stripWS(text_orig);
    if (text.length == 0)
    {
        alert(field_name + L_NoFieldEmpty_TEXT);
        return false;
    }
    return (true);
}

function CheckForEmptyFieldNoAlert(text_orig)
{
    var text = stripWS(text_orig);
    if (text.length == 0)
    {
        return false;
    }
    return (true);
}

var L_WrongEmailName1_TEXT = "The e-mail address specified in the ";
var L_WrongEmailName2_TEXT = " box is not complete. Please type a complete e-mail address, in the format name@domain.";
var L_TextWithoutSpaces1_TEXT="You must enter text without spaces in field ";

function CheckForAtSighInEmailName(text_orig,field_name)
{
    var text = stripWS(text_orig);
    if (!CheckForEmptyField(text_orig,field_name)) return false;
    var indexAt = 0;
    var countAt = 0;
    var countSpace = 0;
    var len = text.length;
    while(len--)
    {
        if (text.charAt(len) == '@') 
        {
            indexAt = len;
            countAt++;
        }  
        if (text.charAt(len) == ' ')
            countSpace ++;

    }    
    if ((countAt == 0) ||
        (indexAt == 0) ||
        (indexAt == (text.length-1))
        )
    {
        alert(L_WrongEmailName1_TEXT + field_name + L_WrongEmailName2_TEXT);
        return false;
    }    

    if (countSpace !=0 )
    {
        alert(L_TextWithoutSpaces1_TEXT + field_name);
        return false;

    }
    return (true);
}

var L_DBServer_TEXT = "Database Server";
var L_DBAdmin_TEXT = "Database Account Username";

function sendCancel()
{
    document.forms.pages.submit();
}

function send()
{
<ows:if type=global name=hasCollabSupport condition=equal result=true>
 <ows:if type=curr_cntx name=isMSDEDefault condition=equal  result=false>
   <ows:if type=global name=isDbDefaultsExist condition=equal result=true>
    if (!document.forms.frm.usedbdefaults.checked)  
    {
        if (!CheckForEmptyField(document.forms.frm.V_PROP_DB_SERVER.value,L_DBServer_TEXT)) return false;
        if (!CheckForEmptyField(document.forms.frm.databaseuser.value,L_DBAdmin_TEXT)) return false;
    }
   </ows:if> 
 </ows:if> 
</ows:if> 
   return true;
}

<ows:if type=vserver name=VserverExists condition=notequal result=true>
function prefill()
{
    var main_form = document.forms.frm;
    var in_port = "<ows:var type=parameter name=port></ows:var>";
    var len = in_port.length;
    if (len <=0 )
        return;
    var indx = in_port.indexOf(":");
    if (indx > -1)
    {
        main_form.multihost.value = in_port.substr(0,indx);
        main_form.port.value = in_port.substr(indx+1,len);
    }
    else
    {
        main_form.port.value = in_port;
    }
}
</ows:if>

</script>
</head>

    <ows:if type=vserver name=VserverExists condition=equal result=true>
        <body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" text="#000000" link="#1B55FB" vlink="#BB1CFF" alink="#FF1C2C"  > 
    </ows:if>
    <ows:if type=vserver name=VserverExists condition=notequal result=true>
        <body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" text="#000000" link="#1B55FB" vlink="#BB1CFF" alink="#FF1C2C"  onload="javascript:prefill();"> 
    </ows:if>

<table border="0" width="100%" height="100%" cellpadding=0 cellspacing=0 class=main>
<script Language="javascript">
var L_helplink_text="1033";

function HelpWindow(strHelpUrl)
{

	var url = "/_vti_bin/_vti_adm/help/" + L_helplink_text;

 <ows:if type=global name=hasCollabSupport condition=equal result=true>
	url +="/collab/";
 </ows:if>
 <ows:if type=global name=hasCollabSupport condition=notequal result=true>
 	url +="/publish/";
 </ows:if>
	url += strHelpUrl;

    var wndHelp = window.open(url, "MSOWSHELP", "width=187,height=500,menubar,scrollbars,toolbar,resizable");
}
</script>
 <tr>
  <td width=100% valign="top" colspan=6>
   <table width=100% border="0" class="ms-bannerframe" cellpadding=3 cellspacing=0>
    <tr>
     <td nowrap valign="middle" align="left"><img alt="Logo" src="/_vti_bin/offlogo.gif" width="28" height="28" id=Image1></td>
     <td nowrap class="ms-banner" align=left height=34>
      <a ACCESSKEY=M href="fpadmcgi.exe?page=fpadmin.htm" ID=Administration><ID ID=Administration2>Administration</ID></a>
      <font size="2" color="#FFFFFF">|</font>
      <ID><a ACCESSKEY=P href="javascript:HelpWindow('wsgHome.htm');" ID=help ><ID ID=Help2collab>Help</ID></a></ID>
     </td>
     <td width=99%>&nbsp;</td>
    </tr>
   </table>
  </td>
 </tr>

<tr> <td valign=top class="leftbar" colspan=4> <table width=100% border="0" class="TitleArea" cellpadding=3> <tr> <td style="padding-bottom: 0px"> <table width=100% cellpadding=0 cellspacing=0 border=0> <tr> <td align=center valign=top nowrap width="105" height="40"> <img alt="Icon" src= /_vti_bin/settings.gif  width="43" height="43" id=icon_alt> </td> <td width=27>&nbsp; </td> <td nowrap> <table cellpadding=0 cellspacing=0 border=0> <tr> <td nowrap class="TitleArea"> <ows:if type=global name=hasCollabSupport condition=equal result=true>FrontPage Server Extensions 2002</ows:if><ows:if type=global name=hasCollabSupport condition=notequal result=true>FrontPage Server Extensions 2002</ows:if> </td> </tr> <tr> <td ID=AdminPageTitle nowrap class="PageTitle"><ows:if type=vserver name=VserverExists condition=notequal result=true><LocID ID=AdminPageTitle1>Extend virtual server with </LocID><ows:if type=global name=hasCollabSupport condition=equal result=true>FrontPage Server Extensions 2002</ows:if><ows:if type=global name=hasCollabSupport condition=notequal result=true>FrontPage Server Extensions 2002</ows:if><ID ID=nbsp1>&nbsp;</ID></ows:if><ows:if type=vserver name=VserverExists condition=equal result=true><LocID ID=AdminPageTitle2>Upgrade Virtual Server with </LocID><ows:if type=global name=hasCollabSupport condition=equal result=true>FrontPage Server Extensions 2002</ows:if><ows:if type=global name=hasCollabSupport condition=notequal result=true>FrontPage Server Extensions 2002</ows:if><ID ID=nbsp2>&nbsp;</ID></ows:if></td> </tr> </table> </td> </tr> </table> <table cellpadding=0 cellspacing=0 border=0 width=100%> <tr> <td height=5 colspan=5><img src="/_vti_bin/blank.gif" width="1" height="1"></td> </tr> <tr> <td class="SectionLine" height=2 colspan=5><img src="/_vti_bin/blank.gif" width="1" height="1"></td> </tr> </table> </td> <td width=1px></td> </tr> </table> </td> </tr> 

 <tr valign=top>
  <TD height=100% class=ms-nav> <TABLE height=100% class=ms-navframe CELLPADDING=0 CELLSPACING=4 border="0" width=133px> <tr valign=top> <td width=100%>&nbsp;</td> <td class=ms-verticaldots>&nbsp;</td> </tr> </TABLE> </TD> 
  <td valign=top height="100%" width="100%">
   <table class=propertysheet border="0" width="100%" cellspacing="4" cellpadding="0">
 <!-- Page description-->
    <TR>

   <ows:if type=vserver name=VserverExists condition=notequal result=true>
     <TD class=PropertySheet ID=DescriptionText colspan=3>Use this page to extend a virtual server with <ows:if type=global name=hasCollabSupport condition=equal result=true>FrontPage Server Extensions 2002</ows:if><ows:if type=global name=hasCollabSupport condition=notequal result=true>FrontPage Server Extensions 2002</ows:if><ID ID=nbsp4>.</ID></TD>
   </ows:if> 

    <ows:if type=vserver name=VserverExists condition=equal result=true>
     <TD class=PropertySheet ID=DescriptionText1 colspan=3>Use this page to upgrade a virtual server with <ows:if type=global name=hasCollabSupport condition=equal result=true>FrontPage Server Extensions 2002</ows:if><ows:if type=global name=hasCollabSupport condition=notequal result=true>FrontPage Server Extensions 2002</ows:if><ID ID=nbsp3>.</ID></TD>
   </ows:if> 

     <td width=1px></td> 
    </TR>
    <TR>
     <td height=2 colspan=3><img src="/_vti_bin/blank.gif" width="1" height="1"></td> 
    </TR>
    <TR>
	 <td>
	  <table border="0" cellspacing="0" cellpadding="0">
	   <tr>
	   <ows:if type=error name=all condition=notequal result=>
	    <td><IMG src="/_vti_bin/warn_lg.gif"></td>
		<td>&nbsp;</td>
        <TD class="err" id=ErrorMessage><ows:var type=error name=all></ows:var></TD>
	   </ows:if> 
	   </tr>
	  </table>
	 </td>
    </TR>
    <TR>
     <TD>
 <!-- New Sub Web Section -->
      <TABLE class=propertysheet border="0" width="100%" cellspacing="0" cellpadding="0">
       <TR><TD class=ThinSectionLine height=1 colspan=4><IMG src="/_vti_bin/blank.gif" height=1 width=1></TD>
       </TR>
       <TR>
        <TD class="descriptiontext" rowspan="5" valign="top" align="left" width=75%>
         <TABLE border=0 cellpadding=1 cellspacing=0>
          <TR>

   <ows:if type=vserver name=VserverExists condition=notequal result=true>
           <TD ID=Section1 class=SectionHeader height=28 valign=top>Server to Extend</TD>
   </ows:if> 

    <ows:if type=vserver name=VserverExists condition=equal result=true>
           <TD ID=Section1 class=SectionHeader height=28 valign=top>Server to Upgrade</TD>
   </ows:if> 

          </TR>
          <TR>
           <TD ID=Desc1 class="descriptiontext">The following virtual server will be extended.</TD>
          </TR>
          <TR>
           <TD class="descriptiontext"><IMG src="/_vti_bin/blank.gif" height=1 width=1></TD>
          </TR>
         </TABLE>
        </TD>
       </TR>
       <TR>
        <TD height=3 colspan=2 class="AuthoringControls"><IMG src="/_vti_bin/blank.gif" height=1 width=1></TD>
       </TR>
       <TR>
        <TD class="Authoringcontrols" colspan=2 height=6><IMG src="/_vti_bin/blank.gif" height=1 width=1></TD>
       </TR>
<form action=fpadmcgi.exe method="POST" name=frm onSubmit="return(send());">

    <ows:if type=vserver name=VserverExists condition=equal result=true>
    <input type="hidden" name="port" value="<ows:var type=parameter name=port></ows:var>">
    </ows:if>

    <input type="hidden" name="frport" value="<ows:var type=parameter name=frport></ows:var>">
    <input type="hidden" name="operation" 

<ows:if type=vserver name=VserverExists condition=equal result=true>

    value="upgrade"

</ows:if>  

<ows:if type=vserver name=VserverExists condition=notequal result=true>
    value="install"
</ows:if>  
    >  
    <input type="hidden" name="page" value="newsrvr.htm">
    <input type="hidden" name="nextpage" value="fpadmin.htm">

       <TR>
        <TD class="AuthoringControls">
         <TABLE border="0" width="100%" cellspacing="0" cellpadding="0">
          <TR>
           <TD class="AuthoringControls"><IMG src="/_vti_bin/blank.gif" height=1 width=4></TD>
           <TD class="AuthoringControls" ID=WebName colspan=2>Virtual server name:</TD>
          </TR>
          <TR>
           <TD class="AuthoringControls"><IMG src="/_vti_bin/blank.gif" height=1 width=4></TD>
           <TD class="AuthoringControls"><ows:var type=parameter name=frport></ows:var>
          </TR>
            <tr><td>&nbsp;</td><td>&nbsp;</td></tr>

<ows:if type=vserver name=VserverExists condition=notequal result=true>
          <TR>
           <TD class="AuthoringControls"><IMG src="/_vti_bin/blank.gif" height=1 width=20px></TD>
           <TD class="AuthoringControls" ID="ServerConfigFilePath">Server Configuration File Path:</td>
          </TR>
          <TR>
           <TD class="AuthoringControls"><IMG src="/_vti_bin/blank.gif" height=1 width=4></TD>
           <TD class="AuthoringControls"><input type="text" size="50" name="servconf" 
        <ows:if type=parameter name=servconf condition=equal result=>
            value="<ows:var type=vserver name=servconf></ows:var>">
        </ows:if>
        <ows:if type=parameter name=servconf condition=notequal result=>
            value="<ows:var type=parameter name=servconf></ows:var>">
        </ows:if>
           </td>
          </TR>

          <TR>
           <TD class="AuthoringControls"><IMG src="/_vti_bin/blank.gif" height=1 width=4></TD>
           <TD class="AuthoringControls" ID=PortName colspan=2>Port:</TD>
          </TR>
          <tr>
           <TD class="AuthoringControls"><IMG src="/_vti_bin/blank.gif" height=1 width=20px></TD>
           <td><input type="text" size="50" name="port" maxlength=256 value="<ows:var type=parameter name=port></ows:var>">&nbsp;&nbsp;</td>
          </tr>

          <TR>
           <TD class="AuthoringControls"><IMG src="/_vti_bin/blank.gif" height=1 width=4></TD>
           <TD class="AuthoringControls" ID=HostName colspan=2>Host name:</TD>
          </TR>
          <tr>
           <TD class="AuthoringControls"><IMG src="/_vti_bin/blank.gif" height=1 width=20px></TD>
           <td><input type="text" size="50" name="multihost" maxlength=256 value="<ows:var type=parameter name=multihost></ows:var>">&nbsp;&nbsp;</td>
          </tr>
</ows:if>

         </TABLE>
        </TD>
       </TR>
       <TR>
        <TD class="AuthoringControls" height=20px colspan=2><IMG src="/_vti_bin/blank.gif" height=1 width=1></TD>
       </TR>

       <TR><TD class=ThinSectionLine height=1 colspan=4><IMG src="/_vti_bin/blank.gif" height=1 width=1></TD>
       </TR>
       <TR>
        <TD class="descriptiontext" rowspan="4" valign="top" align="left" width=75%>
         <TABLE border="0" cellpadding=1 cellspacing=0>

          <TR>
           <TD ID=Section2 class=SectionHeader height=28 valign=top>Administrator</TD>
          </TR>
          <TR>
           <TD ID=Desc2 class="descriptiontext">Specify an administrator account for this virtual server.  
           </TD>
          </TR>
          <TR>
           <TD class="descriptiontext"><IMG src="/_vti_bin/blank.gif" height=1 width=1></TD>
          </TR>
         </TABLE>
        </TD>
       </TR>
       <TR>
        <TD class="AuthoringControls" height=5px colspan=2><IMG src="/_vti_bin/blank.gif" height=1 width=1></TD>
       </TR>
       <TR>
        <TD class="AuthoringControls">
         <TABLE border="0" width="100%" cellspacing="0" cellpadding="0">
          <TR>
           <TD class="AuthoringControls">
            <TABLE border="0" width="100%" cellspacing="0" cellpadding="0">
             <TR>
              <TD class="AuthoringControls"><IMG src="/_vti_bin/blank.gif" height=1 width=10px></TD>
              <TD class="AuthoringControls" ID=Admin>Administrator user name:</TD>
             </TR>
             <TR>
              <TD class="AuthoringControls"><IMG src="/_vti_bin/blank.gif" height=1 width=2></TD>
              <TD class="AuthoringControls">
                <input type="text" size="50" name="username" maxlength=256 ID=EnterAdminName 
                value="<ows:var type=curr_cntx name=current_user></ows:var>">
              </TD>
             </TR>
             <tr> <TD class="AuthoringControls"><IMG src="/_vti_bin/blank.gif" height=1 width=20px></TD> <td ID="AdminAccountPassword">Administrator Account Password:</td> </tr> <tr> <TD class="AuthoringControls"><IMG src="/_vti_bin/blank.gif" height=1 width=20px></TD> <td><input type="password" size="50" name="password"></td> </tr> <tr> <td></td> <td></td> </tr> <tr> <TD class="AuthoringControls"><IMG src="/_vti_bin/blank.gif" height=1 width=20px></TD> <td ID="UnixUserAccountName">UNIX User Account Username:</td> </tr> <tr> <TD class="AuthoringControls"><IMG src="/_vti_bin/blank.gif" height=1 width=20px></TD> <td><input type="text" name="xu" size="50" value="<ows:var type=parameter name=xu>"></td> </tr> <tr> <TD class="AuthoringControls"><IMG src="/_vti_bin/blank.gif" height=1 width=20px></TD> <td ID="UnixGroupAccountName">UNIX Group Account Name:</td> </tr> <tr> <TD class="AuthoringControls"><IMG src="/_vti_bin/blank.gif" height=1 width=20px></TD> <td><input type="text" name="xg" size="50" value="<ows:var type=parameter name=xg>"></td> </tr> 
            </TABLE>
           </TD>
          </TR>
         </TABLE>
        </TD>
       </TR>
       <TR>
        <TD class="AuthoringControls" height=20px colspan=2><IMG src="/_vti_bin/blank.gif" height=1 width=1></TD>
       </TR>

       <TR><TD class=ThinSectionLine height=2 colspan=4><IMG src="/_vti_bin/blank.gif" height=1 width=1></TD>
       </TR>
       <TR>
        <TD>&nbsp;</TD>
       </TR>
       <TR>
        <TD align="right" colspan=2 ID=diidSubmitsection>
         <input type="submit" name="Submit" value="  Submit  " id="btnSubmit">
         <input type=button name="BackToAdminWeb" id="btnDefault" value="Cancel" 
        <ows:if type=parameter name=ReturnPage condition=equal result=>
          onClick="document.location='fpadmcgi.exe?page=fpadmin.htm';"
        </ows:if>  
        <ows:if type=parameter name=ReturnPage condition=notequal result=>
          onClick="sendCancel();"
        </ows:if>  
         >
        </TD>
       </TR>
      </TABLE>
     </TD>
    </TR>
   </TABLE>
  </TD>
 </TR>
</table>
</form>
<form action=fpadmcgi.exe method=get name=pages>
    <input type="hidden" name="page" value="vadmin.htm">
    <input type="hidden" name="port" value="<ows:var type=parameter name=port>">
    <input type="hidden" name="frport" value="<ows:var type=parameter name=frport>">
</form>

</body>
</html>