Overview

URLhttp://www.ky6.com/forum.php?tid=772453
IP27.17.18.236
ASNAS4134 Chinanet
Location China
Report completed2012-11-06 21:22:39 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 No alerts detected
Snort /w Sourcefire VRT
Timestamp Source IP Destination IP Severity Alert
2012-11-06 21:22:09 123.125.115.126 urlQuery Client1BROWSER-IE Microsoft Internet Explorer userdata behavior memory corruption attempt
2012-11-06 21:22:14 123.125.115.75 urlQuery Client1BROWSER-IE Microsoft Internet Explorer userdata behavior memory corruption attempt


Recent reports on same IP/ASN/Domain

Last 6 reports on IP: 27.17.18.236

Date Alerts / IDS URL IP
2013-02-08 20:10:210 / 1http://www.ky6.com/space-uid-448482.html27.17.18.236
2013-02-08 17:10:430 / 2http://www.ky6.com/home.php?mod=spacecp27.17.18.236
2013-01-27 18:49:050 / 2http://www.ky6.com/portal.php?tid=78154927.17.18.236
2013-01-27 18:49:030 / 2http://www.ky6.com/home.php?tid=53667527.17.18.236
2013-01-25 00:44:350 / 2http://www.ky6.com/index.php?action-viewcomment-type-news-itemid-158894-order-227.17.18.236
2013-01-25 00:37:460 / 2http://www.ky6.com/article-209600-1.html27.17.18.236

Last 6 reports on ASN: AS4134 Chinanet

Date Alerts / IDS URL IP
2013-03-05 13:08:070 / 1http://www.tvibe.cn/web_cn/help_instal3.asp202.104.151.23
2013-03-05 12:59:360 / 5http://et.21cn.com/tv/zuixin/neidi/a/2013/0305/11/20542853.shtml61.146.152.25
2013-03-05 12:36:140 / 2http://transcom.net.cn/CRYEHLUTIQ.php?receipt=796_527156965222.76.214.207
2013-03-05 12:26:360 / 2http://down.3lsoft.com/0229/setup_202.exe222.187.222.249
2013-03-05 12:13:540 / 1http://117.41.237.247:8080/server.exe117.41.237.247
2013-03-05 12:09:270 / 1http://www.jz5u.com/ErrorFile/ErrorFile_GetUrl.htm122.225.114.207

Last 6 reports on domain: www.ky6.com

Date Alerts / IDS URL IP
2013-02-08 20:10:210 / 1http://www.ky6.com/space-uid-448482.html27.17.18.236
2013-02-08 17:10:430 / 2http://www.ky6.com/home.php?mod=spacecp27.17.18.236
2013-01-27 18:49:050 / 2http://www.ky6.com/portal.php?tid=78154927.17.18.236
2013-01-27 18:49:030 / 2http://www.ky6.com/home.php?tid=53667527.17.18.236
2013-01-25 00:44:350 / 2http://www.ky6.com/index.php?action-viewcomment-type-news-itemid-158894-order-227.17.18.236
2013-01-25 00:37:460 / 2http://www.ky6.com/article-209600-1.html27.17.18.236



JavaScript

Executed Scripts (39)


Executed Evals (15)

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

 if (typeof(DiscuzCloud) == 'undefined') DiscuzCloud = new Object();

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

BROWSER.chrome = ver

#3 JavaScript::Eval (size: 20, repeated: 1)

BROWSER.firefox = ver

#4 JavaScript::Eval (size: 15, repeated: 1)

BROWSER.ie = ver

#5 JavaScript::Eval (size: 20, repeated: 1)

BROWSER.maxthon = ver

#6 JavaScript::Eval (size: 20, repeated: 1)

BROWSER.mozilla = ver

#7 JavaScript::Eval (size: 18, repeated: 1)

BROWSER.opera = ver

#8 JavaScript::Eval (size: 15, repeated: 1)

BROWSER.qq = ver

#9 JavaScript::Eval (size: 19, repeated: 1)

BROWSER.safari = ver

#10 JavaScript::Eval (size: 19, repeated: 1)

BROWSER.webkit = ver

#11 JavaScript::Eval (size: 25, repeated: 3)

_initTab(args[0], args[1])

#12 JavaScript::Eval (size: 15, repeated: 1)

_runslideshow()

#13 JavaScript::Eval (size: 41, repeated: 3)

var check = typeof _initTab == 'function'

#14 JavaScript::Eval (size: 46, repeated: 1)

var check = typeof _runslideshow == 'function'

#15 JavaScript::Eval (size: 8682, repeated: 1)

