Вверх ↑
Ответов: 91
Рейтинг: 0
#1: 2019-05-06 16:19:39 ЛС | профиль | цитата

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<!-- saved from url=(0031)http://192.168.3.180/index.html -->
<html xmlns="http://www.w3.org/1999/xhtml" lang="ru"><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<title>Блок управления CB4-состояние</title>

<meta http-equiv="pragma" content="no-cache">


<script src="./Блок управления CB4-состояние_files/mchp.js.загружено" type="text/javascript"></script>


<script type="text/javascript">


var blinker1=0;
var blinker2=0;
var blinkstatus1=2;
var blinkstatus2=2;
var ControlDis=0;

function blinkIt()
{

if(blinkstatus1==1)
{
document.getElementById('p_alarm').style.color = "Red";
}
else if(blinkstatus1==2)
{
if(blinker1!=1)
{
document.getElementById('p_alarm').style.color = "Red";
blinker1=1;
}
else
{
document.getElementById('p_alarm').style.color = "Gray";
blinker1=0;
}
}
else
{
document.getElementById('p_alarm').style.color = "Gray";
}


}


// Parses the xmlResponse from status.xml and updates the status box
function updateStatus(xmlData) {

// Check if a timeout occurred
if(!xmlData)
{
document.getElementById('loading').style.display = 'inline';
return;
}

// Make sure we're displaying the status display
document.getElementById('loading').style.display = 'none';

//print params
document.getElementById('stndby').checked = parseInt(getXMLValue(xmlData, 'stndby'));
document.getElementById('time1').innerHTML = getXMLValue(xmlData, 'time1');
document.getElementById('time2').innerHTML = getXMLValue(xmlData, 'time2');
document.getElementById('time3').innerHTML = getXMLValue(xmlData, 'time3');
document.getElementById('time4').innerHTML = getXMLValue(xmlData, 'time4');
document.getElementById('time5').innerHTML = getXMLValue(xmlData, 'time5');

document.getElementById('isProgrev').innerHTML = getXMLValue(xmlData, 'isProgrev');


document.getElementById('status0').style.color = getXMLValue(xmlData, 'status0');


//print params-таблица лампочек


//document.getElementById('p_afu1').innerHTML = getXMLValue(xmlData, 'p_afu1');
//document.getElementById('p_afu2').innerHTML = getXMLValue(xmlData, 'p_afu2');

//document.getElementById('p_alarm_pk1').innerHTML = getXMLValue(xmlData, 'p_alarm_pk1');
//document.getElementById('p_alarm_pk2').innerHTML = getXMLValue(xmlData, 'p_alarm_pk2');

//document.getElementById('p_status_pk1').style.color = getXMLValue(xmlData, 'p_status_pk1');
//document.getElementById('p_status_pk2').style.color = getXMLValue(xmlData, 'p_status_pk2');


document.getElementById('status_vzb1').style.color = getXMLValue(xmlData, 'status2');
document.getElementById('status_vzb2').style.color = getXMLValue(xmlData, 'status3');



document.getElementById('status_um1').style.color = getXMLValue(xmlData, 'status_um1');
document.getElementById('status_um2').style.color = getXMLValue(xmlData, 'status_um2');
//document.getElementById('status_um3').style.color = getXMLValue(xmlData, 'status_um3');
//document.getElementById('status_um4').style.color = getXMLValue(xmlData, 'status_um4');




/*
//усилители
document.getElementById('usilA').innerHTML="";

var tmpString="";
var numOfUsilInGroupA=getXMLValue(xmlData, 'numOfUsilInGroupA');
for(var i=0;i<numOfUsilInGroupA;i++)
{

tmpString += "<span style=\"color:";
tmpString += getXMLValue(xmlData, 'status_um'+(i+1));
tmpString += ";\">•<\/span>";

//console.log('status_um'+(i+1));

}
document.getElementById('usilA').innerHTML=tmpString;
document.getElementById('usilB').innerHTML="";
tmpString="";
for(var i=0;i<(getXMLValue(xmlData, 'numOfUsilInGroupB'));i++)
{

tmpString += "<span style=\"color:";
tmpString += getXMLValue(xmlData, 'status_um'+(i+1+Number(numOfUsilInGroupA)))
tmpString += ";\">•<\/span>";
console.log('status_um'+(i+1+Number(numOfUsilInGroupA)));
}
document.getElementById('usilB').innerHTML=tmpString;
*/

//controls

if(ControlDis==0)document.getElementById('mainv').options[getXMLValue(xmlData, 'mainv')].selected = 'true';
if(ControlDis==0)document.getElementById('manual').options[getXMLValue(xmlData, 'manual')].selected = 'true';
//if(ControlDis==0)document.getElementById('cold').options[getXMLValue(xmlData, 'rezerv')].selected = 'true';
document.getElementById('MainStat').innerHTML = getXMLValue(xmlData, 'MainStat');




//аварии и лампочка
document.getElementById('status4').innerHTML = getXMLValue(xmlData, 'status4');
blinkstatus1=getXMLValue(xmlData, 'status6');


// TK1-TK3
// document.getElementById('statusTK1').innerHTML = getXMLValue(xmlData, 'status11');
document.getElementById('statusTK2').innerHTML = getXMLValue(xmlData, 'status12');
document.getElementById('statusTK3').innerHTML = getXMLValue(xmlData, 'status13');

document.getElementById('param_value0').innerHTML = getXMLValue(xmlData, 'param_value0');
document.getElementById('param_value1').innerHTML = getXMLValue(xmlData, 'param_value1');




//pbl1-3
document.getElementById('param_value2').innerHTML = getXMLValue(xmlData, 'param_value2');
// document.getElementById('param_value11').innerHTML = getXMLValue(xmlData, 'param_value11');
// document.getElementById('param_value12').innerHTML = getXMLValue(xmlData, 'param_value12');

document.getElementById('param_value9').innerHTML = getXMLValue(xmlData, 'param_value9');




}
setTimeout("newAJAXCommand('status.xml', updateStatus, true)",1000);
setInterval(blinkIt, 1000) // использовать функцию
</script><style type="text/css"></style>




