Overview

URLhttp://lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html
IP89.111.53.114
ASNAS12993 SIA Digitalas Ekonomikas Attistibas Centrs
Location Latvia
Report completed2012-11-13 22:51:32 CET
StatusLoading report..
urlQuery Alerts Detected a Dynamic DNS URL


Settings

UserAgentMozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Referer
Adobe Reader8.0
Java1.6.0_26


Intrusion Detection Systems

Suricata /w Emerging Threats Pro
Timestamp Source IP Destination IP Severity Alert
2012-11-13 22:50:57 46.17.97.240 urlQuery Client3ET RBN Known Russian Business Network IP (208)
Snort /w Sourcefire VRT No alerts detected


Recent reports on same IP/ASN/Domain

Last 6 reports on IP: 89.111.53.114

Date Alerts / IDS URL IP
2013-04-09 22:32:171 / 0http://lectro.ru/89.111.53.114
2013-04-09 07:38:061 / 1http://lectro.ru/mp3/rock/1146226251-overdrive-amp-explosion-blanks-2009.html89.111.53.114
2013-04-08 06:50:311 / 1http://lectro.ru/89.111.53.114
2013-03-27 16:11:361 / 0http://lectro.ru/89.111.53.114
2013-03-16 09:34:121 / 1http://www.lectro.ru/89.111.53.114
2013-01-29 15:17:431 / 1http://lectro.ru/mp3/electronic/electro/1146307659-dj-graf-aka-slava-mother-fucka-201 (...)89.111.53.114

Last 6 reports on ASN: AS12993 SIA Digitalas Ekonomikas Attistibas Centrs

Date Alerts / IDS URL IP
2013-04-10 18:06:560 / 0http://ask.fm/FelixvonLeitner/answer/34436241172193.138.77.138
2013-04-09 22:32:171 / 0http://lectro.ru/89.111.53.114
2013-04-09 07:38:061 / 1http://lectro.ru/mp3/rock/1146226251-overdrive-amp-explosion-blanks-2009.html89.111.53.114
2013-04-08 06:50:311 / 1http://lectro.ru/89.111.53.114
2013-04-07 22:16:260 / 2http://www.massmailsoftware.com/d/oee.exe89.111.21.6
2013-04-06 04:30:300 / 3http://download.blumentals.net/screensavers/scr_flowers.exe81.94.239.70

Last 6 reports on domain: lectro.ru

Date Alerts / IDS URL IP
2013-04-09 22:32:171 / 0http://lectro.ru/89.111.53.114
2013-04-09 07:38:061 / 1http://lectro.ru/mp3/rock/1146226251-overdrive-amp-explosion-blanks-2009.html89.111.53.114
2013-04-08 06:50:311 / 1http://lectro.ru/89.111.53.114
2013-03-27 16:11:361 / 0http://lectro.ru/89.111.53.114
2013-01-29 15:17:431 / 1http://lectro.ru/mp3/electronic/electro/1146307659-dj-graf-aka-slava-mother-fucka-2010.html89.111.53.114
2013-01-28 07:17:041 / 1http://lectro.ru/mp3/metall/1146182228-drautran-throne-of-the-depths-2007.html89.111.53.114



JavaScript

Executed Scripts (25)


Executed Evals (2)

#1 JavaScript::Eval (size: 6433, repeated: 1)

function showBusyLayer() {
    var a = document.getElementById("busy_layer");
    if (window.innerHeight && window.scrollMaxY) {
        yScroll = window.innerHeight + window.scrollMaxY;
        var b = document.documentElement;
        var c = (b && b.clientHeight) || document.body.clientHeight || window.innerHeight || self.innerHeight;
        yScroll -= (window.innerHeight - c)
    } else if (document.body.scrollHeight > document.body.offsetHeight || document.body.scrollWidth > document.body.offsetWidth) {
        yScroll = document.body.scrollHeight
    } else {
        yScroll = document.body.offsetHeight
    }
    if (a != null) {
        a.style.visibility = "visible";
        a.style.height = yScroll
    }
};

function hideBusyLayer() {
    var a = document.getElementById("busy_layer");
    if (a != null) {
        a.style.visibility = "hidden";
        a.style.height = "0px"
    }
};

function _get_obj_toppos(a) {
    var b = a.offsetTop;
    while ((a = a.offsetParent) != null) {
        b += a.offsetTop
    }
    return b
};

function center_div() {
    this.divname = '';
    this.divobj = ''
};
center_div.prototype.clear_div = function() {
    try {
        if (!this.divobj) {
            return
        } else {
            this.divobj.style.display = 'none'
        }
    } catch (e) {
        return
    }
};
center_div.prototype.Ywindow = function() {
    var a = 0;
    if (document.documentElement && document.documentElement.scrollTop) {
        a = document.documentElement.scrollTop
    } else if (document.body && document.body.scrollTop) {
        a = document.body.scrollTop
    } else if (window.pageYOffset) {
        a = window.pageYOffset
    } else if (window.scrollY) {
        a = window.scrollY
    }
    return a
};
center_div.prototype.move_div = function() {
    try {
        this.divobj = document.getElementById(this.divname)
    } catch (e) {
        return
    }
    var a = 0;
    var b = 0;
    if (typeof(window.innerWidth) == 'number') {
        a = window.innerWidth;
        b = window.innerHeight
    } else if (document.documentElement && (document.documentElement.clientWidth || document.documentElement.clientHeight)) {
        a = document.documentElement.clientWidth;
        b = document.documentElement.clientHeight
    } else if (document.body && (document.body.clientWidth || document.body.clientHeight)) {
        a = document.body.clientWidth;
        b = document.body.clientHeight
    }
    this.divobj.style.position = 'absolute';
    this.divobj.style.display = 'block';
    this.divobj.style.zIndex = 99;
    var c = parseInt(this.divobj.style.Height);
    var d = parseInt(this.divobj.style.Width);
    c = c ? c : 50;
    d = d ? d : 200;
    var f = this.Ywindow();
    var g = (a - d) / 2;
    var h = (b - c) / 2 + f;
    g = (g < 0) ? 0 : g;
    h = (h < 0) ? 0 : h;
    this.divobj.style.left = g + "px";
    this.divobj.style.top = h + "px"
};

function dle_ajax(p) {
    this.AjaxFailedAlert = "AJAX not supported.\n";
    this.requestFile = p;
    this.method = "POST";
    this.URLString = "";
    this.encodeURIString = true;
    this.execute = false;
    this.add_html = false;
    this.loading_fired = 0;
    this.centerdiv = null;
    this.onLoading = function() {};
    this.onLoaded = function() {};
    this.onInteractive = function() {};
    this.onCompletion = function() {};
    this.onShow = function(a) {
        if (!this.loading_fired) {
            this.loading_fired = 1;
            if (a) {
                document.getElementById('loading-layer-text').innerHTML = a
            }
            this.centerdiv = new center_div();
            this.centerdiv.divname = 'loading-layer';
            this.centerdiv.move_div()
        }
        return
    };
    this.onHide = function() {
        try {
            if (this.centerdiv && this.centerdiv.divobj) {
                this.centerdiv.clear_div()
            }
        } catch (e) {}
        this.loading_fired = 0;
        return
    };
    this.createAJAX = function() {
        try {
            this.xmlhttp = new ActiveXObject("Msxml2.XMLHTTP")
        } catch (e) {
            try {
                this.xmlhttp = new ActiveXObject("Microsoft.XMLHTTP")
            } catch (err) {
                this.xmlhttp = null
            }
        }
        if (!this.xmlhttp && typeof XMLHttpRequest != "undefined") this.xmlhttp = new XMLHttpRequest();
        if (!this.xmlhttp) {
            this.failed = true
        }
    };
    this.setVar = function(a, b) {
        if (this.URLString.length < 3) {
            this.URLString = a + "=" + b
        } else {
            this.URLString += "&" + a + "=" + b
        }
    };
    this.encVar = function(a, b) {
        var c = encodeURIComponent(a) + "=" + encodeURIComponent(b);
        return c
    };
    this.encodeURLString = function(a) {
        varArray = a.split('&');
        for (i = 0; i < varArray.length; i++) {
            urlVars = varArray[i].split('=');
            if (urlVars[0].indexOf('amp;') != -1) {
                urlVars[0] = urlVars[0].substring(4)
            }
            varArray[i] = this.encVar(urlVars[0], urlVars[1])
        }
        return varArray.join('&')
    };
    this.encodeVAR = function(a) {
        a = a.toString();
        var b = a.match(/[\x90-\xFF]/g);
        if (b) {
            for (var i = 0; i < i.length; i++) {
                a = a.replace(b[i], '%u00' + (b[i].charCodeAt(0) & 0xFF).toString(16).toUpperCase())
            }
        }
        return escape(a).replace(/\+/g, "%2B")
    };
    this.runResponse = function() {
        var a = new Date;
        var b = false;
        a = a.getTime();
        var c = /<script.*?>(.|[\r\n])*?<\/script>/ig;
        var d = c.exec(this.response);
        if (d != null) {
            var e = new Array(d.shift());
            var b = true;
            while (d) {
                d = c.exec(this.response);
                if (d != null) e.push(d.shift())
            }
            for (var i = 0; i < e.length; i++) {
                this.response = this.response.replace(e[i], '<span id="' + a + i + '" style="display:none;"></span>')
            }
        }
        if (this.add_html) {
            this.elementObj.innerHTML += this.response
        } else {
            this.elementObj.innerHTML = this.response
        }
        if (b) {
            var f = /<script.*?>((.|[\r\n])*?)<\/script>/ig;
            for (i = 0; i < e.length; i++) {
                var g = document.getElementById(a + '' + i);
                var h = g.parentNode;
                h.removeChild(g);
                f.lastIndex = 0;
                var k = f.exec(e[i]);
                var l = h.appendChild(document.createElement('script'));
                l.text = k[1];
                var m = e[i].substring(e[i].indexOf(' ', 0), e[i].indexOf('>', 0));
                var n = m.split(' ');
                if (n.length > 1) {
                    for (var j = 0; j < n.length; j++) {
                        if (n[j].length > 0) {
                            var o = n[j].split('=');
                            o[1] = o[1].substr(1, (o[1].length - 2));
                            l.setAttribute(o[0], o[1])
                        }
                    }
                }
            }
        }
    };
    this.sendAJAX = function(b) {
        this.responseStatus = new Array(2);
        if (this.failed && this.AjaxFailedAlert) {
            alert(this.AjaxFailedAlert)
        } else {
            if (b) {
                if (this.URLString.length) {
                    this.URLString = this.URLString + "&" + b
                } else {
                    this.URLString = b
                }
            }
            if (this.encodeURIString) {
                var c = new Date().getTime();
                this.URLString = this.encodeURLString(this.URLString);
                this.setVar("rndval", c)
            }
            if (this.element) {
                this.elementObj = document.getElementById(this.element)
            }
            if (this.xmlhttp) {
                var d = this;
                if (this.method == "GET") {
                    var f = this.requestFile + "?" + this.URLString;
                    this.xmlhttp.open(this.method, f, true)
                } else {
                    this.xmlhttp.open(this.method, this.requestFile, true)
                }
                if (this.method == "POST") {
                    try {
                        this.xmlhttp.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded')
                    } catch (e) {}
                }
                this.xmlhttp.send(this.URLString);
                this.xmlhttp.onreadystatechange = function() {
                    switch (d.xmlhttp.readyState) {
                    case 1:
                        d.onLoading();
                        break;
                    case 2:
                        d.onLoaded();
                        break;
                    case 3:
                        d.onInteractive();
                        break;
                    case 4:
                        d.response = d.xmlhttp.responseText;
                        d.responseXML = d.xmlhttp.responseXML;
                        d.responseStatus[0] = d.xmlhttp.status;
                        d.responseStatus[1] = d.xmlhttp.statusText;
                        d.onHide();
                        d.onCompletion();
                        if (d.elementObj) {
                            var a = d.elementObj.nodeName;
                            a = a.toLowerCase();
                            if (a == "input" || a == "select" || a == "option" || a == "textarea") {
                                if (d.response == 'error') {
                                    alert('Access denied')
                                } else {
                                    if (d.add_html) {
                                        d.elementObj.value += d.response
                                    } else {
                                        d.elementObj.value = d.response
                                    }
                                }
                            } else {
                                if (d.response == 'error') {
                                    alert('Access denied')
                                } else {
                                    if (d.execute) {
                                        d.runResponse()
                                    } else {
                                        if (d.add_html) {
                                            d.elementObj.innerHTML += d.response
                                        } else {
                                            d.elementObj.innerHTML = d.response
                                        }
                                    }
                                }
                            }
                        }
                        d.URLString = "";
                        break
                    }
                }
            }
        }
    };
    this.createAJAX()
};

