Server IP : 103.6.199.200 / Your IP : 3.139.239.157 Web Server : Microsoft-IIS/10.0 System : Windows NT EMPUSA 10.0 build 20348 (Windows Server 2016) i586 User : EMPUSA$ ( 0) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/SolidCP/Server asp.net v4.5/ |
Upload File : |
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="SolidCP.Server.DefaultPage" %> <!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 id="Head1" runat="server"> <title>SolidCP Server</title> <style> BODY { margin:0px; padding: 10px; font-family: Tahoma, Arial; font-size: 10pt; } .Content { width: 400px; margin-top: 30px; margin-left: auto; margin-right: auto; text-align: center; } H1 { font-family: Arial, Tahoma; font-size: 18pt; margin-top: 40px; margin-bottom: 5px; font-weight: bold; padding: 4px; } TABLE { background-color: #e0e0e0; padding: 4px; } TD { padding: 8px; background-color: #ffffff; } .FieldName { width: 100px; font-weight: bold; } </style> </head> <body> <form id="AspForm" runat="server"> <div class="Content"> <div> <asp:Image ID="imgLogo" runat="server" /> </div> <h1>Server</h1> <table cellpadding="0" cellspacing="1" align="center"> <tr> <td class="FieldName">Status:</td> <td>Running</td> </tr> <tr> <td class="FieldName">Version:</td> <td><asp:Literal id="litVersion" runat="server"></asp:Literal></td> </tr> <tr> <td class="FieldName">URL:</td> <td><asp:Literal id="litUrl" runat="server"/></td> </tr> <tr> <td class="FieldName">ASP.NET Mode:</td> <td><asp:Literal id="litAspNetMode" runat="server"/></td> </tr> </table> <br /><br /> <a href="https://solidcp.com">SolidCP</a> © Copyright <%=DateTime.Now.Year%> All Rights Reserved. </div> </form> </body> </html>