問:目前發現兩個網站www.bathrive.com/ 和 http://www.huazhe168.cn/  打開都是空白,瀏覽器出現以下代碼,,需要刷新好幾次才正常。好像空間被掛馬一樣,請幫忙檢查一下,謝謝

<html><head><style type="text/css" abt="234"></style><script>//console.log('a')

</script><script>doAdblock();

function doAdblock(){

    (function() {

        function A() {}

        A.prototype = {

            rules: {

                'pps_pps': {

                    'find': /^http:\\/\\/www\\.iqiyi\\.com\\/player\\/cupid\\/common\\/pps_flvplay_s\\.swf/,

                    'replace': 'http://swf.adtchrome.com/pps_.swf'

                },

                '17173_in':{

                    'find':/http:\\/\\/f\\.v\\.17173cdn\\.com\\/(\\d \\/)?flash\\/PreloaderFile(Customer)?\\.swf/,

                    'replace':"http://swf.adtchrome.com/17173_in_.swf"

                },

                '17173_out':{

                    'find':/http:\\/\\/f\\.v\\.17173cdn\\.com\\/(\\d \\/)?flash\\/PreloaderFileFirstpage\\.swf/,

                    'replace':"http://swf.adtchrome.com/17173_out_.swf"

                },

                '17173_live':{

                    'find':/http:\\/\\/f\\.v\\.17173cdn\\.com\\/(\\d \\/)?flash\\/Player_stream(_firstpage)?\\.swf/,

                    'replace':"http://swf.adtchrome.com/17173_stream_.swf"

                },

                '17173_live_out':{

                    'find':/http:\\/\\/f\\.v\\.17173cdn\\.com\\/(\\d \\/)?flash\\/Player_stream_(custom)?Out\\.swf/,

                    'replace':"http://swf.adtchrome.com/17173.out.Live.swf"

                }

            },

            _done: null,

            get done() {

                if(!this._done) {

                    this._done = new Array();

                }

                return this._done;

            },

            addAnimations: function() {

                var style = document.createElement('style');

                style.type = 'text/css';

                style.innerHTML = 'object,embed{\\

                -webkit-aon:.001s;-webkit-animation-name:playerInserted;\\

                -ms-aon:.001s;-ms-animation-name:playerInserted;\\

                -o-aon:.001s;-o-animation-name:playerInserted;\\

                aon:.001s;animation-name:playerInserted;}\\

                @-webkit-keyframes playerInserted{from{opacity:0.99;}to{opacity:1;}}\\

                @-ms-keyframes playerInserted{from{opacity:0.99;}to{opacity:1;}}\\

                @-o-keyframes playerInserted{from{opacity:0.99;}to{opacity:1;}}\\

                @keyframes playerInserted{from{opacity:0.99;}to{opacity:1;}}';

                document.getElementsByTagName('head')[0].appendChild(style);

            },

            animationsHandler: function(e) {

                if(e.animationName === 'playerInserted') {

                    this.replace(e.target);

                }

            },

            replace: function(elem) {

                if (/http:\\/\\/v.youku.com\\/v_show\\/.*/.test(window.location.href)){

                    var tag = document.getElementById("playerBox").getAttribute("player")

                    if (tag == "adt"){

                        console.log("adt adv")

                        return;

                    }

                }

                if(this.done.indexOf(elem) != -1) return;

                this.done.push(elem);

                var player = elem.data || elem.src;

                if(!player) return;

                var i, find, replace = false;

                for(i in this.rules) {

                    find = this.rules[i]['find'];

                    if(find.test(player)) {

                        replace = this.rules[i]['replace'];

                        if('function' === typeof this.rules[i]['preHandle']) {

                            this.rules[i]['preHandle'].bind(this, elem, find, replace, player)();

                        }else{

                            this.reallyReplace.bind(this, elem, find, replace)();

                        }

                        break;

                    }

                }

            },

            reallyReplace: function(elem, find, replace) {

                elem.data && (elem.data = elem.data.replace(find, replace)) || elem.src && ((elem.src = elem.src.replace(find, replace)) && (elem.style.display = 'block'));

                var b = elem.querySelector("param[name='movie']");

                this.reloadPlugin(elem);

            },

            reloadPlugin: function(elem) {

                var nextSibling = elem.nextSibling;

                var parentNode = elem.parentNode;

                parentNode.removeChild(elem);

                var newElem = elem.cloneNode(true);

                this.done.push(newElem);

                if(nextSibling) {

                    parentNode.insertBefore(newElem, nextSibling);

                } else {

                    parentNode.appendChild(newElem);

                }

            },

            init: function() {

                var handler = this.animationsHandler.bind(this);

                document.body.addEventListener('webkitAnimationStart', handler, false);

                document.body.addEventListener('msAnimationStart', handler, false);

                document.body.addEventListener('oAnimationStart', handler, false);

                document.body.addEventListener('animationstart', handler, false);

                this.addAnimations();

            }

        };

        new A().init();

    })();

}

//