#2 JavaScript::Eval (size: 8554, repeated: 1)

var n_cache = new Array();
var c_cache = new Array();
var comm_id;
var comm_edit_id;
var s_id;
var e_id;

function IPMenu(a, b, c, d) {
    var e = new Array();
    e[0] = '<a href="http://www.nic.ru/whois/?ip=' + a + '" target="_blank">' + b + '</a>';
    e[1] = '<a href="' + dle_root + dle_admin + '?mod=iptools&ip=' + a + '" target="_blank">' + c + '</a>';
    e[2] = '<a href="' + dle_root + dle_admin + '?mod=blockip&ip=' + a + '" target="_blank">' + d + '</a>';
    return e
};

function ajax_cancel_for_edit(a) {
    if (n_cache[a] != "") {
        document.getElementById('news-id-' + a).innerHTML = n_cache[a]
    }
    return false
};

function whenCompletedSave() {
    n_cache[e_id] = ''
};

function ajax_save_for_edit(a, b) {
    var c = new dle_ajax();
    var d = 0;
    if (document.getElementById('allow_br_' + a).checked) {
        d = 1
    }
    e_id = a;
    c.onShow('');
    var e = c.encodeVAR(document.getElementById('dleeditnews' + a).value);
    var f = c.encodeVAR(document.getElementById('edit-title-' + a).value);
    var g = "news_txt=" + e;
    c.setVar("id", a);
    c.setVar("allow_br", d);
    c.setVar("title", f);
    c.setVar("field", b);
    c.setVar("action", "save");
    c.requestFile = dle_root + "engine/ajax/editnews.php";
    c.method = 'POST';
    c.element = 'news-id-' + a;
    c.onCompletion = whenCompletedSave;
    c.sendAJAX(g);
    return false
};

function whenCompleted() {
    var a = document.getElementById('news-id-' + s_id);
    var b = _get_obj_toppos(a);
    if (b) {
        scroll(0, b - 70)
    }
};

function ajax_prep_for_edit(a, b) {
    if (!n_cache[a] || n_cache[a] == '') {
        n_cache[a] = document.getElementById('news-id-' + a).innerHTML
    }
    var c = new dle_ajax();
    s_id = a;
    c.onShow('');
    var d = "";
    c.setVar("id", a);
    c.setVar("field", b);
    c.setVar("action", "edit");
    c.requestFile = dle_root + "engine/ajax/editnews.php";
    c.method = 'GET';
    c.element = 'news-id-' + a;
    c.execute = true;
    c.onCompletion = whenCompleted;
    c.sendAJAX(d);
    return false
};

function whenCompletedCommentsEdit() {
    var a = document.getElementById('comm-id-' + comm_id);
    var b = _get_obj_toppos(a);
    if (b) {
        scroll(0, b - 70)
    }
};

function MenuCommBuild(a) {
    var b = new Array();
    b[0] = '<a onclick="ajax_comm_edit(\'' + a + '\'); return false;" href="#">' + menu_short + '</a>';
    b[1] = '<a href="' + dle_root + '?do=comments&action=comm_edit&id=' + a + '">' + menu_full + '</a>';
    return b
};

function ajax_comm_edit(a) {
    if (!c_cache[a] || c_cache[a] == '') {
        c_cache[a] = document.getElementById('comm-id-' + a).innerHTML
    }
    var b = new dle_ajax();
    comm_id = a;
    b.onShow('');
    var c = "";
    b.setVar("id", a);
    b.setVar("action", "edit");
    b.requestFile = dle_root + "engine/ajax/editcomments.php";
    b.method = 'GET';
    b.element = 'comm-id-' + a;
    b.execute = true;
    b.onCompletion = whenCompletedCommentsEdit;
    b.sendAJAX(c);
    return false
};

function ajax_cancel_comm_edit(a) {
    if (n_cache[a] != "") {
        document.getElementById('comm-id-' + a).innerHTML = c_cache[a]
    }
    return false
};

function whenCompletedSaveComments() {
    c_cache[comm_edit_id] = ''
}
function ajax_save_comm_edit(a) {
    var b = new dle_ajax();
    comm_edit_id = a;
    b.onShow('');
    var c = b.encodeVAR(document.getElementById('dleeditcomments' + a).value);
    var d = "comm_txt=" + c;
    b.setVar("id", a);
    b.setVar("action", "save");
    b.requestFile = dle_root + "engine/ajax/editcomments.php";
    b.method = 'POST';
    b.element = 'comm-id-' + a;
    b.onCompletion = whenCompletedSaveComments;
    b.sendAJAX(d);
    return false
};

function doFavorites(a, b) {
    var c = new dle_ajax();
    c.onShow('');
    var d = "fav_id=" + a;
    c.setVar("action", b);
    c.setVar("skin", dle_skin);
    c.requestFile = dle_root + "engine/ajax/favorites.php";
    c.method = 'GET';
    c.element = 'fav-id-' + a;
    c.sendAJAX(d);
    return false
};

function CheckLogin() {
    var a = new dle_ajax();
    var b = a.encodeVAR(document.getElementById('name').value);
    a.onShow('');
    var c = "name=" + b;
    a.requestFile = dle_root + "engine/ajax/registration.php";
    a.method = 'POST';
    a.element = 'result-registration';
    a.sendAJAX(c);
    return false
};

function doCalendar(a, b) {
    var c = new dle_ajax();
    c.onShow('');
    var d = "";
    c.setVar("year", b);
    c.setVar("month", a);
    c.requestFile = dle_root + "engine/ajax/calendar.php";
    c.method = 'GET';
    c.element = 'calendar-layer';
    c.sendAJAX(d)
};

function ShowBild(a) {
    window.open(dle_root + 'engine/modules/imagepreview.php?image=' + a, '', 'resizable=1,HEIGHT=200,WIDTH=200, top=0, left=0, scrollbars=yes')
};

function doRate(a, b) {
    var c = new dle_ajax();
    c.onShow('');
    var d = "go_rate=" + a;
    c.setVar("news_id", b);
    c.setVar("skin", dle_skin);
    c.requestFile = dle_root + "engine/ajax/rating.php";
    c.method = 'GET';
    c.element = 'ratig-layer';
    c.sendAJAX(d)
};

function dleRate(a, b) {
    var c = new dle_ajax();
    c.onShow('');
    var d = "go_rate=" + a;
    c.setVar("news_id", b);
    c.setVar("skin", dle_skin);
    c.setVar("mode", "short");
    c.requestFile = dle_root + "engine/ajax/rating.php";
    c.method = 'GET';
    c.element = 'ratig-layer-' + b;
    c.sendAJAX(d)
};

function doAddComments() {
    var a = document.getElementById('dle-comments-form');
    var b = new dle_ajax();
    if (dle_wysiwyg == "yes") {
        document.getElementById('comments').value = oEdit1.getXHTMLBody();
        b.setVar("editor_mode", 'wysiwyg')
    } else {
        closeall()
    }
    if (a.comments.value == '' || a.name.value == '') {
        alert(dle_req_field);
        return false
    }
    b.onShow('');
    var c = "post_id=" + a.post_id.value;
    b.setVar("comments", b.encodeVAR(a.comments.value));
    b.setVar("name", b.encodeVAR(a.name.value));
    b.setVar("mail", b.encodeVAR(a.mail.value));
    b.setVar("skin", dle_skin);
    if (a.sec_code) {
        b.setVar("sec_code", a.sec_code.value)
    }
    b.requestFile = dle_root + "engine/ajax/addcomments.php";
    b.method = 'POST';
    b.execute = true;
    b.element = 'dle-ajax-comments';
    b.sendAJAX(c)
};

