Overview

URLhttp://sentrasolo.com/software-toko-program-kasir-terbaik-10.html
IP103.28.148.250
ASNAS24532 PT. Inet Global Indo
Location Indonesia
Report completed2012-11-12 18:44:29 CET
StatusLoading report..
urlQuery Alerts No alerts detected


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-12 18:44:03 184.173.167.105 urlQuery Client3FILEMAGIC Macromedia Flash data (compressed),
2012-11-12 18:44:04 173.194.69.190 urlQuery Client3FILEMAGIC Macromedia Flash data (compressed),
2012-11-12 18:44:07 173.194.69.190 urlQuery Client3FILEMAGIC Macromedia Flash data (compressed),
2012-11-12 18:44:07 173.194.69.190 urlQuery Client3FILEMAGIC Macromedia Flash data (compressed),
2012-11-12 18:44:07 173.194.69.113 urlQuery Client3FILEMAGIC Macromedia Flash data (compressed),
Snort /w Sourcefire VRT No alerts detected


Recent reports on same IP/ASN/Domain

Last 6 reports on ASN: AS24532 PT. Inet Global Indo

Date Alerts / IDS URL IP
2013-04-01 12:11:100 / 0http://secretholiday.murahituim3.com/119.235.20.122
2013-04-01 12:04:000 / 2http://murahituim3.com119.235.20.122
2013-03-28 09:34:430 / 2http://giftofnature.aqua.com/0_photos/40_th_109_1291182851.jpg119.235.30.7
2013-03-28 03:51:180 / 0http://www.kpk.go.id119.235.24.34
2013-03-05 13:23:462 / 4http://giftofnature.aqua.com/119.235.30.7
2013-03-03 04:57:042 / 3http://giftofnature.aqua.com/user/register119.235.30.7



JavaScript

Executed Scripts (50)


Executed Evals (1)

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

