403Webshell
Server IP : 209.209.40.120  /  Your IP : 216.73.217.112
Web Server : Microsoft-IIS/10.0
System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586
User : NEWWWW$ ( 0)
PHP Version : 8.3.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /Program Files (x86)/Mail Enable/Bin/NETWebAdmin/Mondo/lang/sys/Forms/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /Program Files (x86)/Mail Enable/Bin/NETWebAdmin/Mondo/lang/sys/Forms/DomainDetails.aspx
<%@ Register TagPrefix="uc1" TagName="uscStyleHeader" Src="../Controls/uscStyleHeader.ascx" %>
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="DomainDetails.aspx.vb" Inherits="MailEnable.Clients.WebAdmin.Mondo.DomainDetails" %>
<%@ Register TagPrefix="uc2" TagName="uscLanguageTokenMondo" Src="../Controls/uscLanguageToken.ascx" %>
<%@ Register TagPrefix="ucScriptsInclude" TagName="ScriptsInclude" Src="../Controls/ScriptsInclude.ascx" %>
<uc2:uscLanguageTokenMondo id="uscToken" runat="server"></uc2:uscLanguageTokenMondo>

<!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>
	<TITLE><%=uscToken.GetText("[ME_TXT-MailEnable - DomainDetails]")%></TITLE>
	<BASE target="_self">
	<META http-equiv="content-type" content="text/html;charset=UTF-8">
	<META http-equiv="Expires" content="0">
	<META http-equiv="Pragma" content="no-cache">
	<META http-equiv="Cache-Control" content="no-cache">
	<uc1:uscstyleheader id="UscStyleHeader1" runat="server"></uc1:uscstyleheader>
    <ucScriptsInclude:ScriptsInclude id="ScriptsInclude1" runat="server"></ucScriptsInclude:ScriptsInclude>		

        <style type="text/css">
            .popupWin_body_bg{
                -ms-overflow-style: none;
                overflow: auto;
            }
        </style>

        <script type="text/javascript" language="javascript">
		function browserResize() {
		    dialogResize();
		    var html_h = document.body.offsetHeight;
		    var foot_h = document.getElementById('popupWin_content_foot_js').clientHeight;
		    var inputList = document.getElementById('popupWin_content_scroll_js').clientHeight;
		    var padding = 30 + 40 + 2;
		    var resize_h = html_h - foot_h - padding;
		    $("#popupWin_content_scroll_js").height(resize_h);
		}
		window.onresize = function() {
		    browserResize();
		}
	</script>

</HEAD>
	