function dle_copy_quote(a) {
    dle_txt = '';
    if (document.getSelection) {
        dle_txt = document.getSelection()
    } else if (document.selection) {
        dle_txt = document.selection.createRange().text
    }
    if (dle_txt.replace(" ", "") != "") {
        dle_txt = '[quote=' + a + ']' + dle_txt + '[/quote]\n'
    }
};

function dle_ins(a) {
    var b = document.getElementById('dle-comments-form').comments;
    var c = "";
    if (dle_wysiwyg == "no") {
        if (dle_txt != "") {
            b.value += dle_txt
        } else {
            b.value += "[b]" + a + "[/b]," + "\n"
        }
    } else {
        if (dle_txt != "") {
            c = dle_txt
        } else {
            c = "<b>" + a + "</b>," + "<br />"
        }
        oUtil.obj.focus();
        oUtil.obj.insertHTML(c)
    }
};

function ShowOrHide(a) {
    if (a != '') DoDiv(a)
};

function DoDiv(a) {
    var b = null;
    if (document.getElementById) {
        b = document.getElementById(a)
    } else if (document.all) {
        b = document.all[a]
    } else if (document.layers) {
        b = document.layers[a]
    }
    if (!b) {} else if (b.style) {
        if (b.style.display == "none") {
            b.style.display = ""
        } else {
            b.style.display = "none"
        }
    } else {
        b.visibility = "show"
    }
};

function ckeck_uncheck_all() {
    var a = document.pmlist;
    for (var i = 0; i < a.elements.length; i++) {
        var b = a.elements[i];
        if (b.type == 'checkbox') {
            if (a.master_box.checked == true) {
                b.checked = false
            } else {
                b.checked = true
            }
        }
    }
    if (a.master_box.checked == true) {
        a.master_box.checked = false
    } else {
        a.master_box.checked = true
    }
};

function confirmDelete(a) {
    var b = confirm(dle_del_agree);
    if (b) document.location = a
};

function dle_smiley(a) {
    doInsert(' ' + a + ' ', '', false);
    document.getElementById('dle_emo').style.visibility = "hidden";
    document.getElementById('dle_emo').style.display = "none";
    ie_range_cache = null
};

function DlePageCompleted() {
    hideBusyLayer();
    var a = document.getElementById('dle-content');
    var b = _get_obj_toppos(a);
    if (b) {
        scroll(0, b - 70)
    }
};

function DlePage(a) {
    showBusyLayer();
    if (document.getElementById('dle-info').innerHTML != '') {
        document.getElementById('dle-info').innerHTML = ''
    }
    var b = new dle_ajax();
    b.onShow('');
    b.requestFile = dle_root + "engine/ajax/pages.php";
    b.method = 'GET';
    b.execute = true;
    b.element = 'dle-content';
    b.onCompletion = DlePageCompleted;
    b.sendAJAX(a)
};

function setNewField(a, b) {
    if (a != selField) {
        allcleartags();
        fombj = b;
        selField = a
    }
};

function UserMenu(a, b, c) {
    var d = new Array();
    d[0] = '<a ' + a + ' >' + menu_profile + '</a>';
    d[1] = '<a href="' + dle_root + 'index.php?do=pm&doaction=newpm&user=' + b + '">' + menu_send + '</a>';
    d[2] = '<a href="' + dle_root + 'index.php?do=lastcomments&userid=' + b + '">' + menu_fcomments + '</a>';
    if (c == '1') {
        d[3] = '<a onclick="window.open(\'' + dle_root + dle_admin + '?mod=editusers&action=edituser&id=' + b + '\', \'User\',\'toolbar=0,location=0,status=0, left=0, top=0, menubar=0,scrollbars=yes,resizable=0,width=540,height=500\'); return false;" href="#">' + menu_uedit + '</a>'
    }
    return d
};

function UserNewsMenu(a, b, c, d) {
    var e = new Array();
    e[0] = '<a ' + a + ' >' + menu_profile + '</a>';
    e[1] = '<a ' + b + ' >' + menu_fnews + '</a>';
    e[2] = '<a href="' + dle_root + 'index.php?do=pm&doaction=newpm&username=' + c + '">' + menu_send + '</a>';
    if (d == '1') {
        e[3] = '<a onclick="window.open(\'' + dle_root + dle_admin + '?mod=editusers&action=edituser&user=' + c + '\', \'User\',\'toolbar=0,location=0,status=0, left=0, top=0, menubar=0,scrollbars=yes,resizable=0,width=540,height=500\'); return false;" href="#">' + menu_uedit + '</a>'
    }
    return e
};

function dle_news_delete(a) {
    var b = confirm(dle_del_agree);
    if (b) document.location = dle_root + 'index.php?do=deletenews&id=' + a + '&hash=' + dle_login_hash
};

function MenuNewsBuild(a, b) {
    var c = new Array();
    c[0] = '<a onclick="ajax_prep_for_edit(\'' + a + '\', \'' + b + '\'); return false;" href="#">' + menu_short + '</a>';
    c[1] = '<a href="' + dle_root + dle_admin + '?mod=editnews&action=editnews&id=' + a + '" target="_blank">' + menu_full + '</a>';
    if (allow_dle_delete_news) {
        c[2] = '<a onclick="dle_news_delete (\'' + a + '\'); return false;" href="#">' + dle_del_news + '</a>'
    }
    return c
};

Executed Writes (7)

#1 JavaScript::Write (size: 241, repeated: 1)

<a href="http://ad17.bannerbank.ru/bb.cgi?cmd=go&pubid=140199252&pg=1&vbn=339&num=1&w=240&h=400&nocache=605156&loc=http%3A//lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html&ref=" target="_blank">

#2 JavaScript::Write (size: 159, repeated: 1)

<div id="dropmenudiv" style="visibility:hidden;position:absolute;z-index:100;width:165px;" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>

#3 JavaScript::Write (size: 309, repeated: 1)

<iframe frameBorder="0" src="http://653186712.secure.changeip.name/ad/banner?wc=1&method=5&id=16961&dr=http%3A//lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html" style="width:40px;height:40px;overflow:hidden;position:absolute;left:-40px;top:0;opacity:0"></iframe>

#4 JavaScript::Write (size: 368, repeated: 1)

<iframe src="http://ad17.bannerbank.ru/bb.cgi?cmd=ad&hreftarget=_blank&pubid=140199252&pg=1&vbn=339&w=240&h=400&num=1&r=ssi&ssi=nofillers&r=ssi&nocache=605156&ref=&loc=http%3A//lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html" frameborder=0 vspace=0 hspace=0 width=240 height=400 marginwidth=0 marginheight=0 scrolling=no>

#5 JavaScript::Write (size: 448, repeated: 1)

<iframe src="http://link.link.ru/show?squareid=68257&showtype=17&output_style=1&shift_count=1&cat_id=50090&tar_id=1&sc=3&bg=FFFFFF&bc=FFFFFF&tc=D5EFFF&tt=525252&tu=0202FF&th=525252&bwidth=500&bheight=50&r=762554796&ref=&url=http%3A//lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html" frameborder="0" vspace="0" hspace="0" marginwidth="0" marginheight="0" scrolling="no" width="450" height="48"></iframe>

#6 JavaScript::Write (size: 302, repeated: 1)

<img src="http://ad17.bannerbank.ru/bb.cgi?cmd=ad&pubid=140199252&pg=1&vbn=339&num=1&w=240&h=400&nocache=605156&ref=&loc=http%3A//lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html" width=240 height=400 Alt="10==5@=0O A5BL QLE 240x400" border=0></a></iframe>

#7 JavaScript::Write (size: 204, repeated: 1)

<img src='http://counter.yadro.ru/hit?r;s1176*885*24;uhttp%3A//lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html;0.011173653425984309' width=1 height=1 alt=''>


HTTP Transactions (64)


Request Response
GET /mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html HTTP/1.1

Host: lectro.ru

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
HTTP/1.1 200 OK

Content-Type: text/html
Server: nginx/0.7.67
Date: Tue, 13 Nov 2012 21:50:57 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.3.5
Last-Modified: Tue, 13 Nov 2012 15:50:57 +0400 GMT
Content-Encoding: gzip
GET /engine/ajax/js_edit.js HTTP/1.1

Host: lectro.ru

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html
HTTP/1.1 200 OK

Content-Type: application/x-javascript; charset=windows-1251
Server: nginx/0.7.67
Date: Tue, 13 Nov 2012 21:50:57 GMT
Connection: keep-alive
Content-Length: 6627
Last-Modified: Fri, 08 Feb 2008 08:00:00 GMT
Accept-Ranges: bytes
GET /engine/ajax/menu.js HTTP/1.1

Host: lectro.ru

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html
HTTP/1.1 200 OK

Content-Type: application/x-javascript; charset=windows-1251
Server: nginx/0.7.67
Date: Tue, 13 Nov 2012 21:50:57 GMT
Connection: keep-alive
Content-Length: 3580
Last-Modified: Fri, 19 Oct 2007 07:01:00 GMT
Accept-Ranges: bytes
GET /engine/ajax/loading.gif HTTP/1.1

Host: lectro.ru

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html
HTTP/1.1 200 OK

Content-Type: image/gif
Server: nginx/0.7.67
Date: Tue, 13 Nov 2012 21:50:57 GMT
Connection: keep-alive
Content-Length: 734
Last-Modified: Fri, 19 Oct 2007 07:01:00 GMT
Accept-Ranges: bytes
GET /jquery.cookie.js HTTP/1.1

Host: lectro.ru

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html
HTTP/1.1 200 OK

Content-Type: application/x-javascript; charset=windows-1251
Server: nginx/0.7.67
Date: Tue, 13 Nov 2012 21:50:57 GMT
Connection: keep-alive
Content-Length: 4371
Last-Modified: Sun, 06 Sep 2009 17:40:28 GMT
Accept-Ranges: bytes
GET /engine/ajax/dle_ajax.js HTTP/1.1

