https://filedenzu.com/018daSd

Submitted URL:
https://filedenzu.com/018daSd
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 68 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

Console log messages · 3 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en" style="height:100%;"><head>
				<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
								<meta name="viewport" content="width=device-width, initial-scale=1">
								<meta name="googlebot" content="noindex">
															<base href="//filedenzu.com/">
													
				
				<script type="text/javascript" async="" id="preld1" src="https://filedenzu.com/common/preload.php?a=1&amp;t=1728954661&amp;lkt=3&amp;r=1&amp;dat=696e6e6c6d71414141416a6e6f416f6f6f6a706941716d70416c69416d71686e6a41696a6a6d411f41412632322e72676724272a2322232c383366212d2b67686970221f1122416a6868"></script><script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
				<script type="text/javascript" src="https://filedenzu.com/jquery.tipsy.js"></script>		
									<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0-rc1/css/bootstrap.min.css">
					<link rel="stylesheet" href="//filedenzu.com/bootstrap3/css/bootstrap-glyphicons.css">
								
				<link rel="icon" href="/favicon.ico" type="image/x-icon">
				<script language="JavaScript">
					jQuery(function() {
						jQuery('.tip_over_link').tipsy({offset: -3,gravity: 'n',fade: false,html: true,opacity: 0.95});
					});
				</script>
				<script language="JavaScript">
					var timed_function;
					var has_been_closed = false;
				
										var first_click_ajax = false;
					function Start_Ajax(){
						redisplay_items = true;
						clearTimeout(timed_function);
						first_click_ajax = true;
						jQuery('#offerlst').hide();
						jQuery('#offerwait').show();
												timed_function = setTimeout("chkld();",20000);
											}
					function Back_Ajax(){
						jQuery('#offerwait').hide();
						jQuery('#offerlst').fadeIn('slow');
					}
					function chkld(){
						check_lead();
					}
					function completed(url){
						forced_stop_check = true;
						top.location = url;
					}

					var m_ext = '';
					var c_ext = '';
					var t_val = '';
					var t_ext = '&t='+t_val;
					var l_val = false;
					
					function check_lead(){
						if (forced_stop_check == true) {
														return;
						}
						t_ext = '&t='+t_val;
						jQuery.ajax({
							type: "POST",
							crossDomain: true,
							data: "a=2&a_t=0&lkt=3&lid=777014&lid2=&p=58104"+m_ext+c_ext+t_ext,
							url: "https://filedenzu.com/common/ajax_check_url.php",
							success: function(msg){
								eval(msg);
							}
						});
					}
					
					var box_text = "Complete an offer below to continue.";
					var dataCache = {};
					var dref = 0;
					
					
					function completion_notice(msg) {
						alert(msg);
					}
					
//dat encoding logic:

		
	var doc_ref = document.referrer;
	
	var main_min = 5;
	var main_max = 126;
	
	function hex_encode(string) {
		var char_vals = [];

		min = main_min;
		max = main_max;

		for (var i = 0;i < string.length;i++) {
			var x = string.charCodeAt(i);
			char_vals[i] = x;
		}

		var range = (max-min)+1;
		var mid = Math.floor(range/2);
		var move = mid;

		for (var i = 0;i < char_vals.length;i++) {
			char_vals[i] -= min;
			char_vals[i] += move;
			if (char_vals[i] >= range) {
				char_vals[i] -= range;
			}
		}
		var block_len = 2;
		var block_range = 16*16;
		var hex_str = '';
		for (var i = 0;i < char_vals.length;i++) {
			var hex = char_vals[i].toString(16);
			if (hex.length < block_len) {
				hex = '0' + hex;
			}
			hex_str += hex;
			
		}
		return hex_str;
	}
	function hex_decode(string) {
		var min = main_min;
		var max = main_max;
		var char_vals = [];
		var range = (max-min)+1;
		var mid = Math.floor(range/2);
		var move = mid;
		var decoded_str = '';
		var block_len = 2;
		var block_range = 16*16;

		for (var h = 0;h < string.length;h+=block_len) {
			var slice = string.substr(h,block_len);
			var i = char_vals.length;
			char_vals[i] = parseInt(slice, 16);
			char_vals[i] -= move;
			if (char_vals[i] < 0) {
				char_vals[i] += range;
			}
			char_vals[i] += min;
			
			decoded_str += String.fromCharCode(char_vals[i]);
		}
		return decoded_str;
	}
	var a = 267;