var clearTips;
DiscuzCloudNameSpace = new Object();
DiscuzCloudNameSpace.register = function(fullName) {
    try {
        var nsArray = fullName.split(".");
        var strNS = "";
        var strEval = "";
        for (var i = 0; i < nsArray.length; i++) {
            if (strNS.length > 0) strNS += ".";
            strNS += nsArray[i];
            strEval += " if (typeof(" + strNS + ") =='undefined') " + strNS + " = new Object(); "
        };
        if (strEval != "") eval(strEval)
    } catch (e) {
        alert(e.message)
    }
};
DiscuzCloudNameSpace.register('DiscuzCloud');
DiscuzCloud.JSONP = (function() {
    var counter = 0,
        head, query, key, window = this;

    function load(url) {
        script = document.createElement('script'), done = false;
        script.src = url;
        script.charset = 'UTF-8';
        script.async = true;
        script.onload = script.onreadystatechange = function() {
            if (!done && (!this.readyState || this.readyState === "loaded" || this.readyState === "complete")) {
                done = true;
                script.onload = script.onreadystatechange = null;
                if (script && script.parentNode) {
                    script.parentNode.removeChild(script)
                }
            }
        };
        if (!head) {
            head = document.getElementsByTagName('head')[0]
        };
        head.appendChild(script)
    };

    function jsonp(url, params, callback) {
        if (url.indexOf('?') > -1) {
            query = '&'
        } else {
            query = '?'
        };
        params = params || {};
        for (key in params) {
            if (params.hasOwnProperty(key)) {
                query += encodeURIComponent(key) + "=" + encodeURIComponent(params[key]) + "&"
            }
        };
        var jsonp = 'discuzTipsCallback';
        window[jsonp] = function(data) {
            callback(data);
            try {
                delete window[jsonp]
            } catch (e) {}
            window[jsonp] = null
        };
        load(url + query + "callback=" + jsonp);
        return jsonp
    };
    return {
        get: jsonp
    }
}());
DiscuzCloud.htmlspecialchars = function(string, quote_style, charset, double_encode) {
    var optTemp = 0,
        i = 0,
        noquotes = false;
    if (typeof quote_style === 'undefined' || quote_style === null) {
        quote_style = 2
    };
    string = string.toString();
    if (double_encode !== false) {
        string = string.replace(/&/g, '&amp;')
    };
    string = string.replace(/</g, '&lt;').replace(/>/g, '&gt;');
    var OPTS = {
        'ENT_NOQUOTES': 0,
        'ENT_HTML_QUOTE_SINGLE': 1,
        'ENT_HTML_QUOTE_DOUBLE': 2,
        'ENT_COMPAT': 2,
        'ENT_QUOTES': 3,
        'ENT_IGNORE': 4
    };
    if (quote_style === 0) {
        noquotes = true
    };
    if (typeof quote_style !== 'number') {
        quote_style = [].concat(quote_style);
        for (i = 0; i < quote_style.length; i++) {
            if (OPTS[quote_style[i]] === 0) {
                noquotes = true
            } else if (OPTS[quote_style[i]]) {
                optTemp = optTemp | OPTS[quote_style[i]]
            }
        };
        quote_style = optTemp
    };
    if (quote_style & OPTS.ENT_HTML_QUOTE_SINGLE) {
        string = string.replace(/'/g, '&#039;')
    };
    if (!noquotes) {
        string = string.replace(/"/g, '&quot;')
    };
    return string
};
DiscuzCloud.setCookie = function(name, value, sec) {
    if (typeof(sec) == 'undefined') {
        sec = 86400000;
    } else {
        sec = sec * 1000
    };
    var expires = new Date();
    expires.setTime(expires.getTime() + sec);
    document.cookie = name + '=' + escape(value) + '; expires=' + expires.toGMTString()
};
DiscuzCloud.getCookie = function(name) {
    var cookie_start = document.cookie.indexOf(name);
    var cookie_end = document.cookie.indexOf(';', cookie_start);
    return cookie_start == -1 ? '' : unescape(document.cookie.substring(cookie_start + name.length + 1, (cookie_end > cookie_start ? cookie_end : document.cookie.length)))
};
DiscuzCloud.$ = function(id) {
    return document.getElementById(id)
};
DiscuzCloud.Tips = function(sId, version, release, api, founder, fix, sUrl, sCharset, ts, sig, adminId, groupId, uid, openId) {
    this.sId = sId;
    this.sUrl = sUrl;
    this.version = version;
    this.release = release;
    this.api = api;
    this.founder = founder;
    this.fix = fix;
    this.clientWidth = document.documentElement.clientWidth;
    this.clientHeight = document.documentElement.clientHeight;
    this.discuzTips = DiscuzCloud.$('discuz_tips');
    newDate = new Date();
    this.url = 'http://cp.discuz.qq.com/tips/get?rand=' + newDate.getDate() + newDate.getHours();
    this.secret = '';
    this.tipsId = '';
    this.cacheKey = '';
    this.sendTime = '';
    this.sCharset = sCharset;
    if (typeof(document.characterSet) == 'undefined') {
        this.browserCharset = document.charset
    } else {
        this.browserCharset = document.characterSet
    };
    if (discuzTipsCVersion == '2') {
        this.adminId = adminId;
        this.groupId = groupId;
        this.uid = uid;
        this.openId = openId
    };
    this.ts = ts;
    this.sig = sig
};
DiscuzCloud.Tips.prototype.show = function() {
    if (discuzTipsCVersion == '2' && this.uid == 0) {
        return false
    };
    if (discuzTipsCVersion == '2' && this.adminId == 0) {
        now = new Date();
        ctrlTime = DiscuzCloud.getCookie('tjpctrl');
        if (now.getTime() < ctrlTime) {
            return false
        }
    };
    if (this.checkManyou()) {
        return false
    };
    var callback = function(data) {
            tipsCtrlTime = new Date();
            DiscuzCloud.setCookie('tjpctrl', tipsCtrlTime.getTime() + 1800000, 1800);
            if (typeof(data.errorCode) != 'undefined' && data.errorCode != 0) {
                return false
            };
            if (typeof(data.css) != 'undefined' && data.css) {
                tips.css(data.css)
            };
            if (typeof(data.secret) != 'undefined' && data.secret) {
                tips.secret = data.secret
            };
            if (typeof(data.tipsId) != 'undefined' && data.tipsId) {
                tips.tipsId = data.tipsId
            };
            if (typeof(data.tscKey) != 'undefined' && data.tscKey) {
                tips.tscKey = data.tscKey
            };
            if (typeof(data.html) != 'undefined') {
                tips.discuzTips.innerHTML = tips.analysis(data.html)
            };
            if (typeof(data.beforeJS) != 'undefined' && data.beforeJS) {
                eval(data.beforeJS)
            };
            if (typeof(data.afterJS) != 'undefined' && data.afterJS) {
                eval(data.afterJS)
            };
            if (typeof(data.sendTime) != 'undefined' && data.sendTime) {
                tips.sendTime = data.sendTime
            };
            if (typeof(data.viewPermission) != 'undefined' && data.viewPermission) {
                tips.viewPermission = data.viewPermission
            };
            tips.open();
            if (typeof(data.keepTime) != 'undefined' && data.keepTime > 0) {
                clearTips = setTimeout(function() {
                    tips.close(data.tipsId, data.tscKey, data.viewPermission, true)
                }, data.keepTime * 1000)
            }
        };
    var cookie = DiscuzCloud.getCookie('dctips');
    if (discuzTipsCVersion == '2') {
        var params = {
            's_id': this.sId,
            'product_version': this.version,
            'product_release': this.release,
            'fix_bug': this.fix,
            'is_founder': this.founder,
            's_url': this.sUrl,
            'last_send_time': cookie,
            'ts': this.ts,
            'sig': this.sig,
            'admin_id': this.adminId,
            'group_id': this.groupId,
            'open_id': this.openId,
            'uid': this.uid
        }
    } else {
        var params = {
            's_id': this.sId,
            'product_version': this.version,
            'product_release': this.release,
            'fix_bug': this.fix,
            'is_founder': this.founder,
            's_url': this.sUrl,
            'last_send_time': cookie,
            'ts': this.ts,
            'sig': this.sig
        }
    };
    DiscuzCloud.JSONP.get(this.url, params, callback)
};
DiscuzCloud.Tips.prototype.css = function(url) {
    try {
        document.createStyleSheet(url)
    } catch (e) {
        var cssLink = document.createElement('link');
        cssLink.rel = 'stylesheet';
        cssLink.type = 'text/css';
        cssLink.href = url;
        var head = document.getElementsByTagName('head')[0];
        head.appendChild(cssLink)
    }
};
DiscuzCloud.Tips.prototype.checkManyou = function() {
    if (DiscuzCloud.$('my_notify_wrap')) {
        return true
    };
    return false
};
DiscuzCloud.Tips.prototype.markAsRead = function(taskId, cacheKey, viewPermission) {
    var newDate = new Date();
    var time = Math.floor(newDate.getTime() / 1000);
    var sig = this.encode(taskId, this.secret);
    DiscuzCloud.setCookie('dctips', this.sendTime, 86400 * 30);
    var url = 'http://cp.discuz.qq.com/tips/mark?rand=' + Math.random();
    var callback = function() {};
    var params = {
        'id': taskId,
        'key': cacheKey,
        'is_founder': this.founder,
        'view_permission': viewPermission,
        'sig': sig
    };
    DiscuzCloud.JSONP.get(url, params, callback)
};
DiscuzCloud.Tips.prototype.encode = function(id, key) {
    var num = id % 8;
    if (num == 0) {
        num = 8
    };
    return key.substr(num) + key.substr(0, num)
};
DiscuzCloud.Tips.prototype.open = function() {
    this.discuzTips.style.display = '';
};
DiscuzCloud.Tips.prototype.close = function(taskId, cacheKey, viewPermission, passive) {
    clearTimeout(clearTips);
    this.discuzTips.style.display = 'none';
    if (typeof(taskId) == 'undefined') {
        taskId = 0
    };
    this.markAsRead(taskId, cacheKey, viewPermission);
    if (typeof(passive) != 'undefined' && passive == true) {
        this.stats('passiveClose', taskId, cacheKey)
    } else {
        this.stats('close', taskId, cacheKey)
    }
};
DiscuzCloud.Tips.prototype.stats = function(action, taskId, cacheKey) {
    var statsUrl = 'http://cp.discuz.qq.com/tips/stats?rand=' + Math.random();
    var sig = this.encode(taskId, this.secret);
    var params = {
        'action': action,
        'tt_id': taskId,
        'sig': sig,
        'cache_key': cacheKey
    };
    var callback = function() {};
    DiscuzCloud.JSONP.get(statsUrl, params, callback)
};
DiscuzCloud.Tips.prototype.analysis = function(html) {
    tipsId = parseInt(this.tipsId);
    sId = parseInt(this.sId);
    sUrl = DiscuzCloud.htmlspecialchars(this.sUrl);
    sVersion = DiscuzCloud.htmlspecialchars(this.version);
    sCharset = DiscuzCloud.htmlspecialchars(this.sCharset);
    tempUrl = this.sUrl.split('//');
    tempUrl = tempUrl[1].split('/');
    sDomain = DiscuzCloud.htmlspecialchars(tempUrl[0]);
    tempUrl = tempUrl[0].split('.');
    tempUrl.shift();
    sMasterDomain = DiscuzCloud.htmlspecialchars(tempUrl.join('.'));
    html = html.replace(/#TipsID#/, tipsId);
    html = html.replace(/#SId#/, sId);
    html = html.replace(/#SiteUrl#/, sUrl);
    html = html.replace(/#SiteVersion#/, sVersion);
    html = html.replace(/#SiteCharset#/, sCharset);
    html = html.replace(/#SiteDomain#/, sDomain);
    html = html.replace(/#SiteMasterDomain#/, sMasterDomain);
    return html
};
window.onload = function(e) {
    if (typeof(discuzTipsCVersion) == 'undefined') {
        discuzTipsCVersion = '0'
    };
    if (discuzTipsCVersion == '2') {
        tips = new DiscuzCloud.Tips(discuzSId, discuzVersion, discuzRelease, discuzApi, discuzIsFounder, discuzFixbug, SITEURL, charset, ts, sig, discuzAdminId, discuzGroupId, discuzUid, discuzOpenId)
    } else {
        tips = new DiscuzCloud.Tips(discuzSId, discuzVersion, discuzRelease, discuzApi, discuzIsFounder, discuzFixbug, SITEURL, charset, ts, sig)
    };
    tips.show()
}

Executed Writes (7)

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

<a href="http://www.51.la/?2581405" target="_blank" title="&#x35;&#x31;&#x2E;&#x6C;&#x61;&#x20;&#x4E13;&#x4E1A;&#x3001;&#x514D;&#x8D39;&#x3001;&#x5F3A;&#x5065;&#x7684;&#x8BBF;&#x95EE;&#x7EDF;&#x8BA1;">&#x7F51;&#x7AD9;&#x7EDF;&#x8BA1;</a>

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

<div style="display:none">-</div> <iframe id="cproIframe1"src="http://cpro.baidu.com/cpro/ui/uijs.php?tu=u817314&tn=text_default_728_90&n=zjd520v2010_cpr&rsi1=90&rsi0=728&rad=&rss0=%23798DBF&rss1=%23FFFFFF&rss2=%230000ff&rss3=%23444444&rss4=%23008000&rss5=&rss6=%23e10900&rsi5=2&ts=1&at=103&ch=0&cad=1&aurl=&rss7=&cpa=1&fv=10&cn=1&if=16&word=http%3A%2F%2Fwww.ky6.com%2Fforum.php%3Ftid%3D772453&refer=&ready=1&jk=4d7605816033db26&jn=3&lmt=1352233322&csp=1176,885&csn=1176,855&ccd=24&chi=1&cja=true&cpl=8&cmi=54&cce=true&csl=en-US&did=1&rt=267&dt=1352233326&ev=67108864&c01=0&prt=1352233325894&i3=f" width="728" height="90" align="center,center" marginwidth="0"  marginheight="0" scrolling="no" frameborder="0" allowtransparency="true" ></iframe>

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

<embed width="728" height="90" src="http://drmcmm.baidu.com/media/id=rjb1rHn1njf&gp=403&time=nHndnjTdP1D4Ps.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" WMode="opaque" allowFullScreen="false" allowScriptAccess="never" allowNetworking="internal" salign="" type="application/x-shockwave-flash" > </embed>

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

<img style="width:0px;height:0px" src="http://web1.51.la:82/go.asp?svid=13&id=2581405&tpages=1&ttimes=1&tzone=1&tcolor=24&sSize=1176,885&referrer=&vpage=http%3A//www.ky6.com/forum.php%3Ftid%3D772453" />

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

<script src=' http://hm.baidu.com/h.js?7cefb55d16aabf36a11a802f0b50d4b9' type='text/javascript'></script>

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

<script type="text/javascript" charset="utf-8" src="http://pos.baidu.com/ecom?di=u817314&tm=BAIDU_CPRO_SETJSONADSLOT&fn=BAIDU_CPRO_SETJSONADSLOT&baidu_id="></script>

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

<style>.rssbook{padding:10px 15px;overflow:hidden;zoom:1;background:#f6f6f6;border:3px solid #ddd;}.light{background:#f6f6f6;border:3px solid #ddd;}.dark{background:#aaa;border:3px solid #666;}.mailInput{margin-top:5px;}.rssbook .info{color:#666;font-size:12px;}.light .info{color:#666;}.dark .info{color:#fff;}.rssbutton{float:left;border:1px solid #698ab4; -moz-border-radius:3px;border-radius:3px;-webkit-border-radius:3px;}.dark .rssbutton{border: 1px solid #585858;}.rssbutton input{background: #77a0d1;border: 1px solid #88b3e6; color: #FFFFFF; cursor: pointer;font-weight: bold;width:90px;display:block;height:22px;line-height:22px;*line-height:19px;text-align:center;}.dark .rssbutton input{background:#676767;border: 1px solid #777;}.rssbutton input:hover{background:#86b4eb;text-decoration:none;}.dark .rssbutton input:hover{background:#797979;border: 1px solid #939393;}input.rsstxt{width:100%;height:20px;font-size:14px;padding:2px 3px;-moz-border-radius:3px;border-radius:3px;-webkit-border-radius:3px;border:1px solid #ccc;;border-color:#7c7c7c #c3c3c3 #c3c3c3 #9a9a9a;margin-bottom:5px;}.dark input.rsstxt{background:#eee;}</style><div class="rssbook light " style="width:180px "><p class="info">ó(,


HTTP Transactions (173)


Request Response
GET /data/cache/style_3_forum_index.css?XAa HTTP/1.1

Host: www.ky6.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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 200 OK

Content-Type: text/css
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:40 GMT
Last-Modified: Wed, 24 Oct 2012 01:51:22 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Thanks: Welcome to our website!
Content-Encoding: gzip
GET /template/yeei_yeeix2/yeei/yeeicn_style.css HTTP/1.1

Host: www.ky6.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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 200 OK

Content-Type: text/css
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:40 GMT
Last-Modified: Wed, 19 Sep 2012 03:14:20 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Thanks: Welcome to our website!
Content-Encoding: gzip
GET /forum.php?tid=772453 HTTP/1.1

Host: www.ky6.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=gbk
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:39 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.17p1
Set-Cookie: xZpe_dc66_saltkey=f6KbQ5RG; expires=Thu, 06-Dec-2012 20:22:39 GMT; path=/; domain=.ky6.com; httponly xZpe_dc66_lastvisit=1352229759; expires=Thu, 06-Dec-2012 20:22:39 GMT; path=/; domain=.ky6.com xZpe_dc66_sid=I11FF9; expires=Wed, 07-Nov-2012 20:22:39 GMT; path=/; domain=.ky6.com xZpe_dc66_lastact=1352233359%09forum.php%09; expires=Wed, 07-Nov-2012 20:22:39 GMT; path=/; domain=.ky6.com xZpe_dc66_stats_qc_reg=deleted; expires=Mon, 07-Nov-2011 20:22:38 GMT; path=/; domain=.ky6.com xZpe_dc66_cloudstatpost=deleted; expires=Mon, 07-Nov-2011 20:22:38 GMT; path=/; domain=.ky6.com
Content-Encoding: gzip
Vary: Accept-Encoding
Thanks: Welcome to our website!
GET /static/js/logging.js?XAa HTTP/1.1

Host: www.ky6.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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:41 GMT
Content-Length: 603
Last-Modified: Tue, 28 Aug 2012 12:15:43 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /static/js/forum.js?XAa HTTP/1.1

Host: www.ky6.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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:40 GMT
Last-Modified: Tue, 28 Aug 2012 12:15:38 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Thanks: Welcome to our website!
Content-Encoding: gzip
GET /data/attachment/album/201207/21/1307110n0yzv04gkd3kez3.jpg HTTP/1.1

Host: www.ky6.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.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 404 Not Found

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:41 GMT
Content-Length: 169
Connection: keep-alive
GET /data/cache/style_3_common.css?XAa HTTP/1.1

Host: www.ky6.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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 200 OK

Content-Type: text/css
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:40 GMT
Last-Modified: Wed, 24 Oct 2012 01:49:25 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Thanks: Welcome to our website!
Content-Encoding: gzip
GET /static/js/common.js?XAa HTTP/1.1

Host: www.ky6.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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:40 GMT
Last-Modified: Tue, 28 Aug 2012 12:15:33 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Thanks: Welcome to our website!
Content-Encoding: gzip
GET /cpro/ui/c.js HTTP/1.1

Host: cpro.baidu.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://www.ky6.com/forum.php?tid=772453
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Date: Tue, 06 Nov 2012 20:22:03 GMT
Content-Length: 16189
Last-Modified: Fri, 26 Oct 2012 03:00:00 GMT
Connection: keep-alive
Content-Encoding: gzip
Server: Apache
Set-Cookie: BAIDUID=57B18337113454B42D57CDCBE7ADFD3E:FG=1; expires=Wed, 06-Nov-13 20:22:03 GMT; max-age=31536000; path=/; domain=.baidu.com; version=1
P3P: CP=&quot; OTI DSP COR IVA OUR IND COM &quot;
Expires: Tue, 06 Nov 2012 21:22:03 GMT
Cache-Control: max-age=3600
GET /static/image/common/logo.png HTTP/1.1

Host: www.ky6.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.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 200 OK

Content-Type: image/png
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:41 GMT
Content-Length: 22737
Last-Modified: Fri, 06 Apr 2012 13:19:34 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /template/yeei_yeeix2/yeei/img/bg.gif HTTP/1.1

Host: www.ky6.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.ky6.com/template/yeei_yeeix2/yeei/yeeicn_style.css
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 200 OK

Content-Type: image/gif
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:42 GMT
Content-Length: 188
Last-Modified: Wed, 19 Sep 2012 03:14:20 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /home.php?mod=misc&ac=sendmail&rand=1352233307 HTTP/1.1

Host: www.ky6.com
GET /home.php?mod=misc&amp;ac=sendmail&amp;rand=1352233307 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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 200 OK

Content-Type: text/html; charset=gbk
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:42 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.17p1
Set-Cookie: xZpe_dc66_sid=J4Yc6J; expires=Wed, 07-Nov-2012 20:22:42 GMT; path=/; domain=.ky6.com xZpe_dc66_lastact=1352233362%09home.php%09misc; expires=Wed, 07-Nov-2012 20:22:42 GMT; path=/; domain=.ky6.com xZpe_dc66_stats_qc_reg=deleted; expires=Mon, 07-Nov-2011 20:22:41 GMT; path=/; domain=.ky6.com xZpe_dc66_cloudstatpost=deleted; expires=Mon, 07-Nov-2011 20:22:41 GMT; path=/; domain=.ky6.com xZpe_dc66_sendmail=1; expires=Tue, 06-Nov-2012 20:27:42 GMT; path=/; domain=.ky6.com
Content-Encoding: gzip
Vary: Accept-Encoding
Thanks: Welcome to our website!
GET /data/attachment/album/201007/08/215929caci6ug9aczci98o.jpg HTTP/1.1

Host: home.ky6.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.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:42 GMT
Content-Length: 185
Connection: keep-alive
Location: http://www.ky6.com/data/attachment/album/201007/08/215929caci6ug9aczci98o.jpg
Thanks: Welcome to our website!
GET /data/attachment/album/201103/05/133336hhhrgjrqjtqdin5z.gif HTTP/1.1

Host: home.ky6.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.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:42 GMT
Content-Length: 185
Connection: keep-alive
Location: http://www.ky6.com/data/attachment/album/201103/05/133336hhhrgjrqjtqdin5z.gif
Thanks: Welcome to our website!
GET /avatar.php?uid=460972&size=small HTTP/1.1

Host: uc1.ky6.com
GET /avatar.php?uid=460972&amp;size=small 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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:42 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.17p1
Last-Modified: Wed, 07 Nov 2012 04:22:42 +0800
Expires: Thu, 08 Nov 2012 04:22:42 +0800
Location: http://uc1.ky6.com/./data/avatar/000/46/09/72_avatar_small.jpg
Thanks: Welcome to our website!
GET /data/attachment/common/b6/common_22_icon.png HTTP/1.1

Host: bbs.ky6.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.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:42 GMT
Content-Length: 185
Connection: keep-alive
Location: http://www.ky6.com/data/attachment/common/b6/common_22_icon.png
Thanks: Welcome to our website!
GET /static/image/common/qq_login.gif HTTP/1.1

Host: www.ky6.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.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 200 OK

Content-Type: image/gif
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:42 GMT
Content-Length: 3200
Last-Modified: Wed, 27 Jun 2012 07:16:42 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /avatar.php?uid=209159&size=small HTTP/1.1

Host: uc1.ky6.com
GET /avatar.php?uid=209159&amp;size=small 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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:42 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.17p1
Last-Modified: Wed, 07 Nov 2012 04:22:42 +0800
Expires: Thu, 08 Nov 2012 04:22:42 +0800
Location: http://uc1.ky6.com/./data/avatar/000/20/91/59_avatar_small.jpg
Thanks: Welcome to our website!
GET /avatar.php?uid=191537&size=small HTTP/1.1

Host: uc1.ky6.com
GET /avatar.php?uid=191537&amp;size=small 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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:42 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.17p1
Last-Modified: Wed, 07 Nov 2012 04:22:42 +0800
Expires: Thu, 08 Nov 2012 04:22:42 +0800
Location: http://uc1.ky6.com/./data/avatar/000/19/15/37_avatar_small.jpg
Thanks: Welcome to our website!
GET /avatar.php?uid=55539&size=small HTTP/1.1

Host: uc1.ky6.com
GET /avatar.php?uid=55539&amp;size=small 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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:42 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.17p1
Last-Modified: Wed, 07 Nov 2012 04:22:42 +0800
Expires: Thu, 08 Nov 2012 04:22:42 +0800
Location: http://uc1.ky6.com/./data/avatar/000/05/55/39_avatar_small.jpg
Thanks: Welcome to our website!
GET /data/attachment/album/201111/30/135533tetptmvuvr48uviu.jpg HTTP/1.1

Host: home.ky6.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.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:42 GMT
Content-Length: 185
Connection: keep-alive
Location: http://www.ky6.com/data/attachment/album/201111/30/135533tetptmvuvr48uviu.jpg
Thanks: Welcome to our website!
GET /zh_CN/htmledition/js/qf/page/qfcode.js HTTP/1.1

Host: list.qq.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://www.ky6.com/forum.php?tid=772453
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: TWS
Connection: Keep-Alive
Keep-Alive: timeout=15
Date: Tue, 06 Nov 2012 20:22:05 GMT
Expires: Thu, 06 Dec 2012 20:22:05 GMT
Cache-Control: max-age=2592000
Content-Length: 1887
Last-Modified: Tue, 22 Mar 2001 08:56:08 GMT
GET /2581405.js HTTP/1.1

Host: js.users.51.la

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.ky6.com/forum.php?tid=772453
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Cache-Control: max-age=300
Content-Length: 1907
Last-Modified: Wed, 19 Sep 2012 15:32:11 GMT
Accept-Ranges: bytes
Etag: &quot;c09afbef7b96cd1:9b1&quot;
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Date: Tue, 06 Nov 2012 20:22:04 GMT
Connection: close
GET /avatar.php?uid=465199&size=small HTTP/1.1

Host: uc1.ky6.com
GET /avatar.php?uid=465199&amp;size=small 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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:42 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.17p1
Last-Modified: Wed, 07 Nov 2012 04:22:42 +0800
Expires: Thu, 08 Nov 2012 04:22:42 +0800
Location: http://uc1.ky6.com/./data/avatar/000/46/51/99_avatar_small.jpg
Thanks: Welcome to our website!
GET /avatar.php?uid=258829&size=small HTTP/1.1

Host: uc1.ky6.com
GET /avatar.php?uid=258829&amp;size=small 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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:42 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.17p1
Last-Modified: Wed, 07 Nov 2012 04:22:42 +0800
Expires: Thu, 08 Nov 2012 04:22:42 +0800
Location: http://uc1.ky6.com/images/noavatar_small.gif
Thanks: Welcome to our website!
GET /status/pai/hash/4efd4b19d612920b4b41ab890f31e511 HTTP/1.1

Host: webscan.360.cn

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.ky6.com/forum.php?tid=772453
HTTP/1.1 200 OK

Content-Type: image/png
Server: 360Server
Date: Tue, 06 Nov 2012 20:22:05 GMT
Content-Length: 9810
Last-Modified: Tue, 14 Aug 2012 06:33:00 GMT
Connection: close
Accept-Ranges: bytes
GET /ecom?di=u817314&tm=BAIDU_CPRO_SETJSONADSLOT&fn=BAIDU_CPRO_SETJSONADSLOT&baidu_id= HTTP/1.1

Host: pos.baidu.com
GET /ecom?di=u817314&amp;tm=BAIDU_CPRO_SETJSONADSLOT&amp;fn=BAIDU_CPRO_SETJSONADSLOT&amp;baidu_id= 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://www.ky6.com/forum.php?tid=772453
Cookie: BAIDUID=57B18337113454B42D57CDCBE7ADFD3E:FG=1
HTTP/1.1 200 OK

Content-Type: text/javascript;charset=UTF-8
Date: Tue, 06 Nov 2012 20:22:05 GMT
Transfer-Encoding: chunked
Connection: close
Content-Encoding: gzip
Server: Apache
GET /avatar.php?uid=227522&size=small HTTP/1.1

Host: uc1.ky6.com
GET /avatar.php?uid=227522&amp;size=small 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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:43 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.17p1
Last-Modified: Wed, 07 Nov 2012 04:22:43 +0800
Expires: Thu, 08 Nov 2012 04:22:43 +0800
Location: http://uc1.ky6.com/./data/avatar/000/22/75/22_avatar_small.jpg
Thanks: Welcome to our website!
GET /data/avatar/000/46/09/72_avatar_small.jpg HTTP/1.1

Host: uc1.ky6.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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:43 GMT
Content-Length: 1284
Last-Modified: Sat, 18 Aug 2012 11:48:43 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /data/attachment/album/201007/08/215929caci6ug9aczci98o.jpg HTTP/1.1

Host: www.ky6.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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1
HTTP/1.1 404 Not Found

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:43 GMT
Content-Length: 169
Connection: keep-alive
GET /cloud/scripts/discuz_tips.js?v=1 HTTP/1.1

Host: discuz.gtimg.cn

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.ky6.com/forum.php?tid=772453
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: NWS_HY_P91
Connection: keep-alive
Date: Tue, 06 Nov 2012 20:22:04 GMT
Cache-Control: max-age=7200
Expires: Tue, 06 Nov 2012 22:22:04 GMT
Last-Modified: Mon, 16 Jul 2012 03:39:26 GMT
Content-Length: 3274
Content-Encoding: gzip
GET /ping.js?v=1VERHASH HTTP/1.1

Host: tcss.qq.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://www.ky6.com/forum.php?tid=772453
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: NWS_HY_P91
Connection: keep-alive
Date: Tue, 06 Nov 2012 20:22:04 GMT
Cache-Control: max-age=600
Expires: Tue, 06 Nov 2012 20:32:04 GMT
Last-Modified: Tue, 15 May 2012 07:31:55 GMT
Content-Length: 3677
Content-Encoding: gzip
GET /data/attachment/block/f2/f206446c34dc6c7083d5a852fffa1e46.jpg HTTP/1.1

Host: www.ky6.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.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:42 GMT
Content-Length: 50524
Last-Modified: Tue, 06 Nov 2012 07:55:45 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /data/avatar/000/20/91/59_avatar_small.jpg HTTP/1.1

Host: uc1.ky6.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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:43 GMT
Content-Length: 1783
Last-Modified: Fri, 06 Apr 2012 07:41:52 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /avatar.php?uid=425932&size=small HTTP/1.1

Host: uc1.ky6.com
GET /avatar.php?uid=425932&amp;size=small 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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:43 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.17p1
Last-Modified: Wed, 07 Nov 2012 04:22:43 +0800
Expires: Thu, 08 Nov 2012 04:22:43 +0800
Location: http://uc1.ky6.com/./data/avatar/000/42/59/32_avatar_small.jpg
Thanks: Welcome to our website!
GET /data/avatar/000/19/15/37_avatar_small.jpg HTTP/1.1

Host: uc1.ky6.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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:43 GMT
Content-Length: 2209
Last-Modified: Sun, 30 Sep 2012 08:54:46 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /data/attachment/album/201103/05/133336hhhrgjrqjtqdin5z.gif HTTP/1.1

Host: www.ky6.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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1
HTTP/1.1 404 Not Found

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:43 GMT
Content-Length: 169
Connection: keep-alive
GET /data/attachment/block/4b/4b1647548b70fcdba2c98d93c15e7d87.jpg HTTP/1.1

Host: www.ky6.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.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:42 GMT
Content-Length: 55556
Last-Modified: Tue, 06 Nov 2012 08:12:48 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /data/avatar/000/46/51/99_avatar_small.jpg HTTP/1.1

Host: uc1.ky6.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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:43 GMT
Content-Length: 2126
Last-Modified: Tue, 02 Oct 2012 02:00:24 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /data/avatar/000/05/55/39_avatar_small.jpg HTTP/1.1

Host: uc1.ky6.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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:43 GMT
Content-Length: 1590
Last-Modified: Fri, 06 Apr 2012 07:45:19 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /data/attachment/album/201111/30/135533tetptmvuvr48uviu.jpg HTTP/1.1

Host: home.ky6.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.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:43 GMT
Content-Length: 185
Connection: keep-alive
Location: http://www.ky6.com/data/attachment/album/201111/30/135533tetptmvuvr48uviu.jpg
Thanks: Welcome to our website!
GET /data/attachment/block/b1/b16158541d8442085cd01f970bf320b4.jpg HTTP/1.1

Host: www.ky6.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.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:43 GMT
Content-Length: 42980
Last-Modified: Tue, 06 Nov 2012 08:14:16 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /data/attachment/common/b6/common_22_icon.png HTTP/1.1

Host: www.ky6.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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1
HTTP/1.1 200 OK

Content-Type: image/png
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:43 GMT
Content-Length: 8006
Last-Modified: Fri, 06 Apr 2012 07:51:32 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /images/noavatar_small.gif HTTP/1.1

Host: uc1.ky6.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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1
HTTP/1.1 200 OK

Content-Type: image/gif
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:43 GMT
Content-Length: 1574
Last-Modified: Fri, 06 Apr 2012 07:45:25 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /data/avatar/000/22/75/22_avatar_small.jpg HTTP/1.1

Host: uc1.ky6.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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:43 GMT
Content-Length: 1483
Last-Modified: Fri, 06 Apr 2012 07:43:52 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /avatar.php?uid=170958&size=small HTTP/1.1

Host: uc1.ky6.com
GET /avatar.php?uid=170958&amp;size=small 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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:43 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.17p1
Last-Modified: Wed, 07 Nov 2012 04:22:43 +0800
Expires: Thu, 08 Nov 2012 04:22:43 +0800
Location: http://uc1.ky6.com/./data/avatar/000/17/09/58_avatar_small.jpg
Thanks: Welcome to our website!
GET /avatar.php?uid=169353&size=small HTTP/1.1

Host: uc1.ky6.com
GET /avatar.php?uid=169353&amp;size=small 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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:43 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.17p1
Last-Modified: Wed, 07 Nov 2012 04:22:43 +0800
Expires: Thu, 08 Nov 2012 04:22:43 +0800
Location: http://uc1.ky6.com/./data/avatar/000/16/93/53_avatar_small.jpg
Thanks: Welcome to our website!
GET /cpro/ui/uijs.php?tu=u817314&tn=text_default_728_90&n=zjd520v2010_cpr&rsi1=90&rsi0=728&rad=&rss0=%23798DBF&rss1=%23FFFFFF&rss2=%230000ff&rss3=%23444444&rss4=%23008000&rss5=&rss6=%23e10900&rsi5=2&ts=1&at=103&ch=0&cad=1&aurl=&rss7=&cpa=1&fv=10&cn=1&if=16&word=http%3A%2F%2Fwww.ky6.com%2Fforum.php%3Ftid%3D772453&refer=&ready=1&jk=4d7605816033db26&jn=3&lmt=1352233322&csp=1176,885&csn=1176,855&ccd=24&chi=1&cja=true&cpl=8&cmi=54&cce=true&csl=en-US&did=1&rt=267&dt=1352233326&ev=67108864&c01=0&prt=1352233325894&i3=f HTTP/1.1

Host: cpro.baidu.com
GET /cpro/ui/uijs.php?tu=u817314&amp;tn=text_default_728_90&amp;n=zjd520v2010_cpr&amp;rsi1=90&amp;rsi0=728&amp;rad=&amp;rss0=%23798DBF&amp;rss1=%23FFFFFF&amp;rss2=%230000ff&amp;rss3=%23444444&amp;rss4=%23008000&amp;rss5=&amp;rss6=%23e10900&amp;rsi5=2&amp;ts=1&amp;at=103&amp;ch=0&amp;cad=1&amp;aurl=&amp;rss7=&amp;cpa=1&amp;fv=10&amp;cn=1&amp;if=16&amp;word=http%3A%2F%2Fwww.ky6.com%2Fforum.php%3Ftid%3D772453&amp;refer=&amp;ready=1&amp;jk=4d7605816033db26&amp;jn=3&amp;lmt=1352233322&amp;csp=1176,885&amp;csn=1176,855&amp;ccd=24&amp;chi=1&amp;cja=true&amp;cpl=8&amp;cmi=54&amp;cce=true&amp;csl=en-US&amp;did=1&amp;rt=267&amp;dt=1352233326&amp;ev=67108864&amp;c01=0&amp;prt=1352233325894&amp;i3=f 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://www.ky6.com/forum.php?tid=772453
Cookie: BAIDUID=57B18337113454B42D57CDCBE7ADFD3E:FG=1
HTTP/1.1 200 OK

Content-Type: text/html
Date: Tue, 06 Nov 2012 20:22:06 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Last-Modified: Wed Nov 7 04:22:06 2012
Cache-Control: post-check=0, pre-check=0
Pragma: no-cache
Server: Apache
Content-Encoding: gzip
GET /data/attachment/album/201111/30/135533tetptmvuvr48uviu.jpg HTTP/1.1

Host: www.ky6.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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1
HTTP/1.1 404 Not Found

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:43 GMT
Content-Length: 169
Connection: keep-alive
GET /static/js/common_extra.js?XAa HTTP/1.1

Host: www.ky6.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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:44 GMT
Last-Modified: Tue, 28 Aug 2012 12:15:36 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Thanks: Welcome to our website!
Content-Encoding: gzip
GET /data/avatar/000/42/59/32_avatar_small.jpg HTTP/1.1

Host: uc1.ky6.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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:44 GMT
Content-Length: 1844
Last-Modified: Sat, 14 Apr 2012 01:27:34 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /avatar.php?uid=14695&size=small HTTP/1.1

Host: uc1.ky6.com
GET /avatar.php?uid=14695&amp;size=small 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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:44 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.17p1
Last-Modified: Wed, 07 Nov 2012 04:22:44 +0800
Expires: Thu, 08 Nov 2012 04:22:44 +0800
Location: http://uc1.ky6.com/./data/avatar/000/01/46/95_avatar_small.jpg
Thanks: Welcome to our website!
GET /avatar.php?uid=14697&size=small HTTP/1.1

Host: uc1.ky6.com
GET /avatar.php?uid=14697&amp;size=small 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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:44 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.17p1
Last-Modified: Wed, 07 Nov 2012 04:22:44 +0800
Expires: Thu, 08 Nov 2012 04:22:44 +0800
Location: http://uc1.ky6.com/./data/avatar/000/01/46/97_avatar_small.jpg
Thanks: Welcome to our website!
GET /avatar.php?uid=194205&size=small HTTP/1.1

Host: uc1.ky6.com
GET /avatar.php?uid=194205&amp;size=small 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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:44 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.17p1
Last-Modified: Wed, 07 Nov 2012 04:22:44 +0800
Expires: Thu, 08 Nov 2012 04:22:44 +0800
Location: http://uc1.ky6.com/./data/avatar/000/19/42/05_avatar_small.jpg
Thanks: Welcome to our website!
GET /avatar.php?uid=172753&size=small HTTP/1.1

Host: uc1.ky6.com
GET /avatar.php?uid=172753&amp;size=small 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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:44 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.17p1
Last-Modified: Wed, 07 Nov 2012 04:22:44 +0800
Expires: Thu, 08 Nov 2012 04:22:44 +0800
Location: http://uc1.ky6.com/./data/avatar/000/17/27/53_avatar_small.jpg
Thanks: Welcome to our website!
GET /data/avatar/000/17/09/58_avatar_small.jpg HTTP/1.1

Host: uc1.ky6.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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:44 GMT
Content-Length: 2188
Last-Modified: Fri, 06 Apr 2012 07:45:20 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /data/attachment/block/41/4142ea81e9dac75c196d50e99b8edfb9.jpg HTTP/1.1

Host: www.ky6.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.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:42 GMT
Content-Length: 59034
Last-Modified: Tue, 06 Nov 2012 08:10:52 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /data/attachment/album/201111/30/135533tetptmvuvr48uviu.jpg HTTP/1.1

Host: www.ky6.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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1
HTTP/1.1 404 Not Found

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:44 GMT
Content-Length: 169
Connection: keep-alive
GET /avatar.php?uid=171060&size=small HTTP/1.1

Host: uc1.ky6.com
GET /avatar.php?uid=171060&amp;size=small 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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:44 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.17p1
Last-Modified: Wed, 07 Nov 2012 04:22:44 +0800
Expires: Thu, 08 Nov 2012 04:22:44 +0800
Location: http://uc1.ky6.com/./data/avatar/000/17/10/60_avatar_small.jpg
Thanks: Welcome to our website!
GET /data/attachment/common/b6/common_22_icon.png HTTP/1.1

Host: bbs.ky6.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.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:44 GMT
Content-Length: 185
Connection: keep-alive
Location: http://www.ky6.com/data/attachment/common/b6/common_22_icon.png
Thanks: Welcome to our website!
GET /data/attachment/album/201103/05/133336hhhrgjrqjtqdin5z.gif HTTP/1.1

Host: home.ky6.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.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:44 GMT
Content-Length: 185
Connection: keep-alive
Location: http://www.ky6.com/data/attachment/album/201103/05/133336hhhrgjrqjtqdin5z.gif
Thanks: Welcome to our website!
GET /data/attachment/block/a8/a8d961b9286508395002201e7d1ae43b.jpg HTTP/1.1

Host: www.ky6.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.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:44 GMT
Content-Length: 57325
Last-Modified: Tue, 06 Nov 2012 08:14:48 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /data/attachment/block/f5/f5da5e8dfac99d60dd15997d0845ccf6.jpg HTTP/1.1

Host: www.ky6.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.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:42 GMT
Content-Length: 62045
Last-Modified: Tue, 06 Nov 2012 08:13:46 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /data/attachment/album/201007/08/215929caci6ug9aczci98o.jpg HTTP/1.1

Host: home.ky6.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.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:44 GMT
Content-Length: 185
Connection: keep-alive
Location: http://www.ky6.com/data/attachment/album/201007/08/215929caci6ug9aczci98o.jpg
Thanks: Welcome to our website!
GET /avatar.php?uid=170958&size=small HTTP/1.1

Host: uc1.ky6.com
GET /avatar.php?uid=170958&amp;size=small 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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1
If-Modified-Since: Wed, 07 Nov 2012 04:22:43 +0800
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:44 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.17p1
Last-Modified: Wed, 07 Nov 2012 04:22:44 +0800
Expires: Thu, 08 Nov 2012 04:22:44 +0800
Location: http://uc1.ky6.com/./data/avatar/000/17/09/58_avatar_small.jpg
Thanks: Welcome to our website!
GET /avatar.php?uid=169353&size=small HTTP/1.1

Host: uc1.ky6.com
GET /avatar.php?uid=169353&amp;size=small 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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1
If-Modified-Since: Wed, 07 Nov 2012 04:22:43 +0800
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:44 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.17p1
Last-Modified: Wed, 07 Nov 2012 04:22:44 +0800
Expires: Thu, 08 Nov 2012 04:22:44 +0800
Location: http://uc1.ky6.com/./data/avatar/000/16/93/53_avatar_small.jpg
Thanks: Welcome to our website!
GET /avatar.php?uid=465199&size=small HTTP/1.1

Host: uc1.ky6.com
GET /avatar.php?uid=465199&amp;size=small 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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1
If-Modified-Since: Wed, 07 Nov 2012 04:22:42 +0800
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:44 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.17p1
Last-Modified: Wed, 07 Nov 2012 04:22:44 +0800
Expires: Thu, 08 Nov 2012 04:22:44 +0800
Location: http://uc1.ky6.com/./data/avatar/000/46/51/99_avatar_small.jpg
Thanks: Welcome to our website!
GET /avatar.php?uid=460972&size=small HTTP/1.1

Host: uc1.ky6.com
GET /avatar.php?uid=460972&amp;size=small 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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1
If-Modified-Since: Wed, 07 Nov 2012 04:22:42 +0800
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:44 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.17p1
Last-Modified: Wed, 07 Nov 2012 04:22:44 +0800
Expires: Thu, 08 Nov 2012 04:22:44 +0800
Location: http://uc1.ky6.com/./data/avatar/000/46/09/72_avatar_small.jpg
Thanks: Welcome to our website!
GET /icon/toss_11.gif HTTP/1.1

Host: tcss.qq.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.ky6.com/forum.php?tid=772453
HTTP/1.1 200 OK

Content-Type: image/gif
Server: NWS_HY_P91
Connection: keep-alive
Date: Tue, 06 Nov 2012 20:22:05 GMT
Cache-Control: max-age=600
Expires: Tue, 06 Nov 2012 20:32:05 GMT
Last-Modified: Mon, 19 Sep 2011 10:04:48 GMT
Content-Length: 1141
GET /extra/text_flash/AC_RunActiveContent.js HTTP/1.1

Host: cpro.baidu.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://cpro.baidu.com/cpro/ui/uijs.php?tu=u817314&amp;tn=text_default_728_90&amp;n=zjd520v2010_cpr&amp;rsi1=90&amp;rsi0=728&amp;rad=&amp;rss0=%23798DBF&amp;rss1=%23FFFFFF&amp;rss2=%230000ff&amp;rss3=%23444444&amp;rss4=%23008000&amp;rss5=&amp;rss6=%23e10900&amp;rsi5=2&amp;ts=1&amp;at=103&amp;ch=0&amp;cad=1&amp;aurl=&amp;rss7=&amp;cpa=1&amp;fv=10&amp;cn=1&amp;if=16&amp;word=http%3A%2F%2Fwww.ky6.com%2Fforum.php%3Ftid%3D772453&amp;refer=&amp;ready=1&amp;jk=4d7605816033db26&amp;jn=3&amp;lmt=1352233322&amp;csp=1176,885&amp;csn=1176,855&amp;ccd=24&amp;chi=1&amp;cja=true&amp;cpl=8&amp;cmi=54&amp;cce=true&amp;csl=en-US&amp;did=1&amp;rt=267&amp;dt=1352233326&amp;ev=67108864&amp;c01=0&amp;prt=1352233325894&amp;i3=f
Cookie: BAIDUID=57B18337113454B42D57CDCBE7ADFD3E:FG=1
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Date: Tue, 06 Nov 2012 20:22:07 GMT
Content-Length: 2455
Last-Modified: Mon, 05 Sep 2011 08:00:00 GMT
Connection: keep-alive
Content-Encoding: gzip
Server: Apache
Expires: Tue, 06 Nov 2012 21:22:07 GMT
Cache-Control: max-age=3600
GET /data/avatar/000/16/93/53_avatar_small.jpg HTTP/1.1

Host: uc1.ky6.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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:44 GMT
Content-Length: 6534
Last-Modified: Fri, 06 Apr 2012 07:41:31 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /data/attachment/block/18/184849b0cd81219d412832898feb8ccb.jpg HTTP/1.1

Host: www.ky6.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.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:44 GMT
Content-Length: 64375
Last-Modified: Tue, 06 Nov 2012 08:15:09 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /data/attachment/album/201103/05/133336hhhrgjrqjtqdin5z.gif HTTP/1.1

Host: www.ky6.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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1; pgv_pvi=3053381488; pgv_info=ssi=s5886262331
HTTP/1.1 404 Not Found

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:45 GMT
Content-Length: 169
Connection: keep-alive
GET /static/image/common/collapsed_no.gif HTTP/1.1

Host: www.ky6.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.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 200 OK

Content-Type: image/gif
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:45 GMT
Content-Length: 78
Last-Modified: Wed, 27 Jun 2012 07:16:42 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /data/avatar/000/01/46/97_avatar_small.jpg HTTP/1.1

Host: uc1.ky6.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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1; pgv_pvi=3053381488; pgv_info=ssi=s5886262331
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:45 GMT
Content-Length: 2052
Last-Modified: Fri, 06 Apr 2012 07:44:48 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /data/avatar/000/19/42/05_avatar_small.jpg HTTP/1.1

Host: uc1.ky6.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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1; pgv_pvi=3053381488; pgv_info=ssi=s5886262331
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:45 GMT
Content-Length: 1621
Last-Modified: Fri, 06 Apr 2012 07:41:48 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /data/avatar/000/17/27/53_avatar_small.jpg HTTP/1.1

Host: uc1.ky6.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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1; pgv_pvi=3053381488; pgv_info=ssi=s5886262331
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:45 GMT
Content-Length: 1740
Last-Modified: Fri, 06 Apr 2012 07:45:21 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /data/attachment/block/dc/dcc11e23a47ec45eab03d705fae179e0.jpg HTTP/1.1

Host: www.ky6.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.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:44 GMT
Content-Length: 61915
Last-Modified: Mon, 05 Nov 2012 04:36:40 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /pingd?dm=www.ky6.com&url=/forum.php&arg=tid%3D772453&rdm=-&rurl=-&adt=-&rarg=-&pvi=3053381488&si=s5886262331&ui=0&ty=1&rt=forum&md=apjiPne&pn=1&qq=000&r2=1009243&scr=1176x885&scl=24-bit&lg=en-us&jv=1&pf=Win32&tz=-1&fl=10.0%20r45&ct=-&ext=bc=0;adid=&r3=2110 HTTP/1.1

Host: pingtcss.qq.com
GET /pingd?dm=www.ky6.com&amp;url=/forum.php&amp;arg=tid%3D772453&amp;rdm=-&amp;rurl=-&amp;adt=-&amp;rarg=-&amp;pvi=3053381488&amp;si=s5886262331&amp;ui=0&amp;ty=1&amp;rt=forum&amp;md=apjiPne&amp;pn=1&amp;qq=000&amp;r2=1009243&amp;scr=1176x885&amp;scl=24-bit&amp;lg=en-us&amp;jv=1&amp;pf=Win32&amp;tz=-1&amp;fl=10.0%20r45&amp;ct=-&amp;ext=bc=0;adid=&amp;r3=2110 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://www.ky6.com/forum.php?tid=772453
HTTP/1.1 200 OK

Content-Type: text/html
Cache-Control: private, max-age=0, no-cache
Pragma: no-cache
X-Cache-Lookup: MISS from proxy:8080
Connection: Keep-Alive
Content-Length: 0
GET /data/attachment/block/86/86ebdfc785f9b64407b0495a6ed6c20d.jpg HTTP/1.1

Host: www.ky6.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.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:44 GMT
Content-Length: 48266
Last-Modified: Mon, 05 Nov 2012 04:06:07 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /img/cpro_media_small.png HTTP/1.1

Host: cpro.baidu.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://cpro.baidu.com/cpro/ui/uijs.php?tu=u817314&amp;tn=text_default_728_90&amp;n=zjd520v2010_cpr&amp;rsi1=90&amp;rsi0=728&amp;rad=&amp;rss0=%23798DBF&amp;rss1=%23FFFFFF&amp;rss2=%230000ff&amp;rss3=%23444444&amp;rss4=%23008000&amp;rss5=&amp;rss6=%23e10900&amp;rsi5=2&amp;ts=1&amp;at=103&amp;ch=0&amp;cad=1&amp;aurl=&amp;rss7=&amp;cpa=1&amp;fv=10&amp;cn=1&amp;if=16&amp;word=http%3A%2F%2Fwww.ky6.com%2Fforum.php%3Ftid%3D772453&amp;refer=&amp;ready=1&amp;jk=4d7605816033db26&amp;jn=3&amp;lmt=1352233322&amp;csp=1176,885&amp;csn=1176,855&amp;ccd=24&amp;chi=1&amp;cja=true&amp;cpl=8&amp;cmi=54&amp;cce=true&amp;csl=en-US&amp;did=1&amp;rt=267&amp;dt=1352233326&amp;ev=67108864&amp;c01=0&amp;prt=1352233325894&amp;i3=f
Cookie: BAIDUID=57B18337113454B42D57CDCBE7ADFD3E:FG=1
HTTP/1.1 200 OK

Content-Type: image/png
Date: Tue, 06 Nov 2012 20:22:07 GMT
Content-Length: 645
Last-Modified: Mon, 05 Sep 2011 08:00:00 GMT
Connection: keep-alive
Server: Apache
Expires: Wed, 07 Nov 2012 20:22:07 GMT
Cache-Control: max-age=86400
Accept-Ranges: bytes
GET /heatmap/43/MTAwOTI0Mw==.js?rand=6396886817 HTTP/1.1

Host: tcss.qq.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://www.ky6.com/forum.php?tid=772453
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: NWS_HY_P91
Connection: keep-alive
Date: Tue, 06 Nov 2012 20:22:06 GMT
Cache-Control: max-age=600
Expires: Tue, 06 Nov 2012 20:32:06 GMT
Last-Modified: Wed, 10 Oct 2012 06:10:15 GMT
Content-Length: 41
GET /avatar.php?uid=209159&size=small HTTP/1.1

Host: uc1.ky6.com
GET /avatar.php?uid=209159&amp;size=small 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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1
If-Modified-Since: Wed, 07 Nov 2012 04:22:42 +0800
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:45 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.17p1
Last-Modified: Wed, 07 Nov 2012 04:22:45 +0800
Expires: Thu, 08 Nov 2012 04:22:45 +0800
Location: http://uc1.ky6.com/./data/avatar/000/20/91/59_avatar_small.jpg
Thanks: Welcome to our website!
GET /data/avatar/000/01/46/95_avatar_small.jpg HTTP/1.1

Host: uc1.ky6.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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1; pgv_pvi=3053381488; pgv_info=ssi=s5886262331
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:44 GMT
Content-Length: 3052
Last-Modified: Fri, 06 Apr 2012 07:44:48 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /data/attachment/album/201007/08/215929caci6ug9aczci98o.jpg HTTP/1.1

Host: www.ky6.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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1; pgv_pvi=3053381488; pgv_info=ssi=s5886262331
HTTP/1.1 404 Not Found

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:45 GMT
Content-Length: 169
Connection: keep-alive
GET /avatar.php?uid=191537&size=small HTTP/1.1

Host: uc1.ky6.com
GET /avatar.php?uid=191537&amp;size=small 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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1
If-Modified-Since: Wed, 07 Nov 2012 04:22:42 +0800
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:45 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.17p1
Last-Modified: Wed, 07 Nov 2012 04:22:45 +0800
Expires: Thu, 08 Nov 2012 04:22:45 +0800
Location: http://uc1.ky6.com/./data/avatar/000/19/15/37_avatar_small.jpg
Thanks: Welcome to our website!
GET /data/attachment/common/b6/common_22_icon.jpg HTTP/1.1

Host: www.ky6.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.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:45 GMT
Content-Length: 16425
Last-Modified: Fri, 06 Apr 2012 07:51:32 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /avatar.php?uid=258829&size=small HTTP/1.1

Host: uc1.ky6.com
GET /avatar.php?uid=258829&amp;size=small 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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1
If-Modified-Since: Wed, 07 Nov 2012 04:22:42 +0800
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:45 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.17p1
Last-Modified: Wed, 07 Nov 2012 04:22:45 +0800
Expires: Thu, 08 Nov 2012 04:22:45 +0800
Location: http://uc1.ky6.com/images/noavatar_small.gif
Thanks: Welcome to our website!
GET /data/attachment/common/8e/common_25_icon.jpg HTTP/1.1

Host: www.ky6.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.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:45 GMT
Content-Length: 17963
Last-Modified: Fri, 06 Apr 2012 07:51:32 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /data/avatar/000/17/10/60_avatar_small.jpg HTTP/1.1

Host: uc1.ky6.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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1; pgv_pvi=3053381488; pgv_info=ssi=s5886262331
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:45 GMT
Content-Length: 6247
Last-Modified: Fri, 06 Apr 2012 07:45:21 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /avatar.php?uid=55539&size=small HTTP/1.1

Host: uc1.ky6.com
GET /avatar.php?uid=55539&amp;size=small 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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1
If-Modified-Since: Wed, 07 Nov 2012 04:22:42 +0800
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:45 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.17p1
Last-Modified: Wed, 07 Nov 2012 04:22:45 +0800
Expires: Thu, 08 Nov 2012 04:22:45 +0800
Location: http://uc1.ky6.com/./data/avatar/000/05/55/39_avatar_small.jpg
Thanks: Welcome to our website!
GET /data/attachment/common/c8/common_906_icon.png HTTP/1.1

Host: www.ky6.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.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 200 OK

Content-Type: image/png
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:45 GMT
Content-Length: 8006
Last-Modified: Fri, 06 Apr 2012 07:51:32 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /data/attachment/block/5b/5b71fb6aada5652f33fe1fe41b55b9aa.jpg HTTP/1.1

Host: www.ky6.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.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:44 GMT
Content-Length: 39318
Last-Modified: Mon, 05 Nov 2012 04:21:30 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /data/attachment/common/37/common_23_icon.jpg HTTP/1.1

Host: www.ky6.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.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:45 GMT
Content-Length: 18814
Last-Modified: Fri, 06 Apr 2012 07:51:32 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /sync.htm?cproid=57B18337113454B42D57CDCBE7ADFD3E%3AFG%3D1 HTTP/1.1

Host: cpro.baidustatic.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://cpro.baidu.com/cpro/ui/uijs.php?tu=u817314&amp;tn=text_default_728_90&amp;n=zjd520v2010_cpr&amp;rsi1=90&amp;rsi0=728&amp;rad=&amp;rss0=%23798DBF&amp;rss1=%23FFFFFF&amp;rss2=%230000ff&amp;rss3=%23444444&amp;rss4=%23008000&amp;rss5=&amp;rss6=%23e10900&amp;rsi5=2&amp;ts=1&amp;at=103&amp;ch=0&amp;cad=1&amp;aurl=&amp;rss7=&amp;cpa=1&amp;fv=10&amp;cn=1&amp;if=16&amp;word=http%3A%2F%2Fwww.ky6.com%2Fforum.php%3Ftid%3D772453&amp;refer=&amp;ready=1&amp;jk=4d7605816033db26&amp;jn=3&amp;lmt=1352233322&amp;csp=1176,885&amp;csn=1176,855&amp;ccd=24&amp;chi=1&amp;cja=true&amp;cpl=8&amp;cmi=54&amp;cce=true&amp;csl=en-US&amp;did=1&amp;rt=267&amp;dt=1352233326&amp;ev=67108864&amp;c01=0&amp;prt=1352233325894&amp;i3=f
HTTP/1.1 200 OK

Content-Type: text/html
Date: Tue, 06 Nov 2012 20:22:08 GMT
Last-Modified: Fri, 19 Oct 2012 03:00:00 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Server: Apache
P3P: CP=&quot; OTI DSP COR IVA OUR IND COM &quot;
Content-Encoding: gzip
GET /avatar.php?uid=227522&size=small HTTP/1.1

Host: uc1.ky6.com
GET /avatar.php?uid=227522&amp;size=small 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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1
If-Modified-Since: Wed, 07 Nov 2012 04:22:43 +0800
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:45 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.17p1
Last-Modified: Wed, 07 Nov 2012 04:22:45 +0800
Expires: Thu, 08 Nov 2012 04:22:45 +0800
Location: http://uc1.ky6.com/./data/avatar/000/22/75/22_avatar_small.jpg
Thanks: Welcome to our website!
GET /data/attachment/common/aa/common_903_icon.png HTTP/1.1

Host: www.ky6.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.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 200 OK

Content-Type: image/png
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:45 GMT
Content-Length: 8006
Last-Modified: Fri, 06 Apr 2012 07:51:32 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /avatar.php?uid=425932&size=small HTTP/1.1

Host: uc1.ky6.com
GET /avatar.php?uid=425932&amp;size=small 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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1
If-Modified-Since: Wed, 07 Nov 2012 04:22:43 +0800
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:45 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.17p1
Last-Modified: Wed, 07 Nov 2012 04:22:45 +0800
Expires: Thu, 08 Nov 2012 04:22:45 +0800
Location: http://uc1.ky6.com/./data/avatar/000/42/59/32_avatar_small.jpg
Thanks: Welcome to our website!
GET /avatar.php?uid=1502&size=small HTTP/1.1

Host: uc1.ky6.com
GET /avatar.php?uid=1502&amp;size=small 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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:45 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.17p1
Last-Modified: Wed, 07 Nov 2012 04:22:45 +0800
Expires: Thu, 08 Nov 2012 04:22:45 +0800
Location: http://uc1.ky6.com/images/noavatar_small.gif
Thanks: Welcome to our website!
GET /avatar.php?uid=466955&size=small HTTP/1.1

Host: uc1.ky6.com
GET /avatar.php?uid=466955&amp;size=small 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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:45 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.17p1
Last-Modified: Wed, 07 Nov 2012 04:22:45 +0800
Expires: Thu, 08 Nov 2012 04:22:45 +0800
Location: http://uc1.ky6.com/images/noavatar_small.gif
Thanks: Welcome to our website!
GET /static/image/common/forum.gif HTTP/1.1

Host: www.ky6.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.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 200 OK

Content-Type: image/gif
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:45 GMT
Content-Length: 728
Last-Modified: Wed, 27 Jun 2012 07:16:42 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /avatar.php?uid=466954&size=small HTTP/1.1

Host: uc1.ky6.com
GET /avatar.php?uid=466954&amp;size=small 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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:45 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.17p1
Last-Modified: Wed, 07 Nov 2012 04:22:45 +0800
Expires: Thu, 08 Nov 2012 04:22:45 +0800
Location: http://uc1.ky6.com/images/noavatar_small.gif
Thanks: Welcome to our website!
GET /avatar.php?uid=466952&size=small HTTP/1.1

Host: uc1.ky6.com
GET /avatar.php?uid=466952&amp;size=small 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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:45 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.17p1
Last-Modified: Wed, 07 Nov 2012 04:22:45 +0800
Expires: Thu, 08 Nov 2012 04:22:45 +0800
Location: http://uc1.ky6.com/images/noavatar_small.gif
Thanks: Welcome to our website!
GET /data/attachment/album/201207/21/1307110n0yzv04gkd3kez3.jpg HTTP/1.1

Host: www.ky6.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.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1
HTTP/1.1 404 Not Found

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:45 GMT
Content-Length: 169
Connection: keep-alive
GET /static/image/common/px.png HTTP/1.1

Host: www.ky6.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.ky6.com/data/cache/style_3_common.css?XAa
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1
HTTP/1.1 200 OK

Content-Type: image/png
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:45 GMT
Content-Length: 210
Last-Modified: Wed, 27 Jun 2012 07:16:42 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /static/image/common/pn.png HTTP/1.1

Host: www.ky6.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.ky6.com/data/cache/style_3_common.css?XAa
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1
HTTP/1.1 200 OK

Content-Type: image/png
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:45 GMT
Content-Length: 592
Last-Modified: Wed, 27 Jun 2012 07:16:42 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /template/yeei_yeeix2/yeei/img/nv.gif HTTP/1.1

Host: www.ky6.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.ky6.com/template/yeei_yeeix2/yeei/yeeicn_style.css
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1
HTTP/1.1 200 OK

Content-Type: image/gif
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:46 GMT
Content-Length: 161
Last-Modified: Wed, 19 Sep 2012 03:14:20 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /template/yeei_yeeix2/yeei/img/nv_li.gif HTTP/1.1

Host: www.ky6.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.ky6.com/template/yeei_yeeix2/yeei/yeeicn_style.css
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1
HTTP/1.1 200 OK

Content-Type: image/gif
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:46 GMT
Content-Length: 386
Last-Modified: Wed, 19 Sep 2012 03:14:20 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /avatar.php?uid=466949&size=small HTTP/1.1

Host: uc1.ky6.com
GET /avatar.php?uid=466949&amp;size=small 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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:46 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.17p1
Last-Modified: Wed, 07 Nov 2012 04:22:46 +0800
Expires: Thu, 08 Nov 2012 04:22:46 +0800
Location: http://uc1.ky6.com/images/noavatar_small.gif
Thanks: Welcome to our website!
GET /avatar.php?uid=466951&size=small HTTP/1.1

Host: uc1.ky6.com
GET /avatar.php?uid=466951&amp;size=small 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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:46 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.17p1
Last-Modified: Wed, 07 Nov 2012 04:22:46 +0800
Expires: Thu, 08 Nov 2012 04:22:46 +0800
Location: http://uc1.ky6.com/images/noavatar_small.gif
Thanks: Welcome to our website!
GET /avatar.php?uid=466948&size=small HTTP/1.1

Host: uc1.ky6.com
GET /avatar.php?uid=466948&amp;size=small 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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:46 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.17p1
Last-Modified: Wed, 07 Nov 2012 04:22:46 +0800
Expires: Thu, 08 Nov 2012 04:22:46 +0800
Location: http://uc1.ky6.com/images/noavatar_small.gif
Thanks: Welcome to our website!
GET /avatar.php?uid=466950&size=small HTTP/1.1

Host: uc1.ky6.com
GET /avatar.php?uid=466950&amp;size=small 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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:46 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.17p1
Last-Modified: Wed, 07 Nov 2012 04:22:46 +0800
Expires: Thu, 08 Nov 2012 04:22:46 +0800
Location: http://uc1.ky6.com/images/noavatar_small.gif
Thanks: Welcome to our website!
GET /avatar.php?uid=466947&size=small HTTP/1.1

Host: uc1.ky6.com
GET /avatar.php?uid=466947&amp;size=small 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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:46 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.17p1
Last-Modified: Wed, 07 Nov 2012 04:22:46 +0800
Expires: Thu, 08 Nov 2012 04:22:46 +0800
Location: http://uc1.ky6.com/images/noavatar_small.gif
Thanks: Welcome to our website!
GET /avatar.php?uid=415374&size=small HTTP/1.1

Host: uc1.ky6.com
GET /avatar.php?uid=415374&amp;size=small 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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:46 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.17p1
Last-Modified: Wed, 07 Nov 2012 04:22:46 +0800
Expires: Thu, 08 Nov 2012 04:22:46 +0800
Location: http://uc1.ky6.com/./data/avatar/000/41/53/74_avatar_small.jpg
Thanks: Welcome to our website!
GET /template/yeei_yeeix2/yeei/img/qmenu.png HTTP/1.1

Host: www.ky6.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.ky6.com/template/yeei_yeeix2/yeei/yeeicn_style.css
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1
HTTP/1.1 200 OK

Content-Type: image/png
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:46 GMT
Content-Length: 3552
Last-Modified: Wed, 19 Sep 2012 03:14:20 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /template/yeei_yeeix2/yeei/img/nv_r.gif HTTP/1.1

Host: www.ky6.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.ky6.com/template/yeei_yeeix2/yeei/yeeicn_style.css
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1
HTTP/1.1 200 OK

Content-Type: image/gif
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:46 GMT
Content-Length: 151
Last-Modified: Wed, 19 Sep 2012 03:14:20 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /sync.htm?cproid=57B18337113454B42D57CDCBE7ADFD3E%3AFG%3D1 HTTP/1.1

Host: cpro.baidu.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://cpro.baidustatic.com/sync.htm?cproid=57B18337113454B42D57CDCBE7ADFD3E%3AFG%3D1
Cookie: BAIDUID=57B18337113454B42D57CDCBE7ADFD3E:FG=1
HTTP/1.1 200 OK

Content-Type: text/html
Date: Tue, 06 Nov 2012 20:22:08 GMT
Last-Modified: Fri, 19 Oct 2012 03:00:00 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Server: Apache
P3P: CP=&quot; OTI DSP COR IVA OUR IND COM &quot;
Content-Encoding: gzip
GET /template/yeei_yeeix2/yeei/img/nv_a.gif HTTP/1.1

Host: www.ky6.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.ky6.com/template/yeei_yeeix2/yeei/yeeicn_style.css
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1
HTTP/1.1 200 OK

Content-Type: image/gif
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:46 GMT
Content-Length: 496
Last-Modified: Wed, 19 Sep 2012 03:14:20 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /static/image/common/search.png HTTP/1.1

Host: www.ky6.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.ky6.com/data/cache/style_3_common.css?XAa
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1
HTTP/1.1 200 OK

Content-Type: image/png
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:46 GMT
Content-Length: 2934
Last-Modified: Wed, 27 Jun 2012 07:16:42 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /static/image/common/arrwd.gif HTTP/1.1

Host: www.ky6.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.ky6.com/data/cache/style_3_common.css?XAa
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1
HTTP/1.1 200 OK

Content-Type: image/gif
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:46 GMT
Content-Length: 51
Last-Modified: Wed, 27 Jun 2012 07:16:42 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /template/yeei_yeeix2/yeei/img/bsi_bg.gif HTTP/1.1

Host: www.ky6.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.ky6.com/template/yeei_yeeix2/yeei/yeeicn_style.css
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1
HTTP/1.1 404 Not Found

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:46 GMT
Content-Length: 169
Connection: keep-alive
GET /avatar.php?uid=123467&size=small HTTP/1.1

Host: uc1.ky6.com
GET /avatar.php?uid=123467&amp;size=small 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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:46 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.17p1
Last-Modified: Wed, 07 Nov 2012 04:22:46 +0800
Expires: Thu, 08 Nov 2012 04:22:46 +0800
Location: http://uc1.ky6.com/./data/avatar/000/12/34/67_avatar_small.jpg
Thanks: Welcome to our website!
GET /avatar.php?uid=123318&size=small HTTP/1.1

Host: uc1.ky6.com
GET /avatar.php?uid=123318&amp;size=small 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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:46 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.17p1
Last-Modified: Wed, 07 Nov 2012 04:22:46 +0800
Expires: Thu, 08 Nov 2012 04:22:46 +0800
Location: http://uc1.ky6.com/./data/avatar/000/12/33/18_avatar_small.jpg
Thanks: Welcome to our website!
GET /avatar.php?uid=124460&size=small HTTP/1.1

Host: uc1.ky6.com
GET /avatar.php?uid=124460&amp;size=small 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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:46 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.17p1
Last-Modified: Wed, 07 Nov 2012 04:22:46 +0800
Expires: Thu, 08 Nov 2012 04:22:46 +0800
Location: http://uc1.ky6.com/./data/avatar/000/12/44/60_avatar_small.jpg
Thanks: Welcome to our website!
GET /avatar.php?uid=123569&size=small HTTP/1.1

Host: uc1.ky6.com
GET /avatar.php?uid=123569&amp;size=small 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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:46 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.17p1
Last-Modified: Wed, 07 Nov 2012 04:22:46 +0800
Expires: Thu, 08 Nov 2012 04:22:46 +0800
Location: http://uc1.ky6.com/./data/avatar/000/12/35/69_avatar_small.jpg
Thanks: Welcome to our website!
GET /avatar.php?uid=123761&size=small HTTP/1.1

Host: uc1.ky6.com
GET /avatar.php?uid=123761&amp;size=small 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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:46 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.17p1
Last-Modified: Wed, 07 Nov 2012 04:22:46 +0800
Expires: Thu, 08 Nov 2012 04:22:46 +0800
Location: http://uc1.ky6.com/./data/avatar/000/12/37/61_avatar_small.jpg
Thanks: Welcome to our website!
GET /avatar.php?uid=123968&size=small HTTP/1.1

Host: uc1.ky6.com
GET /avatar.php?uid=123968&amp;size=small 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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:46 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.17p1
Last-Modified: Wed, 07 Nov 2012 04:22:46 +0800
Expires: Thu, 08 Nov 2012 04:22:46 +0800
Location: http://uc1.ky6.com/./data/avatar/000/12/39/68_avatar_small.jpg
Thanks: Welcome to our website!
GET /template/yeei_yeeix2/yeei/img/pt.gif HTTP/1.1

Host: www.ky6.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.ky6.com/template/yeei_yeeix2/yeei/yeeicn_style.css
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1
HTTP/1.1 200 OK

Content-Type: image/gif
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:46 GMT
Content-Length: 70
Last-Modified: Wed, 19 Sep 2012 03:14:20 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /static/image/common/title.png HTTP/1.1

Host: www.ky6.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.ky6.com/data/cache/style_3_common.css?XAa
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1
HTTP/1.1 200 OK

Content-Type: image/png
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:46 GMT
Content-Length: 1380
Last-Modified: Wed, 27 Jun 2012 07:16:42 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /static/image/common/sortnum.png HTTP/1.1

Host: www.ky6.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.ky6.com/data/cache/style_3_common.css?XAa
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1
HTTP/1.1 200 OK

Content-Type: image/png
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:46 GMT
Content-Length: 638
Last-Modified: Wed, 27 Jun 2012 07:16:42 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /go.asp?svid=13&id=2581405&tpages=1&ttimes=1&tzone=1&tcolor=24&sSize=1176,885&referrer=&vpage=http%3A//www.ky6.com/forum.php%3Ftid%3D772453 HTTP/1.1

Host: web1.51.la:82
GET /go.asp?svid=13&amp;id=2581405&amp;tpages=1&amp;ttimes=1&amp;tzone=1&amp;tcolor=24&amp;sSize=1176,885&amp;referrer=&amp;vpage=http%3A//www.ky6.com/forum.php%3Ftid%3D772453 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://www.ky6.com/forum.php?tid=772453
HTTP/1.1 200 OK

Content-Type: text/html
Date: Tue, 06 Nov 2012 20:22:34 GMT
Server: Microsoft-IIS/6.0
Content-Length: 0
Expires: Tue, 06 Nov 2012 03:42:34 GMT
Cache-Control: private
GET /static/image/common/chart.png HTTP/1.1

Host: www.ky6.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.ky6.com/data/cache/style_3_forum_index.css?XAa
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1
HTTP/1.1 200 OK

Content-Type: image/png
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:46 GMT
Content-Length: 990
Last-Modified: Wed, 27 Jun 2012 07:16:42 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /h.js?7cefb55d16aabf36a11a802f0b50d4b9 HTTP/1.1

Host: hm.baidu.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://www.ky6.com/forum.php?tid=772453
Cookie: BAIDUID=57B18337113454B42D57CDCBE7ADFD3E:FG=1
HTTP/1.1 200 OK

Content-Type: application/javascript
Etag: af27686277948e31d9dfe1a15b1623cb
Cache-Control: max-age=0, must-revalidate
Content-Encoding: gzip
Set-Cookie: HMACCOUNT=B83C487ED81F8B13; Path=/; Domain=hm.baidu.com; Expires=Sun, 18 Jan 2038 00:00:00 GMT
P3P: CP=&quot;CURa ADMa DEVa PSAo PSDo OUR BUS UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR&quot;
Connection: close
Content-Length: 5068
Date: Tue, 06 Nov 2012 20:22:09 GMT
Server: apache
GET /static/image/common/titlebg.png HTTP/1.1

Host: www.ky6.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.ky6.com/data/cache/style_3_common.css?XAa
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1
HTTP/1.1 200 OK

Content-Type: image/png
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:46 GMT
Content-Length: 315
Last-Modified: Wed, 27 Jun 2012 07:16:42 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /data/avatar/000/41/53/74_avatar_small.jpg HTTP/1.1

Host: uc1.ky6.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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1; pgv_pvi=3053381488; pgv_info=ssi=s5886262331
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:46 GMT
Content-Length: 1640
Last-Modified: Tue, 17 Apr 2012 04:47:34 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /data/avatar/000/12/34/67_avatar_small.jpg HTTP/1.1

Host: uc1.ky6.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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1; pgv_pvi=3053381488; pgv_info=ssi=s5886262331
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:46 GMT
Content-Length: 1619
Last-Modified: Fri, 06 Apr 2012 07:42:34 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /data/avatar/000/12/33/18_avatar_small.jpg HTTP/1.1

Host: uc1.ky6.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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1; pgv_pvi=3053381488; pgv_info=ssi=s5886262331
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:47 GMT
Content-Length: 1710
Last-Modified: Fri, 06 Apr 2012 07:42:35 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /data/avatar/000/12/44/60_avatar_small.jpg HTTP/1.1

Host: uc1.ky6.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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1; pgv_pvi=3053381488; pgv_info=ssi=s5886262331
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:47 GMT
Content-Length: 1860
Last-Modified: Fri, 06 Apr 2012 07:42:35 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /data/avatar/000/12/37/61_avatar_small.jpg HTTP/1.1

Host: uc1.ky6.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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1; pgv_pvi=3053381488; pgv_info=ssi=s5886262331
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:47 GMT
Content-Length: 2388
Last-Modified: Fri, 06 Apr 2012 07:42:35 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /data/avatar/000/12/39/68_avatar_small.jpg HTTP/1.1

Host: uc1.ky6.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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1; pgv_pvi=3053381488; pgv_info=ssi=s5886262331
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:47 GMT
Content-Length: 1771
Last-Modified: Fri, 06 Apr 2012 07:42:35 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /avatar.php?uid=123509&size=small HTTP/1.1

Host: uc1.ky6.com
GET /avatar.php?uid=123509&amp;size=small 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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:47 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.17p1
Last-Modified: Wed, 07 Nov 2012 04:22:47 +0800
Expires: Thu, 08 Nov 2012 04:22:47 +0800
Location: http://uc1.ky6.com/./data/avatar/000/12/35/09_avatar_small.jpg
Thanks: Welcome to our website!
GET /avatar.php?uid=122566&size=small HTTP/1.1

Host: uc1.ky6.com
GET /avatar.php?uid=122566&amp;size=small 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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:47 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.17p1
Last-Modified: Wed, 07 Nov 2012 04:22:47 +0800
Expires: Thu, 08 Nov 2012 04:22:47 +0800
Location: http://uc1.ky6.com/./data/avatar/000/12/25/66_avatar_small.jpg
Thanks: Welcome to our website!
GET /data/avatar/000/12/35/69_avatar_small.jpg HTTP/1.1

Host: uc1.ky6.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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1; pgv_pvi=3053381488; pgv_info=ssi=s5886262331
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:47 GMT
Content-Length: 4486
Last-Modified: Fri, 06 Apr 2012 07:42:35 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /avatar.php?uid=122659&size=small HTTP/1.1

Host: uc1.ky6.com
GET /avatar.php?uid=122659&amp;size=small 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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:47 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.17p1
Last-Modified: Wed, 07 Nov 2012 04:22:47 +0800
Expires: Thu, 08 Nov 2012 04:22:47 +0800
Location: http://uc1.ky6.com/./data/avatar/000/12/26/59_avatar_small.jpg
Thanks: Welcome to our website!
GET /avatar.php?uid=123620&size=small HTTP/1.1

Host: uc1.ky6.com
GET /avatar.php?uid=123620&amp;size=small 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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:47 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.17p1
Last-Modified: Wed, 07 Nov 2012 04:22:47 +0800
Expires: Thu, 08 Nov 2012 04:22:47 +0800
Location: http://uc1.ky6.com/./data/avatar/000/12/36/20_avatar_small.jpg
Thanks: Welcome to our website!
GET /avatar.php?uid=123518&size=small HTTP/1.1

Host: uc1.ky6.com
GET /avatar.php?uid=123518&amp;size=small 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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:47 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.17p1
Last-Modified: Wed, 07 Nov 2012 04:22:47 +0800
Expires: Thu, 08 Nov 2012 04:22:47 +0800
Location: http://uc1.ky6.com/./data/avatar/000/12/35/18_avatar_small.jpg
Thanks: Welcome to our website!
GET /avatar.php?uid=123662&size=small HTTP/1.1

Host: uc1.ky6.com
GET /avatar.php?uid=123662&amp;size=small 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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:47 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.17p1
Last-Modified: Wed, 07 Nov 2012 04:22:47 +0800
Expires: Thu, 08 Nov 2012 04:22:47 +0800
Location: http://uc1.ky6.com/./data/avatar/000/12/36/62_avatar_small.jpg
Thanks: Welcome to our website!
GET /data/avatar/000/12/35/09_avatar_small.jpg HTTP/1.1

Host: uc1.ky6.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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1; pgv_pvi=3053381488; pgv_info=ssi=s5886262331; Hm_lvt_7cefb55d16aabf36a11a802f0b50d4b9=1352233329319; Hm_lpvt_7cefb55d16aabf36a11a802f0b50d4b9=1352233329319
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:47 GMT
Content-Length: 1824
Last-Modified: Fri, 06 Apr 2012 07:42:35 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /data/avatar/000/12/25/66_avatar_small.jpg HTTP/1.1

Host: uc1.ky6.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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1; pgv_pvi=3053381488; pgv_info=ssi=s5886262331; Hm_lvt_7cefb55d16aabf36a11a802f0b50d4b9=1352233329319; Hm_lpvt_7cefb55d16aabf36a11a802f0b50d4b9=1352233329319
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:47 GMT
Content-Length: 1516
Last-Modified: Fri, 06 Apr 2012 07:42:35 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /static/js/shell_v2.js?t=21 HTTP/1.1

Host: bdimg.share.baidu.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://www.ky6.com/forum.php?tid=772453
Cookie: BAIDUID=57B18337113454B42D57CDCBE7ADFD3E:FG=1
HTTP/1.1 200 OK

Content-Type: text/javascript
Server: JSP2/1.0.2
Date: Tue, 06 Nov 2012 20:22:10 GMT
Transfer-Encoding: chunked
Connection: close
Etag: &quot;2021378083&quot;
Last-Modified: Fri, 02 Nov 2012 10:39:26 GMT
Expires: Tue, 06 Nov 2012 20:49:02 GMT
Cache-Control: max-age=1800
Vary: Accept-Encoding
Content-Encoding: gzip
GET /hm.gif?cc=1&ck=1&cl=24-bit&ds=1176x885&et=0&fl=10.0&ja=1&ln=en-US&lo=0&nv=1&rnd=1072045660&si=7cefb55d16aabf36a11a802f0b50d4b9&st=1&v=1.0.34&lv=1 HTTP/1.1

Host: hm.baidu.com
GET /hm.gif?cc=1&amp;ck=1&amp;cl=24-bit&amp;ds=1176x885&amp;et=0&amp;fl=10.0&amp;ja=1&amp;ln=en-US&amp;lo=0&amp;nv=1&amp;rnd=1072045660&amp;si=7cefb55d16aabf36a11a802f0b50d4b9&amp;st=1&amp;v=1.0.34&amp;lv=1 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.ky6.com/forum.php?tid=772453
Cookie: BAIDUID=57B18337113454B42D57CDCBE7ADFD3E:FG=1; HMACCOUNT=B83C487ED81F8B13
HTTP/1.1 200 OK

Content-Type: image/gif
Cache-Control: private, max-age=0, no-cache
Pragma: no-cache
X-Content-Type-Options: nosniff
Connection: close
Content-Length: 43
Date: Tue, 06 Nov 2012 20:22:10 GMT
Server: apache
GET /avatar.php?uid=123245&size=small HTTP/1.1

Host: uc1.ky6.com
GET /avatar.php?uid=123245&amp;size=small 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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:47 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.17p1
Last-Modified: Wed, 07 Nov 2012 04:22:47 +0800
Expires: Thu, 08 Nov 2012 04:22:47 +0800
Location: http://uc1.ky6.com/./data/avatar/000/12/32/45_avatar_small.jpg
Thanks: Welcome to our website!
GET /data/avatar/000/12/26/59_avatar_small.jpg HTTP/1.1

Host: uc1.ky6.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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1; pgv_pvi=3053381488; pgv_info=ssi=s5886262331; Hm_lvt_7cefb55d16aabf36a11a802f0b50d4b9=1352233329319; Hm_lpvt_7cefb55d16aabf36a11a802f0b50d4b9=1352233329319
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:47 GMT
Content-Length: 1578
Last-Modified: Fri, 06 Apr 2012 07:42:35 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /data/avatar/000/12/36/20_avatar_small.jpg HTTP/1.1

Host: uc1.ky6.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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1; pgv_pvi=3053381488; pgv_info=ssi=s5886262331; Hm_lvt_7cefb55d16aabf36a11a802f0b50d4b9=1352233329319; Hm_lpvt_7cefb55d16aabf36a11a802f0b50d4b9=1352233329319
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:48 GMT
Content-Length: 2047
Last-Modified: Fri, 06 Apr 2012 07:42:35 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /data/avatar/000/12/35/18_avatar_small.jpg HTTP/1.1

Host: uc1.ky6.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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1; pgv_pvi=3053381488; pgv_info=ssi=s5886262331; Hm_lvt_7cefb55d16aabf36a11a802f0b50d4b9=1352233329319; Hm_lpvt_7cefb55d16aabf36a11a802f0b50d4b9=1352233329319
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:48 GMT
Content-Length: 1761
Last-Modified: Fri, 06 Apr 2012 07:42:35 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /data/avatar/000/12/36/62_avatar_small.jpg HTTP/1.1

Host: uc1.ky6.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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1; pgv_pvi=3053381488; pgv_info=ssi=s5886262331; Hm_lvt_7cefb55d16aabf36a11a802f0b50d4b9=1352233329319; Hm_lpvt_7cefb55d16aabf36a11a802f0b50d4b9=1352233329319
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:48 GMT
Content-Length: 1394
Last-Modified: Fri, 06 Apr 2012 07:42:35 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /avatar.php?uid=124851&size=small HTTP/1.1

Host: uc1.ky6.com
GET /avatar.php?uid=124851&amp;size=small 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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:48 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.17p1
Last-Modified: Wed, 07 Nov 2012 04:22:48 +0800
Expires: Thu, 08 Nov 2012 04:22:48 +0800
Location: http://uc1.ky6.com/./data/avatar/000/12/48/51_avatar_small.jpg
Thanks: Welcome to our website!
GET /static/image/common/scrolltop.png HTTP/1.1

Host: www.ky6.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.ky6.com/data/cache/style_3_common.css?XAa
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1; pgv_pvi=3053381488; pgv_info=ssi=s5886262331; AJSTAT_ok_pages=1; AJSTAT_ok_times=1; Hm_lvt_7cefb55d16aabf36a11a802f0b50d4b9=1352233329319; Hm_lpvt_7cefb55d16aabf36a11a802f0b50d4b9=1352233329319
HTTP/1.1 200 OK

Content-Type: image/png
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:48 GMT
Content-Length: 1074
Last-Modified: Wed, 27 Jun 2012 07:16:42 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /avatar.php?uid=123858&size=small HTTP/1.1

Host: uc1.ky6.com
GET /avatar.php?uid=123858&amp;size=small 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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=I11FF9; xZpe_dc66_lastact=1352233359%09forum.php%09
HTTP/1.1 301 Moved Permanently

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:48 GMT
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.17p1
Last-Modified: Wed, 07 Nov 2012 04:22:48 +0800
Expires: Thu, 08 Nov 2012 04:22:48 +0800
Location: http://uc1.ky6.com/./data/avatar/000/12/38/58_avatar_small.jpg
Thanks: Welcome to our website!
GET /data/avatar/000/12/32/45_avatar_small.jpg HTTP/1.1

Host: uc1.ky6.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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1; pgv_pvi=3053381488; pgv_info=ssi=s5886262331; Hm_lvt_7cefb55d16aabf36a11a802f0b50d4b9=1352233329319; Hm_lpvt_7cefb55d16aabf36a11a802f0b50d4b9=1352233329319
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:48 GMT
Content-Length: 1280
Last-Modified: Fri, 06 Apr 2012 07:42:35 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /data/avatar/000/12/48/51_avatar_small.jpg HTTP/1.1

Host: uc1.ky6.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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1; pgv_pvi=3053381488; pgv_info=ssi=s5886262331; Hm_lvt_7cefb55d16aabf36a11a802f0b50d4b9=1352233329319; Hm_lpvt_7cefb55d16aabf36a11a802f0b50d4b9=1352233329319
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:48 GMT
Content-Length: 1779
Last-Modified: Fri, 06 Apr 2012 07:42:35 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /data/avatar/000/12/38/58_avatar_small.jpg HTTP/1.1

Host: uc1.ky6.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://www.ky6.com/forum.php?tid=772453
Cookie: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1; pgv_pvi=3053381488; pgv_info=ssi=s5886262331; Hm_lvt_7cefb55d16aabf36a11a802f0b50d4b9=1352233329319; Hm_lpvt_7cefb55d16aabf36a11a802f0b50d4b9=1352233329319
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:48 GMT
Content-Length: 1729
Last-Modified: Fri, 06 Apr 2012 07:42:35 GMT
Connection: keep-alive
Thanks: Welcome to our website!
Accept-Ranges: bytes
GET /static/js/bds_s_v2.js?cdnversion=375621 HTTP/1.1

Host: bdimg.share.baidu.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://www.ky6.com/forum.php?tid=772453
Cookie: BAIDUID=57B18337113454B42D57CDCBE7ADFD3E:FG=1
HTTP/1.1 200 OK

Content-Type: text/javascript
Server: JSP2/1.0.2
Date: Tue, 06 Nov 2012 20:22:11 GMT
Transfer-Encoding: chunked
Connection: close
Etag: &quot;2063226227&quot;
Last-Modified: Fri, 02 Nov 2012 10:39:26 GMT
Expires: Tue, 06 Nov 2012 20:48:49 GMT
Cache-Control: max-age=1800
Vary: Accept-Encoding
Content-Encoding: gzip
GET /media/id=rjb1rHn1njf&gp=403&time=nHndnjTdP1D4Ps.swf HTTP/1.1

Host: drmcmm.baidu.com
GET /media/id=rjb1rHn1njf&amp;gp=403&amp;time=nHndnjTdP1D4Ps.swf 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://cpro.baidu.com/cpro/ui/uijs.php?tu=u817314&amp;tn=text_default_728_90&amp;n=zjd520v2010_cpr&amp;rsi1=90&amp;rsi0=728&amp;rad=&amp;rss0=%23798DBF&amp;rss1=%23FFFFFF&amp;rss2=%230000ff&amp;rss3=%23444444&amp;rss4=%23008000&amp;rss5=&amp;rss6=%23e10900&amp;rsi5=2&amp;ts=1&amp;at=103&amp;ch=0&amp;cad=1&amp;aurl=&amp;rss7=&amp;cpa=1&amp;fv=10&amp;cn=1&amp;if=16&amp;word=http%3A%2F%2Fwww.ky6.com%2Fforum.php%3Ftid%3D772453&amp;refer=&amp;ready=1&amp;jk=4d7605816033db26&amp;jn=3&amp;lmt=1352233322&amp;csp=1176,885&amp;csn=1176,855&amp;ccd=24&amp;chi=1&amp;cja=true&amp;cpl=8&amp;cmi=54&amp;cce=true&amp;csl=en-US&amp;did=1&amp;rt=267&amp;dt=1352233326&amp;ev=67108864&amp;c01=0&amp;prt=1352233325894&amp;i3=f
Cookie: BAIDUID=57B18337113454B42D57CDCBE7ADFD3E:FG=1
HTTP/1.1 200 OK

Content-Type: application/x-shockwave-flash
media: media
Cache-Control: max-age=31536000
Expires: Fri, 26 Oct 2012 12:24:13 GMT
Last-Modified: Sat, 25 Apr 2009 07:04:00 GMT
Date: Tue, 06 Nov 2012 20:22:09 GMT
Server: apache
Content-Length: 45396
GET /static/css/bdsstyle.css?cdnversion=20121101 HTTP/1.1

Host: bdimg.share.baidu.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://www.ky6.com/forum.php?tid=772453
Cookie: BAIDUID=57B18337113454B42D57CDCBE7ADFD3E:FG=1
HTTP/1.1 200 OK

Content-Type: text/css
Server: JSP2/1.0.2
Date: Tue, 06 Nov 2012 20:22:11 GMT
Transfer-Encoding: chunked
Connection: close
Etag: &quot;989578797&quot;
Last-Modified: Fri, 02 Nov 2012 10:39:28 GMT
Vary: Accept-Encoding
Content-Encoding: gzip
GET /static/images/r6.gif HTTP/1.1

Host: bdimg.share.baidu.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.ky6.com/forum.php?tid=772453
Cookie: BAIDUID=57B18337113454B42D57CDCBE7ADFD3E:FG=1
HTTP/1.1 200 OK

Content-Type: image/gif
Server: JSP2/1.0.2
Date: Tue, 06 Nov 2012 20:22:11 GMT
Connection: close
Content-Length: 974
Etag: &quot;1509673005&quot;
Accept-Ranges: bytes
Last-Modified: Fri, 02 Nov 2012 10:39:28 GMT
Expires: Mon, 12 Nov 2012 07:43:02 GMT
Cache-Control: max-age=604800
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: Tue, 06 Nov 2012 20:22:12 GMT
Connection: keep-alive
GET /static/js/logger.js?cdnversion=375621 HTTP/1.1

Host: bdimg.share.baidu.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://www.ky6.com/forum.php?tid=772453
Cookie: BAIDUID=57B18337113454B42D57CDCBE7ADFD3E:FG=1
HTTP/1.1 200 OK

Content-Type: text/javascript
Server: JSP2/1.0.2
Date: Tue, 06 Nov 2012 20:22:12 GMT
Transfer-Encoding: chunked
Connection: close
Etag: &quot;1258013937&quot;
Last-Modified: Fri, 02 Nov 2012 10:39:26 GMT
Expires: Tue, 06 Nov 2012 20:38:27 GMT
Cache-Control: max-age=1800
Vary: Accept-Encoding
Content-Encoding: gzip
GET /favicon.ico HTTP/1.1

Host: www.ky6.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: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1; pgv_pvi=3053381488; pgv_info=ssi=s5886262331; AJSTAT_ok_pages=1; AJSTAT_ok_times=1; Hm_lvt_7cefb55d16aabf36a11a802f0b50d4b9=1352233329319; Hm_lpvt_7cefb55d16aabf36a11a802f0b50d4b9=1352233329319
HTTP/1.1 404 Not Found

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:50 GMT
Content-Length: 169
Connection: keep-alive
GET /v.gif?pid=307&type=3071&sign=&desturl=&apitype=1&linkid=h97gt84spnk&cite_uid=626865&cite_type=4&cite_mini=1&cite_loadTime=987 HTTP/1.1

Host: nsclick.baidu.com
GET /v.gif?pid=307&amp;type=3071&amp;sign=&amp;desturl=&amp;apitype=1&amp;linkid=h97gt84spnk&amp;cite_uid=626865&amp;cite_type=4&amp;cite_mini=1&amp;cite_loadTime=987 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://www.ky6.com/forum.php?tid=772453
Cookie: BAIDUID=57B18337113454B42D57CDCBE7ADFD3E:FG=1
HTTP/1.1 200 OK

Content-Type: image/gif
Pragma: no-cache
Cache-Control: max-age=0
Etag: &quot;4280832337&quot;
Accept-Ranges: bytes
Last-Modified: Fri, 23 Oct 2009 08:06:04 GMT
Expires: Tue, 06 Nov 2012 20:22:13 GMT
Content-Length: 0
Date: Tue, 06 Nov 2012 20:22:13 GMT
Server: BWS/1.0
GET /cpro/ui/e.html HTTP/1.1

Host: cpro.baidu.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://www.ky6.com/forum.php?tid=772453
Cookie: BAIDUID=57B18337113454B42D57CDCBE7ADFD3E:FG=1; CPROID=57B18337113454B42D57CDCBE7ADFD3E:FG=1
HTTP/1.1 200 OK

Content-Type: text/html
Date: Tue, 06 Nov 2012 20:22:13 GMT
Last-Modified: Fri, 19 Oct 2012 06:30:00 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Server: Apache
Expires: Tue, 06 Nov 2012 22:22:13 GMT
Cache-Control: max-age=7200
Content-Encoding: gzip
GET /favicon.ico HTTP/1.1

Host: www.ky6.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: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1; pgv_pvi=3053381488; pgv_info=ssi=s5886262331; AJSTAT_ok_pages=1; AJSTAT_ok_times=1; Hm_lvt_7cefb55d16aabf36a11a802f0b50d4b9=1352233329319; Hm_lpvt_7cefb55d16aabf36a11a802f0b50d4b9=1352233329319
HTTP/1.1 404 Not Found

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:52 GMT
Content-Length: 169
Connection: keep-alive
GET /favicon.ico HTTP/1.1

Host: www.ky6.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: xZpe_dc66_saltkey=f6KbQ5RG; xZpe_dc66_lastvisit=1352229759; xZpe_dc66_sid=J4Yc6J; xZpe_dc66_lastact=1352233362%09home.php%09misc; xZpe_dc66_sendmail=1; pgv_pvi=3053381488; pgv_info=ssi=s5886262331; AJSTAT_ok_pages=1; AJSTAT_ok_times=1; Hm_lvt_7cefb55d16aabf36a11a802f0b50d4b9=1352233329319; Hm_lpvt_7cefb55d16aabf36a11a802f0b50d4b9=1352233329319
HTTP/1.1 404 Not Found

Content-Type: text/html
Server: nginx/1.0.11
Date: Tue, 06 Nov 2012 20:22:55 GMT
Content-Length: 169
Connection: keep-alive