Host: lectro.ru

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html
HTTP/1.1 200 OK

Content-Type: application/x-javascript; charset=windows-1251
Server: nginx/0.7.67
Date: Tue, 13 Nov 2012 21:50:57 GMT
Connection: keep-alive
Content-Length: 4725
Last-Modified: Wed, 19 Dec 2007 07:27:00 GMT
Accept-Ranges: bytes
GET /ajax/libs/jquery/1.7.1/jquery.min.js HTTP/1.1

Host: ajax.googleapis.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html
HTTP/1.1 200 OK

Content-Type: text/javascript; charset=UTF-8
Vary: Accept-Encoding
Content-Encoding: gzip
Last-Modified: Mon, 02 Apr 2012 18:24:28 GMT
Date: Fri, 09 Nov 2012 20:33:27 GMT
Expires: Sat, 09 Nov 2013 20:33:27 GMT
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 33186
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=31536000
Age: 350250
GET /templates/Lectro/css/lectro.css HTTP/1.1

Host: lectro.ru

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html
HTTP/1.1 200 OK

Content-Type: text/css
Server: nginx/0.7.67
Date: Tue, 13 Nov 2012 21:50:57 GMT
Connection: keep-alive
Content-Length: 23864
Last-Modified: Wed, 26 Nov 2008 13:52:44 GMT
Accept-Ranges: bytes
GET /bgnew.gif HTTP/1.1

Host: lectro.ru

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/templates/Lectro/css/lectro.css
HTTP/1.1 200 OK

Content-Type: image/gif
Server: nginx/0.7.67
Date: Tue, 13 Nov 2012 21:50:57 GMT
Connection: keep-alive
Content-Length: 6935
Last-Modified: Mon, 14 Jan 2008 20:56:14 GMT
Accept-Ranges: bytes
GET /templates/Lectro/pictures/button_search_s.jpg HTTP/1.1

Host: lectro.ru

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/0.7.67
Date: Tue, 13 Nov 2012 21:50:57 GMT
Connection: keep-alive
Content-Length: 1557
Last-Modified: Wed, 29 Aug 2007 21:29:40 GMT
Accept-Ranges: bytes
GET /templates/Lectro/pictures/switch_01.jpg HTTP/1.1

Host: lectro.ru

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/0.7.67
Date: Tue, 13 Nov 2012 21:50:57 GMT
Connection: keep-alive
Content-Length: 1947
Last-Modified: Wed, 29 Aug 2007 21:29:40 GMT
Accept-Ranges: bytes
GET /templates/Lectro/pictures/switch_02.jpg HTTP/1.1

Host: lectro.ru

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/0.7.67
Date: Tue, 13 Nov 2012 21:50:57 GMT
Connection: keep-alive
Content-Length: 2009
Last-Modified: Wed, 29 Aug 2007 21:29:40 GMT
Accept-Ranges: bytes
GET /templates/Lectro/pictures/switch_03.jpg HTTP/1.1

Host: lectro.ru

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/0.7.67
Date: Tue, 13 Nov 2012 21:50:57 GMT
Connection: keep-alive
Content-Length: 2076
Last-Modified: Wed, 29 Aug 2007 21:29:40 GMT
Accept-Ranges: bytes
GET /templates/Lectro/pictures/f_rc_forum.jpg HTTP/1.1

Host: lectro.ru

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/0.7.67
Date: Tue, 13 Nov 2012 21:50:57 GMT
Connection: keep-alive
Content-Length: 3795
Last-Modified: Wed, 29 Aug 2007 21:29:40 GMT
Accept-Ranges: bytes
GET /templates/Lectro/pictures/footer_bg.jpg HTTP/1.1

Host: lectro.ru

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/templates/Lectro/css/lectro.css
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/0.7.67
Date: Tue, 13 Nov 2012 21:50:57 GMT
Connection: keep-alive
Content-Length: 22661
Last-Modified: Wed, 29 Aug 2007 21:29:40 GMT
Accept-Ranges: bytes
GET /templates/Lectro/pictures/f_header_01.jpg HTTP/1.1

Host: lectro.ru

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/templates/Lectro/css/lectro.css
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/0.7.67
Date: Tue, 13 Nov 2012 21:50:57 GMT
Connection: keep-alive
Content-Length: 11325
Last-Modified: Wed, 29 Aug 2007 21:29:40 GMT
Accept-Ranges: bytes
GET /templates/Lectro/pictures/f_welcome_searchbg.jpg HTTP/1.1

Host: lectro.ru

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/templates/Lectro/css/lectro.css
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/0.7.67
Date: Tue, 13 Nov 2012 21:50:57 GMT
Connection: keep-alive
Content-Length: 7233
Last-Modified: Wed, 29 Aug 2007 21:29:40 GMT
Accept-Ranges: bytes
GET /mp3/uploads/posts/1171104580_mario_lopez.jpg HTTP/1.1

Host: lectro.ru

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html
HTTP/1.1 404 Not Found

Content-Type: text/html; charset=windows-1251
Server: nginx/0.7.67
Date: Tue, 13 Nov 2012 21:50:57 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Content-Encoding: gzip
GET /templates/Lectro/pictures/f_switches.jpg HTTP/1.1

Host: lectro.ru

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/templates/Lectro/css/lectro.css
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/0.7.67
Date: Tue, 13 Nov 2012 21:50:57 GMT
Connection: keep-alive
Content-Length: 9744
Last-Modified: Wed, 29 Aug 2007 21:29:40 GMT
Accept-Ranges: bytes
GET /templates/Lectro/pictures/f_welcome.jpg HTTP/1.1

Host: lectro.ru

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/templates/Lectro/css/lectro.css
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/0.7.67
Date: Tue, 13 Nov 2012 21:50:57 GMT
Connection: keep-alive
Content-Length: 9683
Last-Modified: Wed, 29 Aug 2007 21:29:40 GMT
Accept-Ranges: bytes
GET /templates/Lectro/pictures/f_rc_statheader.jpg HTTP/1.1

Host: lectro.ru

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/templates/Lectro/css/lectro.css
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/0.7.67
Date: Tue, 13 Nov 2012 21:50:57 GMT
Connection: keep-alive
Content-Length: 5510
Last-Modified: Wed, 29 Aug 2007 21:29:40 GMT
Accept-Ranges: bytes
GET /templates/Lectro/pictures/f_rc_subsectionsbg.jpg HTTP/1.1

Host: lectro.ru

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/templates/Lectro/css/lectro.css
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/0.7.67
Date: Tue, 13 Nov 2012 21:50:57 GMT
Connection: keep-alive
Content-Length: 505
Last-Modified: Wed, 29 Aug 2007 21:29:40 GMT
Accept-Ranges: bytes
GET /templates/Lectro/pictures/f_sectionsheader1.jpg HTTP/1.1

Host: lectro.ru

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/templates/Lectro/css/lectro.css
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/0.7.67
Date: Tue, 13 Nov 2012 21:50:57 GMT
Connection: keep-alive
Content-Length: 7836
Last-Modified: Wed, 29 Aug 2007 21:29:40 GMT
Accept-Ranges: bytes
GET /ga.js HTTP/1.1

Host: www.google-analytics.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html
If-Modified-Since: Wed, 19 Sep 2012 11:51:40 GMT
HTTP/1.1 200 OK

Content-Type: text/javascript
Content-Length: 14888
Content-Encoding: gzip
Last-Modified: Mon, 22 Oct 2012 15:51:19 GMT
X-Content-Type-Options: nosniff, nosniff
Date: Tue, 13 Nov 2012 20:33:27 GMT
Expires: Wed, 14 Nov 2012 08:33:27 GMT
Vary: Accept-Encoding
Age: 4650
Cache-Control: max-age=43200, public
Server: GFE/2.0
GET /templates/Lectro/pictures/f_header_02.jpg HTTP/1.1

Host: lectro.ru

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/templates/Lectro/css/lectro.css
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/0.7.67
Date: Tue, 13 Nov 2012 21:50:57 GMT
Connection: keep-alive
Content-Length: 57114
Last-Modified: Wed, 29 Aug 2007 21:29:40 GMT
Accept-Ranges: bytes
GET /top100/banner-88x31-rambler-gray2.gif HTTP/1.1

Host: top100-images.rambler.ru

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html
HTTP/1.1 200 OK

Content-Type: image/gif
Server: nginx/1.3.7
Date: Tue, 13 Nov 2012 21:50:57 GMT
Content-Length: 939
Last-Modified: Fri, 05 Oct 2007 13:45:22 GMT
Connection: close
Etag: &quot;47063ff2-3ab&quot;
Expires: Mon, 11 Feb 2013 21:50:57 GMT
Cache-Control: max-age=7776000
Accept-Ranges: bytes
GET /top100.cnt?1212910 HTTP/1.1

Host: counter.rambler.ru

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html
HTTP/1.1 200 OK

Content-Type: image/gif
Server: nginx/1.2.3
Date: Tue, 13 Nov 2012 21:50:57 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Expires: Thu, 01 Jan 1970 00:00:01 GMT
Pragma: no-cache
Cache-Control: no-cache
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NON ADM DEV TAI PSA PSD IVA OUR IND UNI COM NAV INT&quot;
Set-Cookie: ruid=7mIIBsHAolBGNQAAARg+Gw==; path=/; domain=.rambler.ru; expires=Fri, 11-Nov-22 21:50:57 GMT top100rb=MjQ1KzI0Ng==; path=/; domain=.rambler.ru; expires=Tue, 20 Nov 2012 21:50:57 GMT
GET /templates/Lectro/pictures/f_header_03.jpg HTTP/1.1

Host: lectro.ru

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/templates/Lectro/css/lectro.css
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/0.7.67
Date: Tue, 13 Nov 2012 21:50:57 GMT
Connection: keep-alive
Content-Length: 27240
Last-Modified: Wed, 29 Aug 2007 21:29:40 GMT
Accept-Ranges: bytes
GET /templates/Lectro/pictures/f_rcolumn_top.jpg HTTP/1.1