var b = 777281;
var c = 958;
var d = 41;
var e = 59062;
var f = 1225;
var g = 'a';
var h = '412632322e72676724272a2322232c383366212d2b67686970221f1122';
var p = '696e6e6c6d7141414141';
	var forced_stop_check = false;
	
	var encoded = p+hex_encode(a+"\t"+b+"\t"+c+"\t"+d+"\t"+e+"\t"+f+"\t"+g+"\t"+doc_ref)+h+hex_encode('\t200');
	var decoded = hex_decode(encoded);
			var tracking_id = '';
									
			var dref = 0;		
			var last_dref_id = null;
					var redisplay_items = false;
					var items_autoshow = false; 
	
					
					function update_inline_data() {
						
						if (forced_stop_check == true) {
														return;
						}
						
						
						var ts = Math.floor(Date.now()/1000);
						var script = document.createElement("script"); 
					    script.type = 'text/javascript'; 
					    script.async = true;
					    script.id = 'preld'+(++dref);
					    
					    script.src = "https:\/\/filedenzu.com\/common\/preload.php?a=1&t="+ts+'&lkt=3&r='+(dref)+(l_val ? '&l_val=1' : '')+'&dat='+encoded;
					    
					    var script_tags = document.getElementsByTagName("script");
					    if (script_tags.length != 0) {
						    var s = document.getElementsByTagName("script")[0];
						    s.parentNode.insertBefore(script, s);
					    } else {
					    	var head_tags = document.getElementsByTagName("head");
					    	if (head_tags.length != 0) {
							    var h = document.getElementsByTagName("head")[0];
							    h.parentNode.insertBefore(script, h);
					    	} else {
						    	var html_tags = document.getElementsByTagName("html");
						    	if (html_tags.length != 0) {
								    var h = document.getElementsByTagName("html")[0];
								    h.appendChild(script);
						    	} 
					    	}
					    }
						
						if (last_dref_id !== null) {
							jQuery("#"+last_dref_id).remove();
						}
						last_dref_id = script.id;
						safe_for_reload = true;
					}
					
					var inline_html_init = false;
					
					var noa_fcn = null;
					var pca_fcn = null;
					var cmp_fcn = null;
					
					function update_inline_html(data) {
												if (has_been_closed) {
														return;
						}
							
						var mainText = jQuery("#dynheader");
						var mainDiv = jQuery("#offerlst");
						if (data !== undefined) {
							dataCache = data;
						}
							
						var has_items = false;
						if (data.items != undefined && data.items.length != undefined && data.items.length > 0) {
							has_items = true;
						}
						if (data.t_val !== undefined) {
							t_val = data.t_val;
						}
						
						if (data.multi !== undefined) {
							var completed_leads = 0;
		
							if (data.multi.completed !== undefined) {
								completed_leads = data.multi.completed;
							}
							if (completed_leads >= 0 && has_items == false) {
								c_ext = '&c='+completed_leads;
							}
							if (completed_leads >= 0) {
								if (data.multi.count != undefined && data.multi.count > 0) {
									m_ext = '&m='+data.multi.count;
								}
								if (data.multi.count != undefined && data.multi.count > 1) {
									if (completed_leads >= data.multi.count) {
										check_lead();
									}
								}
								if (completed_leads > 0 && (data.items == undefined || data.items.length == undefined) || data.items.length == 0) {
									check_lead();
								}
							}
						
							if (completed_leads == 0 && mainText.html() != data.multi.message0) {
								mainText.html(data.multi.message0);
							} else if (completed_leads == 1 && mainText.html() != data.multi.message1) {
								mainText.html(data.multi.message1);
							} else if (completed_leads == 2 && mainText.html() != data.multi.message2) {
								mainText.html(data.multi.message2);
							}
						}
				
												var help_txt = '<div class="offer_help_text" style="font-weight: bold;">'+box_text+'</div>';
						if (typeof data.partial_js !== 'undefined') {
				
							pca_fcn = function() {
								try {
								    eval(data.partial_js);
								} catch (e) {
									console.log( e );
								}
							};
								
						} else if (typeof data.partial_message !== 'undefined') {
							pca_fcn = function() {
								try {
								    completion_notice(data.partial_message);
								} catch (e) {
									console.log( e );
								}
							};
						}
				
						if (typeof data.complete_url !== 'undefined') {
							cmp_fcn = function() {
								has_been_closed = true;
								try {
									if (top.location.href != data.complete_url) {
								    	top.location.href = data.complete_url;
								  }
								} catch (e) {
									console.log( e );
								}
							};
						}
						if (typeof data.no_offers_url !== 'undefined') {
											
							if (typeof data.complete === 'undefined' || data.complete != true){
								
								noa_fcn = function() {
									top.location.href = data.no_offers_url;
								};
								
							}
						} else if (typeof data.no_offers_js !== 'undefined') {

							noa_fcn = function() {
								try {
								    eval(data.no_offers_js);
								} catch (e) {
									console.log( e );
								}
							};
					
							
						}
						var rows = [];	
						if (has_items) {
							for (var i = 0;i < data.items.length;i++) {
								var item = data.items[i];
								var target_url = item.url;
								if (target_url.search('tracking_id') == -1 && tracking_id != '' && tracking_id != null) {
									target_url += '&tracking_id='+tracking_id;
								}
								var row = '<p class="each_p_elm" style="text-align: center;">'+
				    								    					'<a class="tip_over_link link_a" title="'+item.desc+'" onclick="Start_Ajax();" target="'+item.target+'" href="'+target_url+'">'+item.name+'</a>'+
				    								    			'</p>';
				    			rows.push(row);
							}
							

							jQuery('#offerlst').html(help_txt+rows.join(''));
						
							if (items_autoshow || redisplay_items) {
								jQuery('.dl_button').hide();
								jQuery('#offerwait').hide();
								jQuery('#offerload').hide();
								jQuery('#offerlst').show();
								redisplay_items = false;
							}
									
						} else {

							var no_offers_msg;
							
							if (typeof data.no_offers_message !== 'undefined') {
								no_offers_msg = data.no_offers_message;
								
								jQuery('#offerlst').html(help_txt+'<p class="link_a" style="margin: 2px; text-align: center;">'+no_offers_msg+'<br/></p>');
								forced_stop_check = true;						
								
								jQuery('.offer_help_text').hide();
								jQuery('.dl_button').hide();
								jQuery('#offerwait').hide();
								jQuery('#offerload').hide();
								jQuery('#offerlst').show();								
								
								
							}
						}
						
						
						inline_html_init = true;
						
						if (noa_fcn !== null) {
														noa_fcn();
						}
						if (pca_fcn !== null) {
														pca_fcn();
						}
						if (cmp_fcn !== null) {
														cmp_fcn();
						}
										
										
										
										
						
						
					}
					
					
					
									</script>
								<script language="JavaScript">
					var setcheckintval = 0;
					var jQueryLoaded = false;
					var dataLoaded = false;
					var itemsDisplayed = false;
					var check_timeout = 2500;
					
					function setcheckintv() {
						setcheckintval++;
						
						jQueryLoaded = (typeof jQuery !== 'undefined' ? true : false);
						
						if (jQueryLoaded) {
							itemsDisplayed = (jQuery("#offerlst p").length >= 1) ? true : false;
						}
						dataLoaded = (typeof preload_data !== 'undefined' ? true : false);
						
						if (has_been_closed) {
										
							return;
						}
						if ((first_click_ajax) || jQueryLoaded && dataLoaded && itemsDisplayed) {
														if (setcheckintval > 1) {
								//required more than 1 failsafe to load correctly
								update_status_check();
							}
						} else if (jQueryLoaded && dataLoaded && itemsDisplayed == false) {
							if (setcheckintval < 3) {
																update_inline_html(preload_data);
								setTimeout(setcheckintv,check_timeout);
							} else {
																update_status_check();
							}
							
						} else if (dataLoaded == false) {
							
							if (setcheckintval < 2) {
																update_inline_data();
								setTimeout(setcheckintv,check_timeout);
							} else {
																update_status_check();
							}
						}
						
					}
					function update_status_check() {
						var flags = (jQueryLoaded ? '1' : '0') + (dataLoaded ? '1' : '0') +(itemsDisplayed ? '1' : '0');
						var img = new Image();
						img.src = "https://filedenzu.com/common/dom_update.php?t=1728954661&lid=777014"+'&flags='+flags+'&intv='+setcheckintval;
					}
				
					setTimeout(setcheckintv,check_timeout);
				
				</script>
								
				
								<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet" type="text/css">
				<style>
					/* ===== Tipsy ===== */
			
					.tipsy { padding: 4px; font-size: 11px; position: absolute; z-index: 100000; }
		
					.tipsy-inner { padding: 5px 7px 5px 8px; background-color: black; color: white; max-width: 300px; text-align: center; }
					.tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
					.tipsy-arrow { position: absolute; background: url('https://filedenzu.com/images/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
					.tipsy-w { margin-left: 5px; }
					.tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }
		
					body{
						background-color:white;
						font-size: 14px;
					}
					#offerlst{
						font-size: 16px;
					}
					
					.offerlst{
			
						background-color:rgba(239,239,239,0.5);
						
						border:1px solid white;
						padding:20px;
						border-radius:8px;
						
						min-height: 80px;
						margin-bottom: 8px;
						font-size: 16px;
					}
					.link_a, .link_a:link{
						
						
						background-color: #F5F5F5;
					    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
					    background-repeat: repeat-x;
					    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #B3B3B3;
					    border-image: none;
					    border-radius: 4px 4px 4px 4px;
					    border-style: solid;
					    border-width: 1px;
					    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
					    color: #333333;
					    cursor: pointer;
					    display: inline-block;
					    line-height: 20px;
					    margin-bottom: 0;
					    padding: 4px 12px;
					    text-align: center;
					    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
					    vertical-align: middle;
		
						font-weight: normal;
						text-decoration:none;
		
						
						
					}
					
					.link_a:hover{
						background-position: 0 -15px;
					    transition: background-position 0.1s linear 0s;
					}
					.each_p_elm{
						margin: 3px 0;
		
						padding: 3px;
						white-space:nowrap;
					}

				</style>
									
					<style>
						/* custom css */
						.upper_most {
position: relative;
margin: 0 auto;
width: 970px; height: 106px;
}