<BODY onload="browserResize()" class="popupWin_body_bg">
  <div class="popupWin_content_body">
    <div class="popupWin_content_body_inner">
      <div class="popupWin_content_shell">	    
		<form id="frmDomainDetails" runat="server"><%MailEnable.Utilities.WriteFormValidationField(Response, Session.SessionID, Session.Item("ME_VALIDATIONTOKEN"))%>
		  <div class="popupWin_content_shell_inner">
	        <div class="popupWin_content_scroll" id="popupWin_content_scroll_js">
			  <div class="popupWIn_content_scroll_inner">
				    
			    <div class="options_form_description" style="padding-bottom:10px;">
			      <%=uscToken.GetText("[ME_TXT-SMTPDomainsNeedToBeDefinedToAllowOthersToSendMailToYou.ListedBelowAreTheDetailsForAnSMTPDomain.]")%><br />
			      <asp:literal id="litError" Runat="server"></asp:literal>
			    </div>
				<asp:table id="tblMain" Runat="server" class="options_form_table">
				    <asp:TableRow>
						<asp:TableCell class="options_form_table_minWidth"><div class="options_form_label"><%=uscToken.GetText("[ME_TXT-Status]")%>:</div></asp:TableCell>
						<asp:TableCell>
							<asp:CheckBox ID="chkEnabled" Runat="server"></asp:CheckBox>
						</asp:TableCell>
					</asp:TableRow>
					<asp:TableRow>
						<asp:TableCell class="options_form_table_minWidth"><div class="options_form_label"><%=uscToken.GetText("[ME_TXT-DomainName]")%>:</div></asp:TableCell>
						<asp:TableCell ID="tblCellDomainName" Runat="server" style="color:#333">
							<asp:TextBox ID="txtDomainName" Runat="server" class="textfield"></asp:TextBox>
						</asp:TableCell>
					</asp:TableRow>
					<asp:TableRow>
					  <asp:TableCell colspan="2"><div class="options_form_gap"></div></asp:TableCell>
					</asp:TableRow>
					<asp:TableRow>
						<asp:TableCell class="options_form_table_minWidth"><div class="options_form_label"><%=uscToken.GetText("[ME_TXT-PostmasterMailbox]")%>:</div></asp:TableCell>
						<asp:TableCell ID="tblCellPostmaster" Runat="server" style="color:#333">
							<asp:DropDownList ID="ddlPostmaster" Runat="server" CssClass="ME_Input"></asp:DropDownList>
						</asp:TableCell>
					</asp:TableRow>
					<asp:TableRow>
						<asp:TableCell class="options_form_table_minWidth"><div class="options_form_label"><%=uscToken.GetText("[ME_TXT-AbuseMailbox]")%>:</div></asp:TableCell>
						<asp:TableCell ID="tblCellAbuse" Runat="server" style="color:#333">
							<asp:DropDownList ID="ddlAbuse" Runat="server" CssClass="ME_Input"></asp:DropDownList>
						</asp:TableCell>
					</asp:TableRow>
					<asp:TableRow>
						<asp:TableCell class="options_form_table_minWidth"><div class="options_form_label"><%=uscToken.GetText("[ME_TXT-Catch-AllMailbox]")%>:</div></asp:TableCell>
						<asp:TableCell ID="tblCellCatchAll" Runat="server" style="color:#333">
							<asp:DropDownList ID="ddlCatchAll" Runat="server" CssClass="ME_Input"></asp:DropDownList>
						</asp:TableCell>
					</asp:TableRow>
					<asp:TableRow>
					  <asp:TableCell colspan="2"><div class="options_form_gap"></div></asp:TableCell>
					</asp:TableRow>
					<asp:TableRow ID="trDomainRedirection">
						<asp:TableCell class="options_form_table_minWidth"><div class="options_form_label"><%=uscToken.GetText("[ME_TXT-DomainRedirection]")%>:</div></asp:TableCell>
						<asp:TableCell ID="tblCellRedirection" Runat="server" style="color:#333">
							<asp:DropDownList ID="ddlRedirectionStatus" Runat="server" CssClass="ME_Input"></asp:DropDownList>
						</asp:TableCell>
					</asp:TableRow>
					<asp:TableRow ID="trDomainRedirectionHost">
						<asp:TableCell></asp:TableCell>
						<asp:TableCell style="color:#333">
						
						    <asp:Table ID="tblRedirection" Runat="server" CellPadding="0" CellSpacing="0" BorderWidth="0" class="options_form_table">
								<asp:TableRow>
						            <asp:TableCell style="color:#333" class="options_form_table_minWidth"><div class="options_form_label" style="padding-right:5px;"><%=uscToken.GetText("[ME_TXT-Host]")%>:</div></asp:TableCell>
						            <asp:TableCell>
							            <asp:TextBox ID="txtRedirectionHost" Runat="server" class="textfield"></asp:TextBox>
						            </asp:TableCell>
								</asp:TableRow>
							</asp:Table>
						
						</asp:TableCell>
				    </asp:TableRow>
				</asp:table>
			
	          </div><!-- popupWin_content_scroll_inner -->
			</div><!-- popupWin_content_scroll -->
		    
		    <div class="popupWin_content_foot" id="popupWin_content_foot_js">
	          <asp:button id="btnAction" Runat="server" CssClass="ME_Button" Style="cursor:pointer;width:80px"></asp:button>&nbsp;<asp:button id="btnCancel" Runat="server" CssClass="ME_Button" Style="cursor:pointer;width:80px"></asp:button>
	        </div>
	        
	      </div><!-- popupWin_content_shell_inner -->
        </form>      
    </div><!-- popupWin_content_shell -->
  </div><!-- popupWin_content_body_inner -->
</div><!-- popupWin_content_body -->

</BODY>
</HTML>

Youez - 2016 - github.com/yon3zu
LinuXploit