Server IP : 103.6.199.200 / Your IP : 18.223.195.127 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:/Domains/synergyw/chat.synergywebfront.com/wwwroot/ |
Upload File : |
<%@ page language="VB" autoeventwireup="false" inherits="Purge, App_Web_0bjehkfj" %> <!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></title> </head> <body> <form id="form1" runat="server"> <div> <asp:Button ID="Button1" runat="server" Text="Purge Data Except "UPDATES/CLIENTS/PUBLIC_IP"" ForeColor="#FF0066" /> <br /> <br /> <table> <tr> <td>License No</td> <td> <asp:TextBox ID="txtLicenseNo" runat="server" ></asp:TextBox> </td> <td> <asp:Button ID="btnGetInfo" runat="server" Text="Get Info" /> </td> </tr> <tr> <td></td> <td>Current Activation</td> <td>Request Activation</td> </tr> <tr> <td></td> <td> <asp:TextBox ID="txtCurrentActivation" runat="server" TextMode="MultiLine" Rows="10" ></asp:TextBox> </td> <td> <asp:TextBox ID="txtRequestActivation" runat="server" TextMode="MultiLine" Rows="10" ></asp:TextBox> </td> </tr> <tr> <td>Enter Password</td> <td><asp:TextBox ID="txtPassword" runat="server" ></asp:TextBox></td> <td> <asp:Button ID="btnActivate" runat="server" Text="Activate" /> </td> </tr> </table> </div> <div id="divOutput" runat="server"> </div> </form> </body> </html>