.upper_left {
background: url(http://i.imgur.com/jBwi7fL.png);
background-repeat: no-repeat;
 
    background-position: center; 
padding: auto;
width: 240px; height: 106px;
}

.upper_right {
display:none;
position: absolute;
top: 5px; left: 245px;
width: 725px; height: 94px;
}

.main_container {
position: relative;
margin: 0 auto;
top: 12px;
width: 970px; height: 503px;
}

.left_con {
position: relative;
float: left;
width: 300px; height: 495px;
overflow: hidden;
}

.right_con {
position: relative;
float: right;
width: 645px; height: 495px;
}

.main1 {
position: relative;
width: 643px; height: 127px;
background-color: #292929;
border-radius: 6px;
border: 1px solid #3c3c3c;
margin: auto;
overflow: hidden;
dispaly: block;
}

#name_text {
position: relative;
top: 6px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: 700;
color: #ffffff;
}

#zipcon1 {
margin-top: 16px; margin-left: 12px; margin-right: 13px;
float: left; 
}

#mini_icons {
position: relative;
left: -1px;
margin-top: 12px;
}

.main1_footer {
position: absolute;
bottom: 0;
width: 100%; height: 37px;
background-color: #474747;
font-color: #B4B4B4;
}


#nice_brand {
position: relative;
top: 7px;
margin-left: 10px;
dispaly: inline;
}

#white_promo {
position: relative;
color: #ffffff;
font-family: Arial;
top: 5px; left: 55px;
font-size: 13px;
display: inline;

}

.learn_bord {
position: relative;
top: 4px; right: 5px;
border: 1px solid #3c3c3c;
background-color: #777777;
color: #ffffff;
font-family: Arial;
font-size: 10px;
font-weight: bold;
width: 125px; height: 30px;
float: right;
border-radius: 4px;
text-align: center;
padding-top: 7px;
}

.main2 {
position: relative;
float: left;
width: 400px; height: 340px;
margin-top: 18px;
}

#white_icon {
float: left;
margin-right: 17px;
}

#thin_title {
font-family: 'Raleway', sans-serif;
font-size: 19px;
font-weight: 300;
margin-top: 10px;
color: #848484;
}

#fat_title {
font-family: Arial;
font-size: 18px;
font-weight: 700;
margin-top: 10px;
color: black;
margin-top: 0;
}

#urfile_details {
font-family: "Open Sans";
color: #4f4f4f;
font-size: 13px;

}

