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/cae6aa2e/15328683/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : D:/tmp_aspnet/root/cae6aa2e/15328683/App_Web_jlgbcwx1.3.cs
?#pragma checksum "D:\wwwroot\anlian2025\wwwroot\check\CheckMessage2.aspx.cs" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "BD2A0FE45BBDBDFC454055C9E08E322AEEC553F5"

#line 1 "D:\wwwroot\anlian2025\wwwroot\check\CheckMessage2.aspx.cs"
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.Data.SqlClient;
using WebApp.Components;

public partial class CheckMessage2 : System.Web.UI.Page
{
    Feedback feedback = new Feedback();
    SystemTools systemtools = new SystemTools();
    Time time = new Time();
    protected void Page_Load(object sender, EventArgs e)
    {
        string strResult = "";
        string strTitle = null;
        string strRealname = null;
        string strPhone = null;
        string strEmail = null;
        string strContent = null;

        bool returnValue = false;
        returnValue = systemtools.StartProcessRequest();
        if (returnValue == true)
        {
            strTitle = Request["Title"];
            strRealname = Request["Realname"];
            strPhone = Request["Phone"];
            strEmail = Request["Email"];
            strContent = Request["Content"];

            if (feedback.AddSingleMessage(strTitle, strRealname, strPhone, strEmail, strContent, DateTime.Now.ToString()) > 0)
            {
                strResult = "success";
            }
            else
            {
                strResult = "failure";
            }
        }
        else
        {
            strResult = "error";
        }

        Response.Write(strResult);
        Response.End();
    }
}



#line default
#line hidden