918博天堂

Server : Microsoft-IIS/10.0
System : Windows NT EBS-6136 10.0 build 17763 (Windows Server 2016) i586
User : jxgj ( 0)
PHP Version : 7.0.33
Disable Function : passthru,exec,system,shell_exec,proc_open,popen,pcntl_exec,socket_bind,stream_socket_server
Directory :  D:/tmp_aspnet/root/d4eda5ca/922166cb/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : D:/tmp_aspnet/root/d4eda5ca/922166cb/App_Web_i3wndeqb.0.cs
?#pragma checksum "D:\wwwroot\yitongso\wwwroot\en\message\add_inc.ascx" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "1065B60DEAD177136E71691C4AE55BE7F2EAFCC6"
//------------------------------------------------------------------------------
// <auto-generated>
//     此代码由工具天生。
//     运行时版本:4.0.30319.42000
//
//     对此文件的更改可能会导致不正确的行为,并且若是
//     沉新天生代码,这些更改将会迷失。
// </auto-generated>
//------------------------------------------------------------------------------

namespace ASP {
    
    #line 327 "C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\web.config"
    using System.Collections;
    
    #line default
    #line hidden
    
    #line 333 "C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\web.config"
    using System.Text;
    
    #line default
    #line hidden
    
    #line 340 "C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\web.config"
    using System.Web.Profile;
    
    #line default
    #line hidden
    
    #line 341 "C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\web.config"
    using System.Web.UI;
    
    #line default
    #line hidden
    
    #line 328 "C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\web.config"
    using System.Collections.Generic;
    
    #line default
    #line hidden
    
    #line 3 "D:\wwwroot\yitongso\wwwroot\en\message\add_inc.ascx"
    using SanJin.Common;
    
    #line default
    #line hidden
    
    #line 332 "C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\web.config"
    using System.Linq;
    
    #line default
    #line hidden
    
    #line 345 "C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\web.config"
    using System.Xml.Linq;
    
    #line default
    #line hidden
    
    #line 338 "C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\web.config"
    using System.Web.SessionState;
    
    #line default
    #line hidden
    
    #line 5 "D:\wwwroot\yitongso\wwwroot\en\message\add_inc.ascx"
    using SanJin.CMS.Access;
    
    #line default
    #line hidden
    
    #line 331 "C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\web.config"
    using System.Configuration;
    
    #line default
    #line hidden
    
    #line 335 "C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\web.config"
    using System.Web;
    
    #line default
    #line hidden
    
    #line 337 "C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\web.config"
    using System.Web.DynamicData;
    
    #line default
    #line hidden
    
    #line 336 "C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\web.config"
    using System.Web.Caching;
    
    #line default
    #line hidden
    
    #line 342 "C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\web.config"
    using System.Web.UI.WebControls;
    
    #line default
    #line hidden
    
    #line 330 "C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\web.config"
    using System.ComponentModel.DataAnnotations;
    
    #line default
    #line hidden
    
    #line 2 "D:\wwwroot\yitongso\wwwroot\en\message\add_inc.ascx"
    using System.Data;
    
    #line default
    #line hidden
    
    #line 339 "C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\web.config"
    using System.Web.Security;
    
    #line default
    #line hidden
    
    #line 326 "C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\web.config"
    using System;
    
    #line default
    #line hidden
    
    #line 343 "C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\web.config"
    using System.Web.UI.WebControls.WebParts;
    
    #line default
    #line hidden
    
    #line 334 "C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\web.config"
    using System.Text.RegularExpressions;
    
    #line default
    #line hidden
    
    #line 329 "C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\web.config"
    using System.Collections.Specialized;
    
    #line default
    #line hidden
    
    #line 4 "D:\wwwroot\yitongso\wwwroot\en\message\add_inc.ascx"
    using SanJin.Data.Access;
    
    #line default
    #line hidden
    
    #line 344 "C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\web.config"
    using System.Web.UI.HtmlControls;
    
    #line default
    #line hidden
    
    
    [System.Runtime.CompilerServices.CompilerGlobalScopeAttribute()]
    public class en_message_add_inc_ascx : global::System.Web.UI.UserControl {
        
        private static bool @__initialized;
        
        private static object @__stringResource;
        
        
        #line 6 "D:\wwwroot\yitongso\wwwroot\en\message\add_inc.ascx"
                       
    public int channelid;
    public int level, isemot;
    public string des;
    public string[] arremot;
    public AfConfig af;
    string lang = "en";
    protected void Page_Load(object sender, EventArgs e)
    {
        des = "";
        level = 0;
        isemot = 0;
        MessageSetConfig setobj = Message.Set_CacheOne(channelid, lang);
        if (setobj != null)
        {
            level = setobj.level;
            isemot = setobj.isemot;
            des = setobj.des;
            string emotlist = setobj.emotlist;
            arremot = emotlist.Split('|');
        }
        if (Inc.Post("ac") == "ad")
        {
            string verifycode = Cookie.getCookie("viCode");
            string vcode = Inc.Post("txtcode");
            if (verifycode == "" || vcode == "")
            {
                Inc.AlertAndBack("The captcha is not correct");
            }
            if (verifycode != Inc.MD5(vcode))
            {
                Inc.AlertAndBack("The captcha is not correct");
            }
            bool r = Message.Add(channelid, lang);
            if (r)
            {
                if (level == 1)
                {
                    Inc.AlertAndTohref("Thank you for your message", "list.aspx");
                }
                if (level == 2)
                {
                    Inc.AlertAndTohref("Thank you for your message", "list.aspx");
                }
                if (level == 3)
                {
                    Inc.AlertAndTohref("Thank you for your message", "add.aspx");
                }
            }
            else
            {
                Inc.WinColse("您提交的信息含有犯法信息,被屏蔽");
            }
        }
        af = Af.CacheOne(channelid, lang);
    }

        #line default
        #line hidden
        
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        public en_message_add_inc_ascx() {
            ((global::System.Web.UI.UserControl)(this)).AppRelativeVirtualPath = "~/en/message/add_inc.ascx";
            if ((global::ASP.en_message_add_inc_ascx.@__initialized == false)) {
                global::ASP.en_message_add_inc_ascx.@__stringResource = this.ReadStringResource();
                global::ASP.en_message_add_inc_ascx.@__initialized = true;
            }
        }
        
        protected System.Web.Profile.DefaultProfile Profile {
            get {
                return ((System.Web.Profile.DefaultProfile)(this.Context.Profile));
            }
        }
        
        protected System.Web.HttpApplication ApplicationInstance {
            get {
                return ((System.Web.HttpApplication)(this.Context.ApplicationInstance));
            }
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        private void @__BuildControlTree(en_message_add_inc_ascx @__ctrl) {
            @__ctrl.SetRenderMethodDelegate(new System.Web.UI.RenderMethod(this.@__Render__control1));
        }
        
        private void @__Render__control1(System.Web.UI.HtmlTextWriter @__w, System.Web.UI.Control parameterContainer) {
            @__w.Write("\r\n<div id=\"zylxmessage\">\r\n<form name=\"form1\" method=\"post\" action=\"add.aspx?chann" +
                    "elid=");
            
            #line 64 "D:\wwwroot\yitongso\wwwroot\en\message\add_inc.ascx"
                                                    @__w.Write(channelid);

            
            #line default
            #line hidden
            this.WriteUTF8ResourceString(@__w, 0, 2213, true);
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        protected override void FrameworkInitialize() {
            base.FrameworkInitialize();
            this.SetStringResourcePointer(global::ASP.en_message_add_inc_ascx.@__stringResource, 0);
            this.@__BuildControlTree(this);
        }
    }
}