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
<!--#include file="conn.asp" --> <!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" /> <link rel="stylesheet" href="css/style.css" type="text/css" media="screen" /> <title></title> <style type="text/css"> <!-- .STYLE1 { font-family: Verdana, Arial, Helvetica, sans-serif; } a{ position:relative; text-decoration:none; color:#666666; } a:hover{ position:relative; text-decoration:underline; } .txt_tishi{color:Gray;} --> </style> <script> function cls(){ var obj = event.srcElement ? event.srcElement : event.target; if(obj.value == obj.defaultValue) { obj.classList.remove("txt_tishi"); obj.value = ""; } } function res(){ var obj = event.srcElement ? event.srcElement : event.target; if(obj.value =="") { obj.setAttribute("class","txt_tishi"); obj.value = obj.defaultValue; } } </script> </head> <body style="width:1200px; margin:auto"> <table style="width:1200px; height:50px;margin:auto; background-color:#FFFFFF; border:0;" > <tr> <td width="1200"> <% server.Execute("head1.asp") %> </td> </tr> <tr> <td width="1200"> <table height="79" border="0" cellpadding="0" cellspacing="0" style="background-image:url(image/asc1_03.gif)"> <tr> <td width="200" rowspan="3"><div align="center"><a href="index.asp"><img src="image/ecoss.png" border="0" width="200"/></a></div></td> <td height="26" colspan="3" > </td> <td width="32" rowspan="3" > </td> </tr> <% newtypeid=Session("typeid") if newtypeid>0 then set rst=server.CreateObject("adodb.recordset") sqlt="select * from menu1 where id="&newtypeid&"" rst.open sqlt,conn,1,1 parentpath=rst("ParentPath") if len(parentpath)>1 then temp=split(parentpath,",") newtypeid=temp(1) end if end if %> <tr> <form method="post" name="search" action="SearchProduct.asp?action=search"> <td width="594" height="38" valign="top"> <div style="text-align:right"> <% set rs=server.CreateObject("adodb.recordset") sql="select * from menu1 where cid=0" rs.open sql,conn,1,1 %> <input type="text" style="width:440px; height:30px;border:#D5D5D5 1px solid;" name="searchtext" class = "txt_tishi" value="Enter a Item#(6 digits, e.g.160823) or Keywords" onfocus="cls()" onblur="res()"/> </div> </td> <td width="180" valign="top"><select name="typeid" style="height:35px; width:180px"> <option value="0" >All Categories</option> <% do while not rs.eof if rs("id")=Cint(newtypeid) then %> <option value="<%=rs("id")%>" selected="selected"><%=rs("CName")%></option> <% else %> <option value="<%=rs("id")%>" ><%=rs("CName")%></option> <% end if rs.movenext loop %> </select></td> <td width="186" valign="top" align="left"><input type="image" src="image/search.jpg" style="height:35px"/></td> </form> </tr> </table></td> </tr> </table> </body> </html>