using System; using System.Data; using System.Configuration; using System.Collections; using System.Text; 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; public partial class interstitial_Default : System.Web.UI.Page { public string _URL; public string _RETURNURL; public string _CHANNEL = ""; public string _PUB = ""; public string _TITLE; public string _BS = ""; public string _HEIGHT = ""; public string _WIDTH = ""; protected void Page_Load(object sender, EventArgs e) { //Interstitial ASP.NET C# #region loadVariables if (Request["url"] != null) _RETURNURL = Request["url"]; //if (Request["returnurl"] != null) // _RETURNURL = Request["returnurl"]; if (Request["c"] != null) _CHANNEL = Request["c"]; if (Request["s"] != null) _PUB = Request["s"]; if (Request["title"] != null) _TITLE = Request["title"]; if (Request["bs"] != null) _BS = Request["bs"]; if (Request["w"] != null) _WIDTH = Request["w"]; if (Request["h"] != null) _HEIGHT = Request["h"]; #endregion #region BuildInterstitialPage _URL = "http://newt1.adultadworld.com/jsc/z5/ff2.html?n=607;c=" + _CHANNEL + ";s=" + _PUB + ";d=15;w=1;h=1;p=inter_" + _PUB; this.hyperLink.NavigateUrl = _RETURNURL; this.hyperLink.Text = "Skip Ad"; this.linkClose.NavigateUrl = _RETURNURL; //Display Banner //Check Banner Size _BS = Request["bs"].ToString(); StringBuilder sbBan = new StringBuilder(); keywords oClouds = new keywords(); switch (_BS) { default: //468 banner and raw clicks sbBan.Append("\r\n"); sbBan.Append("\r\n"); sbBan.Append("\r\n"); sbBan.Append("
"); sbBan.Append(oClouds.getFrameClouds(8, 14, _PUB).ToString()); break; } this.lBannerCode.Text = sbBan.ToString(); #endregion #region BuildFramePage StringBuilder sb = new StringBuilder(); sb.Append("