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
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%> <!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"> <!--#include file="conn1.asp"--> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>Featured Goods</title> </head> <body style="width:800"> <div style="margin-top:10px; width:800px; float:none"> <% set rs7=server.CreateObject("adodb.recordset") sql7="select top 50 * from newproductlist where tejia=1 order by uptime desc" rs7.open sql7,conn,1,1 do while not rs7.eof %> <div style="float:left; width:199px;"> <table style="width:199px; border:0; height:230px; text-align:center" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td align="center"> <a href="productdetail.asp?ID=<%=rs7("productid")%>&typeid=<%=rs7("typeid")%>" target="_blank"><img border="0" src="<%=rs7("ImgPrev")%>" width="150" alt="Press this to show the detail" ></a> </td> </tr> <tr> <td> <% T2=rs7("productname") if len(T2)>60 then T2=left(T2,57)&"..." end if %> <a href="productdetail.asp?ID=<%=rs7("productid")%>&typeid=<%=rs7("typeid")%>"><font style="font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px" ><%=T2%></font></a> </td> </tr> <tr> <% if rs7("tejia")=1 then %> <td> <p style="font:Verdana, Arial, Helvetica, sans-serif; font-size:14px; color:#00a0e9">Price($):<%=rs7("price2")%></font></p> </td> <% else %> <td> <p style="font:Verdana, Arial, Helvetica, sans-serif; font-size:14px; color:#00a0e9">Price($):<%=rs7("price1")%></font></p> </td> </tr> <% end if if productuse=0 then %> <tr> <td> </td> </tr> <% end if %> </table> </div> <% rs7.movenext loop rs7.close set rs7=nothing %> </body> </html>