;
(function($) {
    $.fn.fixPNG = function() {
        return this.each(function() {
            var b = $(this).css('backgroundImage');
            if (b.match(/^url\(["']?(.*\.png)["']?\)$/i)) {
                b = RegExp.$1;
                $(this).css({
                    'backgroundImage': 'none',
                    'filter': "progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=" + ($(this).css('backgroundRepeat') == 'no-repeat' ? 'crop' : 'scale') + ", src='" + b + "')"
                }).each(function() {
                    var a = $(this).css('position');
                    if (a != 'absolute' && a != 'relative') $(this).css('position', 'relative')
                })
            }
        })
    };
    var l, opts, busy = false,
        imagePreloader = new Image,
        loadingTimer, loadingFrame = 1,
        imageRegExp = /\.(jpg|gif|png|bmp|jpeg)(.*)?$/i;
    var m = null,
        IE6 = $.browser.msie && $.browser.version.substr(0, 1) == 6 && !window.XMLHttpRequest,
        oldIE = IE6 || ($.browser.msie && $.browser.version.substr(0, 1) == 7);
    $.fn.fancybox = function(o) {
        var j = $.extend({}, $.fn.fancybox.defaults, o);
        var k = this;

        function _initialize() {
            l = this;
            opts = $.extend({}, j);
            _start();
            return false
        };

        function _start() {
            if (busy) return;
            if ($.isFunction(opts.callbackOnStart)) {
                opts.callbackOnStart()
            }
            opts.itemArray = [];
            opts.itemCurrent = 0;
            if (j.itemArray.length > 0) {
                opts.itemArray = j.itemArray
            } else {
                var a = {};
                if (!l.rel || l.rel == '') {
                    var a = {
                        href: l.href,
                        title: l.title
                    };
                    if ($(l).children("img:first").length) {
                        a.orig = $(l).children("img:first")
                    } else {
                        a.orig = $(l)
                    }
                    if (a.title == '' || typeof a.title == 'undefined') {
                        a.title = a.orig.attr('alt')
                    }
                    opts.itemArray.push(a)
                } else {
                    var b = $(k).filter("a[rel=" + l.rel + "]");
                    var a = {};
                    for (var i = 0; i < b.length; i++) {
                        a = {
                            href: b[i].href,
                            title: b[i].title
                        };
                        if ($(b[i]).children("img:first").length) {
                            a.orig = $(b[i]).children("img:first")
                        } else {
                            a.orig = $(b[i])
                        }
                        if (a.title == '' || typeof a.title == 'undefined') {
                            a.title = a.orig.attr('alt')
                        }
                        opts.itemArray.push(a)
                    }
                }
            }
            while (opts.itemArray[opts.itemCurrent].href != l.href) {
                opts.itemCurrent++
            }
            if (opts.overlayShow) {
                if (IE6) {
                    $('embed, object, select').css('visibility', 'hidden');
                    $("#fancy_overlay").css('height', $(document).height())
                }
                $("#fancy_overlay").css({
                    'background-color': opts.overlayColor,
                    'opacity': opts.overlayOpacity
                }).show()
            }
            $(window).bind("resize.fb scroll.fb", $.fn.fancybox.scrollBox);
            _change_item()
        };

        function _change_item() {
            $("#fancy_right, #fancy_left, #fancy_close, #fancy_title").hide();
            var b = opts.itemArray[opts.itemCurrent].href;
            if (b.match("iframe") || l.className.indexOf("iframe") >= 0) {
                $.fn.fancybox.showLoading();
                _set_content('<iframe id="fancy_frame" onload="jQuery.fn.fancybox.showIframe()" name="fancy_iframe' + Math.round(Math.random() * 1000) + '" frameborder="0" hspace="0" src="' + b + '"></iframe>', opts.frameWidth, opts.frameHeight)
            } else if (b.match(/#/)) {
                var c = window.location.href.split('#')[0];
                c = b.replace(c, '');
                c = c.substr(c.indexOf('#'));
                _set_content('<div id="fancy_div">' + $(c).html() + '</div>', opts.frameWidth, opts.frameHeight)
            } else if (b.match(imageRegExp)) {
                imagePreloader = new Image;
                imagePreloader.src = b;
                if (imagePreloader.complete) {
                    _proceed_image()
                } else {
                    $.fn.fancybox.showLoading();
                    $(imagePreloader).unbind().bind('load', function() {
                        $("#fancy_loading").hide();
                        _proceed_image()
                    })
                }
            } else {
                $.fn.fancybox.showLoading();
                $.get(b, function(a) {
                    $("#fancy_loading").hide();
                    _set_content('<div id="fancy_ajax">' + a + '</div>', opts.frameWidth, opts.frameHeight)
                })
            }
        };

        function _proceed_image() {
            var a = imagePreloader.width;
            var b = imagePreloader.height;
            var c = (opts.padding * 2) + 40;
            var d = (opts.padding * 2) + 60;
            var w = $.fn.fancybox.getViewport();
            if (opts.imageScale && (a > (w[0] - c) || b > (w[1] - d))) {
                var e = Math.min(Math.min(w[0] - c, a) / a, Math.min(w[1] - d, b) / b);
                a = Math.round(e * a);
                b = Math.round(e * b)
            }
            _set_content('<img alt="" id="fancy_img" src="' + imagePreloader.src + '" />', a, b)
        };

        function _preload_neighbor_images() {
            if ((opts.itemArray.length - 1) > opts.itemCurrent) {
                var a = opts.itemArray[opts.itemCurrent + 1].href || false;
                if (a && a.match(imageRegExp)) {
                    objNext = new Image();
                    objNext.src = a
                }
            }
            if (opts.itemCurrent > 0) {
                var a = opts.itemArray[opts.itemCurrent - 1].href || false;
                if (a && a.match(imageRegExp)) {
                    objNext = new Image();
                    objNext.src = a
                }
            }
        };

        function _set_content(a, b, c) {
            busy = true;
            var d = opts.padding;
            if (oldIE || m) {
                $("#fancy_content")[0].style.removeExpression("height");
                $("#fancy_content")[0].style.removeExpression("width")
            }
            if (d > 0) {
                b += d * 2;
                c += d * 2;
                $("#fancy_content").css({
                    'top': d + 'px',
                    'right': d + 'px',
                    'bottom': d + 'px',
                    'left': d + 'px',
                    'width': 'auto',
                    'height': 'auto'
                });
                if (oldIE || m) {
                    $("#fancy_content")[0].style.setExpression('height', '(this.parentNode.clientHeight - ' + d * 2 + ')');
                    $("#fancy_content")[0].style.setExpression('width', '(this.parentNode.clientWidth - ' + d * 2 + ')')
                }
            } else {
                $("#fancy_content").css({
                    'top': 0,
                    'right': 0,
                    'bottom': 0,
                    'left': 0,
                    'width': '100%',
                    'height': '100%'
                })
            }
            if ($("#fancy_outer").is(":visible") && b == $("#fancy_outer").width() && c == $("#fancy_outer").height()) {
                $("#fancy_content").fadeOut('fast', function() {
                    $("#fancy_content").empty().append($(a)).fadeIn("normal", function() {
                        _finish()
                    })
                });
                return
            }
            var w = $.fn.fancybox.getViewport();
            var e = (c + 60) > w[1] ? w[3] : (w[3] + Math.round((w[1] - c - 60) * 0.5));
            var f = (b + 40) > w[0] ? w[2] : (w[2] + Math.round((w[0] - b - 40) * 0.5));
            var g = {
                'left': f,
                'top': e,
                'width': b + 'px',
                'height': c + 'px'
            };
            if ($("#fancy_outer").is(":visible")) {
                $("#fancy_content").fadeOut("normal", function() {
                    $("#fancy_content").empty();
                    $("#fancy_outer").animate(g, opts.zoomSpeedChange, opts.easingChange, function() {
                        $("#fancy_content").append($(a)).fadeIn("normal", function() {
                            _finish()
                        })
                    })
                })
            } else {
                if (opts.zoomSpeedIn > 0 && opts.itemArray[opts.itemCurrent].orig !== undefined) {
                    $("#fancy_content").empty().append($(a));
                    var h = opts.itemArray[opts.itemCurrent].orig;
                    var i = $.fn.fancybox.getPosition(h);
                    $("#fancy_outer").css({
                        'left': (i.left - 20 - opts.padding) + 'px',
                        'top': (i.top - 20 - opts.padding) + 'px',
                        'width': $(h).width() + (opts.padding * 2),
                        'height': $(h).height() + (opts.padding * 2)
                    });
                    if (opts.zoomOpacity) {
                        g.opacity = 'show'
                    }
                    $("#fancy_outer").animate(g, opts.zoomSpeedIn, opts.easingIn, function() {
                        _finish()
                    })
                } else {
                    $("#fancy_content").hide().empty().append($(a)).show();
                    $("#fancy_outer").css(g).fadeIn("normal", function() {
                        _finish()
                    })
                }
            }
        };

        function _set_navigation() {
            if (opts.itemCurrent !== 0) {
                $("#fancy_left, #fancy_left_ico").unbind().bind("click", function(e) {
                    e.stopPropagation();
                    opts.itemCurrent--;
                    _change_item();
                    return false
                });
                $("#fancy_left").show()
            }
            if (opts.itemCurrent != (opts.itemArray.length - 1)) {
                $("#fancy_right, #fancy_right_ico").unbind().bind("click", function(e) {
                    e.stopPropagation();
                    opts.itemCurrent++;
                    _change_item();
                    return false
                });
                $("#fancy_right").show()
            }
        };

        function _finish() {
            if ($.browser.msie) {
                $("#fancy_content")[0].style.removeAttribute('filter');
                $("#fancy_outer")[0].style.removeAttribute('filter')
            }
            _set_navigation();
            _preload_neighbor_images();
            $(document).bind("keydown.fb", function(e) {
                if (e.keyCode == 27 && opts.enableEscapeButton) {
                    $.fn.fancybox.close()
                } else if (e.keyCode == 37 && opts.itemCurrent !== 0) {
                    $(document).unbind("keydown.fb");
                    opts.itemCurrent--;
                    _change_item()
                } else if (e.keyCode == 39 && opts.itemCurrent != (opts.itemArray.length - 1)) {
                    $(document).unbind("keydown.fb");
                    opts.itemCurrent++;
                    _change_item()
                }
            });
            if (opts.hideOnContentClick) {
                $("#fancy_content").click($.fn.fancybox.close)
            }
            if (opts.overlayShow && opts.hideOnOverlayClick) {
                $("#fancy_overlay").bind("click", $.fn.fancybox.close)
            }
            if (opts.showCloseButton) {
                $("#fancy_close").bind("click", $.fn.fancybox.close).show()
            }
            if (typeof opts.itemArray[opts.itemCurrent].title !== 'undefined' && opts.itemArray[opts.itemCurrent].title.length > 0) {
                var a = $("#fancy_outer").position();
                $('#fancy_title div').text(opts.itemArray[opts.itemCurrent].title).html();
                $('#fancy_title').css({
                    'top': a.top + $("#fancy_outer").outerHeight() - 32,
                    'left': a.left + (($("#fancy_outer").outerWidth() * 0.5) - ($('#fancy_title').width() * 0.5))
                }).show()
            }
            if (opts.overlayShow && IE6) {
                $('embed, object, select', $('#fancy_content')).css('visibility', 'visible')
            }
            if ($.isFunction(opts.callbackOnShow)) {
                opts.callbackOnShow(opts.itemArray[opts.itemCurrent])
            }
            if ($.browser.msie) {
                $("#fancy_outer")[0].style.removeAttribute('filter');
                $("#fancy_content")[0].style.removeAttribute('filter')
            }
            busy = false
        };
        return this.unbind('click.fb').bind('click.fb', _initialize)
    };
    $.fn.fancybox.scrollBox = function() {
        var w = $.fn.fancybox.getViewport();
        if (opts.centerOnScroll && $("#fancy_outer").is(':visible')) {
            var a = $("#fancy_outer").outerWidth();
            var b = $("#fancy_outer").outerHeight();
            var c = {
                'top': (b > w[1] ? w[3] : w[3] + Math.round((w[1] - b) * 0.5)),
                'left': (a > w[0] ? w[2] : w[2] + Math.round((w[0] - a) * 0.5))
            };
            $("#fancy_outer").css(c);
            $('#fancy_title').css({
                'top': c.top + b - 32,
                'left': c.left + ((a * 0.5) - ($('#fancy_title').width() * 0.5))
            })
        }
        if (IE6 && $("#fancy_overlay").is(':visible')) {
            $("#fancy_overlay").css({
                'height': $(document).height()
            })
        }
        if ($("#fancy_loading").is(':visible')) {
            $("#fancy_loading").css({
                'left': ((w[0] - 40) * 0.5 + w[2]),
                'top': ((w[1] - 40) * 0.5 + w[3])
            })
        }
    };
    $.fn.fancybox.getNumeric = function(a, b) {
        return parseInt($.curCSS(a.jquery ? a[0] : a, b, true)) || 0
    };
    $.fn.fancybox.getPosition = function(a) {
        var b = a.offset();
        b.top += $.fn.fancybox.getNumeric(a, 'paddingTop');
        b.top += $.fn.fancybox.getNumeric(a, 'borderTopWidth');
        b.left += $.fn.fancybox.getNumeric(a, 'paddingLeft');
        b.left += $.fn.fancybox.getNumeric(a, 'borderLeftWidth');
        return b
    };
    $.fn.fancybox.showIframe = function() {
        $("#fancy_loading").hide();
        $("#fancy_frame").show()
    };
    $.fn.fancybox.getViewport = function() {
        return [$(window).width(), $(window).height(), $(document).scrollLeft(), $(document).scrollTop()]
    };
    $.fn.fancybox.animateLoading = function() {
        if (!$("#fancy_loading").is(':visible')) {
            clearInterval(loadingTimer);
            return
        }
        $("#fancy_loading > div").css('top', (loadingFrame * -40) + 'px');
        loadingFrame = (loadingFrame + 1) % 12
    };
    $.fn.fancybox.showLoading = function() {
        clearInterval(loadingTimer);
        var w = $.fn.fancybox.getViewport();
        $("#fancy_loading").css({
            'left': ((w[0] - 40) * 0.5 + w[2]),
            'top': ((w[1] - 40) * 0.5 + w[3])
        }).show();
        $("#fancy_loading").bind('click', $.fn.fancybox.close);
        loadingTimer = setInterval($.fn.fancybox.animateLoading, 66)
    };
    $.fn.fancybox.close = function() {
        busy = true;
        $(imagePreloader).unbind();
        $(document).unbind("keydown.fb");
        $(window).unbind("resize.fb scroll.fb");
        $("#fancy_overlay, #fancy_content, #fancy_close").unbind();
        $("#fancy_close, #fancy_loading, #fancy_left, #fancy_right, #fancy_title").hide();
        __cleanup = function() {
            if ($("#fancy_overlay").is(':visible')) {
                $("#fancy_overlay").fadeOut("fast")
            }
            $("#fancy_content").empty();
            if (opts.centerOnScroll) {
                $(window).unbind("resize.fb scroll.fb")
            }
            if (IE6) {
                $('embed, object, select').css('visibility', 'visible')
            }
            if ($.isFunction(opts.callbackOnClose)) {
                opts.callbackOnClose()
            }
            busy = false
        };
        if ($("#fancy_outer").is(":visible") !== false) {
            if (opts.zoomSpeedOut > 0 && opts.itemArray[opts.itemCurrent].orig !== undefined) {
                var a = opts.itemArray[opts.itemCurrent].orig;
                var b = $.fn.fancybox.getPosition(a);
                var c = {
                    'left': (b.left - 20 - opts.padding) + 'px',
                    'top': (b.top - 20 - opts.padding) + 'px',
                    'width': $(a).width() + (opts.padding * 2),
                    'height': $(a).height() + (opts.padding * 2)
                };
                if (opts.zoomOpacity) {
                    c.opacity = 'hide'
                }
                $("#fancy_outer").stop(false, true).animate(c, opts.zoomSpeedOut, opts.easingOut, __cleanup)
            } else {
                $("#fancy_outer").stop(false, true).fadeOut('fast', __cleanup)
            }
        } else {
            __cleanup()
        }
        return false
    };
    $.fn.fancybox.build = function() {
        var a = '';
        a += '<div id="fancy_overlay"></div>';
        a += '<div id="fancy_loading"><div></div></div>';
        a += '<div id="fancy_outer">';
        a += '<div id="fancy_inner">';
        a += '<div id="fancy_close"></div>';
        a += '<div id="fancy_bg"><div class="fancy_bg" id="fancy_bg_n"></div><div class="fancy_bg" id="fancy_bg_ne"></div><div class="fancy_bg" id="fancy_bg_e"></div><div class="fancy_bg" id="fancy_bg_se"></div><div class="fancy_bg" id="fancy_bg_s"></div><div class="fancy_bg" id="fancy_bg_sw"></div><div class="fancy_bg" id="fancy_bg_w"></div><div class="fancy_bg" id="fancy_bg_nw"></div></div>';
        a += '<a href="javascript:;" id="fancy_left"><span class="fancy_ico" id="fancy_left_ico"></span></a><a href="javascript:;" id="fancy_right"><span class="fancy_ico" id="fancy_right_ico"></span></a>';
        a += '<div id="fancy_content"></div>';
        a += '</div>';
        a += '</div>';
        a += '<div id="fancy_title"></div>';
        $(a).appendTo("body");
        $('<table cellspacing="0" cellpadding="0" border="0"><tr><td class="fancy_title" id="fancy_title_left"></td><td class="fancy_title" id="fancy_title_main"><div></div></td><td class="fancy_title" id="fancy_title_right"></td></tr></table>').appendTo('#fancy_title');
        if ($.browser.msie) {
            $(".fancy_bg").fixPNG()
        }
        if (IE6) {
            $("div#fancy_overlay").css("position", "absolute");
            $("#fancy_loading div, #fancy_close, .fancy_title, .fancy_ico").fixPNG();
            $("#fancy_inner").prepend('<iframe id="fancy_bigIframe" src="javascript:false;" scrolling="no" frameborder="0"></iframe>');
            var b = $('#fancy_bigIframe')[0].contentWindow.document;
            b.open();
            b.close()
        }
    };
    $.fn.fancybox.defaults = {
        padding: 10,
        imageScale: true,
        zoomOpacity: true,
        zoomSpeedIn: 0,
        zoomSpeedOut: 0,
        zoomSpeedChange: 300,
        easingIn: 'swing',
        easingOut: 'swing',
        easingChange: 'swing',
        frameWidth: 560,
        frameHeight: 340,
        overlayShow: true,
        overlayOpacity: 0.3,
        overlayColor: '#666',
        enableEscapeButton: true,
        showCloseButton: true,
        hideOnOverlayClick: true,
        hideOnContentClick: true,
        centerOnScroll: true,
        itemArray: [],
        callbackOnStart: null,
        callbackOnShow: null,
        callbackOnClose: null
    };
    $(document).ready(function() {
        m = $.browser.msie && !$.boxModel;
        if ($("#fancy_outer").length < 1) {
            $.fn.fancybox.build()
        }
    })
})(jQuery);

Executed Writes (9)

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

</SCRIPT>

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

<a target="_blank" href="http://www.histats.com/viewstats/?sid=2112076&act=2&f=1"><embed src="http://s10.histats.com/601.swf" flashvars="esterno=1&var_esterno=Vis. today=10#Pag. today=15#Pages=5757#Online=6#&acsid=2112076&lu=0" width="110" height="30" quality="high" wmode="transparent" name="601.swf" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></a>

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

<iframe src="http://ads.adk2.com/player.html?a=8127222&size=336x280&ci=1&r=&u=http%3A%2F%2Fsentrasolo.com%2Fsoftware-toko-program-kasir-terbaik-10.html" height="280" width="336" frameborder="0" border="0"  scrolling="no" marginheight="0px" marginwidth="0px" ></iframe>

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

<iframe src="http://api.tweetmeme.com/button.js?url=http%3A//sentrasolo.com/software-toko-program-kasir-terbaik-10.html&style=normal&b=1" height="61" width="50" frameborder="0" scrolling="no"></iframe>

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

<script language=JavaScript>document.writeln('<a target="_blank" href="http://www.histats.com/viewstats/?sid=2112076&act=2&f=1"><embed src="http://s10.histats.com/601.swf" flashvars="esterno=1&var_esterno=Vis. today=10#Pag. today=15#Pages=5757#Online=6#&acsid=2112076&lu=0" width="110" height="30" quality="high" wmode="transparent" name="601.swf" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></a>');</script>

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

<script src='http://ph.affinity.com/i/ph-i.js?h=sentrasolo.com&amp;pb=fbu60' type='text/javascript'></script>

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

<script src='http://ph.affinity.com/i/ph-i.js?h=sentrasolo.com&pb=fbu60' type='text/javascript'></script>

#8 JavaScript::Write (size: 77, repeated: 1)

<script src='http://s10.histats.com/js15.js' type='text/javascript'></script>

#9 JavaScript::Write (size: 384, repeated: 1)

<script type="text/javascript" language="JavaScript" SRC="http://s4.histats.com/stats/2112076.php?2112076&@f16&@g1&@h1&@i1&@j1352742240819&@k0&@l1&@msoftware%20toko%20program%20kasir%20terbaik%20%7C%20Sentra%20Social%20Bookmark%20DoFollow%20Indonesia&@n0&@o1000&@q0&@r0&@s601&@ten-US&@u1176&@vhttp%3A%2F%2Fsentrasolo.com%2Fsoftware-toko-program-kasir-terbaik-10.html&@w"><\/script>');


HTTP Transactions (77)


Request Response
GET /software-toko-program-kasir-terbaik-10.html HTTP/1.1

Host: sentrasolo.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: 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; charset=UTF-8
Content-Encoding: gzip
Vary: Accept-Encoding
Transfer-Encoding: chunked
Date: Mon, 12 Nov 2012 17:43:48 GMT
Server: LiteSpeed
Connection: close
X-Powered-By: PHP/5.3.16
X-Pingback: http://sentrasolo.com/xmlrpc.php
Link: &lt;http://sentrasolo.com/?p=782&gt;; rel=shortlink
GET /wp-content/plugins/seo-alrp/js/slidebox.js?ver=3.4.2 HTTP/1.1

Host: sentrasolo.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://sentrasolo.com/software-toko-program-kasir-terbaik-10.html
HTTP/1.1 200 OK

Content-Type: application/javascript
Content-Encoding: gzip
Vary: Accept-Encoding
Date: Mon, 12 Nov 2012 17:43:49 GMT
Server: LiteSpeed
Accept-Ranges: bytes
Connection: close
Etag: &quot;1d6-508b353c-0&quot;
Last-Modified: Sat, 27 Oct 2012 01:13:32 GMT
Content-Length: 259
Cache-Control: max-age=604800
Expires: Mon, 19 Nov 2012 17:43:49 GMT
GET /wp-content/themes/classipress/styles/red.css HTTP/1.1

Host: sentrasolo.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: 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://sentrasolo.com/software-toko-program-kasir-terbaik-10.html
HTTP/1.1 200 OK

Content-Type: text/css
Content-Encoding: gzip
Vary: Accept-Encoding
Date: Mon, 12 Nov 2012 17:43:50 GMT
Server: LiteSpeed
Accept-Ranges: bytes
Connection: Keep-Alive
Keep-Alive: timeout=5, max=100
Etag: &quot;135a-508a4664-0&quot;
Last-Modified: Fri, 26 Oct 2012 08:14:28 GMT
Content-Length: 1580
Cache-Control: max-age=604800
Expires: Mon, 19 Nov 2012 17:43:50 GMT
GET /wp-content/themes/classipress/includes/js/global.js HTTP/1.1

Host: sentrasolo.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://sentrasolo.com/software-toko-program-kasir-terbaik-10.html
HTTP/1.1 200 OK

Content-Type: application/javascript
Content-Encoding: gzip
Vary: Accept-Encoding
Date: Mon, 12 Nov 2012 17:43:50 GMT
Server: LiteSpeed
Accept-Ranges: bytes
Connection: close
Etag: &quot;20f-508a4664-0&quot;
Last-Modified: Fri, 26 Oct 2012 08:14:28 GMT
Content-Length: 303
Cache-Control: max-age=604800
Expires: Mon, 19 Nov 2012 17:43:50 GMT
GET /wp-content/themes/classipress/js/iconified.js HTTP/1.1

Host: sentrasolo.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://sentrasolo.com/software-toko-program-kasir-terbaik-10.html
HTTP/1.1 200 OK

Content-Type: application/javascript
Content-Encoding: gzip
Vary: Accept-Encoding
Date: Mon, 12 Nov 2012 17:43:51 GMT
Server: LiteSpeed
Accept-Ranges: bytes
Connection: close
Etag: &quot;1844-508a4664-0&quot;
Last-Modified: Fri, 26 Oct 2012 08:14:28 GMT
Content-Length: 2563
Cache-Control: max-age=604800
Expires: Mon, 19 Nov 2012 17:43:51 GMT
GET /wp-content/plugins/seo-alrp/css/slidebox-light.css?ver=3.4.2 HTTP/1.1

Host: sentrasolo.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: 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://sentrasolo.com/software-toko-program-kasir-terbaik-10.html
HTTP/1.1 200 OK

Content-Type: text/css
Content-Encoding: gzip
Vary: Accept-Encoding
Date: Mon, 12 Nov 2012 17:43:52 GMT
Server: LiteSpeed
Accept-Ranges: bytes
Connection: Keep-Alive
Keep-Alive: timeout=5, max=100
Etag: &quot;758-508b353c-0&quot;
Last-Modified: Sat, 27 Oct 2012 01:13:32 GMT
Content-Length: 820
Cache-Control: max-age=604800
Expires: Mon, 19 Nov 2012 17:43:52 GMT
GET /wp-content/themes/red.css/style.css HTTP/1.1

Host: sentrasolo.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: 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://sentrasolo.com/software-toko-program-kasir-terbaik-10.html
HTTP/1.1 404 Not Found

Content-Type: text/html; charset=UTF-8
Content-Encoding: gzip
Vary: Accept-Encoding
Date: Mon, 12 Nov 2012 17:43:52 GMT
Server: LiteSpeed
Connection: close
X-Powered-By: PHP/5.3.16
X-Pingback: http://sentrasolo.com/xmlrpc.php
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Last-Modified: Mon, 12 Nov 2012 17:43:52 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
Content-Length: 2912
GET /wp-content/uploads/2012/11/GetLinkService.png HTTP/1.1

Host: sentrasolo.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: 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://sentrasolo.com/software-toko-program-kasir-terbaik-10.html
HTTP/1.1 200 OK

Content-Type: image/png
Date: Mon, 12 Nov 2012 17:43:49 GMT
Server: LiteSpeed
Accept-Ranges: bytes
Connection: Keep-Alive
Keep-Alive: timeout=5, max=100
Etag: &quot;6fbf-50a1303e-0&quot;
Last-Modified: Mon, 12 Nov 2012 17:22:06 GMT
Content-Length: 28607
Cache-Control: max-age=604800
Expires: Mon, 19 Nov 2012 17:43:49 GMT
GET /wp-content/themes/classipress/includes/js/fancybox/jquery.fancybox-1.2.6.css HTTP/1.1

Host: sentrasolo.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: 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://sentrasolo.com/software-toko-program-kasir-terbaik-10.html
HTTP/1.1 200 OK

Content-Type: text/css
Content-Encoding: gzip
Vary: Accept-Encoding
Date: Mon, 12 Nov 2012 17:43:54 GMT
Server: LiteSpeed
Accept-Ranges: bytes
Connection: Keep-Alive
Keep-Alive: timeout=5, max=100
Etag: &quot;11e3-508a4664-0&quot;
Last-Modified: Fri, 26 Oct 2012 08:14:28 GMT
Content-Length: 1160
Cache-Control: max-age=604800
Expires: Mon, 19 Nov 2012 17:43:54 GMT
GET /wp-content/themes/classipress/styles/master.css HTTP/1.1

Host: sentrasolo.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: 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://sentrasolo.com/wp-content/themes/classipress/styles/red.css
HTTP/1.1 200 OK

Content-Type: text/css
Content-Encoding: gzip
Vary: Accept-Encoding
Date: Mon, 12 Nov 2012 17:43:54 GMT
Server: LiteSpeed
Accept-Ranges: bytes
Connection: Keep-Alive
Keep-Alive: timeout=5, max=100
Etag: &quot;39ff-508a4664-0&quot;
Last-Modified: Fri, 26 Oct 2012 08:14:28 GMT
Content-Length: 4261
Cache-Control: max-age=604800
Expires: Mon, 19 Nov 2012 17:43:54 GMT
GET /wp-content/plugins/seo-alrp/css/title-content.css?ver=3.4.2 HTTP/1.1

Host: sentrasolo.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: 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://sentrasolo.com/software-toko-program-kasir-terbaik-10.html
HTTP/1.1 200 OK

Content-Type: text/css
Date: Mon, 12 Nov 2012 17:43:52 GMT
Server: LiteSpeed
Accept-Ranges: bytes
Connection: Keep-Alive
Keep-Alive: timeout=5, max=100
Etag: &quot;ee-508b353c-0&quot;
Last-Modified: Sat, 27 Oct 2012 01:13:32 GMT
Content-Length: 238
Cache-Control: max-age=604800
Expires: Mon, 19 Nov 2012 17:43:52 GMT
GET /wp-content/themes/classipress/css/iconified.css HTTP/1.1

Host: sentrasolo.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: 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://sentrasolo.com/software-toko-program-kasir-terbaik-10.html
HTTP/1.1 200 OK

Content-Type: text/css
Content-Encoding: gzip
Vary: Accept-Encoding
Date: Mon, 12 Nov 2012 17:43:52 GMT
Server: LiteSpeed
Accept-Ranges: bytes
Connection: Keep-Alive
Keep-Alive: timeout=5, max=100
Etag: &quot;2aa-508a4664-0&quot;
Last-Modified: Fri, 26 Oct 2012 08:14:28 GMT
Content-Length: 359
Cache-Control: max-age=604800
Expires: Mon, 19 Nov 2012 17:43:52 GMT
GET /wp-content/themes/classipress/includes/js/fancybox/jquery.fancybox-1.2.6.pack.js HTTP/1.1

Host: sentrasolo.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://sentrasolo.com/software-toko-program-kasir-terbaik-10.html
HTTP/1.1 200 OK

Content-Type: application/javascript
Content-Encoding: gzip
Vary: Accept-Encoding
Date: Mon, 12 Nov 2012 17:43:56 GMT
Server: LiteSpeed
Accept-Ranges: bytes
Connection: close
Etag: &quot;2532-508a4664-0&quot;
Last-Modified: Fri, 26 Oct 2012 08:14:28 GMT
Content-Length: 4614
Cache-Control: max-age=604800
Expires: Mon, 19 Nov 2012 17:43:56 GMT
GET /wp-content/themes/classipress/includes/js/fancybox/jquery.easing.1.3.js HTTP/1.1

Host: sentrasolo.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://sentrasolo.com/software-toko-program-kasir-terbaik-10.html
HTTP/1.1 200 OK

Content-Type: application/javascript
Content-Encoding: gzip
Vary: Accept-Encoding
Date: Mon, 12 Nov 2012 17:43:52 GMT
Server: LiteSpeed
Accept-Ranges: bytes
Connection: close
Etag: &quot;1fa1-508a4664-0&quot;
Last-Modified: Fri, 26 Oct 2012 08:14:28 GMT
Content-Length: 2170
Cache-Control: max-age=604800
Expires: Mon, 19 Nov 2012 17:43:52 GMT
GET /wp-includes/js/jquery/jquery.js?ver=1.7.2 HTTP/1.1

Host: sentrasolo.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://sentrasolo.com/software-toko-program-kasir-terbaik-10.html
HTTP/1.1 200 OK

Content-Type: application/javascript
Content-Encoding: gzip
Vary: Accept-Encoding
Date: Mon, 12 Nov 2012 17:43:52 GMT
Server: LiteSpeed
Accept-Ranges: bytes
Connection: close
Etag: &quot;1728d-4f785480-0&quot;
Last-Modified: Sun, 01 Apr 2012 13:13:36 GMT
Content-Length: 39003
Cache-Control: max-age=604800
Expires: Mon, 19 Nov 2012 17:43:52 GMT
GET /adstract/scripts/smart/smart.js HTTP/1.1

Host: cdn.adk2.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://sentrasolo.com/software-toko-program-kasir-terbaik-10.html
HTTP/1.0 200 OK

Content-Type: text/javascript
Content-Length: 376
Connection: keep-alive
x-amz-id-2: /uUYBYkjjusnAntOi6mBQjGsPP8D9BUO0m25tdc6UciUgKjcxAke//HXPGm4RTAp
x-amz-request-id: C444209577AF3D69
Date: Wed, 07 Nov 2012 12:55:27 GMT
Cache-Control: public, max-age=60, s-maxage=60
Content-Encoding: gzip
Last-Modified: Wed, 07 Nov 2012 12:40:29 GMT
Etag: &quot;20d29ec3201e14a713272f6994b9bf8c&quot;
Accept-Ranges: bytes
Server: AmazonS3
Age: 2905
X-Amz-Cf-Id: miOFjXlFMuv82Xs8Ks4L95t9bWrsu8MWzSXXHFaGRd8_tIglvFjPFg==
Via: 1.0 ef7f1c2c2245e1af7054d086dd972632.cloudfront.net (CloudFront)
X-Cache: Hit from cloudfront
GET /i/scripts/button.js HTTP/1.1

Host: tweetmeme.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://sentrasolo.com/software-toko-program-kasir-terbaik-10.html
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: nginx/0.7.67
Date: Mon, 12 Nov 2012 17:43:59 GMT
Last-Modified: Tue, 02 Oct 2012 12:18:16 GMT
Transfer-Encoding: chunked
Connection: close
Expires: Mon, 12 Nov 2012 17:53:59 GMT
Cache-Control: max-age=600
X-Served-By: h03
Content-Encoding: gzip
GET /connect.php/js/FB.Share HTTP/1.1

Host: static.ak.fbcdn.net

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://sentrasolo.com/software-toko-program-kasir-terbaik-10.html
HTTP/1.1 200 OK

Content-Type: application/x-javascript; charset=utf-8
Etag: &quot;1ed8cd6ab2d79034dfb3f706c09fff98&quot;
Vary: Accept-Encoding
Content-Encoding: gzip
X-FB-Debug: z8vHyHybVLDc3wXitTqJt0WYBys7ot9ePLDSfBdLhxc=
Content-Length: 59133
Cache-Control: public, max-age=963
Expires: Mon, 12 Nov 2012 18:00:02 GMT
Date: Mon, 12 Nov 2012 17:43:59 GMT
Connection: keep-alive
GET /Loader.js HTTP/1.1

Host: shuttle.yepty.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://sentrasolo.com/software-toko-program-kasir-terbaik-10.html
HTTP/1.1 200 OK

Content-Type: application/javascript
Server: cloudflare-nginx
Date: Mon, 12 Nov 2012 17:43:59 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Last-Modified: Thu, 18 Oct 2012 14:09:46 GMT
Vary: Accept-Encoding
CF-Cache-Status: HIT
Expires: Mon, 12 Nov 2012 21:43:59 GMT
Cache-Control: public, max-age=14400
Set-Cookie: __cfduid=d2b786e00d2a0cefba7a98a807b619e681352742239; expires=Mon, 23-Dec-2019 23:50:00 GMT; path=/; domain=.yepty.com
Content-Encoding: gzip
GET /i/ph-i.js?h=sentrasolo.com&pb=fbu60 HTTP/1.1

Host: ph.affinity.com
GET /i/ph-i.js?h=sentrasolo.com&amp;pb=fbu60 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://sentrasolo.com/software-toko-program-kasir-terbaik-10.html
HTTP/1.1 200 OK

Content-Type: text/javascript
Date: Mon, 12 Nov 2012 17:43:59 GMT
Server: Apache/2.2.19 (Unix) PHP/5.2.5 mod_ssl/2.2.19 OpenSSL/0.9.8o
X-Powered-By: PHP/5.2.5
Set-Cookie: PHUU=59e4cfe59f8305d8138da8c0fee504c8; expires=Sun, 20-Nov-2022 17:43:59 GMT; path=/; domain=.affinity.com
Cache-Control: max-age=2678400
Expires: -1
Content-Length: 3104
Keep-Alive: timeout=5, max=1024
Connection: Keep-Alive
GET /connect/xd_arbiter.php?version=17 HTTP/1.1

Host: static.ak.facebook.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: 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://sentrasolo.com/software-toko-program-kasir-terbaik-10.html
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
Content-Encoding: gzip
X-FB-Debug: QpUXNDPC4a/ZS9XMuzc2WDBWEZ8S2oHPsfImau8uouU=
Content-Length: 9847
Vary: Accept-Encoding
Cache-Control: public, max-age=31312391
Expires: Sun, 10 Nov 2013 03:37:11 GMT
Date: Mon, 12 Nov 2012 17:44:00 GMT
Connection: keep-alive
GET /plugins/like.php?href=http%3A%2F%2Fsentrasolo.com%2Fsoftware-toko-program-kasir-terbaik-10.html&layout=standard&show_faces=false&width=400&action=like&colorscheme=light HTTP/1.1

Host: www.facebook.com
GET /plugins/like.php?href=http%3A%2F%2Fsentrasolo.com%2Fsoftware-toko-program-kasir-terbaik-10.html&amp;layout=standard&amp;show_faces=false&amp;width=400&amp;action=like&amp;colorscheme=light 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://sentrasolo.com/software-toko-program-kasir-terbaik-10.html
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
Cache-Control: private, no-cache, no-store, must-revalidate
Expires: Sat, 01 Jan 2000 00:00:00 GMT
Pragma: no-cache
X-Content-Type-Options: nosniff
X-XSS-Protection: 0
Content-Encoding: gzip
X-FB-Debug: CyN1jJikPOJDXDR+nKe5cjLPntvI6vobIEKLy/tl1AI=
Date: Mon, 12 Nov 2012 17:44:00 GMT
Transfer-Encoding: chunked
Connection: keep-alive
GET /wp-content/themes/classipress/images/feed.jpg HTTP/1.1

Host: sentrasolo.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: 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://sentrasolo.com/software-toko-program-kasir-terbaik-10.html
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Mon, 12 Nov 2012 17:44:02 GMT
Server: LiteSpeed
Accept-Ranges: bytes
Connection: Keep-Alive
Keep-Alive: timeout=5, max=100
Etag: &quot;380-508a4664-0&quot;
Last-Modified: Fri, 26 Oct 2012 08:14:28 GMT
Content-Length: 896
Cache-Control: max-age=604800
Expires: Mon, 19 Nov 2012 17:44:02 GMT
GET /rsrc.php/v2/yI/x/1dQf_ATK831.png HTTP/1.1

Host: static.ak.fbcdn.net

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://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fsentrasolo.com%2Fsoftware-toko-program-kasir-terbaik-10.html&amp;layout=standard&amp;show_faces=false&amp;width=400&amp;action=like&amp;colorscheme=light
HTTP/1.1 200 OK

Content-Type: image/png
Access-Control-Allow-Origin: *
Last-Modified: Fri, 29 Jun 2012 21:48:06 GMT
X-Content-Type-Options: nosniff
X-FB-Debug: DROeMGRPcdwLS4zkFLAnDVu5opvpxfNclOg2Khukp6I=
Content-Length: 567
Cache-Control: public, max-age=24956051
Expires: Wed, 28 Aug 2013 13:58:11 GMT
Date: Mon, 12 Nov 2012 17:44:00 GMT
Connection: keep-alive
GET /rsrc.php/v2/yW/r/4SdXcaE0lBj.js HTTP/1.1

Host: static.ak.fbcdn.net

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://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fsentrasolo.com%2Fsoftware-toko-program-kasir-terbaik-10.html&amp;layout=standard&amp;show_faces=false&amp;width=400&amp;action=like&amp;colorscheme=light
Origin: http://www.facebook.com
HTTP/1.1 200 OK

Content-Type: application/x-javascript; charset=utf-8
Access-Control-Allow-Origin: *
Last-Modified: Mon, 29 Oct 2012 23:55:41 GMT
X-Content-Type-Options: nosniff
Content-Encoding: gzip
X-FB-Debug: mERPLeHfP4bFbWVj/NJRwm2C8x1Lf8geAnYAfFf24WM=
Content-Length: 37945
Vary: Accept-Encoding
Cache-Control: public, max-age=31004936
Expires: Wed, 06 Nov 2013 14:12:56 GMT
Date: Mon, 12 Nov 2012 17:44:00 GMT
Connection: keep-alive
GET /plugins/share_button.php?href=http%3A%2F%2Fsentrasolo.com%2Fsoftware-toko-program-kasir-terbaik-10.html&type=box_count&app_id=&locale=en_US&sdk=joey&channel=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D17%23cb%3Df20e239c885b3a%26origin%3Dhttp%253A%252F%252Fsentrasolo.com%252Ff33fbe86532bcd%26domain%3Dsentrasolo.com%26relation%3Dparent.parent HTTP/1.1

Host: www.facebook.com
GET /plugins/share_button.php?href=http%3A%2F%2Fsentrasolo.com%2Fsoftware-toko-program-kasir-terbaik-10.html&amp;type=box_count&amp;app_id=&amp;locale=en_US&amp;sdk=joey&amp;channel=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D17%23cb%3Df20e239c885b3a%26origin%3Dhttp%253A%252F%252Fsentrasolo.com%252Ff33fbe86532bcd%26domain%3Dsentrasolo.com%26relation%3Dparent.parent 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://sentrasolo.com/software-toko-program-kasir-terbaik-10.html
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
Cache-Control: private, no-cache, no-store, must-revalidate
Expires: Sat, 01 Jan 2000 00:00:00 GMT
Pragma: no-cache
X-Content-Type-Options: nosniff
X-XSS-Protection: 0
Content-Encoding: gzip
X-FB-Debug: m11nX5zih/PTlAHSMPY5tkVwqi4pT/AAVfiIUHzgts8=
Date: Mon, 12 Nov 2012 17:44:00 GMT
Transfer-Encoding: chunked
Connection: keep-alive
GET /js15.js HTTP/1.1

Host: s10.histats.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://sentrasolo.com/software-toko-program-kasir-terbaik-10.html
HTTP/1.1 200 OK

Content-Type: text/javascript
Set-Cookie: CountUid=541bf1f9-22wa-4fb9-a3be-160cab2374bd; Domain=.histats.com; Expires=Tue, 12-Nov-2013 17:44:00 GMT
Etag: &quot;2001485600&quot;
Content-Encoding: gzip
Vary: Accept-Encoding
Content-Length: 2940
Date: Mon, 12 Nov 2012 17:43:59 GMT
Connection: close
Server: Histats.com
GET /rsrc.php/v2/yn/r/c7ctoRBymjs.css HTTP/1.1

Host: static.ak.fbcdn.net

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://www.facebook.com/plugins/share_button.php?href=http%3A%2F%2Fsentrasolo.com%2Fsoftware-toko-program-kasir-terbaik-10.html&amp;type=box_count&amp;app_id=&amp;locale=en_US&amp;sdk=joey&amp;channel=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D17%23cb%3Df20e239c885b3a%26origin%3Dhttp%253A%252F%252Fsentrasolo.com%252Ff33fbe86532bcd%26domain%3Dsentrasolo.com%26relation%3Dparent.parent
HTTP/1.1 200 OK

Content-Type: text/css; charset=utf-8
Access-Control-Allow-Origin: *
Last-Modified: Fri, 09 Nov 2012 22:38:31 GMT
X-Content-Type-Options: nosniff
Content-Encoding: gzip
X-FB-Debug: rigMen3mw19XYIstWCVOvIohX/H4XGHmSYUvuMcaqJ8=
Content-Length: 44077
Vary: Accept-Encoding
Cache-Control: public, max-age=31301273
Expires: Sun, 10 Nov 2013 00:31:53 GMT
Date: Mon, 12 Nov 2012 17:44:00 GMT
Connection: keep-alive
GET /rsrc.php/v2/y2/r/OE62NhZ_SwS.css HTTP/1.1

Host: static.ak.fbcdn.net

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://www.facebook.com/plugins/share_button.php?href=http%3A%2F%2Fsentrasolo.com%2Fsoftware-toko-program-kasir-terbaik-10.html&amp;type=box_count&amp;app_id=&amp;locale=en_US&amp;sdk=joey&amp;channel=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D17%23cb%3Df20e239c885b3a%26origin%3Dhttp%253A%252F%252Fsentrasolo.com%252Ff33fbe86532bcd%26domain%3Dsentrasolo.com%26relation%3Dparent.parent
HTTP/1.1 200 OK

Content-Type: text/css; charset=utf-8
Access-Control-Allow-Origin: *
Last-Modified: Fri, 02 Nov 2012 22:51:27 GMT
X-Content-Type-Options: nosniff
Content-Encoding: gzip
X-FB-Debug: fpUXdJ6PS8GhjykH8Gim+bAE/gRdhuD6M1OJ8Se99ak=
Content-Length: 1371
Vary: Accept-Encoding
Cache-Control: public, max-age=31004810
Expires: Wed, 06 Nov 2013 14:10:50 GMT
Date: Mon, 12 Nov 2012 17:44:00 GMT
Connection: keep-alive
GET /rsrc.php/v2/yk/r/_h4YabwN-yR.gif HTTP/1.1

Host: static.ak.fbcdn.net

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://www.facebook.com/plugins/share_button.php?href=http%3A%2F%2Fsentrasolo.com%2Fsoftware-toko-program-kasir-terbaik-10.html&amp;type=box_count&amp;app_id=&amp;locale=en_US&amp;sdk=joey&amp;channel=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D17%23cb%3Df20e239c885b3a%26origin%3Dhttp%253A%252F%252Fsentrasolo.com%252Ff33fbe86532bcd%26domain%3Dsentrasolo.com%26relation%3Dparent.parent
HTTP/1.1 200 OK

Content-Type: image/gif
Access-Control-Allow-Origin: *
Last-Modified: Tue, 11 Sep 2012 00:39:31 GMT
X-Content-Type-Options: nosniff
X-FB-Debug: D6MoQRScfvNIbS+fw/KKvjaHyjVw317PejRq1bX2G/o=
Content-Length: 522
Cache-Control: public, max-age=26167882
Expires: Wed, 11 Sep 2013 14:35:22 GMT
Date: Mon, 12 Nov 2012 17:44:00 GMT
Connection: keep-alive
GET /rsrc.php/v2/yI/r/qtSCzGL8Eps.js HTTP/1.1

Host: static.ak.fbcdn.net

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://www.facebook.com/plugins/share_button.php?href=http%3A%2F%2Fsentrasolo.com%2Fsoftware-toko-program-kasir-terbaik-10.html&amp;type=box_count&amp;app_id=&amp;locale=en_US&amp;sdk=joey&amp;channel=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D17%23cb%3Df20e239c885b3a%26origin%3Dhttp%253A%252F%252Fsentrasolo.com%252Ff33fbe86532bcd%26domain%3Dsentrasolo.com%26relation%3Dparent.parent
HTTP/1.1 200 OK

Content-Type: application/x-javascript; charset=utf-8
Access-Control-Allow-Origin: *
Last-Modified: Fri, 09 Nov 2012 22:13:10 GMT
X-Content-Type-Options: nosniff
Content-Encoding: gzip
X-FB-Debug: ZFnjgzipCU3kme0OY3jrFb9lCWg4SPIZPOvMdAkw2ZY=
Content-Length: 19401
Vary: Accept-Encoding
Cache-Control: public, max-age=31301365
Expires: Sun, 10 Nov 2013 00:33:25 GMT
Date: Mon, 12 Nov 2012 17:44:00 GMT
Connection: keep-alive
GET /rsrc.php/v2/yj/r/sXTjVN2hEhU.js HTTP/1.1

Host: static.ak.fbcdn.net

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://www.facebook.com/plugins/share_button.php?href=http%3A%2F%2Fsentrasolo.com%2Fsoftware-toko-program-kasir-terbaik-10.html&amp;type=box_count&amp;app_id=&amp;locale=en_US&amp;sdk=joey&amp;channel=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D17%23cb%3Df20e239c885b3a%26origin%3Dhttp%253A%252F%252Fsentrasolo.com%252Ff33fbe86532bcd%26domain%3Dsentrasolo.com%26relation%3Dparent.parent
HTTP/1.1 200 OK

Content-Type: application/x-javascript; charset=utf-8
Access-Control-Allow-Origin: *
Last-Modified: Fri, 02 Nov 2012 22:29:31 GMT
X-Content-Type-Options: nosniff
Content-Encoding: gzip
X-FB-Debug: 4wNSiAFZrCCTOGM79YYsuhAkDJSNEKsHr8kbAjlSYhg=
Content-Length: 18748
Vary: Accept-Encoding
Cache-Control: public, max-age=30915020
Expires: Tue, 05 Nov 2013 13:14:20 GMT
Date: Mon, 12 Nov 2012 17:44:00 GMT
Connection: keep-alive
GET /connect/xd_arbiter.php?version=17 HTTP/1.1

Host: s-static.ak.facebook.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: 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://sentrasolo.com/software-toko-program-kasir-terbaik-10.html
HTTP/1.1 200 OK

Content-Type: text/html; charset=utf-8
Content-Encoding: gzip
X-FB-Debug: JS4qOSg1Dl3AgVtg3MyBP4whcr8SZapA/Vud9cBlDwY=
Content-Length: 9847
Vary: Accept-Encoding
Cache-Control: public, max-age=31312300
Expires: Sun, 10 Nov 2013 03:35:41 GMT
Date: Mon, 12 Nov 2012 17:44:01 GMT
Connection: keep-alive
GET /rsrc.php/v2/yO/r/jjYcDzC552z.js HTTP/1.1

Host: static.ak.fbcdn.net

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://www.facebook.com/plugins/share_button.php?href=http%3A%2F%2Fsentrasolo.com%2Fsoftware-toko-program-kasir-terbaik-10.html&amp;type=box_count&amp;app_id=&amp;locale=en_US&amp;sdk=joey&amp;channel=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D17%23cb%3Df20e239c885b3a%26origin%3Dhttp%253A%252F%252Fsentrasolo.com%252Ff33fbe86532bcd%26domain%3Dsentrasolo.com%26relation%3Dparent.parent
HTTP/1.1 200 OK

Content-Type: application/x-javascript; charset=utf-8
Access-Control-Allow-Origin: *
Last-Modified: Sat, 03 Nov 2012 00:21:27 GMT
X-Content-Type-Options: nosniff
Content-Encoding: gzip
X-FB-Debug: 3zqtEuEuvZdSMPuPNnB4uoHjamXhhWfDeAmHWMJKFLg=
Content-Length: 36700
Vary: Accept-Encoding
Cache-Control: public, max-age=30903736
Expires: Tue, 05 Nov 2013 10:06:16 GMT
Date: Mon, 12 Nov 2012 17:44:00 GMT
Connection: keep-alive
GET /rsrc.php/v2/yT/r/2PdUwaTS5X5.js HTTP/1.1

Host: static.ak.fbcdn.net

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://www.facebook.com/plugins/share_button.php?href=http%3A%2F%2Fsentrasolo.com%2Fsoftware-toko-program-kasir-terbaik-10.html&amp;type=box_count&amp;app_id=&amp;locale=en_US&amp;sdk=joey&amp;channel=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D17%23cb%3Df20e239c885b3a%26origin%3Dhttp%253A%252F%252Fsentrasolo.com%252Ff33fbe86532bcd%26domain%3Dsentrasolo.com%26relation%3Dparent.parent
HTTP/1.1 200 OK

Content-Type: application/x-javascript; charset=utf-8
Access-Control-Allow-Origin: *
Last-Modified: Fri, 02 Nov 2012 22:37:36 GMT
X-Content-Type-Options: nosniff
Content-Encoding: gzip
X-FB-Debug: omYi6D121i1BHxxESBLBLBw6f+XRsOKyNdB64THGjYc=
Content-Length: 35191
Vary: Accept-Encoding
Cache-Control: public, max-age=30903804
Expires: Tue, 05 Nov 2013 10:07:24 GMT
Date: Mon, 12 Nov 2012 17:44:00 GMT
Connection: keep-alive
GET /stats/2112076.php?2112076&@f16&@g1&@h1&@i1&@j1352742240819&@k0&@l1&@msoftware%20toko%20program%20kasir%20terbaik%20%7C%20Sentra%20Social%20Bookmark%20DoFollow%20Indonesia&@n0&@o1000&@q0&@r0&@s601&@ten-US&@u1176&@vhttp%3A%2F%2Fsentrasolo.com%2Fsoftware-toko-program-kasir-terbaik-10.html&@w HTTP/1.1

Host: s4.histats.com
GET /stats/2112076.php?2112076&amp;@f16&amp;@g1&amp;@h1&amp;@i1&amp;@j1352742240819&amp;@k0&amp;@l1&amp;@msoftware%20toko%20program%20kasir%20terbaik%20%7C%20Sentra%20Social%20Bookmark%20DoFollow%20Indonesia&amp;@n0&amp;@o1000&amp;@q0&amp;@r0&amp;@s601&amp;@ten-US&amp;@u1176&amp;@vhttp%3A%2F%2Fsentrasolo.com%2Fsoftware-toko-program-kasir-terbaik-10.html&amp;@w 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://sentrasolo.com/software-toko-program-kasir-terbaik-10.html
Cookie: CountUid=541bf1f9-22wa-4fb9-a3be-160cab2374bd
HTTP/1.1 200 OK

Content-Type: text/html;charset=UTF-8
Set-Cookie: _hstbhid=0f8279441352742241; Domain=.histats.com; Expires=Tue, 12-Nov-2013 17:44:01 GMT
Content-Length: 87
Date: Mon, 12 Nov 2012 17:44:01 GMT
Connection: close
Server: Histats.com
GET /rsrc.php/v2/yA/x/jgYrpByDkID.png HTTP/1.1

Host: static.ak.fbcdn.net

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://static.ak.fbcdn.net/rsrc.php/v2/y2/r/OE62NhZ_SwS.css
HTTP/1.1 200 OK

Content-Type: image/png
Access-Control-Allow-Origin: *
Last-Modified: Tue, 15 May 2012 14:42:14 GMT
X-Content-Type-Options: nosniff
X-FB-Debug: tdqfKdCaftLk8QPHjSOhB42Ghp+qbGJrMq9lWCID9w0=
Content-Length: 387
Cache-Control: public, max-age=24958357
Expires: Wed, 28 Aug 2013 14:36:38 GMT
Date: Mon, 12 Nov 2012 17:44:01 GMT
Connection: keep-alive
GET /images/spacer.gif HTTP/1.1

Host: www.facebook.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: 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://www.facebook.com/plugins/share_button.php?href=http%3A%2F%2Fsentrasolo.com%2Fsoftware-toko-program-kasir-terbaik-10.html&amp;type=box_count&amp;app_id=&amp;locale=en_US&amp;sdk=joey&amp;channel=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D17%23cb%3Df20e239c885b3a%26origin%3Dhttp%253A%252F%252Fsentrasolo.com%252Ff33fbe86532bcd%26domain%3Dsentrasolo.com%26relation%3Dparent.parent
HTTP/1.1 200 OK

Content-Type: image/gif
Accept-Ranges: bytes
Cache-Control: max-age=2592000
Expires: Wed, 12 Dec 2012 17:44:01 GMT
X-FB-Debug: mABtNeBUEdW8bDx9Gkihk8JusI30BMUlKbVUTWNYRHY=
Date: Mon, 12 Nov 2012 17:44:01 GMT
Connection: keep-alive
Content-Length: 43
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://sentrasolo.com/software-toko-program-kasir-terbaik-10.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: Mon, 12 Nov 2012 08:33:28 GMT
Expires: Mon, 12 Nov 2012 20:33:28 GMT
Vary: Accept-Encoding
Age: 33033
Cache-Control: max-age=43200, public
Server: GFE/2.0
GET /player.html?a=8127222&size=336x280&ci=1&r=&u=http%3A%2F%2Fsentrasolo.com%2Fsoftware-toko-program-kasir-terbaik-10.html HTTP/1.1

Host: ads.adk2.com
GET /player.html?a=8127222&amp;size=336x280&amp;ci=1&amp;r=&amp;u=http%3A%2F%2Fsentrasolo.com%2Fsoftware-toko-program-kasir-terbaik-10.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://sentrasolo.com/software-toko-program-kasir-terbaik-10.html
HTTP/1.1 302 Moved Temporarily

Content-Type: text/html; charset=UTF-8
Set-Cookie: tuuid=ff723992-958d-48d0-b999-fd4dab05cfb5; path=/; expires=Wed, 12-Nov-2014 17:44:01 GMT
P3P: CP=&quot;NOI DSP COR NID CURa ADMa DEVa PSAa PSDa OUR BUS COM INT OTC PUR STA&quot;
Location: /player.html?ul_cb=1&amp;a=8127222&amp;size=336x280&amp;ci=1&amp;r=&amp;u=http%3A%2F%2Fsentrasolo.com%2Fsoftware-toko-program-kasir-terbaik-10.html
Cache-Control: no-cache, no-store, must-revalidate
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Pragma: no-cache
Content-Length: 0
Date: Mon, 12 Nov 2012 17:44:01 GMT
GET /wp-content/themes/classipress/images/report.jpg HTTP/1.1

Host: sentrasolo.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: 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://sentrasolo.com/wp-content/themes/classipress/styles/master.css
Cookie: HstCfa2112076=1352742240819; HstCla2112076=1352742240819; HstCmu2112076=1352742240819; HstPn2112076=1; HstPt2112076=1; HstCnv2112076=1; HstCns2112076=1
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Mon, 12 Nov 2012 17:44:04 GMT
Server: LiteSpeed
Accept-Ranges: bytes
Connection: Keep-Alive
Keep-Alive: timeout=5, max=100
Etag: &quot;698-508a4664-0&quot;
Last-Modified: Fri, 26 Oct 2012 08:14:28 GMT
Content-Length: 1688
Cache-Control: max-age=604800
Expires: Mon, 19 Nov 2012 17:44:04 GMT
GET /wp-content/themes/classipress/images/calendar.png HTTP/1.1

Host: sentrasolo.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: 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://sentrasolo.com/wp-content/themes/classipress/styles/master.css
Cookie: HstCfa2112076=1352742240819; HstCla2112076=1352742240819; HstCmu2112076=1352742240819; HstPn2112076=1; HstPt2112076=1; HstCnv2112076=1; HstCns2112076=1
HTTP/1.1 200 OK

Content-Type: image/png
Date: Mon, 12 Nov 2012 17:44:04 GMT
Server: LiteSpeed
Accept-Ranges: bytes
Connection: Keep-Alive
Keep-Alive: timeout=5, max=100
Etag: &quot;2a3-508a4664-0&quot;
Last-Modified: Fri, 26 Oct 2012 08:14:28 GMT
Content-Length: 675
Cache-Control: max-age=604800
Expires: Mon, 19 Nov 2012 17:44:04 GMT
GET /wp-content/themes/classipress/images/bullet_go.png HTTP/1.1

Host: sentrasolo.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: 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://sentrasolo.com/wp-content/themes/classipress/styles/master.css
Cookie: HstCfa2112076=1352742240819; HstCla2112076=1352742240819; HstCmu2112076=1352742240819; HstPn2112076=1; HstPt2112076=1; HstCnv2112076=1; HstCns2112076=1
HTTP/1.1 200 OK

Content-Type: image/png
Date: Mon, 12 Nov 2012 17:44:04 GMT
Server: LiteSpeed
Accept-Ranges: bytes
Connection: Keep-Alive
Keep-Alive: timeout=5, max=100
Etag: &quot;19a-508a4664-0&quot;
Last-Modified: Fri, 26 Oct 2012 08:14:28 GMT
Content-Length: 410
Cache-Control: max-age=604800
Expires: Mon, 19 Nov 2012 17:44:04 GMT
GET /wp-content/themes/classipress/styles/red/email.png HTTP/1.1

Host: sentrasolo.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: 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://sentrasolo.com/wp-content/themes/classipress/styles/red.css
Cookie: HstCfa2112076=1352742240819; HstCla2112076=1352742240819; HstCmu2112076=1352742240819; HstPn2112076=1; HstPt2112076=1; HstCnv2112076=1; HstCns2112076=1
HTTP/1.1 200 OK

Content-Type: image/png
Date: Mon, 12 Nov 2012 17:44:04 GMT
Server: LiteSpeed
Accept-Ranges: bytes
Connection: Keep-Alive
Keep-Alive: timeout=5, max=100
Etag: &quot;281-508a4664-0&quot;
Last-Modified: Fri, 26 Oct 2012 08:14:28 GMT
Content-Length: 641
Cache-Control: max-age=604800
Expires: Mon, 19 Nov 2012 17:44:04 GMT
GET /wp-content/plugins/seo-alrp/img/close.gif HTTP/1.1

Host: sentrasolo.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: 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://sentrasolo.com/wp-content/plugins/seo-alrp/css/slidebox-light.css?ver=3.4.2
Cookie: HstCfa2112076=1352742240819; HstCla2112076=1352742240819; HstCmu2112076=1352742240819; HstPn2112076=1; HstPt2112076=1; HstCnv2112076=1; HstCns2112076=1
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Mon, 12 Nov 2012 17:44:05 GMT
Server: LiteSpeed
Accept-Ranges: bytes
Connection: Keep-Alive
Keep-Alive: timeout=5, max=100
Etag: &quot;392-508b353c-0&quot;
Last-Modified: Sat, 27 Oct 2012 01:13:32 GMT
Content-Length: 914
Cache-Control: max-age=604800
Expires: Mon, 19 Nov 2012 17:44:05 GMT
GET /wp-content/uploads/2012/10/SentraSoloSocbook.png HTTP/1.1

Host: sentrasolo.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: 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://sentrasolo.com/software-toko-program-kasir-terbaik-10.html
HTTP/1.1 200 OK

Content-Type: image/png
Date: Mon, 12 Nov 2012 17:44:02 GMT
Server: LiteSpeed
Accept-Ranges: bytes
Connection: Keep-Alive
Keep-Alive: timeout=5, max=100
Etag: &quot;3c56-508a500f-0&quot;
Last-Modified: Fri, 26 Oct 2012 08:55:43 GMT
Content-Length: 15446
Cache-Control: max-age=604800
Expires: Mon, 19 Nov 2012 17:44:02 GMT
GET /wp-content/themes/classipress/images/header-spacer.gif HTTP/1.1

Host: sentrasolo.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: 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://sentrasolo.com/wp-content/themes/classipress/styles/master.css
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Mon, 12 Nov 2012 17:44:02 GMT
Server: LiteSpeed
Accept-Ranges: bytes
Connection: Keep-Alive
Keep-Alive: timeout=5, max=100
Etag: &quot;2c-508a4664-0&quot;
Last-Modified: Fri, 26 Oct 2012 08:14:28 GMT
Content-Length: 44
Cache-Control: max-age=604800
Expires: Mon, 19 Nov 2012 17:44:02 GMT
GET /601.swf HTTP/1.1

Host: s10.histats.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: 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://sentrasolo.com/software-toko-program-kasir-terbaik-10.html
Cookie: CountUid=541bf1f9-22wa-4fb9-a3be-160cab2374bd
HTTP/1.1 200 OK

Content-Type: application/x-shockwave-flash
Etag: &quot;92755027&quot;
Transfer-Encoding: chunked
Date: Mon, 12 Nov 2012 17:44:02 GMT
Connection: close
Server: Histats.com
GET /__utm.gif?utmwv=5.3.7&utms=1&utmn=1541134616&utmhn=sentrasolo.com&utmcs=UTF-8&utmsr=1176x885&utmvp=1159x778&utmsc=24-bit&utmul=en-us&utmje=1&utmfl=10.0%20r45&utmdt=software%20toko%20program%20kasir%20terbaik%20%7C%20Sentra%20Social%20Bookmark%20DoFollow%20Indonesia&utmhid=1540269452&utmr=-&utmp=%2Fsoftware-toko-program-kasir-terbaik-10.html&utmac=UA-35870079-1&utmcc=__utma%3D232567581.1728783181.1352742244.1352742244.1352742244.1%3B%2B__utmz%3D232567581.1352742244.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=1541134616&amp;utmhn=sentrasolo.com&amp;utmcs=UTF-8&amp;utmsr=1176x885&amp;utmvp=1159x778&amp;utmsc=24-bit&amp;utmul=en-us&amp;utmje=1&amp;utmfl=10.0%20r45&amp;utmdt=software%20toko%20program%20kasir%20terbaik%20%7C%20Sentra%20Social%20Bookmark%20DoFollow%20Indonesia&amp;utmhid=1540269452&amp;utmr=-&amp;utmp=%2Fsoftware-toko-program-kasir-terbaik-10.html&amp;utmac=UA-35870079-1&amp;utmcc=__utma%3D232567581.1728783181.1352742244.1352742244.1352742244.1%3B%2B__utmz%3D232567581.1352742244.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://sentrasolo.com/software-toko-program-kasir-terbaik-10.html
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Fri, 09 Nov 2012 20:46:45 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: 248238
Server: GFE/2.0
GET /player.html?ul_cb=1&a=8127222&size=336x280&ci=1&r=&u=http%3A%2F%2Fsentrasolo.com%2Fsoftware-toko-program-kasir-terbaik-10.html HTTP/1.1

Host: ads.adk2.com
GET /player.html?ul_cb=1&amp;a=8127222&amp;size=336x280&amp;ci=1&amp;r=&amp;u=http%3A%2F%2Fsentrasolo.com%2Fsoftware-toko-program-kasir-terbaik-10.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://sentrasolo.com/software-toko-program-kasir-terbaik-10.html
Cookie: tuuid=ff723992-958d-48d0-b999-fd4dab05cfb5
HTTP/1.1 200 OK

Content-Type: text/html
Set-Cookie: tuuid=ff723992-958d-48d0-b999-fd4dab05cfb5; path=/; expires=Wed, 12-Nov-2014 17:44:04 GMT
ih=!9020081,1352742244; path=/; expires=Wed, 12-Nov-2014 17:44:04 GMT
fh=!9020081,1; path=/; expires=Tue, 13-Nov-2012 00:00:00 GMT
icah1=!9020081,1,121985044; path=/; expires=Wed, 12-Nov-2014 17:44:04 GMT
imh1=!9009081,1,121985044; path=/; expires=Wed, 12-Nov-2014 17:44:04 GMT
P3P: CP=&quot;NOI DSP COR NID CURa ADMa DEVa PSAa PSDa OUR BUS COM INT OTC PUR STA&quot;
Cache-Control: no-cache, no-store, must-revalidate
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Pragma: no-cache
Content-Length: 548
Date: Mon, 12 Nov 2012 17:44:04 GMT
GET /ph-m.js?v=DOMR375 HTTP/1.1

Host: ph.affinity.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://sentrasolo.com/software-toko-program-kasir-terbaik-10.html
Cookie: PHUU=59e4cfe59f8305d8138da8c0fee504c8
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Mon, 12 Nov 2012 17:44:03 GMT
Server: Apache/2.2.19 (Unix) PHP/5.2.5 mod_ssl/2.2.19 OpenSSL/0.9.8o
Last-Modified: Thu, 17 May 2012 10:18:37 GMT
Etag: &quot;4c038c2475940&quot;
Accept-Ranges: bytes
Content-Length: 3220
Keep-Alive: timeout=5, max=1024
Connection: Keep-Alive
GET /84003/scripts/youtube/player.html?video_id=NT89_nwFnas&width=336&height=280&adviewurl=&pubclickpixel=&pubviewpixel=&rel=&ic=CiRjOWU5NjNiZi1hZTFlLTRiOTctYWE1ZS0zZWNhNDliYTNlNTIiBzkwMjAwODEqBjQ4MzAwNTIHODEyNzIyMjoIYWRzdHJhY3RCBzUzMDMwNDFKBjE1OTAwMlICTk9aAGIHOTAwOTA4MWoHRmlyZWZveJABAZgBAagBALIBIGIzZTliZDU0ZGIwMzExZTFhYjljNzE3MjlmZTBkNmViwgEOc2VudHJhc29sby5jb23IAQHQAQHdAQAAAADlAQAAAADtAQAAAADwAQI%3D HTTP/1.1

Host: cdn.adstract.com
GET /84003/scripts/youtube/player.html?video_id=NT89_nwFnas&amp;width=336&amp;height=280&amp;adviewurl=&amp;pubclickpixel=&amp;pubviewpixel=&amp;rel=&amp;ic=CiRjOWU5NjNiZi1hZTFlLTRiOTctYWE1ZS0zZWNhNDliYTNlNTIiBzkwMjAwODEqBjQ4MzAwNTIHODEyNzIyMjoIYWRzdHJhY3RCBzUzMDMwNDFKBjE1OTAwMlICTk9aAGIHOTAwOTA4MWoHRmlyZWZveJABAZgBAagBALIBIGIzZTliZDU0ZGIwMzExZTFhYjljNzE3MjlmZTBkNmViwgEOc2VudHJhc29sby5jb23IAQHQAQHdAQAAAADlAQAAAADtAQAAAADwAQI%3D 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://ads.adk2.com/player.html?ul_cb=1&amp;a=8127222&amp;size=336x280&amp;ci=1&amp;r=&amp;u=http%3A%2F%2Fsentrasolo.com%2Fsoftware-toko-program-kasir-terbaik-10.html
HTTP/1.0 200 OK

Content-Type: text/html
Content-Length: 2420
Connection: keep-alive
x-amz-id-2: JXVGkl1BXfuljYV77yOLSqVRvYX6mjU/E3FmuqngRNgs3e7HDq4RF0F/maQtl6lx
x-amz-request-id: FA051D7E34362D0E
Date: Thu, 20 Sep 2012 04:04:41 GMT
Last-Modified: Tue, 27 Mar 2012 10:42:26 GMT
Etag: &quot;12388c28aa943ba9bc94c76d6ad4d1c1&quot;
Accept-Ranges: bytes
Server: AmazonS3
Age: 72265
X-Amz-Cf-Id: G4AiCiLu8k-F-JWRXVBDEoaEyJ3zA-LA3HWdaegdhtoL8exjuS3WXw==
Via: 1.0 62a3c406404f20e03d4564a8033763c3.cloudfront.net (CloudFront)
X-Cache: Hit from cloudfront
GET /get/flashplayer/update/current/xml/version_en_win_pl.xml HTTP/1.1

Host: fpdownload2.macromedia.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: 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/xml
Server: Apache
Last-Modified: Wed, 31 Oct 2012 21:22:10 GMT
Etag: &quot;87de33-256-4cd617ed12480&quot;
Accept-Ranges: bytes
Content-Length: 598
Date: Mon, 12 Nov 2012 17:44:04 GMT
Connection: keep-alive
GET /ajax/libs/swfobject/2.2/swfobject.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://cdn.adstract.com/84003/scripts/youtube/player.html?video_id=NT89_nwFnas&amp;width=336&amp;height=280&amp;adviewurl=&amp;pubclickpixel=&amp;pubviewpixel=&amp;rel=&amp;ic=CiRjOWU5NjNiZi1hZTFlLTRiOTctYWE1ZS0zZWNhNDliYTNlNTIiBzkwMjAwODEqBjQ4MzAwNTIHODEyNzIyMjoIYWRzdHJhY3RCBzUzMDMwNDFKBjE1OTAwMlICTk9aAGIHOTAwOTA4MWoHRmlyZWZveJABAZgBAagBALIBIGIzZTliZDU0ZGIwMzExZTFhYjljNzE3MjlmZTBkNmViwgEOc2VudHJhc29sby5jb23IAQHQAQHdAQAAAADlAQAAAADtAQAAAADwAQI%3D
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:28 GMT
Expires: Sat, 09 Nov 2013 20:33:28 GMT
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 3944
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=31536000
Age: 249036
GET /j.js?v=DOMR375 HTTP/1.1

Host: ph.affinity.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://sentrasolo.com/software-toko-program-kasir-terbaik-10.html
Cookie: PHUU=59e4cfe59f8305d8138da8c0fee504c8
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Mon, 12 Nov 2012 17:44:03 GMT
Server: Apache/2.2.19 (Unix) PHP/5.2.5 mod_ssl/2.2.19 OpenSSL/0.9.8o
Last-Modified: Thu, 15 Sep 2011 12:40:57 GMT
Etag: &quot;4acfa302e8840&quot;
Accept-Ranges: bytes
Content-Length: 70748
Keep-Alive: timeout=5, max=1023
Connection: Keep-Alive
GET /v/NT89_nwFnas?enablejsapi=1&playerapiid=ytplayer&rel=1 HTTP/1.1

Host: www.youtube.com
GET /v/NT89_nwFnas?enablejsapi=1&amp;playerapiid=ytplayer&amp;rel=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: 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://cdn.adstract.com/84003/scripts/youtube/player.html?video_id=NT89_nwFnas&amp;width=336&amp;height=280&amp;adviewurl=&amp;pubclickpixel=&amp;pubviewpixel=&amp;rel=&amp;ic=CiRjOWU5NjNiZi1hZTFlLTRiOTctYWE1ZS0zZWNhNDliYTNlNTIiBzkwMjAwODEqBjQ4MzAwNTIHODEyNzIyMjoIYWRzdHJhY3RCBzUzMDMwNDFKBjE1OTAwMlICTk9aAGIHOTAwOTA4MWoHRmlyZWZveJABAZgBAagBALIBIGIzZTliZDU0ZGIwMzExZTFhYjljNzE3MjlmZTBkNmViwgEOc2VudHJhc29sby5jb23IAQHQAQHdAQAAAADlAQAAAADtAQAAAADwAQI%3D
Cookie: VISITOR_INFO1_LIVE=TIoxcizkAQ0; hideBrowserUpgradeBox=True; PREF=fv=10.0.45&amp;f4=4000
HTTP/1.1 200 OK

Content-Type: application/x-shockwave-flash
Date: Mon, 12 Nov 2012 17:44:04 GMT
Server: Apache
X-Content-Type-Options: nosniff
Expires: Tue, 27 Apr 1971 19:44:06 EST
Cache-Control: no-cache
Content-Length: 4421
GET /cm-lib-m.js?v=DOMR375 HTTP/1.1

Host: it.ph.affinity.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://sentrasolo.com/software-toko-program-kasir-terbaik-10.html
Cookie: PHUU=59e4cfe59f8305d8138da8c0fee504c8
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Mon, 12 Nov 2012 17:44:05 GMT
Server: Apache/2.2.19 (Unix) PHP/5.2.5 mod_ssl/2.2.19 OpenSSL/0.9.8o
Last-Modified: Mon, 09 Jul 2012 13:55:04 GMT
Etag: &quot;4c465f5f41e00&quot;
Accept-Ranges: bytes
Content-Length: 24501
Keep-Alive: timeout=5, max=1024
Connection: Keep-Alive
GET /img/throbber.gif HTTP/1.1

Host: it.ph.affinity.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: 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://sentrasolo.com/software-toko-program-kasir-terbaik-10.html
Cookie: PHUU=59e4cfe59f8305d8138da8c0fee504c8
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Mon, 12 Nov 2012 17:44:05 GMT
Server: Apache/2.2.19 (Unix) PHP/5.2.5 mod_ssl/2.2.19 OpenSSL/0.9.8o
Last-Modified: Mon, 15 Mar 2010 11:09:58 GMT
Etag: &quot;481d4ebebed80&quot;
Accept-Ranges: bytes
Content-Length: 1553
Cache-Control: max-age=2678400
Expires: Thu, 13 Dec 2012 17:44:05 GMT
Keep-Alive: timeout=5, max=1023
Connection: Keep-Alive
GET /wp-content/uploads/2012/10/iklanfmsbaru.png HTTP/1.1

Host: sentrasolo.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: 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://sentrasolo.com/software-toko-program-kasir-terbaik-10.html
HTTP/1.1 200 OK

Content-Type: image/png
Date: Mon, 12 Nov 2012 17:44:02 GMT
Server: LiteSpeed
Accept-Ranges: bytes
Connection: Keep-Alive
Keep-Alive: timeout=5, max=100
Etag: &quot;729a-508a500e-0&quot;
Last-Modified: Fri, 26 Oct 2012 08:55:42 GMT
Content-Length: 29338
Cache-Control: max-age=604800
Expires: Mon, 19 Nov 2012 17:44:02 GMT
GET /s20.php?&cmpubid=fbu60&cmskps=&cmsite=sentrasolo.com&cmchannelid=&cmurl=http%3A%2F%2Fsentrasolo.com%2Fsoftware-toko-program-kasir-terbaik-10.html&cmref=&cmoe=&cmoq=&cmua=Mozilla%2F5.0%20(Windows%3B%20U%3B%20Windows%20NT%206.1%3B%20en-US%3B%20rv%3A1.9.2.13)%20Gecko%2F20101203%20Firefox%2F3.6.13&cmss=1176x885&cmvp=1176x778&cmvd=1176885-60854&cmvc=null&cmtitle=software%20toko%20program%20kasir%20terbaik%20%7C%20Sentra%20Social%20Bookmark%20DoFollow%20Indonesia&rnd=1352742245257&cmip=36&cmis=3&cmid=38&cmdt=p&cm2=0 HTTP/1.1

Host: it.ph.affinity.com
GET /s20.php?&amp;cmpubid=fbu60&amp;cmskps=&amp;cmsite=sentrasolo.com&amp;cmchannelid=&amp;cmurl=http%3A%2F%2Fsentrasolo.com%2Fsoftware-toko-program-kasir-terbaik-10.html&amp;cmref=&amp;cmoe=&amp;cmoq=&amp;cmua=Mozilla%2F5.0%20(Windows%3B%20U%3B%20Windows%20NT%206.1%3B%20en-US%3B%20rv%3A1.9.2.13)%20Gecko%2F20101203%20Firefox%2F3.6.13&amp;cmss=1176x885&amp;cmvp=1176x778&amp;cmvd=1176885-60854&amp;cmvc=null&amp;cmtitle=software%20toko%20program%20kasir%20terbaik%20%7C%20Sentra%20Social%20Bookmark%20DoFollow%20Indonesia&amp;rnd=1352742245257&amp;cmip=36&amp;cmis=3&amp;cmid=38&amp;cmdt=p&amp;cm2=0 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://sentrasolo.com/software-toko-program-kasir-terbaik-10.html
Cookie: PHUU=59e4cfe59f8305d8138da8c0fee504c8
HTTP/1.1 200 OK

Content-Type: text/javascript;charset=UTF-8
Date: Mon, 12 Nov 2012 17:44:05 GMT
Server: Apache/2.2.19 (Unix) PHP/5.2.5 mod_ssl/2.2.19 OpenSSL/0.9.8o
X-Powered-By: PHP/5.2.5
Expires: Mon, 01 jan 2012 05:00:00 GMT
Last-Modified: Mon, 12 Nov 2012 17:44:05 GMT
Cache-Control: pre-check=0, post-check=0, max-age=0
Pragma: no-cache
Content-Length: 121
Keep-Alive: timeout=5, max=1022
Connection: Keep-Alive
GET /cm.css?c=%2300f&v=DOMR375 HTTP/1.1

Host: it.ph.affinity.com
GET /cm.css?c=%2300f&amp;v=DOMR375 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/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://sentrasolo.com/software-toko-program-kasir-terbaik-10.html
Cookie: PHUU=59e4cfe59f8305d8138da8c0fee504c8
HTTP/1.1 200 OK

Content-Type: text/css
Date: Mon, 12 Nov 2012 17:44:05 GMT
Server: Apache/2.2.19 (Unix) PHP/5.2.5 mod_ssl/2.2.19 OpenSSL/0.9.8o
X-Powered-By: PHP/5.2.5
Etag: &quot;c207e1505420bc2fd1f636b0229f8110&quot;
Cache-Control: max-age=2678400
Expires: Thu, 13 Dec 2012 17:44:05 GMT
Keep-Alive: timeout=5, max=1024
Connection: Keep-Alive
Transfer-Encoding: chunked
POST /g20.php?&cmpubid=fbu60&cmskps=&cmsite=sentrasolo.com&cmchannelid=&cmurl=http%3A%2F%2Fsentrasolo.com%2Fsoftware-toko-program-kasir-terbaik-10.html&cmref=&cmoe=&cmoq=&cmua=Mozilla%2F5.0%20(Windows%3B%20U%3B%20Windows%20NT%206.1%3B%20en-US%3B%20rv%3A1.9.2.13)%20Gecko%2F20101203%20Firefox%2F3.6.13&cmss=1176x885&cmvp=1176x778&cmvd=1176885-60854&cmvc=null&cmtitle=software%20toko%20program%20kasir%20terbaik%20%7C%20Sentra%20Social%20Bookmark%20DoFollow%20Indonesia&rnd=1352742245257&mtk=&mtd=%3C!--%20ALRP%3A%20Autolinks%20NOT%20served%20from%20the%20cache%20--%3E%3C!--%20ALRP%3A%20Related%20posts%20NOT%20served%20from%20the%20cache%20--%3Euntuk%20anda%20yang%20membutuhkan%20jasa%20software%20untuk%20urusan%20bisnis%20%2Cbisa%20baca%20artikel%20d%20bawah%20ini%20omega%20accounting%20teleh%20meluncurka%20program%20baru%20yang%20bernama%20Software%20Toko%20Program%20Kasir%20Terbaik%20adalah%20produk%20terbaru%20dari%20Omega%20Online%20yang%20mengusung%20kemampuan%20dapat%20mengkoneksikan%20setiap%20cabang%20atau%20gerai%20diberbagai%20kota%20secara%20real%20time.%20Omega%20akutansi%20juga%20tetap%20mengutamakan%20privasi%20data%20%5B...%5D HTTP/1.1

Host: it.ph.affinity.com
POST /g20.php?&amp;cmpubid=fbu60&amp;cmskps=&amp;cmsite=sentrasolo.com&amp;cmchannelid=&amp;cmurl=http%3A%2F%2Fsentrasolo.com%2Fsoftware-toko-program-kasir-terbaik-10.html&amp;cmref=&amp;cmoe=&amp;cmoq=&amp;cmua=Mozilla%2F5.0%20(Windows%3B%20U%3B%20Windows%20NT%206.1%3B%20en-US%3B%20rv%3A1.9.2.13)%20Gecko%2F20101203%20Firefox%2F3.6.13&amp;cmss=1176x885&amp;cmvp=1176x778&amp;cmvd=1176885-60854&amp;cmvc=null&amp;cmtitle=software%20toko%20program%20kasir%20terbaik%20%7C%20Sentra%20Social%20Bookmark%20DoFollow%20Indonesia&amp;rnd=1352742245257&amp;mtk=&amp;mtd=%3C!--%20ALRP%3A%20Autolinks%20NOT%20served%20from%20the%20cache%20--%3E%3C!--%20ALRP%3A%20Related%20posts%20NOT%20served%20from%20the%20cache%20--%3Euntuk%20anda%20yang%20membutuhkan%20jasa%20software%20untuk%20urusan%20bisnis%20%2Cbisa%20baca%20artikel%20d%20bawah%20ini%20omega%20accounting%20teleh%20meluncurka%20program%20baru%20yang%20bernama%20Software%20Toko%20Program%20Kasir%20Terbaik%20adalah%20produk%20terbaru%20dari%20Omega%20Online%20yang%20mengusung%20kemampuan%20dapat%20mengkoneksikan%20setiap%20cabang%20atau%20gerai%20diberbagai%20kota%20secara%20real%20time.%20Omega%20akutansi%20juga%20tetap%20mengutamakan%20privasi%20data%20%5B...%5D 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://sentrasolo.com/software-toko-program-kasir-terbaik-10.html
Cookie: PHUU=59e4cfe59f8305d8138da8c0fee504c8
HTTP/1.1 302 Found

Content-Type: text/html
Date: Mon, 12 Nov 2012 17:44:06 GMT
Server: Apache/2.2.19 (Unix) PHP/5.2.5 mod_ssl/2.2.19 OpenSSL/0.9.8o
X-Powered-By: PHP/5.2.5
Location: g2.php
Content-Length: 0
Keep-Alive: timeout=5, max=1021
Connection: Keep-Alive
GET /g2.php HTTP/1.1

Host: it.ph.affinity.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: 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://sentrasolo.com/software-toko-program-kasir-terbaik-10.html
Cookie: PHUU=59e4cfe59f8305d8138da8c0fee504c8
HTTP/1.1 200 OK

Content-Type: text/html
Date: Mon, 12 Nov 2012 17:44:05 GMT
Server: Apache/2.2.19 (Unix) PHP/5.2.5 mod_ssl/2.2.19 OpenSSL/0.9.8o
X-Powered-By: PHP/5.2.5
Content-Length: 1
Keep-Alive: timeout=5, max=1023
Connection: Keep-Alive
GET /full.js HTTP/1.1

Host: shuttle.yepty.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://sentrasolo.com/software-toko-program-kasir-terbaik-10.html
Cookie: __cfduid=d2b786e00d2a0cefba7a98a807b619e681352742239
HTTP/1.1 200 OK

Content-Type: application/javascript
Server: cloudflare-nginx
Date: Mon, 12 Nov 2012 17:44:06 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Last-Modified: Thu, 18 Oct 2012 14:10:48 GMT
Vary: Accept-Encoding
CF-Cache-Status: HIT
Expires: Mon, 12 Nov 2012 21:44:06 GMT
Cache-Control: public, max-age=14400
Content-Encoding: gzip
GET /css/YeptyCss.css HTTP/1.1

Host: shuttle.yepty.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: 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://sentrasolo.com/software-toko-program-kasir-terbaik-10.html
Cookie: __cfduid=d2b786e00d2a0cefba7a98a807b619e681352742239
HTTP/1.1 200 OK

Content-Type: text/css
Server: cloudflare-nginx
Date: Mon, 12 Nov 2012 17:44:06 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Last-Modified: Thu, 18 Oct 2012 14:09:46 GMT
Vary: Accept-Encoding
CF-Cache-Status: HIT
Expires: Mon, 12 Nov 2012 21:44:06 GMT
Cache-Control: public, max-age=14400
Content-Encoding: gzip
GET /images/smallyepty.png HTTP/1.1

Host: shuttle.yepty.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: 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://sentrasolo.com/software-toko-program-kasir-terbaik-10.html
Cookie: __cfduid=d2b786e00d2a0cefba7a98a807b619e681352742239
HTTP/1.1 200 OK

Content-Type: image/png
Server: cloudflare-nginx
Date: Mon, 12 Nov 2012 17:44:06 GMT
Content-Length: 3069
Connection: keep-alive
Last-Modified: Thu, 18 Oct 2012 14:09:46 GMT
Etag: &quot;1fbab1-bfd-4cc55f07f3e80&quot;
CF-Cache-Status: HIT
Vary: Accept-Encoding
Expires: Mon, 12 Nov 2012 21:44:06 GMT
Cache-Control: public, max-age=14400
Accept-Ranges: bytes
GET /favicon.ico HTTP/1.1

Host: sentrasolo.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: 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: HstCfa2112076=1352742240819; HstCla2112076=1352742240819; HstCmu2112076=1352742240819; HstPn2112076=1; HstPt2112076=1; HstCnv2112076=1; HstCns2112076=1; __utma=232567581.1728783181.1352742244.1352742244.1352742244.1; __utmb=232567581.1.10.1352742244; __utmc=232567581; __utmz=232567581.1352742244.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); cmv=f0a90aa75457d6bcfcf2fea248776c2c
HTTP/1.1 200 OK

Content-Type: image/vnd.microsoft.icon
Date: Mon, 12 Nov 2012 17:44:09 GMT
Server: LiteSpeed
Connection: Keep-Alive
Keep-Alive: timeout=5, max=100
X-Powered-By: PHP/5.3.16
Content-Length: 0
GET /601.swf HTTP/1.1

Host: s10.histats.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: 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://sentrasolo.com/software-toko-program-kasir-terbaik-10.html
Cookie: CountUid=541bf1f9-22wa-4fb9-a3be-160cab2374bd
If-None-Match: &quot;92755027&quot;
HTTP/1.1 304 Not Modified

HTTP/1.1 304 Not Modified
Etag: &quot;92755027&quot;
Date: Mon, 12 Nov 2012 17:44:06 GMT
Connection: close
Server: Histats.com
GET /v/NT89_nwFnas?enablejsapi=1&playerapiid=ytplayer&rel=1 HTTP/1.1

Host: www.youtube.com
GET /v/NT89_nwFnas?enablejsapi=1&amp;playerapiid=ytplayer&amp;rel=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: 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://cdn.adstract.com/84003/scripts/youtube/player.html?video_id=NT89_nwFnas&amp;width=336&amp;height=280&amp;adviewurl=&amp;pubclickpixel=&amp;pubviewpixel=&amp;rel=&amp;ic=CiRjOWU5NjNiZi1hZTFlLTRiOTctYWE1ZS0zZWNhNDliYTNlNTIiBzkwMjAwODEqBjQ4MzAwNTIHODEyNzIyMjoIYWRzdHJhY3RCBzUzMDMwNDFKBjE1OTAwMlICTk9aAGIHOTAwOTA4MWoHRmlyZWZveJABAZgBAagBALIBIGIzZTliZDU0ZGIwMzExZTFhYjljNzE3MjlmZTBkNmViwgEOc2VudHJhc29sby5jb23IAQHQAQHdAQAAAADlAQAAAADtAQAAAADwAQI%3D
Cookie: VISITOR_INFO1_LIVE=TIoxcizkAQ0; hideBrowserUpgradeBox=True; PREF=fv=10.0.45&amp;f4=4000
HTTP/1.1 200 OK

Content-Type: application/x-shockwave-flash
Date: Mon, 12 Nov 2012 17:44:07 GMT
Server: Apache
X-Content-Type-Options: nosniff
Expires: Tue, 27 Apr 1971 19:44:06 EST
Cache-Control: no-cache
Content-Length: 4421
GET /favicon.ico HTTP/1.1

Host: sentrasolo.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: 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
Cookie: HstCfa2112076=1352742240819; HstCla2112076=1352742240819; HstCmu2112076=1352742240819; HstPn2112076=1; HstPt2112076=1; HstCnv2112076=1; HstCns2112076=1; __utma=232567581.1728783181.1352742244.1352742244.1352742244.1; __utmb=232567581.1.10.1352742244; __utmc=232567581; __utmz=232567581.1352742244.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); cmv=f0a90aa75457d6bcfcf2fea248776c2c
HTTP/1.1 200 OK

Content-Type: image/vnd.microsoft.icon
Date: Mon, 12 Nov 2012 17:44:09 GMT
Server: LiteSpeed
Connection: Keep-Alive
Keep-Alive: timeout=5, max=100
X-Powered-By: PHP/5.3.16
Content-Length: 0
GET /reFreshKeywords?callback=YeptyWidget.Core.secretPlaceToCoreAnswer.refreshKeywords HTTP/1.1

Host: context.yepty.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://sentrasolo.com/software-toko-program-kasir-terbaik-10.html
Cookie: __cfduid=d2b786e00d2a0cefba7a98a807b619e681352742239
HTTP/1.1 200 OK

Content-Type: text/javascript; charset=utf-8
Server: nginx/1.0.14
Date: Mon, 12 Nov 2012 17:44:07 GMT
Connection: keep-alive
X-Powered-By: Express
Content-Length: 64
GET /yts/swfbin/watch_as3-vflry7sRc.swf HTTP/1.1

Host: s.ytimg.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: 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: application/x-shockwave-flash
Last-Modified: Thu, 08 Nov 2012 16:50:30 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: 279966
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=31536000
Age: 249040
GET /s20.php?&cmpubid=fbu60&cmskps=&cmsite=sentrasolo.com&cmchannelid=&cmurl=http%3A%2F%2Fsentrasolo.com%2Fsoftware-toko-program-kasir-terbaik-10.html&cmref=&cmoe=&cmoq=&cmua=Mozilla%2F5.0%20(Windows%3B%20U%3B%20Windows%20NT%206.1%3B%20en-US%3B%20rv%3A1.9.2.13)%20Gecko%2F20101203%20Firefox%2F3.6.13&cmss=1176x885&cmvp=1176x778&cmvd=1176885-60854&cmvc=null&cmtitle=software%20toko%20program%20kasir%20terbaik%20%7C%20Sentra%20Social%20Bookmark%20DoFollow%20Indonesia&rnd=1352742245257&cmip=36&cmis=3&cmid=38&cmdt=p&cm2=1 HTTP/1.1

Host: it.ph.affinity.com
GET /s20.php?&amp;cmpubid=fbu60&amp;cmskps=&amp;cmsite=sentrasolo.com&amp;cmchannelid=&amp;cmurl=http%3A%2F%2Fsentrasolo.com%2Fsoftware-toko-program-kasir-terbaik-10.html&amp;cmref=&amp;cmoe=&amp;cmoq=&amp;cmua=Mozilla%2F5.0%20(Windows%3B%20U%3B%20Windows%20NT%206.1%3B%20en-US%3B%20rv%3A1.9.2.13)%20Gecko%2F20101203%20Firefox%2F3.6.13&amp;cmss=1176x885&amp;cmvp=1176x778&amp;cmvd=1176885-60854&amp;cmvc=null&amp;cmtitle=software%20toko%20program%20kasir%20terbaik%20%7C%20Sentra%20Social%20Bookmark%20DoFollow%20Indonesia&amp;rnd=1352742245257&amp;cmip=36&amp;cmis=3&amp;cmid=38&amp;cmdt=p&amp;cm2=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: */*
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://sentrasolo.com/software-toko-program-kasir-terbaik-10.html
Cookie: PHUU=59e4cfe59f8305d8138da8c0fee504c8
HTTP/1.1 200 OK

Content-Type: text/javascript;charset=UTF-8
Date: Mon, 12 Nov 2012 17:44:08 GMT
Server: Apache/2.2.19 (Unix) PHP/5.2.5 mod_ssl/2.2.19 OpenSSL/0.9.8o
X-Powered-By: PHP/5.2.5
Expires: Mon, 01 jan 2012 05:00:00 GMT
Last-Modified: Mon, 12 Nov 2012 17:44:08 GMT
Cache-Control: pre-check=0, post-check=0, max-age=0
Pragma: no-cache
Content-Length: 261
Keep-Alive: timeout=5, max=1020
Connection: Keep-Alive
GET /crossdomain.xml HTTP/1.1

Host: i3.ytimg.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: 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
If-Modified-Since: Thu, 09 Feb 2012 23:54:11 GMT
HTTP/1.1 304 Not Modified

HTTP/1.1 304 Not Modified
Date: Mon, 12 Nov 2012 14:34:03 GMT
Expires: Mon, 12 Nov 2012 20:34:03 GMT
Age: 11405
Server: GFE/2.0
GET /vi/NT89_nwFnas/hqdefault.jpg HTTP/1.1

Host: i3.ytimg.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: 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: image/jpeg
Last-Modified: Mon, 12 Nov 2012 16:36:47 GMT
Date: Mon, 12 Nov 2012 16:36:47 GMT
Expires: Mon, 12 Nov 2012 22:36:47 GMT
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 22333
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=21600
Age: 4041
GET /ads?wkeys=&p=ypty&title=software%20toko%20program%20kasir%20terbaik%20%7C%20Sentra%20Social%20Bookmark%20DoFollow%20Indonesia&wId=bch-11565&acnt=1&r=&callback=YeptyWidget.Core.secretPlaceToCoreAnswer.adsGetter1&g=fwdt1r&re=885x1176 HTTP/1.1

Host: adboard2.yepty.com
GET /ads?wkeys=&amp;p=ypty&amp;title=software%20toko%20program%20kasir%20terbaik%20%7C%20Sentra%20Social%20Bookmark%20DoFollow%20Indonesia&amp;wId=bch-11565&amp;acnt=1&amp;r=&amp;callback=YeptyWidget.Core.secretPlaceToCoreAnswer.adsGetter1&amp;g=fwdt1r&amp;re=885x1176 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://sentrasolo.com/software-toko-program-kasir-terbaik-10.html
Cookie: __cfduid=d2b786e00d2a0cefba7a98a807b619e681352742239
HTTP/1.1 200 OK

Content-Type: text/javascript; charset=utf-8
Server: nginx/1.0.14
Date: Mon, 12 Nov 2012 17:44:09 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: trained meerkats
Set-Cookie: __grdc=s%3AeqdjdsG2Bf%2Bb4QhTADpapVq3.ogcPOv5Lf7JTxiCWJSDgCIriIw%2B1z1u1ji9zZzE31Jw; Path=/; Expires=Wed, 12 Nov 2014 17:44:09 GMT; HttpOnly
GET /button.js?url=http%3A//sentrasolo.com/software-toko-program-kasir-terbaik-10.html&style=normal&b=1 HTTP/1.1

Host: api.tweetmeme.com
GET /button.js?url=http%3A//sentrasolo.com/software-toko-program-kasir-terbaik-10.html&amp;style=normal&amp;b=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: 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://sentrasolo.com/software-toko-program-kasir-terbaik-10.html