Host: lectro.ru

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/templates/Lectro/css/lectro.css
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/0.7.67
Date: Tue, 13 Nov 2012 21:50:57 GMT
Connection: keep-alive
Content-Length: 19074
Last-Modified: Wed, 24 Oct 2007 19:31:44 GMT
Accept-Ranges: bytes
GET /templates/Lectro/pictures/f_lc_sectionsbg.jpg HTTP/1.1

Host: lectro.ru

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/templates/Lectro/css/lectro.css
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/0.7.67
Date: Tue, 13 Nov 2012 21:50:57 GMT
Connection: keep-alive
Content-Length: 9911
Last-Modified: Wed, 29 Aug 2007 21:29:40 GMT
Accept-Ranges: bytes
GET /templates/Lectro/pictures/f_lc_subsectionsbg.jpg HTTP/1.1

Host: lectro.ru

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/templates/Lectro/css/lectro.css
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/0.7.67
Date: Tue, 13 Nov 2012 21:50:57 GMT
Connection: keep-alive
Content-Length: 579
Last-Modified: Wed, 29 Aug 2007 21:29:40 GMT
Accept-Ranges: bytes
GET /templates/Lectro/pictures/f_rc_reklama.jpg HTTP/1.1

Host: lectro.ru

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/0.7.67
Date: Tue, 13 Nov 2012 21:50:57 GMT
Connection: keep-alive
Content-Length: 4693
Last-Modified: Tue, 16 Oct 2007 08:39:07 GMT
Accept-Ranges: bytes
GET /counter?id=949170;t=50;l=1 HTTP/1.1

Host: db.c7.be.a0.top.list.ru

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html
HTTP/1.1 302 Moved Temporarily

HTTP/1.1 302 Moved Temporarily
Server: wz/1.5
Date: Tue, 13 Nov 2012 21:50:57 GMT
Location: http://core1.node12.top.mail.ru/counter?id=949170;t=50;l=1
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
Content-Length: 0
Connection: close
GET /counter?id=949170 HTTP/1.1

Host: db.c7.be.a0.top.list.ru

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html
HTTP/1.1 302 Moved Temporarily

HTTP/1.1 302 Moved Temporarily
Server: wz/1.5
Date: Tue, 13 Nov 2012 21:50:57 GMT
Location: http://core1.node12.top.mail.ru/counter?id=949170
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
Content-Length: 0
Connection: close
GET /templates/Lectro/pictures/f_lc_calendarheaderbg.jpg HTTP/1.1

Host: lectro.ru

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/templates/Lectro/css/lectro.css
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/0.7.67
Date: Tue, 13 Nov 2012 21:50:57 GMT
Connection: keep-alive
Content-Length: 4154
Last-Modified: Wed, 29 Aug 2007 21:29:40 GMT
Accept-Ranges: bytes
GET /templates/Lectro/pictures/f_lc_pollbg.jpg HTTP/1.1

Host: lectro.ru

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/templates/Lectro/css/lectro.css
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/0.7.67
Date: Tue, 13 Nov 2012 21:50:57 GMT
Connection: keep-alive
Content-Length: 4753
Last-Modified: Wed, 29 Aug 2007 21:29:40 GMT
Accept-Ranges: bytes
GET /templates/Lectro/pictures/f_lc_partnersbg.jpg HTTP/1.1

Host: lectro.ru

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/templates/Lectro/css/lectro.css
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/0.7.67
Date: Tue, 13 Nov 2012 21:50:57 GMT
Connection: keep-alive
Content-Length: 4922
Last-Modified: Wed, 29 Aug 2007 21:29:40 GMT
Accept-Ranges: bytes
GET /templates/Lectro/pictures/f_bodyheader.jpg HTTP/1.1

Host: lectro.ru

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/templates/Lectro/css/lectro.css
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/0.7.67
Date: Tue, 13 Nov 2012 21:50:57 GMT
Connection: keep-alive
Content-Length: 3167
Last-Modified: Wed, 29 Aug 2007 21:29:40 GMT
Accept-Ranges: bytes
GET /templates/Lectro/dleimages/rating.gif HTTP/1.1

Host: lectro.ru

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/templates/Lectro/css/lectro.css
HTTP/1.1 200 OK

Content-Type: image/gif
Server: nginx/0.7.67
Date: Tue, 13 Nov 2012 21:50:57 GMT
Connection: keep-alive
Content-Length: 1282
Last-Modified: Wed, 29 Aug 2007 21:29:41 GMT
Accept-Ranges: bytes
GET /templates/Lectro/pictures/pages_bg.jpg HTTP/1.1

Host: lectro.ru

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/templates/Lectro/css/lectro.css
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/0.7.67
Date: Tue, 13 Nov 2012 21:50:57 GMT
Connection: keep-alive
Content-Length: 11333
Last-Modified: Wed, 29 Aug 2007 21:29:40 GMT
Accept-Ranges: bytes
GET /metrika/watch.js HTTP/1.1

Host: mc.yandex.ru

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Date: Tue, 13 Nov 2012 21:50:57 GMT
Server: Phantom/0.0.0
P3P: CP=&quot;NOI DEVa TAIa OUR BUS UNI STA&quot;
Last-Modified: Fri, 19 Oct 2012 12:23:05 GMT
Content-Encoding: gzip
Expires: Tue, 13 Nov 2012 22:50:57 GMT
Content-Length: 15878
GET /show?squareid=68257&showtype=17&output_style=1&shift_count=1&cat_id=50090&tar_id=1&sc=3&bg=FFFFFF&bc=FFFFFF&tc=D5EFFF&tt=525252&tu=0202FF&th=525252&bwidth=500&bheight=50&r=762554796&ref=&url=http%3A//lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html HTTP/1.1

Host: link.link.ru
GET /show?squareid=68257&amp;showtype=17&amp;output_style=1&amp;shift_count=1&amp;cat_id=50090&amp;tar_id=1&amp;sc=3&amp;bg=FFFFFF&amp;bc=FFFFFF&amp;tc=D5EFFF&amp;tt=525252&amp;tu=0202FF&amp;th=525252&amp;bwidth=500&amp;bheight=50&amp;r=762554796&amp;ref=&amp;url=http%3A//lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html
HTTP/1.1 200 OK

Content-Type: text/html; charset=windows-1251
Server: nginx
Date: Tue, 13 Nov 2012 21:50:53 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Last-Modified: Tue, 13 Nov 2012 21:50:53 GMT
Set-Cookie: linkru=1916663365213393356; expires=Wednesday, 13-Nov-13 21:50:53 GMT; domain=link.ru; path=/
P3P: CP=UNI
Expires: Tue, 13 Nov 2012 21:50:53 GMT
Cache-Control: no-cache
Pragma: no-cache, must-revalidate, private, no-store, s-maxage=0, max-age=0, post-check=0, pre-check=0
Content-Encoding: gzip
GET /logo?27.5 HTTP/1.1

Host: counter.yadro.ru

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Tue, 13 Nov 2012 21:50:57 GMT
Server: 0W/0.8c
Connection: Close
Content-Length: 778
Expires: Mon, 14 Nov 2011 20:00:00 GMT
Pragma: no-cache
Cache-Control: no-cache
GET /hit?r;s1176*885*24;uhttp%3A//lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html;0.011173653425984309 HTTP/1.1

Host: counter.yadro.ru

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html
HTTP/1.1 302 Moved Temporarily

Content-Type: text/html
Date: Tue, 13 Nov 2012 21:50:57 GMT
Server: 0W/0.8c
Location: http://counter.yadro.ru/hit?q;r;s1176*885*24;uhttp%3A//lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html;0.011173653425984309
Content-Length: 32
Expires: Mon, 14 Nov 2011 20:00:00 GMT
Pragma: no-cache
Cache-Control: no-cache
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;UNI&quot;
Set-Cookie: FTID=1Gei312M2Z12; path=/; expires=Wed, 13 Nov 2013 20:00:00 GMT; domain=.yadro.ru
GET /templates/Lectro/pictures/copyright_bg.jpg HTTP/1.1

Host: lectro.ru

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/templates/Lectro/css/lectro.css
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/0.7.67
Date: Tue, 13 Nov 2012 21:50:57 GMT
Connection: keep-alive
Content-Length: 23671
Last-Modified: Wed, 29 Aug 2007 21:29:40 GMT
Accept-Ranges: bytes
GET /code.php?type=cu&jq=1&rand=441&u=3998&loc=http%3A//lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html&ref=&title=Mario%20Lopez-Live%20at%20Welcome%20to%20the%20Club(SSL%20Set)(09-11-2004)%20%C2%BB%20%D0%A1%D0%BA%D0%B0%D1%87%D0%B0%D1%82%D1%8C%20Mp3.%20Mp3%20%D0%B1%D0%B5%D1%81%D0%BF%D0%BB%D0%B0%D1%82%D0%BD%D0%BE.%20Mp3%20%D0%BC%D1%83%D0%B7%D1%8B%D0%BA HTTP/1.1

Host: am10.ru
GET /code.php?type=cu&amp;jq=1&amp;rand=441&amp;u=3998&amp;loc=http%3A//lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html&amp;ref=&amp;title=Mario%20Lopez-Live%20at%20Welcome%20to%20the%20Club(SSL%20Set)(09-11-2004)%20%C2%BB%20%D0%A1%D0%BA%D0%B0%D1%87%D0%B0%D1%82%D1%8C%20Mp3.%20Mp3%20%D0%B1%D0%B5%D1%81%D0%BF%D0%BB%D0%B0%D1%82%D0%BD%D0%BE.%20Mp3%20%D0%BC%D1%83%D0%B7%D1%8B%D0%BA HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html
HTTP/1.1 200 OK

Content-Type: text/javascript; charset=windows-1251
Server: nginx/1.2.4
Date: Tue, 13 Nov 2012 21:50:57 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.3.18-1~dotdeb.0
P3P: CP=&quot;NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM&quot;
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Set-Cookie: 28ddca8=1; expires=Wed, 14-Nov-2012 06:10:57 GMT; path=/; domain=am10.ru cuu=1; expires=Wed, 14-Nov-2012 13:50:57 GMT; path=/; domain=am10.ru
GET /bb.cgi?cmd=ad&hreftarget=_blank&pubid=140199252&pg=1&vbn=339&w=240&h=400&num=1&r=ssi&ssi=nofillers&r=ssi&nocache=605156&ref=&loc=http%3A//lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html HTTP/1.1