<script type="text/javascript">

function dataSelect(f)
{

f.submit()
}
</script>

<style type="text/css">

.block_title { background: URL('title_bg.jpg') repeat-x; height: 28px; padding-left: 10px; font-family:Verdana, Arial, Helvetica, sans-serif; color: #2f68bb; font-size: 14px; font-weight: 700; }

.menu_title { background: URL('menu_bg.jpg') repeat-x; height: 28px; padding-left: 10px; font-family:Verdana, Arial, Helvetica, sans-serif; color: #24367a; font-size: 14px; font-weight: 700; position: relative;}

.blue {background-color: #b6caf0;font-family: "Arial", "Helvetica", "sans-serif";font-size: 12px;font-weight: bold;}

a {
font-size: medium;
font-family: Geneva, Arial, Helvetica, sans-serif;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
color: #3399FF;
}
a:active {
text-decoration: none;
}
.maintext {font-size: 12px;}
.style14 {color: #0000FF; font-style: italic; }
.style15 {color: #FF0000}

.title_unactive {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: 700;
color: #0095b6;
}
body,td,th {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
}
.style22 {
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
color: #333333;
}
.style_led_gray { font-size: 36px;
color: Gray;
}
.style_led_red { font-size: 36px;
color: Red;
}
.style_led_green { font-size: 36px;
color: Green;
}
.style_led_gray { font-size: 36px;
color: Gray;
}
.style_led_red { font-size: 36px;
color: Red;
}

.menu_title2 {background: URL('menu_bg.jpg') repeat-x; height: 28px; padding-left: 10px; font-family:Verdana, Arial, Helvetica, sans-serif; color: #000000; font-size: 10px; position: relative;}
.style23 {font-weight: bold}
.style24 {
font-size: 16px;
font-weight: bold;
}
</style>
<style type="text/css">:root .GKJYXHBF2 > .GKJYXHBE2 > .GKJYXHBH5, :root a[href^="http://ffxitrack.com/"], :root a[href*="mfroute.com/"], :root a[href^="http://ad-apac.doubleclick.net/"], :root a[href^="http://www.amazon.co.uk/exec/obidos/external-search?"], :root #\5f _mom_ad_2, :root #rhs_block .mod > .luhb-div > div[data-async-type="updateHotelBookingModule"], :root #\5f _admvnlb_modal_container, :root a[href*="katuhus.com"], :root #MAIN.ShowTopic > .ad, :root a[href^="http://pubads.g.doubleclick.net/"], :root #main_col > #center_col div[style="font-size:14px;margin:0 4px;padding:1px 5px;background:#fff7ed"], :root .GB3L-QEDGY .GB3L-QEDF- > .GB3L-QEDE-, :root #center_col > #main > .dfrd > .mnr-c > .c._oc._zs, :root div[class*="-storyBodyAd-"], :root a[href^="http://ul.to/ref/"], :root #\5f _nq__hh[style="display:block!important"], :root a[href*="/universallnk.net/"], :root a[href^="http://cdn.adstract.com/"], :root a[href^="//tracking.content-recommendation.net/"][href*="/sponsored/click.html?"], :root #\5f _mom_ad_12, :root div[class^="ads-partner-"], :root a[href^="http://lp.ncdownloader.com/"], :root a[href^="https://fileboom.me/pr/"], :root .inlineNewsletterSubscription + .inlineNewsletterSubscription div[class$="_item"], :root a[href^="http://3wr110.net/"], :root div[id^="google_ads_iframe_"], :root a[href^="http://bestorican.com/"], :root #ads > .dose > .dosesingle, :root div[id^="ad_script_"], :root a[href^="http://get.slickvpn.com/"], :root .gbfwa > div[class$="_item"], :root #assetsListings[style="display: block;"], :root #center_col > #\5f Emc, :root a[href^="http://marketgid.com"], :root #rhs_block > ol > .rhsvw > .kp-blk > .xpdopen > ._OKe > ol > ._DJe > .luhb-div, :root a[href^="http://go.mobisla.com/"], :root AD-SLOT, :root a[href^="http://www.webtrackerplus.com/"], :root #center_col > #res > #topstuff + #search > div > #ires > #rso > #flun, :root a[href^="https://watchmygirlfriend.tv/"], :root a[href^="http://www.affbuzzads.com/affiliate/"], :root #center_col > #resultStats + #tads, :root #main-content > [style="padding:10px 0 0 0 !important;"], :root a[href*="cmsmodnews.com"], :root a[href*="intovarro.ru"], :root #center_col > #resultStats + #tads + #res + #tads, :root #cnt #center_col > #taw > #tvcap > .c._oc._Lp, :root a[href^="http://www.paddypower.com/?AFF_ID="], :root #center_col > #resultStats + div + #res + #tads, :root a[onmousedown^="this.href='http://staffpicks.outbrain.com/network/redir?"][target="_blank"], :root a[href^="http://centertrust.xyz/"], :root div[class^="Ad__container"], :root div[id^="crt-"][style], :root a[href*="//ubar.pro"], :root a[href^="http://www.fbooksluts.com/"], :root a[href^="http://g1.v.fwmrm.net/ad/"], :root a[href^="http://ads.integral-marketing.com/"], :root #center_col > #resultStats + div[style="border:1px solid #dedede;margin-bottom:11px;padding:5px 7px 5px 6px"], :root div[id^="b_tz_"], :root a[data-obtrack^="http://paid.outbrain.com/network/redir?"], :root div[id^="advads_"], :root .__y_inner > .__y_item, :root .min-width-normal > #popup_container ~ #fade, :root div[id^="ads300_100-widget"], :root #center_col > #taw > #tvcap > .rscontainer, :root #center_col > div[style="font-size:14px;margin-right:0;min-height:5px"] > div[style="font-size:14px;margin:0 4px;padding:1px 5px;background:#fff8e7"], :root a[href^="https://www.financeads.net/tc.php?"], :root div[id^="MarketGid"], :root #cnt #center_col > #res > #topstuff > .ts, :root a[href^="https://aaucwbe.com/"], :root a[href*="top-info24.ru"], :root a[href^="http://espn.zlbu.net/"], :root #content > #center > .dose > .dosesingle, :root a[href^="https://ads.trafficpoizon.com/"], :root #content > #right > .dose > .dosesingle, :root div[id^="republer_"], :root [onclick*=".twkv.ru"], :root a[href^="http://ads.betfair.com/redirect.aspx?"], :root #flowplayer > div[style="position: absolute; width: 300px; height: 275px; left: 222.5px; top: 85px; z-index: 999;"], :root a[href*="emprestimo.eu"], :root #flowplayer > div[style="z-index: 208; position: absolute; width: 300px; height: 275px; left: 222.5px; top: 85px;"], :root #header + #content > #left > #rlblock_left, :root a[href^="http://9amq5z4y1y.com/"], :root a[href^="//40ceexln7929.com/"], :root a[href^="https://traffic.bannerator.com/"], :root .__zinit .__y_item, :root #mbEnd[cellspacing="0"][cellpadding="0"], :root a[href^="http://banners.victor.com/processing/"], :root #mn #center_col > div > h2.spon:first-child, :root .ch[onclick="ga(this,event)"], :root a[href^="//go.vedohd.org/"], :root #mn #center_col > div > h2.spon:first-child + ol:last-child, :root a[href^="http://affiliate.coral.co.uk/processing/"], :root a[href*=".clksite.com/"], :root div[id^="yandex_ad"], :root #mn div[style="position:relative"] > #center_col > ._Ak, :root #mn div[style="position:relative"] > #center_col > div > ._dPg, :root .__yinit .__y_item, :root a[href^="http://finaljuyu.com/"], :root div[id^="mainads"], :root #rhs_block > .ts[cellspacing="0"][cellpadding="0"][style="padding:0"], :root #resultspanel > #topads, :root a[href*="best-zdorovye.ru"], :root a[href^="http://traffic.tc-clicks.com/"], :root #rhs_block > #mbEnd, :root #rhs_block .mod > .gws-local-hotels__booking-module, :root a[href^="http://data.ad.yieldmanager.net/"], :root #rhs_block .xpdopen > ._OKe > div > .mod > ._yYf, :root .mw > #rcnt > #center_col > #taw > #tvcap > .c, :root a[href*="/fastvk.com"], :root #rhs_block > script + .c._oc._Ve.rhsvw, :root a[href*="/amigo-browser.ru"][target="_blank"], :root a[data-redirect^="https://paid.outbrain.com/network/redir?"], :root a[href*="deliver.trafficfabrik.com"], :root a[href^="http://track.adform.net/"], :root #tads + div + .c, :root #rhswrapper > #rhssection[border="0"][bgcolor="#ffffff"], :root a[href^="http://admingame.info/"], :root #ssmiwdiv[jsdisplay], :root .base-page_container > .banerRight, :root a[href^="http://www.dealcent.com/register.php?affid="], :root a[href*="/afftraf.co/"], :root #topstuff > #tads, :root .GFYY1SVD2 > .GFYY1SVC2 > .GFYY1SVF5, :root a[href^="http://www.linkbucks.com/referral/"], :root .GHOFUQ5BG2 > .GHOFUQ5BF2 > .GHOFUQ5BG5, :root .GFYY1SVE2 > .GFYY1SVD2 > .GFYY1SVG5, :root a[href^="https://ad.atdmt.com/"], :root .jobs-information-call-to-action + .jobs-information-call-to-action div[class$="_item"], :root a[href^="//00ae8b5a9c1d597.com/"], :root .__ywvr .__y_item, :root a[href^="http://www.terraclicks.com/"], :root a[href*=".qertewrt.com/"], :root a[href^="http://putanapartners.com/go."], :root .GJJKPX2N1 > .GJJKPX2M1 > .GJJKPX2P4, :root a[href^="http://s5prou7ulr.com/"], :root a[href^="http://aff.ironsocket.com/"], :root a[href^="http://4c7og3qcob.com/"], :root .GPMV2XEDA2 > .GPMV2XEDP1 > .GPMV2XEDJBB, :root .Mpopup + #Mad > #MadZone, :root a[href^="http://www.adxpansion.com"], :root .__y_elastic .__y_item, :root aside[itemtype="https://schema.org/WPAdBlock"], :root a[href^="http://trk.mdrtrck.com/"], :root .__ywl .__y_item, :root .l-container > #fishtank, :root a[href^="https://a.adtng.com/"], :root a[href*="//ubar-pro"], :root .icons-rss-feed + .icons-rss-feed div[class$="_item"], :root a[href^="http://dethao.com/"], :root .lads[width="100%"][style="background:#FFF8DD"], :root iframe[src^="http://cdn2.adexprt.com/"], :root .mod > ._jH + .rscontainer, :root a[href^="http://clicks.binarypromos.com/"], :root .mw > #rcnt > #center_col > #taw > .c, :root a[href*="tptrk.ru"], :root a[href*="feellights.ru"], :root a[href^="http://tezfiles.com/pr/"], :root .nrelate .nr_partner, :root a[href*="lifenews24x7.ru"], :root [lazy-ad="leftbottom_banner"], :root a[href^="http://www.firstload.com/affiliate/"], :root .ob_container .item-container-obpd, :root a[href^="http://www.myfreepaysite.com/sfw_int.php?aid"], :root a[href^="http://partner.sbaffiliates.com/"], :root a[href^="http://pwrads.net/"], :root a[href^="http://click.payserve.com/"], :root a[href^="//srv.buysellads.com/"], :root .ob_dual_right > .ob_ads_header ~ .odb_div, :root .plistaList > .itemLinkPET, :root a[href^="http://www.download-provider.org/"], :root a[href^="//88d7b6aa44fb8eb.com/"], :root .plistaList > .plista_widget_underArticle_item[data-type="pet"], :root .plista_widget_belowArticleRelaunch_item[data-type="pet"], :root a[href^="http://www.pinkvisualgames.com/?revid="], :root a[href^="http://ads.affbuzzads.com/"], :root .ra[align="left"][width="30%"], :root a[href^="http://promos.bwin.com/"], :root a[href*="kingoablc.com"], :root a[href^="http://tracker.mybroadband.co.za/"], :root .ra[align="right"][width="30%"], :root a[href^="http://bs.serving-sys.com/"], :root a[href^="http://api.content.ad/"], :root div[id^="news_2xclick_ru_"], :root a[href^="https://www.googleadservices.com/pagead/aclk?"], :root .ra[width="30%"][align="right"] + table[width="70%"][cellpadding="0"], :root a[href^="http://n217adserv.com/"], :root .rc-cta[data-target], :root .rhsvw[style="background-color:#fff;margin:0 0 14px;padding-bottom:1px;padding-top:1px;"], :root a[href*=".pokupkins.ru"], :root a[href^="http://browserload.info/"], :root a[href^="https://land.rk.com/landing/"], :root div[id^="zcbclk"], :root a[href^="http://refpaano.host/"], :root .rscontainer > .ellip, :root a[href^="http://amigodistr.ru/"], :root a[href^="http://adserver.adtechus.com/"], :root .widget-pane-section-result[data-result-ad-type], :root .section-result[data-result-ad-type], :root .trc_rbox .syndicatedItem, :root .trc_rbox_border_elm .syndicatedItem, :root a[href^="http://taboola-"][href*="/redirect.php?app.type="], :root .trc_rbox_div .syndicatedItem, :root a[href^="https://topoffers.com/"][href*="/?pid="], :root .trc_rbox_div .syndicatedItemUB, :root a[href^="//porngames.adult/?SID="], :root a[href*=".irtyc.com/"], :root div[id^="div_openx_ad_"], :root a[href^="http://engine.newsmaxfeednetwork.com/"], :root .trc_rbox_div a[target="_blank"][href^="http://tab"], :root a[href^="https://www.camsoda.com/enter.php?id="], :root a[href^="http://ddownload39.club/"], :root a[href^="//zenhppyad.com/"], :root a[href*="=exoclick"], :root a[href^="http://luckiestclick.com/goto."], :root .trc_related_container div[data-item-syndicated="true"], :root a[href^="http://landingpagegenius.com/"], :root .vi-lb-placeholder[title="ADVERTISEMENT"], :root a[href^="//api.ad-goi.com/"], :root [href*="pigiuqproxy.com"], :root a[href*="/advjump.com"], :root a[href*="down-news-games.ru"], :root a[href^="http://refer.webhostingbuzz.com/"], :root a[href^="https://dcs.adgear.com/clicks/"], :root AD-TRIPLE-BOX, :root img[src^="/stat/"][width="88"][height="31"], :root a[href^="http://campaign.bharatmatrimony.com/track/"], :root ADS-RIGHT, :root a[href*="/adServe/banners?"], :root a[href^="https://www.secureupload.eu/suprerefid="], :root AFS-AD, :root a[href^="http://www.myvpn.pro/"], :root AMP-AD, :root a[href*="//ext-load.net"], :root a[onmousedown^="this.href='http://paid.outbrain.com/network/redir?"][target="_blank"], :root [onclick^="window.open('window.open('//delivery.trafficfabrik.com/"], :root DFP-AD, :root a[href*="//universalies.info/"], :root FBS-AD, :root a[href^="http://clickandjoinyourgirl.com/"], :root div[id^="advads-"], :root div[id^="gnezdo_ru_"], :root a[href^="http://buysellads.com/"], :root LEADERBOARD-AD, :root #BlWrapper > .b-temp_rbc, :root a[href^="http://sharesuper.info/"], :root [ad-id^="googlead"], :root .min-width-normal > #popup_container, :root [href*="//xml.revrtb.com/"], :root [id*="MGWrap"], :root a[href^="//ads.ad-center.com/"], :root a[href^="http://websitedhoome.com/"], :root [id*="MarketGid"], :root [id*="ScriptRoot"], :root a[href^="https://www.pornhat.com/"][rel="nofollow"], :root a[href^="http://secure.cbdpure.com/aff/"], :root [id^="bunyad_ads_"], :root div[class^="da-widget-"], :root a[href^="http://www.seekbang.com/cs/"], :root [lazy-ad="leftthin_banner"], :root a[href^="http://games.ucoz.ru/"][target="_blank"], :root a[onmousedown^="this.href='http://staffpicks.outbrain.com/network/redir?"][target="_blank"] + .ob_source, :root [lazy-ad="lefttop_banner"], :root [lazy-ad="top_banner"], :root a[href^="http://see-work.info/"], :root [onclick*="content.ad/"], :root a[href^="http://www.graboid.com/affiliates/"], :root a[href^="http://papi.mynativeplatform.com:80/pub2/"], :root a[href^="http://www.ducksnetwork.com/"], :root [onclick^="window.open('http://adultfriendfinder.com/search/"], :root a[href="http://advert.mirtesen.ru/"], :root [onclick^="window.open('https://www.brazzersnetwork.com/landing/"], :root #adv_unisound ~ #ad_module_cont > [id^="ad_module"], :root a[href^="http://www.bet365.com/"][href*="?affiliate="], :root [src^="/Redirect.a2b?"], :root a[data-oburl^="http://paid.outbrain.com/network/redir?"], :root a[href*="blogers-story.ru"], :root a[data-oburl^="https://paid.outbrain.com/network/redir?"], :root a[data-redirect^="http://click.plista.com/pets"], :root a[data-redirect^="http://paid.outbrain.com/network/redir?"], :root a[href^="http://go.ad2up.com/"], :root a[href^="http://adtransfer.net/"], :root a[href^="http://adclick.g.doubleclick.net/"], :root a[data-redirect^="this.href='http://paid.outbrain.com/network/redir?"], :root a[data-url^="http://paid.outbrain.com/network/redir?"], :root a[href^="https://track.clickmoi.xyz/"], :root div[class*="_AdInArticle_"], :root a[data-url^="http://paid.outbrain.com/network/redir?"] + .author, :root a[href^="http://www.myfreepaysite.com/sfw.php?aid"], :root a[href^="http://ad.yieldmanager.com/"], :root a[href^="http://lp.ezdownloadpro.info/"], :root a[href^="//4f6b2af479d337cf.com/"], :root a[data-widget-outbrain-redirect^="http://paid.outbrain.com/network/redir?"], :root a[href^="http://amzn.to/"] > img[src^="data"], :root a[href$="/vghd.shtml"], :root a[href^="//z6naousb.com/"], :root a[href*=".adk2x.com/"], :root .base-page_left-side > #left_ban, :root a[href^="//5e1fcb75b6d662d.com/"], :root a[href^="http://www.clkads.com/adServe/"], :root a[href*=".adsrv.eacdn.com/"] > img, :root a[href*="linkmyc.com"], :root a[href^="//www.mgid.com/"], :root a[href^="http://ad.doubleclick.net/"], :root a[href^="http://googleads.g.doubleclick.net/pcs/click"], :root a[href*=".approvallamp.club/"], :root a[href^="https://uncensored.game/"], :root a[href^="http://connectlinking6.com/"], :root div[id^="ad-position-"], :root a[href*=".bang.com/"][href*="&aff="], :root a[href*=".clkcln.com/"], :root a[href^="http://guideways.info/"], :root a[href*=".ichlnk.com/"], :root a[href*=".inclk.com/"], :root div[class^="largeRectangleAd_"], :root a[href*=".intab.fun/"], :root a[href*=".revimedia.com/"], :root a[href*="/rlink/simptizer/"], :root a[href^="http://www.1clickmoviedownloader.info/"], :root [href*="/uni-tds.com/"], :root a[href*="//xml.revrtb.com/"], :root a[href*=".trust.zone"], :root a[href^="http://feeds1.validclick.com/"], :root a[href^="https://www.friendlyduck.com/AF_"], :root a[href*="//3wr110.xyz/"], :root a[href^="http://eclkmpsa.com/"], :root div[id^="dfp-ad-"], :root a[href*="verismediya.ru/sb/clk/"], :root a[href*="/adrotate-out.php?"], :root a[href*="tvkw.ru"], :root a[href*="top.24smi.info"], :root a[href*="/cmd.php?ad="], :root a[href^="https://servedbyadbutler.com/"], :root a[href*="/servlet/click/zone?"], :root a[href*="5iclx7wa4q.com"], :root a[href^="http://feedads.g.doubleclick.net/"], :root a[href^="http://www.downloadweb.org/"], :root a[href*="=Adtracker"], :root a[href^="http://affiliates.score-affiliates.com/"], :root .base-page_center > .banerTopOver, :root div[class*="relap"][class*="-rec-item"], :root a[href*="=adscript"], :root a[href^="http://www.afco2go.com/srv.php?"], :root div > [class][onclick*=".updateAnalyticsEvents"], :root a[href*="?adlivk="][href*="&refer="], :root a[onmousedown^="this.href='https://paid.outbrain.com/network/redir?"][target="_blank"] + .ob_source, :root a[href^="http://hyperies.info/"], :root a[href^="http://betahit.click/"], :root iframe[id^="google_ads_frame"], :root a[href*="a2g-secure.com"], :root a[href*="ad2upapp.com/"], :root a[href*="delivery.trafficfabrik.com"], :root a[href^="https://members.linkifier.com/public/affiliateLanding?refCode="], :root a[href^="//www.pd-news.com/"], :root a[href*="googleme.eu"], :root a[href*="turbotraf.com"], :root a[href*="letsadvertisetogether.com"], :root a[href^="http://bonusfapturbo.nmvsite.com/"], :root a[href^="http://www.streamtunerhd.com/signup?"], :root a[href*="onclkds."], :root a[href*="pussl3.com"], :root a[href^=" http://ads.ad-center.com/"], :root a[href^="https://iactrivago.ampxdirect.com/"], :root a[href^=" http://n47adshostnet.com/"], :root a[href^="https://homyanus.com"], :root a[href^=" http://www.sex.com/"][href*="&utm_"], :root div[id^="ads300_250-widget"], :root a[href^="http://join3.bannedsextapes.com/track/"], :root a[href^="//4c7og3qcob.com/"], :root a[href^="//adbit.co/?a=Advertise&"], :root a[href^="http://secure.signup-way.com/"], :root a[href^="//bwnjijl7w.com/"], :root a[href^="//db52cc91beabf7e8.com/"], :root a[href^="http://tracking.deltamediallc.com/"], :root a[href^="//go.onclasrv.com/"], :root a[href^="//healthaffiliate.center/"], :root a[href^="http://www.revenuehits.com/"], :root a[href^="//jsmptjmp.com/"], :root a[href^="//look.djfiln.com/"], :root a[href^="//medleyads.com/spot/"], :root a[href^="http://onclickads.net/"], :root a[href^="//nlkdom.com/"], :root a[href*="/vkout.ru"], :root a[href^="http://click.plista.com/pets"], :root a[href^="http://www.streamate.com/exports/"], :root a[href^="//t.MtagMonetizationA.com/"], :root a[href^="http://spygasm.com/track?"], :root a[href*="trk-1.com"], :root a[href^="//voyeurhit.com/cs/"], :root a[href^="http://1phads.com/"], :root a[href^="http://2pxg8bcf.top/"], :root div[id^="ads250_250-widget"], :root a[href^="http://www.clickansave.net/"], :root div[class*="td-a-rec-id-"], :root div[class^="mixadvert"], :root a[href^="http://360ads.go2cloud.org/"], :root a[href^="http://track.affiliatenetwork.co.za/"], :root a[href^="http://paid.outbrain.com/network/redir?"], :root a[href^="http://olivka.biz/"], :root a[href^="http://45eijvhgj2.com/"], :root a[href^="http://6kup12tgxx.com/"], :root a[href^="http://9nl.es/"], :root a[href^="http://NowDownloadAll.com"], :root a[href^="http://www.mysuperpharm.com/"], :root a[href^="http://www.sex.com/videos/?utm_"], :root a[href^="http://a.adquantix.com/"], :root div[id^="M"][id*="Composite"], :root a[href^="http://a63t9o1azf.com/"], :root a[href^="http://abc2.mobile-10.com/"], :root a[href^="http://ad-emea.doubleclick.net/"], :root a[href^="http://ad.au.doubleclick.net/"], :root a[href^="http://vo2.qrlsx.com/"], :root a[href^="http://adexprt.me/"], :root a[href^="http://adf.ly/?id="], :root [alt="Rambler's Top100"], :root a[href^="http://api.ringtonematcher.com/"], :root a[href^="http://adfarm.mediaplex.com/"], :root a[href^="http://www.babylon.com/welcome/index?affID"], :root a[href^="http://adserving.unibet.com/"], :root a[href^="http://adlev.neodatagroup.com/"], :root a[href^="https://secure.adnxs.com/clktrb?"], :root a[href^="http://adprovider.adlure.net/"], :root a[href*="//do-rod.com/"], :root a[href^="http://pan.adraccoon.com?"], :root a[href^="http://bcp.crwdcntrl.net/"], :root [onclick*="mixadvert.com"], :root div[id^="lazyad-"], :root a[href^="http://adrunnr.com/"], :root a[href^="http://www.fpcTraffic2.com/blind/in.cgi?"], :root a[href^="http://ads.activtrades.com/"], :root a[href^="http://mmo123.co/"], :root a[href^="http://ads.ad-center.com/"], :root div[class^="index_adAfterContent_"], :root div[id^="news_nest_net_ru"], :root .serp-list + .serp-list > .serp-adv__head ~ .serp-item, :root a[href^="http://ads.sprintrade.com/"], :root a[href^="http://zevera.com/afi.html"], :root a[href^="http://ads.expekt.com/affiliates/"], :root a[href^="http://ads.pheedo.com/"], :root a[href^="http://ads2.williamhill.com/redirect.aspx?"], :root a[href^="http://cwcams.com/landing/click/"], :root a[href*="/ber-ter.com"], :root a[href^="http://adserver.adreactor.com/"], :root a[href*="/onvix.co/promo/"][target=_blank], :root a[href^="http://www.1clickdownloader.com/"], :root a[href^="http://adserver.adtech.de/"], :root a[href^="http://cdn3.adbrau.com/"], :root a[href^="http://adserver.itsfogo.com/"], :root a[href^="http://adserving.liveuniversenetwork.com/"], :root a[href^="http://adsrv.keycaptcha.com"], :root a[href*="trklp.ru"], :root a[href^="http://adtrack123.pl/"], :root a[href^="http://green.trafficinvest.com/"], :root a[href^="http://clickserv.sitescout.com/"], :root a[href^="http://www.adshost2.com/"], :root a[href^="http://adtrackone.eu/"], :root a[href^="http://adultfriendfinder.com/p/register.cgi?pid="], :root a[href^="http://linksnappy.com/?ref="], :root a[href*="beauty-list.ru"], :root a[href^="http://affiliate.glbtracker.com/"], :root a[href^="http://www.accuserveadsystem.com/accuserve-go.php?"], :root a[href^="http://affiliate.godaddy.com/"], :root a[href^="http://lp.ilivid.com/"], :root a[href^="https://sexdatingz.live/"], :root a[href^="http://searchtabnew.com/"], :root a[href^="http://affiliates.pinnaclesports.com/processing/"], :root a[href^="http://www.gamebookers.com/cgi-bin/intro.cgi?"], :root div[id^="block-views-topheader-ad-block-"], :root a[href^="http://aflrm.com/"], :root a[href^="http://anonymous-net.com/"], :root div[id^="admixer_"], :root a[href^="http://mojofun.info/"], :root a[href^="http://findersocket.com/"], :root iframe[src^="http://ad.yieldmanager.com/"], :root a[href^="http://record.sportsbetaffiliates.com.au/"], :root a[href^="http://at.atwola.com/"], :root a[href^="http://azmobilestore.co/"], :root a[href^="http://www.moneyducks.com/"], :root a[href^="http://easydownload4you.com/"], :root a[href*="muz-loader.site"], :root a[href^="http://bc.vc/?r="], :root a[href^="http://b.bestcompleteusa.info/"], :root a[href^="http://www.friendlyadvertisements.com/"], :root a[href^="http://bcntrack.com/"], :root a[href^="http://pokershibes.com/index.php?ref="], :root a[href^="http://bluehost.com/track/"], :root a[href^="http://databass.info/"], :root a[href^="https://jmp.awempire.com/"], :root a[href^="http://c.actiondesk.com/"], :root a[href^="http://c.jumia.io/"], :root iframe[src*="trafic-media.ru"], :root a[href^="http://c.ketads.com/"], :root a[href^="http://www.bet365.com/"][href*="&affiliate="], :root a[href^="http://media.paddypower.com/redirect.aspx?"], :root a[href^="http://callville.xyz/"], :root a[href^="http://campaign.bharatmatrimony.com/cbstrack/"], :root a[href^="http://campeeks.com/"][href*="&utm_"], :root a[href*="flylinks.pw"], :root a[href^="http://casino-x.com/?partner"], :root a[href^="http://cdn.adsrvmedia.net/"], :root a[href^="http://web.adblade.com/"], :root a[href^="https://land.brazzersnetwork.com/landing/"], :root a[href^="http://cdn3.adexprts.com/"], :root div[data-subscript="Advertising"], :root a[href^="http://go.oclaserver.com/"], :root a[href^="http://chaturbate.com/affiliates/"], :root div[itemtype="http://schema.org/WPAdBlock"], :root script[src^="http://free-shoutbox.net/app/webroot/shoutbox/sb.php?shoutbox="] + #freeshoutbox_content, :root a[href^="http://cinema.friendscout24.de?"], :root a[href^="http://click.guamwnvgashbkashawhgkhahshmashcas.pw/"], :root a[href^="http://www.down1oads.com/"], :root a[href^="http://www.pheedo.com/"], :root a[href^="http://clicks.guamwnvgashbkashawhgkhahshmashcas.pw/"], :root a[href^="http://galleries.pinballpublishernetwork.com/"], :root a[href^="http://clk.directrev.com/"], :root a[href^="http://track.incognitovpn.com/"], :root a[target="_blank"][href^="http://api.taboola.com/"], :root div[class^="lifeOnwerAd"], :root a[href^="http://hdplugin.flashplayer-updates.com/"], :root a[href^="http://clkmon.com/adServe/"], :root a[href^="http://prochina.space/"], :root a[href^="http://n.admagnet.net/"], :root a[href^="https://www.brazzersnetwork.com/landing/"], :root div[id^="acm-ad-tag-"], :root a[href^="http://codec.codecm.com/"], :root a[href^="http://contractallsticker.net/"], :root a[href^="http://wgpartner.com/"], :root a[href^="http://cpaway.afftrack.com/"], :root a[href^="https://go.stripchat.com/"][href*="&campaignId="], :root a[href^="http://d2.zedo.com/"], :root a[href^="https://affiliates.bet-at-home.com/processing/"], :root div[id^="advt-"], :root a[href^="http://data.committeemenencyclopedicrepertory.info/"], :root div[class^="Ad__bigBox"], :root a[href^="http://data.linoleictanzaniatitanic.com/"], :root a[href^="http://dftrck.com/"], :root div[itemtype="http://www.schema.org/WPAdBlock"], :root a[href*="m1cpl.ru"], :root a[href^="http://down1oads.com/"], :root .mywidget__col > .mywidget__link_advert, :root a[href^="http://download-performance.com/"], :root a[href^="http://www.myfreecams.com/?co_id="][href*="&track="], :root a[href^="https://bs.serving-sys.com"], :root a[href^="http://duckcash.eu/"], :root a[href^="http://server.cpmstar.com/click.aspx?poolid="], :root a[href^="http://dwn.pushtraffic.net/"], :root a[href^="https://track.themadtrcker.com/"], :root a[href^="http://earandmarketing.com/"], :root a[href^="https://gogo

[size=9]--- Добавлено в 2019-05-06 16:35:08[/size]

Сразу в Memo потом в RichEdit, вообще ничего не выводит
карма: 0

0
Редактировалось 1 раз(а), последний 2019-05-06 16:35:08