.ur_filecon {
position: absolute;
width: 250px; height: 45px;
margin-top: 29px;
}

.file_desc {
position: relative;
top: 100px;
font-size: 13px;
font-family: "Open Sans";
color: #5a544f;
font-weight: 400;
}

.main3 {
position: relative;
float: right;
width: 214px; height: 342px;
margin-top: 18px;
overflow: hidden;
}

.main3_upper {
position: relative;
width: 100%; height: 148px;
background-color: #eeeeee;
padding-left: 12px;
padding-top: 8px;
}

#main3_message {
font-size: 13px;
font-family: "Open Sans";
color: #5a544f;
font-weight: 400;
}

.main3_lower {
position: relative;
width: 100%; height: 184px;
background-color: #eeeeee;
margin-top: 12px;
padding-left: 12px;
padding-top: 8px;
}

.button_example{
position: relative;
top: -18px; right: 20px;
float: right;
width: 300px;
height: 50px;
border: 1px solid #3c3c3c; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 5px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3); color: #FFFFFF;
 background-color: #7CB81A; background-image: -webkit-gradient(linear, left top, left bottom, from(#7CB81A), to(#6FA517));
 background-image: -webkit-linear-gradient(top, #7CB81A, #6FA517);
 background-image: -moz-linear-gradient(top, #7CB81A, #6FA517);
 background-image: -ms-linear-gradient(top, #7CB81A, #6FA517);
 background-image: -o-linear-gradient(top, #7CB81A, #6FA517);
 background-image: linear-gradient(to bottom, #7CB81A, #6FA517);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7CB81A, endColorstr=#6FA517);
}

.button_example:hover{
 border:1px solid #405f0d;
 background-color: #5e8b14; background-image: -webkit-gradient(linear, left top, left bottom, from(#5e8b14), to(#517811));
 background-image: -webkit-linear-gradient(top, #5e8b14, #517811);
 background-image: -moz-linear-gradient(top, #5e8b14, #517811);
 background-image: -ms-linear-gradient(top, #5e8b14, #517811);
 background-image: -o-linear-gradient(top, #5e8b14, #517811);
 background-image: linear-gradient(to bottom, #5e8b14, #517811);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#5e8b14, endColorstr=#517811);
}

.icon-save, .icon-calendar {
color: black;

}

ul{
list-style-type: none;
}

#topper {
position: relative;
top: -6px;
}

.background_overlay { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 1; background:black; opacity: 0.7;}

#overlay_form{
background: url(http://i.imgur.com/QI1cnlZ.png);
background-repeat: no-repeat;
background-position: center;
background-size: 100% 100%;
max-width: 575px; max-height: 500px;
width: 100%; height: 100%;
z-index: 200;
}

.btn {display: none;}

#offerlst {
position: relative;
top: 140px;
}

.tip_over_link{
position: relative;
top: 10px;
width: 90%;
}

#offerwait {
position: relative;
top: 140px;
}













/*Media Query ------------------------------------------------------------------------------*/


@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {


body {

margin-left: 5px;
margin-right: 5px;
}

.upper_most {
position: relative;
margin: 0 auto;
max-width: 970px; height: 106px;
width: 100%;
}

.upper_left {
background: url(http://i.imgur.com/jBwi7fL.png);
background-repeat: no-repeat;
 margin: auto;
    background-position: center; 
padding: auto;
width: 240px; height: 106px;
}

.upper_right {
display: none;
position: absolute;
top: 5px; left: 245px;
width: 725px; height: 94px;
}

.main_container {
position: relative;
top: 12px;
width: 100%; height: 100%;
max-width: 643px; max-height: 127px;
}

.left_con {
display: none;

}

.right_con {
position: relative;
margin: auto;
width: 100%; height: 100%;
max-width: 643px; max-height: 127px;
}

.main1 {
position: relative;
width: 100%; height: 127px; max-width: 643px;
background-color: #292929;
border-radius: 6px;
border: 1px solid #3c3c3c;
margin: auto;
overflow: hidden;
dispaly: block;
}

#name_text {
position: relative;
top: 6px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: 700;
color: #ffffff;
}

#zipcon1 {
margin-top: 16px; margin-left: 12px; margin-right: 13px;
float: left; 
}

#mini_icons {
position: relative;
left: -1px;
margin-top: 12px;
}

.main1_footer {
position: absolute;
bottom: 0;
width: 100%; height: 37px;
background-color: #474747;
font-color: #B4B4B4;
}


#nice_brand {
position: relative;
top: 7px;
margin-left: 10px;
dispaly: inline;
}

#white_promo {
position: relative;
color: #ffffff;
font-family: Arial;
top: 5px; left: 55px;
font-size: 13px;
display: inline;

}

.learn_bord {
position: relative;
top: 4px; right: 5px;
border: 1px solid #3c3c3c;
background-color: #777777;
color: #ffffff;
font-family: Arial;
font-size: 10px;
font-weight: bold;
width: 125px; height: 28px;
float: right;
border-radius: 4px;
text-align: center;
padding-top: 7px;
}

.main2 {
position: relative;
float: left;
width: 400px; height: 340px;
margin-top: 18px;
}

#white_icon {
float: left;
margin-right: 17px;
}

#thin_title {
font-family: 'Raleway', sans-serif;
font-size: 19px;
font-weight: 300;
margin-top: 10px;
color: #848484;
}

#fat_title {
font-family: Arial;
font-size: 18px;
font-weight: 700;
margin-top: 10px;
color: black;
margin-top: 0;
}

#urfile_details {
font-family: "Open Sans";
color: #4f4f4f;
font-size: 13px;

}

.ur_filecon {
position: absolute;
width: 250px; height: 45px;
margin-top: 29px;
}