Host: ad17.bannerbank.ru
GET /bb.cgi?cmd=ad&amp;hreftarget=_blank&amp;pubid=140199252&amp;pg=1&amp;vbn=339&amp;w=240&amp;h=400&amp;num=1&amp;r=ssi&amp;ssi=nofillers&amp;r=ssi&amp;nocache=605156&amp;ref=&amp;loc=http%3A//lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html
HTTP/1.1 200 OK

Content-Type: text/html; charset=windows-1251
Server: nginx/1.0.6
Date: Tue, 13 Nov 2012 21:54:15 GMT
Transfer-Encoding: chunked
Connection: keep-alive
P3P: CP=&quot;NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM&quot;
Expires: Mon, 02 Jun 1986 07:00:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Set-Cookie: bb_tmp=27338119; expires=Fri, 11-Nov-2022 21:51:14 GMT
Content-Encoding: gzip
GET / HTTP/1.1

Host: gm.changeip.name

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html
HTTP/1.1 200 OK

Content-Type: text/html
Date: Tue, 13 Nov 2012 21:50:58 GMT
Server: Apache/2.2.16 (Debian) PHP/5.3.3-7+squeeze8 with Suhosin-Patch mod_ssl/2.2.16 OpenSSL/0.9.8o
X-Powered-By: PHP/5.3.3-7+squeeze8
Content-Length: 4758
Connection: close
GET /__utm.gif?utmwv=5.3.7&utms=1&utmn=955196373&utmhn=lectro.ru&utmcs=windows-1251&utmsr=1176x885&utmvp=1159x778&utmsc=24-bit&utmul=en-us&utmje=1&utmfl=10.0%20r45&utmdt=Mario%20Lopez-Live%20at%20Welcome%20to%20the%20Club(SSL%20Set)(09-11-2004)%20%C2%BB%20%D0%A1%D0%BA%D0%B0%D1%87%D0%B0%D1%82%D1%8C%20Mp3.%20Mp3%20%D0%B1%D0%B5%D1%81%D0%BF%D0%BB%D0%B0%D1%82%D0%BD%D0%BE.%20Mp3%20%D0%BC%D1%83%D0%B7%D1%8B%D0%BA%D0%B0.%20%D0%A1%D0%BA%D0%B0%D1%87%D0%B0%D1%82%D1%8C%20%D0%BC%D1%83%D0%B7%D1%8B%D0%BA%D1%83.%20%D0%A1%D0%BA%D0%B0%D1%87%D0%B0%D1%82%D1%8C%20%D0%BF%D0%B5%D1%81%D0%BD%D1%8E.%20Mp3%20%D0%9C%D1%83%D0%B7%D1%8B%D0%BA%D0%B0%20%D0%B1%D0%B5%D1%81%D0%BF%D0%BB%D0%B0%D1%82%D0%BD%D0%BE.&utmhid=1360285912&utmr=-&utmp=%2Fmp3%2Felectronic%2F1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html&utmac=UA-34591526-1&utmcc=__utma%3D264865810.2138921468.1352843458.1352843458.1352843458.1%3B%2B__utmz%3D264865810.1352843458.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&utmu=q~ HTTP/1.1

Host: www.google-analytics.com
GET /__utm.gif?utmwv=5.3.7&amp;utms=1&amp;utmn=955196373&amp;utmhn=lectro.ru&amp;utmcs=windows-1251&amp;utmsr=1176x885&amp;utmvp=1159x778&amp;utmsc=24-bit&amp;utmul=en-us&amp;utmje=1&amp;utmfl=10.0%20r45&amp;utmdt=Mario%20Lopez-Live%20at%20Welcome%20to%20the%20Club(SSL%20Set)(09-11-2004)%20%C2%BB%20%D0%A1%D0%BA%D0%B0%D1%87%D0%B0%D1%82%D1%8C%20Mp3.%20Mp3%20%D0%B1%D0%B5%D1%81%D0%BF%D0%BB%D0%B0%D1%82%D0%BD%D0%BE.%20Mp3%20%D0%BC%D1%83%D0%B7%D1%8B%D0%BA%D0%B0.%20%D0%A1%D0%BA%D0%B0%D1%87%D0%B0%D1%82%D1%8C%20%D0%BC%D1%83%D0%B7%D1%8B%D0%BA%D1%83.%20%D0%A1%D0%BA%D0%B0%D1%87%D0%B0%D1%82%D1%8C%20%D0%BF%D0%B5%D1%81%D0%BD%D1%8E.%20Mp3%20%D0%9C%D1%83%D0%B7%D1%8B%D0%BA%D0%B0%20%D0%B1%D0%B5%D1%81%D0%BF%D0%BB%D0%B0%D1%82%D0%BD%D0%BE.&amp;utmhid=1360285912&amp;utmr=-&amp;utmp=%2Fmp3%2Felectronic%2F1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html&amp;utmac=UA-34591526-1&amp;utmcc=__utma%3D264865810.2138921468.1352843458.1352843458.1352843458.1%3B%2B__utmz%3D264865810.1352843458.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&amp;utmu=q~ HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Fri, 09 Nov 2012 21:03:07 GMT
Content-Length: 35
X-Content-Type-Options: nosniff
Pragma: no-cache
Expires: Wed, 19 Apr 2000 11:43:00 GMT
Last-Modified: Wed, 21 Jan 2004 19:51:30 GMT
Cache-Control: private, no-cache, no-cache=Set-Cookie, proxy-revalidate
Age: 348471
Server: GFE/2.0
GET /watch/16933039?rn=36851&wmode=5&callback=_ymjsp994779&page-url=http%3A%2F%2Flectro.ru%2Fmp3%2Felectronic%2F1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html&browser-info=j:1:s:1176x885x24:f:10.0.45:w:1159x778:z:60:i:20121113225058:en:windows-1251:v:1825:c:1:la:en-us:hid:780372123:wn:40666:hl:1:t:Mario%20Lopez-Live%20at%20Welcome%20to%20the%20Club(SSL%20Set)(09-11-2004)%20%C2%BB%20%D0%A1%D0%BA%D0%B0%D1%87%D0%B0%D1%82%D1%8C%20Mp3.%20Mp3%20%D0%B1%D0%B5%D1%81%D0%BF%D0%BB%D0%B0%D1%82%D0%BD%D0%BE.%20Mp3%20%D0%BC%D1%83%D0%B7%D1%8B%D0%BA%D0%B0.%20%D0%A1%D0%BA%D0%B0%D1%87%D0%B0%D1%82%D1%8C%20%D0%BC%D1%83%D0%B7%D1%8B%D0%BA%D1%83.%20%D0%A1%D0%BA%D0%B0%D1%87%D0%B0%D1%82%D1%8C%20%D0%BF%D0%B5%D1%81%D0%BD%D1%8E.%20Mp3%20%D0%9C%D1%83%D0%B7%D1%8B%D0%BA%D0%B0%20%D0%B1%D0%B5%D1%81%D0%BF%D0%BB%D0%B0%D1%82%D0%BD%D0%BE. HTTP/1.1

Host: mc.yandex.ru
GET /watch/16933039?rn=36851&amp;wmode=5&amp;callback=_ymjsp994779&amp;page-url=http%3A%2F%2Flectro.ru%2Fmp3%2Felectronic%2F1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html&amp;browser-info=j:1:s:1176x885x24:f:10.0.45:w:1159x778:z:60:i:20121113225058:en:windows-1251:v:1825:c:1:la:en-us:hid:780372123:wn:40666:hl:1:t:Mario%20Lopez-Live%20at%20Welcome%20to%20the%20Club(SSL%20Set)(09-11-2004)%20%C2%BB%20%D0%A1%D0%BA%D0%B0%D1%87%D0%B0%D1%82%D1%8C%20Mp3.%20Mp3%20%D0%B1%D0%B5%D1%81%D0%BF%D0%BB%D0%B0%D1%82%D0%BD%D0%BE.%20Mp3%20%D0%BC%D1%83%D0%B7%D1%8B%D0%BA%D0%B0.%20%D0%A1%D0%BA%D0%B0%D1%87%D0%B0%D1%82%D1%8C%20%D0%BC%D1%83%D0%B7%D1%8B%D0%BA%D1%83.%20%D0%A1%D0%BA%D0%B0%D1%87%D0%B0%D1%82%D1%8C%20%D0%BF%D0%B5%D1%81%D0%BD%D1%8E.%20Mp3%20%D0%9C%D1%83%D0%B7%D1%8B%D0%BA%D0%B0%20%D0%B1%D0%B5%D1%81%D0%BF%D0%BB%D0%B0%D1%82%D0%BD%D0%BE. HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html
HTTP/1.1 302 Found

