Edit C:\Users\Administrator\AppData\Local\Microsoft\Windows\INetCache\IE\8IJS1QLI\yp360[1].htm
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>SSP</title> <meta page_size="300,500" showtype="2"> <style type="text/css"> *{margin:0;padding: 0;} html,body{overflow: hidden;background-color: #000} .container{width:300px;height:500px; margin:0 auto;overflow: hidden;position: relative; background-color: white;} .container > iframe{ width:100%; height:100%; border:none; } .image-wrapper{width:100%;height:100%;border:0;display: inline-block;overflow: hidden;} .image-wrapper > img{-webkit-user-select: none;cursor: pointer;width:100%;height:100%;border:0;overflow: hidden;border:none;} .image-wrapper-1{border:0;display: inline-block;overflow: hidden;width: 168px; height: 273px; position: absolute; left: 0;} .image-wrapper-1 > img{-webkit-user-select: none;cursor: pointer;width:100%;height:100%;border:0;overflow: hidden;border:none;} .image-wrapper-2{border:0;display: inline-block;overflow: hidden;width: 168px; height: 273px; position: absolute; left: 168px;} .image-wrapper-2 > img{-webkit-user-select: none;cursor: pointer;width:100%;height:100%;border:0;overflow: hidden;border:none;} .image-wrapper-3{border:0;display: inline-block;overflow: hidden;width: 168px; height: 273px; position: absolute; left: 336px;} .image-wrapper-3 > img{-webkit-user-select: none;cursor: pointer;width:100%;height:100%;border:0;overflow: hidden;border:none;} .close{position: absolute;right:5px;top:5px; color: #ddd;text-decoration: none;border:none;width:30px;height:30px;z-index:2;} .close_big{position: absolute;right: 5px;top:5px; color: #ddd;text-decoration: none;border:none;width: 14px;height: 14px;z-index:2;} .close_big2{position: absolute;right: 8px;top:8px; color: #ddd;text-decoration: none;border:none;width: 14px;height: 14px;z-index:2;} .close_big2 > img{ position: absolute; top: 2px; left: 2px;width:10px; height:10px;} .ad{position: absolute; color: #fff; font-size: 12px; display: inline-block; padding: 3px; left: 0; bottom: 0; background-color: #585050;z-index:2;} .ad2{position: absolute; color: #fff; font-size: 12px; display: inline-block; padding: 3px; right: 0; bottom: 0; background-color: #585050;z-index:2;} img{ border:none; -webkit-user-select: none; cursor: pointer; } .close-panel{ width: 80px; height: 50px; position: absolute; background-color: white; right: 0px; text-align: center; z-index: 2; line-height: 25px; font-size: 12px; display: none; } a:focus{outline:none;} .title{position:absolute;bottom:30px;left:10px;color:#000;} .img_click_gg{display:block;} </style> </head> <body> <div class="container" id="container"> <a class="close" href="tag=close" target="_blank"><img src="./libs/images/newclose.png"></a> <span class="ad">???-???</span> <span class="ad2">???????????</span> <input type="text" id="btn" style="width: 0; height: 0;position: absolute; left: -100000;border:none;"> <script type="text/javascript" > function GetQueryString(name) { var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)"); var r = window.location.search.substr(1).match(reg); if (r != null) return unescape(r[2]); return null; } var mediav_ad_pub = 'zfe6ma_2351674'; var mediav_ad_width = '300'; var mediav_ad_height = '500'; var mediav_ad_tck =GetQueryString('tck'); </script> <script type="text/javascript" language="javascript" charset="utf-8" src="//static.mediav.com/js/mvf_g4.js"></script> </div> </body> <script src="./libs/script/jquery.min.js"></script> <script src="./libs/script/jquery.cookie.domain.js"></script> <script src="./libs/script/get360.js"></script> <script> (function () { var ProjectConfig = { GetQueryString: function (name) { var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)"); var r = window.location.search.substr(1).match(reg); if (r != null) return unescape(r[2]); return null; }, Assign :function(target) { target = Object(target); for (var index = 1; index < arguments.length; index++) { var source = arguments[index]; if (source != null) { for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } } return target; }, getBrowser:function () { var userAgent = navigator.userAgent; //?????????userAgent????? var isOpera = userAgent.indexOf("Opera") > -1; //??????Opera????? var isIE = userAgent.indexOf("compatible") > -1 && userAgent.indexOf("MSIE") > -1 && !isOpera; //??????IE????? var isEdge = userAgent.indexOf("Edge") > -1; //??????IE??dge????? var isFF = userAgent.indexOf("Firefox") > -1; //??????Firefox????? var isSafari = userAgent.indexOf("Safari") > -1 && userAgent.indexOf("Chrome") == -1; //??????Safari????? var isChrome = userAgent.indexOf("Chrome") > -1 && userAgent.indexOf("Safari") > -1; //???Chrome????? if (isIE) { var reIE = new RegExp("MSIE (\\d+\\.\\d+);"); reIE.test(userAgent); var fIEVersion = parseFloat(RegExp["$1"]); if (fIEVersion == 7) { return "IE7"; } else if (fIEVersion == 8) { return "IE8"; } else if (fIEVersion == 9) { return "IE9"; } else if (fIEVersion == 10) { return "IE10"; } else if (fIEVersion == 11) { return "IE11"; } else { return "0"; }//IE?????? return "IE"; } if (isOpera) { return "Opera"; } if (isEdge) { return "Edge"; } if (isFF) { return "FF"; } if (isSafari) { return "Safari"; } if (isChrome) { return "Chrome"; } }, getCookie: function () { if (!$.cookie('dspUid')) { var dspUid = new Date().getTime() + Math.random() * 100000 | 0; $.cookie('dspUid', dspUid, {expires: 300, path: '/'}); } return $.cookie('dspUid'); }, getSystem: function () { var sUserAgent = navigator.userAgent; var isWin = (navigator.platform == "Win32") || (navigator.platform == "Windows"); var isMac = (navigator.platform == "Mac68K") || (navigator.platform == "MacPPC") || (navigator.platform == "Macintosh") || (navigator.platform == "MacIntel"); if (isMac) return "Mac"; var isUnix = (navigator.platform == "X11") && !isWin && !isMac; if (isUnix) return "Unix"; var isLinux = (String(navigator.platform).indexOf("Linux") > -1); if (isLinux) return "Linux"; if (isWin) { var isWin2K = sUserAgent.indexOf("Windows NT 5.0") > -1 || sUserAgent.indexOf("Windows 2000") > -1; if (isWin2K) return "Win2000"; var isWinXP = sUserAgent.indexOf("Windows NT 5.1") > -1 || sUserAgent.indexOf("Windows XP") > -1; if (isWinXP) return "WinXP"; var isWin2003 = sUserAgent.indexOf("Windows NT 5.2") > -1 || sUserAgent.indexOf("Windows 2003") > -1; if (isWin2003) return "Win2003"; var isWinVista = sUserAgent.indexOf("Windows NT 6.0") > -1 || sUserAgent.indexOf("Windows Vista") > -1; if (isWinVista) return "WinVista"; var isWin7 = sUserAgent.indexOf("Windows NT 6.1") > -1 || sUserAgent.indexOf("Windows 7") > -1; if (isWin7) return "Win7"; var isWin10 = sUserAgent.indexOf("Windows NT 10") > -1 || sUserAgent.indexOf("Windows 10") > -1; if (isWin10) return "Win10"; } return "other"; }, loadBase: function () { return; }, uploadUrl: function (url) { var images = new Image(); images.src = url; } }; window.ProjectConfig = ProjectConfig; window.uploadConfig = {}; })(); function uploadZhike(uploadAction) { var params = { project:ProjectConfig.GetQueryString('project') || 'default', data:ProjectConfig.GetQueryString('data') || 'default', os:ProjectConfig.GetQueryString('os')||ProjectConfig.getSystem() || 'default', browser:ProjectConfig.GetQueryString('browser')|| 'default', act:uploadAction.act || 'default', ad_id:uploadAction.ad_id || '2299682', ad_pos:uploadAction.ad_pos || 'kuaiya_tnews_1', ad_time:new Date().getTime() || 'default', ad_type:uploadAction.ad_type || 'dsp', strategy_id:uploadAction.strategy_id || '2569', idea_id:uploadAction.idea_id || 'default', plan_id:uploadAction.plan_id || 'default', product_category:uploadAction.product_category||'20' }; var url = "http://sspreport.7654.com/ssp/user_click?code="+params.project + encodeURI('\t')+ params.data + encodeURI('\t')+encodeURI(params.os)+ encodeURI('\t')+params.browser+ encodeURI('\t')+params.act+encodeURI('\t')+params.ad_id+encodeURI('\t')+params.ad_pos+encodeURI('\t')+params.ad_time+encodeURI('\t')+params.ad_type+encodeURI('\t')+params.strategy_id+encodeURI('\t')+params.idea_id+encodeURI('\t')+params.plan_id+encodeURI('\t')+params.product_category; $.getJSON(url).done(function (data) {}); } var IframeOnClick = { resolution: 200, iframes: [], interval: null, Iframe: function() { this.element = arguments[0]; this.cb = arguments[1]; }, track: function(element, cb) { this.iframes.push(new this.Iframe(element, cb)); var _this = this; this.interval = setInterval(function () { _this.checkClick(); }, this.resolution); }, checkClick: function() { if (document.activeElement) { var activeElement = document.activeElement; for (var i in this.iframes) { if (activeElement === this.iframes[i].element) { this.iframes[i].cb.apply(window, []); var btn = document.getElementById("btn") btn.focus() } } } } }; window.uploadConfig = { act:'', ad_id: ProjectConfig.GetQueryString('baidu_id'), ad_pos:'kuaiya_tnews_1', ad_type:'dsp', strategy_id: ProjectConfig.GetQueryString('strategy_id') , idea_id: ProjectConfig.GetQueryString('idea_id'), plan_id: ProjectConfig.GetQueryString('plan_id'), product_category:ProjectConfig.GetQueryString('product_category'), }; uploadConfig.act = 'show'; uploadZhike(uploadConfig); // IframeOnClick.track(document.getElementsByTagName('iframe')[0],function() { // uploadConfig.act = 'click'; // uploadZhike(uploadConfig); // }); </script> <script> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?b70da188462a96ca43ab81c6fe21d0ca"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> <script> function click360(string360){ uploadConfig.act = 'click'; uploadZhike(uploadConfig); } window.onload = function() { function isShow360() { var ret = false; if (!('FindIFrame' in window.external)) return true; //????????? var FindIFrame = window.external.FindIFrame(); var allElement = FindIFrame.all; for (var i = 0; i < allElement.length; i++) { if (allElement[i].tagName.toUpperCase() == 'IMG' || allElement[i].tagName.toUpperCase() == 'QIHOOSHOPWINDOW') { ret = true; break; } } return ret; } setTimeout(function () { if ('CppCall' in window.external) { window.external.CppCall("300,500"); } if (!isShow360()) { var picUrl = "../../libs/images/14_w.png"; var configInfo = config[10]; $(".close").html(); $(".container").append('<a href='+configInfo.url+' target="_blank"><img id="ak" style="width:100%;height:100%;position: absolute;display: inline-block;top: 0;left: 0;z-index: 1;" src='+configInfo.img+' /></a>'); $(".close").html('<img src="'+picUrl+'?v='+new Date().getTime()+'">'); $(".ad2").css({"display":"none"}) uploadConfig.act = 'show'; uploadConfig.strategy_id='1821'; uploadZhike(uploadConfig); $("body").on('click','#ak',function(){ uploadConfig.act = 'click'; uploadZhike(uploadConfig); }); }else{ window.external.SetBillboard("360"); } }, 5e3); } // if (typeof window.external != 'undefined' && typeof window.external.CppCall != 'undefined') { // window.external.CppCall("300,500"); // } </script> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de