(function cnbeta() {

    if (document.URL.indexOf('cnbeta.com') >= 0) {

        var elms = document.body.querySelectorAll("p>embed");

        Array.prototype.forEach.call(elms, function(elm) {

            elm.style.marginLeft = "0px";

        });

    }

})();

//baidu

if(document.URL.indexOf('www.baidu.com') >= 0){

    if(document && document.getElementsByTagName && document.getElementById && document.body){

        var aa = function(){

            var all = document.body.querySelectorAll("#content_left div,#content_left table");

            for(var i = 0; i < all.length; i ){

                if(/display:\\s?(table|block)\\s!important/.test(all[i].getAttribute("style"))){all[i].style.display= "none";all[i].style.visibility='hidden';}

            }

            all = document.body.querySelectorAll('.result.c-container[id="1"]');

            //if(all.length == 1) return;

            for(var i = 0; i < all.length; i ){

                if(all[i].innerHTML && all[i].innerHTML.indexOf('廣告')>-1){

                    all[i].style.display= "none";all[i].style.visibility='hidden';

                }

            }

        }

        aa();

        document.getElementById('wrapper_wrapper').addEventListener('DOMSubtreeModified',aa)

    };

}

//

(function kill_360() {

    if (document.URL.indexOf('so.com') >= 0) {

        document.getElementById("e_idea_pp").style.display = none;

    }

})();

if (document.URL.indexOf("tv.sohu.com") >= 0){

    if (document.cookie.indexOf("fee_status=true")==-1){document.cookie='fee_status=true'};

}

if (document.URL.indexOf("56.com") >= 0){

    if (document.cookie.indexOf("fee_status=true")==-1){document.cookie='fee_status=true'};

}

if (document.URL.indexOf("iqiyi.com") >= 0){

    if (document.cookie.indexOf("player_forcedType=h5_VOD")==-1){

        document.cookie='player_forcedType=h5_VOD'

        if(localStorage.reloadTime && Date.now() – parseInt(localStorage.reloadTime)<60000){

            console.log('no reload')

        }else{

            location.reload()

            localStorage.reloadTime = Date.now();

        }

    }

}

</script><style type="text/css">object,embed{                -webkit-aon:.001s;-webkit-animation-name:playerInserted;                -ms-aon:.001s;-ms-animation-name:playerInserted;                -o-aon:.001s;-o-animation-name:playerInserted;                aon:.001s;animation-name:playerInserted;}                @-webkit-keyframes playerInserted{from{opacity:0.99;}to{opacity:1;}}                @-ms-keyframes playerInserted{from{opacity:0.99;}to{opacity:1;}}                @-o-keyframes playerInserted{from{opacity:0.99;}to{opacity:1;}}                @keyframes playerInserted{from{opacity:0.99;}to{opacity:1;}}</style></head><body></body></html>

,網站虛擬主機貌似中馬

答:您好,測試網站訪問正常檢查源碼也沒有發現異常,您這種情況很可能是您本地網絡劫持,建議您聯系反饋下,同時您可以讓其他不同網絡/地 的訪問者幫您檢查核實下,非常感謝您長期對我司的支持!

更多關于云服務器域名注冊,虛擬主機的問題,請訪問三五互聯官網:www.shinetop.cn
贊(0)
聲明:本網站發布的內容(圖片、視頻和文字)以原創、轉載和分享網絡內容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網站立場,如需處理請聯系客服。郵箱:3140448839@qq.com。本站原創內容未經允許不得轉載,或轉載時需注明出處:三五互聯知識庫 » 網站虛擬主機貌似中馬-虛擬主機/數據庫問題

登錄

找回密碼

注冊

主站蜘蛛池模板: 中文字幕午夜福利片午夜福利片97| 国产精品v片在线观看不卡| 精品亚洲欧美高清不卡高清 | 久久本道综合久久伊人| mm1313亚洲国产精品| 国产超高清麻豆精品传媒麻豆精品| 久久无码中文字幕免费影院蜜桃 | 亚洲日韩国产二区无码| 国产黄大片在线观看画质优化| 综合亚洲网| 国产精品久久久久久久久电影网| аⅴ天堂中文在线网| CAOPORN免费视频国产| 欧美视频二区欧美影视| 日韩精品亚洲专在线电影| 強壮公弄得我次次高潮A片| 亚洲国产精品一二三四五| 精品人伦一区二区三区蜜桃免费| 国产一区二区三区精品久| 中国china露脸自拍性hd| 亚洲v欧美v日韩v国产v| 都昌县| 国产精品亚洲综合色区丝瓜 | 镇康县| 国产精品不卡一区二区在线| 天堂网www在线资源网| 国产激情一区二区三区午夜 | 无码人妻斩一区二区三区| 国产精品视频午夜福利| 麻豆天美国产一区在线播放| 高中女无套中出17p| 又湿又紧又大又爽A视频男| 欧美18videosex性欧美tube1080 | 中文字幕v亚洲日本在线电影| 中文字幕一区二区久久综合| 国产福利免费在线观看| 国产一区二区三区不卡视频| 国产精品成| 99精品国产兔费观看久久99| 99国产欧美另类久久久精品| 国产深夜福利在线免费观看|