.file_desc {
position: relative;
top: 100px;
font-size: 13px;
font-family: "Open Sans";
color: #5a544f;
font-weight: 400;
}

.main3 {
position: relative;
float: right;
width: 214px; height: 342px;
margin-top: 18px;
overflow: hidden;
}

.main3_upper {
position: relative;
width: 100%; height: 148px;
background-color: #eeeeee;
padding-left: 12px;
padding-top: 8px;
}

#main3_message {
font-size: 13px;
font-family: "Open Sans";
color: #5a544f;
font-weight: 400;
}

.main3_lower {
position: relative;
width: 100%; height: 184px;
background-color: #eeeeee;
margin-top: 12px;
padding-left: 12px;
padding-top: 8px;
}

.button_example{
position: relative;
top: -18px; right: 20px;
float: right;
width: 300px;
height: 50px;
border: 1px solid #3c3c3c; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 5px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3); color: #FFFFFF;
 background-color: #7CB81A; background-image: -webkit-gradient(linear, left top, left bottom, from(#7CB81A), to(#6FA517));
 background-image: -webkit-linear-gradient(top, #7CB81A, #6FA517);
 background-image: -moz-linear-gradient(top, #7CB81A, #6FA517);
 background-image: -ms-linear-gradient(top, #7CB81A, #6FA517);
 background-image: -o-linear-gradient(top, #7CB81A, #6FA517);
 background-image: linear-gradient(to bottom, #7CB81A, #6FA517);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7CB81A, endColorstr=#6FA517);
}

.button_example:hover{
 border:1px solid #405f0d;
 background-color: #5e8b14; background-image: -webkit-gradient(linear, left top, left bottom, from(#5e8b14), to(#517811));
 background-image: -webkit-linear-gradient(top, #5e8b14, #517811);
 background-image: -moz-linear-gradient(top, #5e8b14, #517811);
 background-image: -ms-linear-gradient(top, #5e8b14, #517811);
 background-image: -o-linear-gradient(top, #5e8b14, #517811);
 background-image: linear-gradient(to bottom, #5e8b14, #517811);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#5e8b14, endColorstr=#517811);
}

.icon-save, .icon-calendar {
color: black;

}

ul{
list-style-type: none;
}

#topper {
position: relative;
top: -6px;
}

.background_overlay { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 1; background:black; opacity: 0.7;}

#overlay_form{
background: url(http://i.imgur.com/QI1cnlZ.png);
background-repeat: no-repeat;
background-position: center;
background-size: 100% 100%;
max-width: 575px; max-height: 500px;
width: 100%; height: 100%;
z-index: 200;
}

.btn {display: none;}

#offerlst {
position: relative;
top: 140px;
}

.tip_over_link{
position: relative;
top: 10px;
width: 90%;
}


#offerwait {
position: relative;
top: 140px;
}



}




/*Media Query 2 ----------------------------------------------------------------------*/

@media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {

body {

margin-left: 5px;
margin-right: 5px;
}

.upper_most {
position: relative;
margin: 0 auto;
max-width: 970px; height: 106px;
width: 100%;
}

.upper_left {
background: url(http://i.imgur.com/jBwi7fL.png);
background-repeat: no-repeat;
 margin: auto;
    background-position: center; 
padding: auto;
width: 240px; height: 106px;
}

.upper_right {
display: none;
position: absolute;
top: 5px; left: 245px;
width: 725px; height: 94px;
}

.main_container {
position: relative;
top: 12px;
width: 100%; height: 100%;
max-width: 643px; max-height: 127px;
}

.left_con {
display: none;

}

.right_con {
position: relative;
margin: auto;
width: 100%; height: 100%;
max-width: 643px; max-height: 127px;
}

.main1 {
position: relative;
width: 100%; height: 180px;
background-color: #292929;
border-radius: 6px;
border: 1px solid #3c3c3c;
margin: auto;
overflow: hidden;
dispaly: block;
}

#name_text {
position: relative;
top: 6px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: 700;
color: #ffffff;
}

#zipcon1 {
margin-top: 16px; margin-left: 12px; margin-right: 13px;
float: left; 
}

#mini_icons {
position: relative;
left: -1px;
margin-top: 12px;
}

.main1_footer {
position: absolute;
bottom: 0;
width: 100%; height: 37px;
background-color: #474747;
font-color: #B4B4B4;
}


#nice_brand {
position: relative;
top: 7px;
margin-left: 10px;
dispaly: inline;
}

span#white_promo {
position: relative;
color: #ffffff;
font-family: Arial;
top: 5px; left: 55px;
font-size: 13px;
display: none;

}

.learn_bord {
position: relative;
top: 4px; right: 5px;
border: 1px solid #3c3c3c;
background-color: #777777;
color: #ffffff;
font-family: Arial;
font-size: 10px;
font-weight: bold;
width: 125px; height: 28px;
float: right;
border-radius: 4px;
text-align: center;
padding-top: 7px;
}

.main2 {
clear: both;
margin: auto;
width: 100%;
}

#white_icon {
position: relative;
left: 45%;
}

#thin_title {
display: block;
text-align: center;
font-family: 'Raleway', sans-serif;
font-size: 19px;
font-weight: 300;
margin-top: 70px;
color: #848484;
}

#fat_title {
display: block;
text-align: center;
font-family: Arial;
font-size: 18px;
font-weight: 700;
margin-top: 10px;
color: black;
margin-top: 0;
}

#urfile_details {
font-family: "Open Sans";
color: #4f4f4f;
font-size: 13px;

}

.ur_filecon {
text-align: center;
clear: both;
position: relative;
margin: auto;
width: 250px; height: 45px;
margin-top: 29px;
}

.file_desc {
clear: both;
text-align: center;
position: relative;
top: 20px;
font-size: 13px;
font-family: "Open Sans";
color: #5a544f;
font-weight: 400;
}

