Edit C:\Users\Administrator\AppData\Local\Microsoft\Windows\INetCache\IE\YPD82PD8\yp01[1].htm
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>SSP</title> <style type="text/css"> *{margin:0;padding: 0;} html,body{overflow: hidden;background-color: #000} .container{width:100%;height:100%; 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;"> </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?v=1.0"></script> <script> get360Ad(function(res){ if(!$.isEmptyObject(res)){ var adData=res.adspaces[good_showid].ads[0]; var dom='<a href="' + adData.curl + '" class="img_click_gg" data-clktk="' + adData.clktk + '" data-oldcurl="' + adData.curl + '" data-oldclktk="' + adData.clktk + '" target="_blank"><img id="ak" src='+adData.img+' /></a>' $(".container").append(dom); $(".container").css({'width':adData.imgw,'height':adData.imgh}); url_scroll(adData.imptk); var page_size =''+adData.imgw+','+adData.imgh+''; $('head').append('<meta page_size="'+page_size+'" showtype="2">'); if ('CppCall' in window.external) { window.external.CppCall(page_size); } }else{ var urlOrigin='' if(location.host == 'news.7654.com'){ urlOrigin='http://news.7654.com' }else{ urlOrigin='http://test.gamma-minipage.news.7654.com' } var openUrl = urlOrigin + "/tnewsdsp/yp360.html?"+location.search.split('?')[1]; window.external.RedirectUrl(openUrl); } },good_showid); </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; }, 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) {}); } 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); $("body").on('click','#ak',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> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de