HTTP/1.1 302 Found
Date: Tue, 13 Nov 2012 21:50:58 GMT
Server: Phantom/0.0.0
P3P: CP=&quot;NOI DEVa TAIa OUR BUS UNI STA&quot;
Last-Modified: Tue, 13 Nov 2012 21:50:58 GMT
Expires: Tue, 13 Nov 2012 21:50:58 GMT
Cache-Control: private, no-cache, no-store, must-revalidate, max-age=0
Pragma: no-cache
Location: http://mc.yandex.ru/watch/16933039/1?rn=36851&amp;wmode=5&amp;callback=_ymjsp994779&amp;page-url=http%3A%2F%2Flectro.ru%2Fmp3%2Felectronic%2F1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html&amp;browser-info=j:1:s:1176x885x24:f:10.0.45:w:1159x778:z:60:i:20121113225058:en:windows-1251:v:1825:c:1:la:en-us:hid:780372123:wn:40666:hl:1:t:Mario%20Lopez-Live%20at%20Welcome%20to%20the%20Club(SSL%20Set)(09-11-2004)%20%C2%BB%20%D0%A1%D0%BA%D0%B0%D1%87%D0%B0%D1%82%D1%8C%20Mp3.%20Mp3%20%D0%B1%D0%B5%D1%81%D0%BF%D0%BB%D0%B0%D1%82%D0%BD%D0%BE.%20Mp3%20%D0%BC%D1%83%D0%B7%D1%8B%D0%BA%D0%B0.%20%D0%A1%D0%BA%D0%B0%D1%87%D0%B0%D1%82%D1%8C%20%D0%BC%D1%83%D0%B7%D1%8B%D0%BA%D1%83.%20%D0%A1%D0%BA%D0%B0%D1%87%D0%B0%D1%82%D1%8C%20%D0%BF%D0%B5%D1%81%D0%BD%D1%8E.%20Mp3%20%D0%9C%D1%83%D0%B7%D1%8B%D0%BA%D0%B0%20%D0%B1%D0%B5%D1%81%D0%BF%D0%BB%D0%B0%D1%82%D0%BD%D0%BE.
Set-Cookie: yandexuid=1920045711352843458; domain=.yandex.ru; path=/; expires=Fri, 11-Nov-2022 21:50:58 GMT yabs-sid=748164151352843458; path=/
Content-Length: 0
GET /getb?126 HTTP/1.1

Host: bans.bride.ru

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Unknown
Date: Tue, 13 Nov 2012 21:50:58 GMT
Set-Cookie: buid=UcO/u1CiedQAAFvQAzeKAg==; path=/; domain=bans.bride.ru; expires=Mon, 14 Nov 2022 09:50:58 GMT
P3P: CP=&quot;NOI PSA OUR BUS UNI&quot;
Content-Length: 21708
Last-Modified: Wed, 07 Dec 2005 13:10:17 GMT
Expires: Fri, 23 Nov 2012 21:50:58 GMT
Etag: &quot;0 7e 4396df39&quot;
GET /__utm.gif?utmwv=5.3.7&utms=2&utmn=84847000&utmhn=lectro.ru&utmcs=windows-1251&utmsr=1176x885&utmvp=1159x778&utmsc=24-bit&utmul=en-us&utmje=1&utmfl=10.0%20r45&utmdt=Mario%20Lopez-Live%20at%20Welcome%20to%20the%20Club(SSL%20Set)(09-11-2004)%20%C2%BB%20%D0%A1%D0%BA%D0%B0%D1%87%D0%B0%D1%82%D1%8C%20Mp3.%20Mp3%20%D0%B1%D0%B5%D1%81%D0%BF%D0%BB%D0%B0%D1%82%D0%BD%D0%BE.%20Mp3%20%D0%BC%D1%83%D0%B7%D1%8B%D0%BA%D0%B0.%20%D0%A1%D0%BA%D0%B0%D1%87%D0%B0%D1%82%D1%8C%20%D0%BC%D1%83%D0%B7%D1%8B%D0%BA%D1%83.%20%D0%A1%D0%BA%D0%B0%D1%87%D0%B0%D1%82%D1%8C%20%D0%BF%D0%B5%D1%81%D0%BD%D1%8E.%20Mp3%20%D0%9C%D1%83%D0%B7%D1%8B%D0%BA%D0%B0%20%D0%B1%D0%B5%D1%81%D0%BF%D0%BB%D0%B0%D1%82%D0%BD%D0%BE.&utmhid=1360285912&utmr=-&utmp=%2Fmp3%2Felectronic%2F1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html&utmac=UA-23019820-1&utmcc=__utma%3D264865810.2138921468.1352843458.1352843458.1352843458.1%3B%2B__utmz%3D264865810.1352843458.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&utmu=q~ HTTP/1.1

Host: www.google-analytics.com
GET /__utm.gif?utmwv=5.3.7&amp;utms=2&amp;utmn=84847000&amp;utmhn=lectro.ru&amp;utmcs=windows-1251&amp;utmsr=1176x885&amp;utmvp=1159x778&amp;utmsc=24-bit&amp;utmul=en-us&amp;utmje=1&amp;utmfl=10.0%20r45&amp;utmdt=Mario%20Lopez-Live%20at%20Welcome%20to%20the%20Club(SSL%20Set)(09-11-2004)%20%C2%BB%20%D0%A1%D0%BA%D0%B0%D1%87%D0%B0%D1%82%D1%8C%20Mp3.%20Mp3%20%D0%B1%D0%B5%D1%81%D0%BF%D0%BB%D0%B0%D1%82%D0%BD%D0%BE.%20Mp3%20%D0%BC%D1%83%D0%B7%D1%8B%D0%BA%D0%B0.%20%D0%A1%D0%BA%D0%B0%D1%87%D0%B0%D1%82%D1%8C%20%D0%BC%D1%83%D0%B7%D1%8B%D0%BA%D1%83.%20%D0%A1%D0%BA%D0%B0%D1%87%D0%B0%D1%82%D1%8C%20%D0%BF%D0%B5%D1%81%D0%BD%D1%8E.%20Mp3%20%D0%9C%D1%83%D0%B7%D1%8B%D0%BA%D0%B0%20%D0%B1%D0%B5%D1%81%D0%BF%D0%BB%D0%B0%D1%82%D0%BD%D0%BE.&amp;utmhid=1360285912&amp;utmr=-&amp;utmp=%2Fmp3%2Felectronic%2F1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html&amp;utmac=UA-23019820-1&amp;utmcc=__utma%3D264865810.2138921468.1352843458.1352843458.1352843458.1%3B%2B__utmz%3D264865810.1352843458.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&amp;utmu=q~ HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Fri, 09 Nov 2012 20:33:28 GMT
Content-Length: 35
X-Content-Type-Options: nosniff
Pragma: no-cache
Expires: Wed, 19 Apr 2000 11:43:00 GMT
Last-Modified: Wed, 21 Jan 2004 19:51:30 GMT
Cache-Control: private, no-cache, no-cache=Set-Cookie, proxy-revalidate
Age: 350250
Server: GFE/2.0
GET /counter?id=949170;t=50;l=1 HTTP/1.1

Host: core1.node12.top.mail.ru

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html
HTTP/1.1 302 Moved Temporarily

HTTP/1.1 302 Moved Temporarily
Server: wz/1.5
Date: Tue, 13 Nov 2012 21:50:58 GMT
Location: http://core1.node12.top.mail.ru/counter2?id=949170;t=50;l=1
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CUR PSA OUR NOR&quot;
Set-Cookie: FTID=33dupT2pEK12:1352843458:949170:aHR0cDovL2xlY3Ryby5ydS9tcDMvZWxlY3Ryb25pYy8xMTQ2MTU2NDEzLW1hcmlvX2xvcGV6bGl2ZV9hdF93ZWxjb21lX3RvX3RoZV9jbHVic3NsX3NldDA5MTEyMDA0Lmh0bWw::; path=/; expires=Wed, 13 Feb 2013 21:50:58 GMT; domain=.mail.ru
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
Content-Length: 0
Connection: close
GET /counter?id=949170 HTTP/1.1

Host: core1.node12.top.mail.ru

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html
HTTP/1.1 302 Moved Temporarily

HTTP/1.1 302 Moved Temporarily
Server: wz/1.5
Date: Tue, 13 Nov 2012 21:50:58 GMT
Location: http://core1.node12.top.mail.ru/counter2?id=949170
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CUR PSA OUR NOR&quot;
Set-Cookie: FTID=33dupT2pEK12:1352843458:949170:aHR0cDovL2xlY3Ryby5ydS9tcDMvZWxlY3Ryb25pYy8xMTQ2MTU2NDEzLW1hcmlvX2xvcGV6bGl2ZV9hdF93ZWxjb21lX3RvX3RoZV9jbHVic3NsX3NldDA5MTEyMDA0Lmh0bWw::; path=/; expires=Wed, 13 Feb 2013 21:50:58 GMT; domain=.mail.ru
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
Content-Length: 0
Connection: close
GET /hit?q;r;s1176*885*24;uhttp%3A//lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html;0.011173653425984309 HTTP/1.1

Host: counter.yadro.ru

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html
Cookie: FTID=1Gei312M2Z12
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Tue, 13 Nov 2012 21:50:58 GMT
Server: 0W/0.8c
Connection: Close
Content-Length: 43
Expires: Mon, 14 Nov 2011 20:00:00 GMT
Pragma: no-cache
Cache-Control: no-cache
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;UNI&quot;
Set-Cookie: VID=3ZCuIK0ueFX2; path=/; expires=Wed, 13 Nov 2013 20:00:00 GMT; domain=.yadro.ru
GET /watch/16933039/1?rn=36851&wmode=5&callback=_ymjsp994779&page-url=http%3A%2F%2Flectro.ru%2Fmp3%2Felectronic%2F1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html&browser-info=j:1:s:1176x885x24:f:10.0.45:w:1159x778:z:60:i:20121113225058:en:windows-1251:v:1825:c:1:la:en-us:hid:780372123:wn:40666:hl:1:t:Mario%20Lopez-Live%20at%20Welcome%20to%20the%20Club(SSL%20Set)(09-11-2004)%20%C2%BB%20%D0%A1%D0%BA%D0%B0%D1%87%D0%B0%D1%82%D1%8C%20Mp3.%20Mp3%20%D0%B1%D0%B5%D1%81%D0%BF%D0%BB%D0%B0%D1%82%D0%BD%D0%BE.%20Mp3%20%D0%BC%D1%83%D0%B7%D1%8B%D0%BA%D0%B0.%20%D0%A1%D0%BA%D0%B0%D1%87%D0%B0%D1%82%D1%8C%20%D0%BC%D1%83%D0%B7%D1%8B%D0%BA%D1%83.%20%D0%A1%D0%BA%D0%B0%D1%87%D0%B0%D1%82%D1%8C%20%D0%BF%D0%B5%D1%81%D0%BD%D1%8E.%20Mp3%20%D0%9C%D1%83%D0%B7%D1%8B%D0%BA%D0%B0%20%D0%B1%D0%B5%D1%81%D0%BF%D0%BB%D0%B0%D1%82%D0%BD%D0%BE. HTTP/1.1