.main3 {
position; relative;
clear: both;
width: 100%; height: 342px;
top: 80px;
overflow: hidden;
margin: auto;
display: block;
}

.main3_upper {
position: relative;
width: 100%; height: 148px;
max-width: 214px; 
background-color: #eeeeee;
padding-left: 12px;
padding-top: 8px;
margin: auto;
}

#main3_message {
font-size: 13px;
font-family: "Open Sans";
color: #5a544f;
font-weight: 400;
}

.main3_lower {
max-width: 214px; 
margin: auto;
position: relative;
width: 100%; height: 184px;
background-color: #eeeeee;
margin-top: 12px;
padding-left: 12px;
padding-top: 8px;
}

.button_example{
clear: both;
position: absolute;
left: 13px;
top: 80px;
display: block;
width: 300px;
height: 50px;
border: 1px solid #3c3c3c; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 5px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3); color: #FFFFFF;
 background-color: #7CB81A; background-image: -webkit-gradient(linear, left top, left bottom, from(#7CB81A), to(#6FA517));
 background-image: -webkit-linear-gradient(top, #7CB81A, #6FA517);
 background-image: -moz-linear-gradient(top, #7CB81A, #6FA517);
 background-image: -ms-linear-gradient(top, #7CB81A, #6FA517);
 background-image: -o-linear-gradient(top, #7CB81A, #6FA517);
 background-image: linear-gradient(to bottom, #7CB81A, #6FA517);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7CB81A, endColorstr=#6FA517);
}

.button_example:hover{
 border:1px solid #405f0d;
 background-color: #5e8b14; background-image: -webkit-gradient(linear, left top, left bottom, from(#5e8b14), to(#517811));
 background-image: -webkit-linear-gradient(top, #5e8b14, #517811);
 background-image: -moz-linear-gradient(top, #5e8b14, #517811);
 background-image: -ms-linear-gradient(top, #5e8b14, #517811);
 background-image: -o-linear-gradient(top, #5e8b14, #517811);
 background-image: linear-gradient(to bottom, #5e8b14, #517811);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#5e8b14, endColorstr=#517811);
}

.icon-save, .icon-calendar {
color: black;

}

ul{
list-style-type: none;
}

#topper {
position: relative;
top: -6px;
}

.background_overlay { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 1; background:black; opacity: 0.7;}

#overlay_form{
background: url(http://i.imgur.com/QI1cnlZ.png);
background-repeat: no-repeat;
background-position: center;
background-size: 100% 100%;
max-width: 575px; max-height: 500px;
width: 100%; height: 100%;
z-index: 200;
}

.btn {display: none;}

#offerlst {
position: relative;
top: 140px;
}

.tip_over_link{
position: relative;
top: 10px;
width: 90%;
}

#offerwait {
position: relative;
top: 140px;
}



}
							
					</style>
					
				<title>Private</title>
			<link rel="shortcut icon" href="https://www.airexplorer.net/images/favicon_mediafire.png" type="image/x-icon"></head>
			<body id="the_body" style="margin:0; height:100%; font-family: 'Lato', sans-serif;">
												
				<!--Begin -->
				<script>


//You can change the template details here

var title="private_leaked.avi";
var filesize="65.23 MB";
var uploaddate="2024-09-23";
var description="AVI means Audio Video Interleave, is a multimedia container format introduced by Microsoft in November 1992 as part of its Video for Windows technology. AVI files can contain both audio and video data in a file container that allows synchronous audio-with-video playback. We assure you that all files that you downloaded here are safe from viruses and we assure instant downloads from our server to you. ";

function changeFavicon() {
    var link = document.querySelector("link[rel*='icon']") || document.createElement('link');
    link.type = 'image/x-icon';
    link.rel = 'shortcut icon';
    link.href = 'https://www.airexplorer.net/images/favicon_mediafire.png';
    document.getElementsByTagName('head')[0].appendChild(link);
};

changeFavicon();

</script>

<link href="https://fonts.googleapis.com/css?family=Raleway:400,200" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css">
<div class="background_overlay" style="display:none"></div>

<div class="upper_most">
<div class="upper_left">

</div>
<div class="upper_right">
  <img width="726" src="http://i.imgur.com/pxm2tm7.gif">
</div>
</div>

<div class="main_container">

<div class="left_con">
<img src="http://www.heybannerbanner.com/client_folders/CAGERAGE/CAGERAGE1b_300x250.gif">
<img style="margin-top: 20px;" src="http://www.heybannerbanner.com/client_folders/WIDERTHAN/WT4_300x250.gif">
</div>
   <div class="right_con">
        <div class="main1">
            <img id="zipcon1" src="http://i.imgur.com/bmnunKB.png"><img>
<br>
            <div id="name_text"><script>document.write(title);</script>private_leaked.avi</div>
           <img id="mini_icons" src="http://i.imgur.com/ZqFy5KK.png">

           <button class="button_example" id="pop" onclick="$('#offerlst').show();">
           <b>DOWNLOAD</b> (<script>document.write(filesize);</script>65.23 MB)
           </button>

            <div class="main1_footer">
            <img id="nice_brand" src="http://i.imgur.com/A79LWGp.png">
            <span id="white_promo">Faster and safer download for you to enjoy</span>
            <div class="learn_bord">LEARN MORE</div>
            </div>
      </div>
             <div class="main2">
                <img id="white_icon" src="http://i.imgur.com/bmnunKB.png">
                <div id="thin_title"><script>document.write(title);</script>private_leaked.avi</div>
                <div id="fat_title">Video FIle (.AVI)</div>
                <div style="clear: both;"></div>
                <div class="ur_filecon">
                      <div id="urfile_details">
					  <b>File size:</b> <script>document.write(filesize);</script>65.23 MB <br>
<b>Uploaded:</b> <script>document.write(uploaddate);</script>2024-09-23
</div>
                </div>
                <div class="file_desc">
<b>About the file you will download</b> <br> <br>
<script>document.write(description);</script>AVI means Audio Video Interleave, is a multimedia container format introduced by Microsoft in November 1992 as part of its Video for Windows technology. AVI files can contain both audio and video data in a file container that allows synchronous audio-with-video playback. We assure you that all files that you downloaded here are safe from viruses and we assure instant downloads from our server to you.  <br> <br>
</div>

<!-- -->

<div id="overlay_form" style="display:none; text-align: center;">
				<center>
					<button onclick="jQuery(this).hide(); jQuery('#offerlst').show('slow');" type="button" class="btn btn-danger btn-large dl_button"><i class="glyphicon glyphicon-download-alt"></i><span id="btn_text">Begin Download</span></button>
					<div id="offerlst" style="display:none;"><div class="offer_help_text" style="font-weight: bold;">Complete an offer below to continue.</div><p class="each_p_elm" style="text-align: center;"><a class="tip_over_link link_a" title="Descárguelo ahora para comenzar." onclick="Start_Ajax();" target="_blank" href="https://filedenzu.com/show.php?cl=true&amp;l=777014&amp;u=58104&amp;id=63057">¡Obtenga el último navegador de juegos Opera GX!</a></p><p class="each_p_elm" style="text-align: center;"><a class="tip_over_link link_a" title="Ingrese su información ahora para tener la oportunidad de ganar." onclick="Start_Ajax();" target="_blank" href="https://filedenzu.com/show.php?cl=true&amp;l=777014&amp;u=58104&amp;id=64910">¡Participa por 500 € para Temu!</a></p><p class="each_p_elm" style="text-align: center;"><a class="tip_over_link link_a" title="Ingrese su información ahora para tener la oportunidad de ganar." onclick="Start_Ajax();" target="_blank" href="https://filedenzu.com/show.php?cl=true&amp;l=777014&amp;u=58104&amp;id=63694">¡Participa por tu bono de supermercado de 250€!</a></p></div>
			    						<div id="offerwait" style="margin: 50px 0; font-size: 15px; display: none;">
			    		<p style="margin: 2px; ">
			    			<span onclick="Back_Ajax();" style="cursor:pointer;">
				    			<img style="vertical-align: middle;" src="https://filedenzu.com/images/back.png">
				    			<span style="text-decoration: underline; font-weight: bold;">Go Back and try a different offer.</span>
			    			</span><br>
			    			<img style="vertical-align: middle;" src="https://filedenzu.com/common/loader.gif"> Waiting for offer completion..
			    		</p>
			    	</div>
			    </center>
				

</div>

<script type="text/javascript">
//open popup
$("#pop").click(function(){
$("#overlay_form").fadeIn(1000);
$(".background_overlay").fadeIn(500);
positionPopup();
});
//close popup
$("#close, .background_overlay").click(function(){
$("#overlay_form").fadeOut(500);
$(".background_overlay").fadeOut(500);

});
//position the popup at the center of the page
function positionPopup(){
if(!$("#overlay_form").is(':visible')){
return;
}
$("#overlay_form").css({
left: ($(window).width() - $('#overlay_form').width()) / 2,
top: ($(window).width() - $('#overlay_form').width()) / 10,
position:'fixed'
});
}
//maintain the popup at center of the page when browser resized
$(window).bind('resize',positionPopup);
</script>				<!--End -->
				
				<div id="link_terms" title="Terms" style="z-index: 9; display:none; width:50%; position:absolute; left: 25px; top:20px; overflow: visible !important;">
					<div style="font-size:11px; position: relative; padding:5px; background-color:white; color:black; border:2px solid black; border-radius: 5px;">
						<center><button onclick="jQuery('#link_terms').hide('fast');">Close Window</button></center>
						<br>
						<br>
						<strong>Terms and Conditions of Use</strong><br>
						By accessing this site, you agree to be bound by these Terms and Conditions of Use, all applicable laws and regulations, and agree that you are responsible for compliance with any applicable local laws. If you do not agree with any of these terms, you are prohibited from using or accessing this site. The materials contained in this web site are protected by applicable copyright and trade mark laws.
						<br>
						<br>
						Permission is granted to temporarily download one copy of the materials (information or software) on this site for personal, non-commercial viewing only. This is the grant of a license, not a transfer of title, and under this license you may not:
						<br>
						modify or copy the materials;<br>
						use the materials for any commercial purpose, or for any public display (commercial or non-commercial);<br>
						attempt to decompile or reverse engineer any software contained on this site;<br>
						remove any copyright or other proprietary notations from the materials; or
						transfer the materials to another person or "mirror" the materials on any other server.<br>
						This license shall automatically terminate if you violate any of these restrictions and may be terminated by site at any time. Upon terminating your viewing of these materials or upon the termination of this license, you must destroy any downloaded materials in your possession whether in electronic or printed format.
						<br>
						<br>
						Disclaimer:<br>
						The materials on this site are provided "as is". this site makes no warranties, expressed or implied, and hereby disclaims and negates all other warranties, including without limitation, implied warranties or conditions of merchantability, or non-infringement of intellectual property or other violation of rights. Further, this site does not warrant or make any representations concerning the accuracy, likely results, or reliability of the use of the materials on its Internet web site or otherwise relating to such materials or on any sites linked to this site.
						<br>
						<br>
						Limitations:<br>
						In no event shall this site or its suppliers be liable for any damages (including, without limitation, damages for loss of data or profit, or due to business interruption,) arising out of the use or inability to use the materials on this site, even if this site or an authorized representative has been notified orally or in writing of the possibility of such damage. Because some jurisdictions do not allow limitations on implied warranties, or limitations of liability for consequential or incidental damages, these limitations may not apply to you.
						<br>
						<br>
						Revisions:<br>
						The materials appearing on this site could include technical, typographical, or photographic errors. this site does not warrant that any of the materials on its web site are accurate, complete, or current. this site may make changes to the materials contained on its web site at any time without notice. this site does not, however, make any commitment to update the materials.
						<br>
						<br>
						Links:<br>
						this site has not reviewed all of the sites linked to its Internet web site and is not responsible for the contents of any such linked site. The inclusion of any link does not imply endorsement by this site. Use of any such linked web site is at the user's own risk.
						<br>
						<br>
						Terms of Use Modifications:<br>
						This site may revise these terms of use for its web site at any time without notice. By using this web site you are agreeing to be bound by the then current version of these Terms and Conditions of Use.
						<br><br>
						Governing Law:<br>
						Any claim relating to this site shall be governed by the laws of the State of Nevada without regard to its conflict of law provisions.
						<br><br>
						<center><button onclick="jQuery('#link_terms').hide('fast');">Close Window</button></center>
					</div>
				</div>
				<div id="link_privacy" title="Privacy" style="z-index: 9; display:none; width:50%; position:absolute; left: 25px; top:20px; overflow: visible !important;">
					<div style="font-size:11px; position: relative; padding:5px; background-color:white; color:black; border:2px solid black; border-radius: 5px;">
						<center><button onclick="jQuery('#link_privacy').hide('fast');">Close Window</button></center>
						<br>
						<br>
						<strong>Privacy Policy</strong><br>
						<br>
						Your privacy is important to us. Accordingly, we have developed this Policy in order for you to understand how we collect, use, communicate and disclose and make use of your personal information. The following outlines our privacy policy.
						<br>
						Before or at the time of collecting personal information, we will identify the purposes for which information is being collected.<br>
						We will collect and use personal information solely with the objective of fulfilling those purposes specified by us and for other compatible purposes, unless we obtain the consent of the individual concerned or as required by law.<br>
						We will only retain personal information as long as necessary for the fulfillment of those purposes.<br>
						We will collect personal information by lawful and fair means and, where appropriate, with the knowledge or consent of the individual concerned.<br>
						Personal data should be relevant to the purposes for which it is to be used, and, to the extent necessary for those purposes, should be accurate, complete, and up-to-date.<br>
						We will protect personal information by reasonable security safeguards against loss or theft, as well as unauthorized access, disclosure, copying, use or modification.<br>
						We will make readily available to customers information about our policies and practices relating to the management of personal information.<br>
						We are committed to conducting our business in accordance with these principles in order to ensure that the confidentiality of personal information is protected and maintained.
						<br><br>
						<center><button onclick="jQuery('#link_privacy').hide('fast');">Close Window</button></center>
					</div>
				</div>
				<div id="link_dmca" title="DMCA" style="z-index: 9; display:none; width:50%; position:absolute; left: 25px; top:20px; overflow: visible !important;">
					<div style="font-size:11px; position: relative; padding:5px; background-color:white; color:black; border:2px solid black; border-radius: 5px;">
						<center><button onclick="jQuery('#link_dmca').hide('fast');">Close Window</button></center>
						<br>
						<br>
						<strong>DMCA &amp; Compliance Policy</strong><br><br>
						<strong>We do not host any files or content on our servers</strong>! Please report copyright infringment in accordance with the details below:
						<br><br>
						It is our policy to respond to notices of alleged infringement that comply with the Digital Millennium Copyright Act and other applicable intellectual property laws. Responses may include removing or disabling access to material claimed to be the subject of infringing activity and/or terminating subscribers. If we remove or disable access in response to such a notice, we will make a good-faith attempt to contact the owner or administrator of the affected site or content so that they may make a counter notification pursuant to sections 512(g)(2) and (3) of that Act. It is our policy to document all notices of alleged infringement on which we act.
						<br><br>
						To file a notice of infringement with us, you must provide a digital notification via email that sets forth the items specified below. Please note that you may be liable for damages (including costs and attorneys' fees) if you materially misrepresent that a product or activity is infringing your copyrights. Accordingly, if you are not sure whether material available online infringes your copyright, we suggest that you first contact an attorney.
						<br><br>
						Your communication must include substantially all of the following:
						<br><br>
						A physical or electronic signature of a person authorized to act on behalf of the owner of an exclusive right that is allegedly infringed.<br>
						Identify in sufficient detail the location of copyrighted work that you believe has been infringed upon or other information sufficient to specify the copyrighted work being infringed. If multiple copyrighted works at a single online site are covered by a single notification, a representative list of such works at that site.<br>
						Identification of the material that is claimed to be infringing or to be the subject of infringing activity and that is to be removed or access to which is to be disabled, and information reasonably sufficient to permit us to locate the material.<br>
						Information reasonably sufficient to permit us to contact the complaining party, such as an address, telephone number, and, if available, an electronic mail address at which the complaining party may be contacted.<br>
						The following statement: "I have a good faith belief that use of the material in the manner complained of is not authorized by the copyright owner, its agent, or the law."<br>
						The following statement: "I swear, under penalty of perjury, that the information in the notification is accurate, and that I am the copyright owner or am authorized to act on behalf of the owner of an exclusive right that is allegedly infringed."<br>
						Please contact us to report any misleading advertising, fake content, SPAM, copyright infringement, or other abuse.
						<br><br>
						<center><button onclick="jQuery('#link_dmca').hide('fast');">Close Window</button></center>
					</div>
				</div>

								<script language="JavaScript">update_inline_data();</script>				
			
		</div></div></div></body></html>