Windows NT HGWS2 10.0 build 14393 (Windows Server 2016) AMD64
Microsoft-IIS/10.0
: | : 3.14.72.80
Cant Read [ /etc/named.conf ]
8.3.19
IWPD_185(eibegypt)
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
D: /
InetPub /
vhosts /
eib-egypt.com /
httpdocs /
AR /
[ HOME SHELL ]
Name
Size
Permission
Action
JS
[ DIR ]
drwxrwxrwx
Pics
[ DIR ]
drwxrwxrwx
Scripts
[ DIR ]
drwxrwxrwx
Slider_css
[ DIR ]
drwxrwxrwx
Slider_images
[ DIR ]
drwxrwxrwx
Slider_scripts
[ DIR ]
drwxrwxrwx
UpperBanner_Photos
[ DIR ]
drwxrwxrwx
fancybox
[ DIR ]
drwxrwxrwx
flaunt-js
[ DIR ]
drwxrwxrwx
mmenu-4.0.2
[ DIR ]
drwxrwxrwx
res-Slider
[ DIR ]
drwxrwxrwx
sidr-package-1.1.1
[ DIR ]
drwxrwxrwx
Copy of MasterPage.master
12.46
KB
-rw-rw-rw-
Copy of MasterPage.master.cs
2.33
KB
-rw-rw-rw-
Default.aspx
2.76
KB
-rw-rw-rw-
Default.aspx.cs
2.83
KB
-rw-rw-rw-
Design.psd
912.99
KB
-rw-rw-rw-
MasterPage.master
34.55
KB
-rw-rw-rw-
MasterPage.master.cs
11.72
KB
-rw-rw-rw-
Page.aspx
398
B
-rw-rw-rw-
Page.aspx.cs
369
B
-rw-rw-rw-
WUC_AdminBar.ascx
4.74
KB
-rw-rw-rw-
WUC_AdminBar.ascx.cs
17.62
KB
-rw-rw-rw-
WUC_EditorPage.ascx
648
B
-rw-rw-rw-
WUC_EditorPage.ascx.cs
5.89
KB
-rw-rw-rw-
WUC_Footer.ascx
1.62
KB
-rw-rw-rw-
WUC_Footer.ascx.cs
1.81
KB
-rw-rw-rw-
WUC_Header.ascx
1.6
KB
-rw-rw-rw-
WUC_Header.ascx.cs
1.73
KB
-rw-rw-rw-
WUC_UpperBanner.ascx
1.9
KB
-rw-rw-rw-
WUC_UpperBanner.ascx.cs
2.86
KB
-rw-rw-rw-
css_Main.css
8.25
KB
-rw-rw-rw-
css_Main_Mobile.css
1.93
KB
-rw-rw-rw-
ieupdate.js
150
B
-rw-rw-rw-
index.htm
318
B
-rw-rw-rw-
inner_Mail.aspx
2.91
KB
-rw-rw-rw-
inner_Mail.aspx.cs
4.55
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : inner_Mail.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.Net.Mail; public partial class AR_inner_Mail : System.Web.UI.Page { //DBAccess.DBAccess ClSqlCmd; public void Page_Load(object sender, EventArgs e) { //ClSqlCmd = new DBAccess.DBAccess(System.Configuration.ConfigurationSettings.AppSettings["SE_ConnectionString"]); /////////////////////////////////////////////////////////////////////////// if (!Page.IsPostBack) { //GetData(); } } void GetData() { // DataSet DS = ClSqlCmd.DataSetSel(@" // SELECT // [ModuleStyle_ID] // ,[" + Request.Params["T"].Trim().Replace("'", "''") + @"_TextStyle_ID] // FROM [dbo].[__StandardEngine_T_ModuleStyles] // where // [Module_ID]=" + System.Configuration.ConfigurationSettings.AppSettings["SE_ModuleID"]); // if (DS.Tables.Count > 0 && DS.Tables[0].Rows.Count > 0) // { // DataSet DS_Sub = new DataSet(); // if (DS.Tables[0].Rows[0][Request.Params["T"].Trim().Replace("'", "''") + "_TextStyle_ID"] != Convert.DBNull) // { // #region Get Data // DS_Sub = ClSqlCmd.DataSetSel(@" // SELECT // [ForeColor] // ,[BackColor] // ,[FontFamily] // ,[FontSize] // ,[Align] // ,[Bold] // ,[Underline] // ,[Italic] // FROM [dbo].[__StandardEngine_T_TextStyle] // where // [TextStyle_ID]=" + DS.Tables[0].Rows[0][Request.Params["T"].Trim().Replace("'", "''") + "_TextStyle_ID"].ToString()); // #endregion // #region Set Data // if (DS_Sub.Tables.Count > 0 && DS_Sub.Tables[0].Rows.Count > 0) // { // if (DS_Sub.Tables[0].Rows[0]["Italic"] != Convert.DBNull) // cb_Italic.Checked = DS_Sub.Tables[0].Rows[0]["Italic"].ToString().ToLower() == "italic" ? true : false; // } // #endregion // } // } } protected void ImageButton1_Click(object sender, ImageClickEventArgs e) { } protected void Button1_Click(object sender, EventArgs e) { string str_Msg = ""; //str_Msg += "Service:" + ddl_Service.Value +"<br/>"; str_Msg += "Name:" + txt_Name.Text + "<br/>"; str_Msg += "eMail:" + txt_eMail.Text + "<br/>"; //str_Msg += "Mobile:" + txt_Mobile.Text + "<br/>"; str_Msg += "Comment:" + txt_Comment.Text + "<br/>"; bool bool_Mail_Success = true; try { MailMessage mail = new MailMessage(); mail.From = new MailAddress(System.Configuration.ConfigurationSettings.AppSettings["SE_Domain"]); mail.To.Add(System.Configuration.ConfigurationSettings.AppSettings["SE_Email"]); mail.Subject = "رسالة من الموقع " + System.Configuration.ConfigurationSettings.AppSettings["SE_Domain"]; mail.IsBodyHtml = true; mail.Body = str_Msg; SmtpClient smtp = new SmtpClient(); smtp.Host = "relay-hosting.secureserver.net"; smtp.Send(mail); } catch { bool_Mail_Success = false; td_Mail_ErrorMsg.InnerHtml = "<script>alert('لم نتمكن من إرسال رسالتك, يرجى التأكد من البيانات و المحاولة مرة أخرى');</script>"; } if (bool_Mail_Success) { td_Mail_ErrorMsg.InnerHtml = ""; td_Mail_ErrorMsg.InnerHtml = "<script>alert('شكراً, تم إرسال رسالتك بنجاح');</script>"; //Label1.Visible = true; } } }
Close