Host: mc.yandex.ru
GET /watch/16933039/1?rn=36851&amp;wmode=5&amp;callback=_ymjsp994779&amp;page-url=http%3A%2F%2Flectro.ru%2Fmp3%2Felectronic%2F1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html&amp;browser-info=j:1:s:1176x885x24:f:10.0.45:w:1159x778:z:60:i:20121113225058:en:windows-1251:v:1825:c:1:la:en-us:hid:780372123:wn:40666:hl:1:t:Mario%20Lopez-Live%20at%20Welcome%20to%20the%20Club(SSL%20Set)(09-11-2004)%20%C2%BB%20%D0%A1%D0%BA%D0%B0%D1%87%D0%B0%D1%82%D1%8C%20Mp3.%20Mp3%20%D0%B1%D0%B5%D1%81%D0%BF%D0%BB%D0%B0%D1%82%D0%BD%D0%BE.%20Mp3%20%D0%BC%D1%83%D0%B7%D1%8B%D0%BA%D0%B0.%20%D0%A1%D0%BA%D0%B0%D1%87%D0%B0%D1%82%D1%8C%20%D0%BC%D1%83%D0%B7%D1%8B%D0%BA%D1%83.%20%D0%A1%D0%BA%D0%B0%D1%87%D0%B0%D1%82%D1%8C%20%D0%BF%D0%B5%D1%81%D0%BD%D1%8E.%20Mp3%20%D0%9C%D1%83%D0%B7%D1%8B%D0%BA%D0%B0%20%D0%B1%D0%B5%D1%81%D0%BF%D0%BB%D0%B0%D1%82%D0%BD%D0%BE. HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html
Cookie: yandexuid=1920045711352843458; yabs-sid=748164151352843458
HTTP/1.1 200 OK

Content-Type: text/javascript
Date: Tue, 13 Nov 2012 21:50:58 GMT
Server: Phantom/0.0.0
P3P: CP=&quot;NOI DEVa TAIa OUR BUS UNI STA&quot;
Last-Modified: Tue, 13 Nov 2012 21:50:58 GMT
Expires: Tue, 13 Nov 2012 21:50:58 GMT
Cache-Control: private, no-cache, no-store, must-revalidate, max-age=0
Pragma: no-cache
Content-Length: 74
GET /counter2?id=949170;t=50;l=1 HTTP/1.1

Host: core1.node12.top.mail.ru

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html
Cookie: FTID=33dupT2pEK12:1352843458:949170:aHR0cDovL2xlY3Ryby5ydS9tcDMvZWxlY3Ryb25pYy8xMTQ2MTU2NDEzLW1hcmlvX2xvcGV6bGl2ZV9hdF93ZWxjb21lX3RvX3RoZV9jbHVic3NsX3NldDA5MTEyMDA0Lmh0bWw::
HTTP/1.1 200 OK

Content-Type: image/gif
Server: wz/1.5
Date: Tue, 13 Nov 2012 21:50:58 GMT
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CUR PSA OUR NOR&quot;
Set-Cookie: VID=1iqetv3xJK12; path=/; expires=Wed, 13 Feb 2013 21:50:58 GMT; domain=.mail.ru FTID=0; path=/; max-age=0; expires=Thu, 01 Jan 1970 00:00:01 GMT; domain=.mail.ru
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
Content-Length: 556
Connection: close
GET /counter2?id=949170 HTTP/1.1

Host: core1.node12.top.mail.ru

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html
Cookie: FTID=33dupT2pEK12:1352843458:949170:aHR0cDovL2xlY3Ryby5ydS9tcDMvZWxlY3Ryb25pYy8xMTQ2MTU2NDEzLW1hcmlvX2xvcGV6bGl2ZV9hdF93ZWxjb21lX3RvX3RoZV9jbHVic3NsX3NldDA5MTEyMDA0Lmh0bWw::
HTTP/1.1 200 OK

Content-Type: image/gif
Server: wz/1.5
Date: Tue, 13 Nov 2012 21:50:58 GMT
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR NID CUR PSA OUR NOR&quot;
Set-Cookie: VID=1iqetv3xJK12; path=/; expires=Wed, 13 Feb 2013 21:50:58 GMT; domain=.mail.ru FTID=0; path=/; max-age=0; expires=Thu, 01 Jan 1970 00:00:01 GMT; domain=.mail.ru
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
Content-Length: 43
Connection: close
GET /ad/banner?wc=1&method=5&id=16961&dr=http%3A//lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html HTTP/1.1

Host: 653186712.secure.changeip.name
GET /ad/banner?wc=1&amp;method=5&amp;id=16961&amp;dr=http%3A//lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://gm.changeip.name/
HTTP/1.1 200 OK

Content-Type: text/html
Date: Tue, 13 Nov 2012 21:50:58 GMT
Server: Apache/2.2.16 (Debian) PHP/5.3.3-7+squeeze8 with Suhosin-Patch mod_ssl/2.2.16 OpenSSL/0.9.8o
X-Powered-By: PHP/5.3.3-7+squeeze8
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 8
Connection: close
GET /mp3/electronic/lectro.ru.html HTTP/1.1

Host: lectro.ru

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html, */*; q=0.01
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
X-Requested-With: XMLHttpRequest
Referer: http://lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html
Cookie: __utma=264865810.2138921468.1352843458.1352843458.1352843458.1; __utmb=264865810.2.10.1352843458; __utmc=264865810; __utmz=264865810.1352843458.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
HTTP/1.1 404 Not Found

Content-Type: text/html; charset=windows-1251
Server: nginx/0.7.67
Date: Tue, 13 Nov 2012 21:50:58 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Content-Encoding: gzip
GET /images/73944/73944856_18.gif HTTP/1.1

Host: static.bannerbank.ru

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://ad17.bannerbank.ru/bb.cgi?cmd=ad&amp;hreftarget=_blank&amp;pubid=140199252&amp;pg=1&amp;vbn=339&amp;w=240&amp;h=400&amp;num=1&amp;r=ssi&amp;ssi=nofillers&amp;r=ssi&amp;nocache=605156&amp;ref=&amp;loc=http%3A//lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html
HTTP/1.1 200 OK

Content-Type: image/gif
Server: nginx/1.0.4
Date: Tue, 13 Nov 2012 21:50:58 GMT
Content-Length: 29291
Last-Modified: Mon, 03 Jan 2011 02:10:57 GMT
Connection: keep-alive
Expires: Wed, 14 Nov 2012 09:50:58 GMT
Cache-Control: max-age=43200
Accept-Ranges: bytes
GET /favicon.ico HTTP/1.1

Host: lectro.ru

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Cookie: __utma=264865810.2138921468.1352843458.1352843458.1352843458.1; __utmb=264865810.2.10.1352843458; __utmc=264865810; __utmz=264865810.1352843458.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); _ym_visorc=w
HTTP/1.1 200 OK

Content-Type: image/x-icon
Server: nginx/0.7.67
Date: Tue, 13 Nov 2012 21:50:58 GMT
Connection: keep-alive
Content-Length: 0
Last-Modified: Fri, 22 Feb 2008 11:36:14 GMT
Accept-Ranges: bytes
GET /watch/16933039?rn=21578&browser-info=j:1:s:1176x885x24:f:10.0.45:w:1159x778:z:60:i:20121113225113:en:windows-1251:v:1825:c:1:la:en-us:ar:1:nb:1:cl:571:hid:780372123:wn:40666:hl:1 HTTP/1.1

Host: mc.yandex.ru
GET /watch/16933039?rn=21578&amp;browser-info=j:1:s:1176x885x24:f:10.0.45:w:1159x778:z:60:i:20121113225113:en:windows-1251:v:1825:c:1:la:en-us:ar:1:nb:1:cl:571:hid:780372123:wn:40666:hl:1 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html
Cookie: yandexuid=1920045711352843458; yabs-sid=748164151352843458
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Tue, 13 Nov 2012 21:51:13 GMT
Server: Phantom/0.0.0
P3P: CP=&quot;NOI DEVa TAIa OUR BUS UNI STA&quot;
Last-Modified: Tue, 13 Nov 2012 21:51:13 GMT
Expires: Tue, 13 Nov 2012 21:51:13 GMT
Cache-Control: private, no-cache, no-store, must-revalidate, max-age=0
Pragma: no-cache
Content-Length: 43
POST /webvisor/16933039?rn=29043&wv-type=0&cnt-class=0&page-url=http%3A%2F%2Flectro.ru%2Fmp3%2Felectronic%2F1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html&wmode=0&wv-hit=780372123&wv-part=1&wv-check=48109&browser-info=ct%3A1%3Az%3A60%3Ai%3A20121113225058 HTTP/1.1

Host: mc.yandex.ru
POST /webvisor/16933039?rn=29043&amp;wv-type=0&amp;cnt-class=0&amp;page-url=http%3A%2F%2Flectro.ru%2Fmp3%2Felectronic%2F1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html&amp;wmode=0&amp;wv-hit=780372123&amp;wv-part=1&amp;wv-check=48109&amp;browser-info=ct%3A1%3Az%3A60%3Ai%3A20121113225058 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://lectro.ru/mp3/electronic/1146156413-mario_lopezlive_at_welcome_to_the_clubssl_set09112004.html
Content-Length: 24
Content-Type: text/plain; charset=UTF-8
Origin: http://lectro.ru
Cookie: yandexuid=1920045711352843458; yabs-sid=748164151352843458
Pragma: no-cache
Cache-Control: no-cache
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Tue, 13 Nov 2012 21:51:13 GMT
Server: Phantom/0.0.0
P3P: CP=&quot;NOI DEVa TAIa OUR BUS UNI STA&quot;
Last-Modified: Tue, 13 Nov 2012 21:51:13 GMT
Expires: Tue, 13 Nov 2012 21:51:13 GMT
Cache-Control: private, no-cache, no-store, must-revalidate, max-age=0
Pragma: no-cache
Access-Control-Allow-Origin: http://lectro.ru
Access-Control-Allow-Credentials: true
Content-Length: 43