hexieshe.com é seguro?

Confiado pela WOT
Site verificado

Pontuação de segurança do site

81%
A pontuação de segurança do WOT é baseada em nossas avaliações exclusivas de especialistas em tecnologia e comunidade.
Este site é reivindicado?
Sim
Avaliações da comunidade
★ 4.4
Algoritmo do WOT
88%
Segurança da Criança
10%

O que a comunidade diz?

Deixe um comentário

De 1 a 5, que nota você daria a este site?
starempty-star
starempty-star
starempty-star
starempty-star
starempty-star
Compartilhe seus comentários e ajude a comunidadeAs resenhas devem consistir em pelo menos 15 caracteresEscolha as tags que melhor descrevem este site
Malware ou Vírus
Serviço ao cliente insuficiente
Phishing
Scam
Potencialmente ilegal
Enganoso ou antiético
Risco de Privacidade
Suspeito
Ódio, discriminação
Spam
Potencial programa indesejado
Anúncios / Pop-ups
Conteúdo Adulto
Nudez acidental
Macabro ou chocante
Cancelar
Publicar avaliação
4.4
starstarstarstarhalf-star

Com base em 2 avaliações

Ordenar por:
Recentes
Overview URL http://hexieshe.com IP ***** ASN AS13335 CloudFlare, Inc. Location [United States] United States Report created ***** 18:28:40 CET Status Report complete. urlQuery Alerts No alerts detected Reputation Unknown Intrusion Detection Systems Suricata /w Emerging Threats Pro Timestamp Source IP Destination IP Severity Alert ***** 18:29:01 ***** urlQuery Client 3 FILEMAGIC Macromedia Flash data (compressed), ***** 18:28:54 ***** urlQuery Client 3 FILEMAGIC Macromedia Flash data (compressed), Snort /w Sourcefire VRT (Full license) No alerts detected Last 6 reports on ASN: AS13335 CloudFlare, Inc. Date Alerts / IDS URL ***** 15:28:15 0 / 2 ***** ***** 15:02:09 0 / 0 ***** ***** 13:49:44 0 / 0 ***** ***** 13:49:40 0 / 0 ***** ***** 13:24:56 0 / 0 ***** ***** 13:19:51 0 / 0 ***** JavaScript (35) JavaScript - Evals (10) - Collapse all Eval (size: 6114, repeated: 1) CloudFlare.define("trumpet", ["trumpet/config"], function(_config) { if ('addEventListener' in window) { on = function(obj, type, fn) { obj.addEventListener(type, fn, false) }; off = function(obj, type, fn) { obj.removeEventListener(type, fn, false) }; } else { on = function(obj, type, fn) { obj.attachEvent('on' + type, fn) }; off = function(obj, type, fn) { obj.detachEvent('on' + type, fn) }; } var Trumpet = function Trumpet(config) { this.trumpetEl = null; this.useFilter = /msie [678]/i.test(navigator.userAgent); this.message_dismissed = ""; this.animate_status = 0; this.config = config this.cookie = "__trumpetapp_dm" } var trumpet = new Trumpet(_config) Trumpet.prototype.activate = function() { if (this.config.message != "") { this.setup(); } } Trumpet.prototype.setup = function() { var theme = document.createElement('style'); theme.setAttribute("type", "text/css") var style = ".trumpet { position: absolute; -moz-transition: all 0.6s ease-in-out; -webkit-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; z-index: -1; font-family: Helvetica Neue, Helvetica, san-serif; font-size: 18px; top: -50px; left: 0; opacity: 0; filter: progid:dximagetransform.microsoft.alpha(Opacity=0); width: 100%; color: #DDD; padding: 5px 0; text-align: center; background-color: #333; border-bottom: 1px solid black; } .trumpet.trumpet-animate, .trumpet.trumpet-js-animate { z-index: 100000; top: 0px; } .trumpet.trumpet-animate { opacity: 1; filter: progid:dximagetransform.microsoft.alpha(Opacity=100); } .trumpet.trumpet-animate:hover { opacity: 0.7; filter: progid:dximagetransform.microsoft.alpha(Opacity=70); } .trumpet.trumpet-js-animate { opacity: 1; filter: progid:dximagetransform.microsoft.alpha(Opacity=100); } .trumpet.trumpet-js-animate:hover { opacity: 0.7; filter: progid:dximagetransform.microsoft.alpha(Opacity=70); } "; if (theme.styleSheet) { theme.styleSheet.cssText = style; } else { theme.innerHTML = style; } document.getElementsByTagName("head")[0].appendChild(theme); var transitionSupported = (function(style) { var prefixes = ['MozT', 'WebkitT', 'OT', 'msT', 'KhtmlT', 't']; for (var i = 0, prefix; prefix = prefixes[i]; i++) { if (prefix + 'ransition' in style) return true; } return false; }(document.body.style)); if (!transitionSupported) { this.animate = this.jsAnimateOpacity; } this.trumpetEl = document.createElement('div'); ***** = 'trumpet_message'; this.trumpetEl.className = 'trumpet'; document.getElementsByTagName("body")[0].appendChild(this.trumpetEl); this.message_dismissed = this.readCookie(); on(this.trumpetEl, 'click', function() { trumpet.animate(0); trumpet.message_dismissed = trumpet.murmurhash3_32_gc(trumpet.config.message, 1) + ""; trumpet.createCookie(trumpet.message_dismissed); }); this.showMessage(); } Trumpet.prototype.showMessage = function(self) { if (this.message_dismissed != this.murmurhash3_32_gc(this.config.message, 1) + "") { this.trumpetEl.innerHTML = this.config.message; this.animate(1); } } Trumpet.prototype.animate = function(level) { this.animate_status = level; if (level === 1) { this.trumpetEl.className = "trumpet trumpet-animate"; } else { this.trumpetEl.className = this.trumpetEl.className.replace(" trumpet-animate", ""); this.end(); } } Trumpet.prototype.setOpacity = function() { if (this.useFilter) { return function(opacity) { this.trumpetEl.filters.item('DXImageTransform.Microsoft.Alpha').Opacity = opacity * 100; } } else { return function(opacity) { this.trumpetEl.style.opacity = String(opacity); } } } Trumpet.prototype.jsAnimateOpacity = function(level) { var interval; var opacity; this.animate_status = level; if (level === 1) { opacity = 0; this.trumpetEl.className = "trumpet trumpet-js-animate"; if (this.trumpetEl.filters) this.trumpetEl.filters.item('DXImageTransform.Microsoft.Alpha').Opacity = 0; if (window.trumpet.forceNew) { opacity = this.useFilter ? this.trumpetEl.filters.item('DXImageTransform.Microsoft.Alpha').Opacity / 100 | 0 : this.trumpetEl.style.opacity | 0; } interval = setInterval(function() { if (opacity < 1) { opacity += 0.1; if (opacity > 1) opacity = 1; this.setOpacity()(opacity); } else { clearInterval(interval); } }, 100 / 20); } else { opacity = 1; interval = setInterval(function() { if (opacity > 0) { opacity -= 0.1; if (opacity < 0) opacity = 0; this.setOpacity()(opacity); } else { this.trumpetEl.className = this.trumpetEl.className.replace("trumpet-js-animate", ""); clearInterval(interval); this.end(); } }, 100 / 20); } }, Trumpet.prototype.end = function() { setTimeout(function(self) { self.trumpetEl.className = "trumpet"; self.trumpetEl.innerHTML = ""; self.config.message = ""; }, 500, this); } Trumpet.prototype.createCookie = function(value) { var exdate = new Date(); exdate.setDate(exdate.getDate() + 1); var c_value = escape(value) + "; expires=" + exdate.toUTCString(); document.cookie = this.cookie + "=" + c_value + "; path=/"; } Trumpet.prototype.readCookie = function(name) { var nameEQ = this.cookie + "="; var ca = document.cookie.split(';'); for (var i = 0; i < ca.length; i++) { var c = ca[i]; while (c.charAt(0) == ' ') c = c.substring(1, c.length); if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length); } return null; } Trumpet.prototype.murmurhash3_32_gc = function(key, seed) { var remainder, bytes, h1, h1b, c1, c1b, c2, c2b, k1, i; remainder = key.length & 3; bytes = key.length - remainder; h1 = seed; c1 = 0xcc9e2d51; c2 = 0x1b873593; i = 0; while (i < bytes) { k1 = ((key.charCodeAt(i) & 0xff)) | ((key.charCodeAt(++i) & 0xff) << 8) | ((key.charCodeAt(++i) & 0xff) << 16) | ((key.charCodeAt(++i) & 0xff) << 24); ++i; k1 = ((((k1 & 0xffff) * c1) + ((((k1 >>> 16) * c1) & 0xffff) << 16))) & 0xffffffff; k1 = (k1 << 15) | (k1 >>> 17); k1 = ((((k1 & 0xffff) * c2) + ((((k1 >>> 16) * c2) & 0xffff) << 16))) & 0xffffffff; h1 ^= k1; h1 = (h1 << 13) | (h1 >>> 19); h1b = ((((h1 & 0xffff) * 5) + ((((h1 >>> 16) * 5) & 0xffff) << 16))) & 0xffffffff; h1 = (((h1b & 0xffff) + 0x6b64) + ((((h1b >>> 16) + 0xe654) & 0xffff) << 16)); } k1 = 0; switch (remainder) { case 3: k1 ^= (key.charCodeAt(i + 2) & 0xff) << 16; case 2: k1 ^= (key.charCodeAt(i + 1) & 0xff) << 8; case 1: k1 ^= (key.charCodeAt(i) & 0xff); k1 = (((k1 & 0xffff) * c1) + ((((k1 >>> 16) * c1) & 0xffff) << 16)) & 0xffffffff; k1 = (k1 << 16) | (k1 >>> 16); k1 = (((k1 & 0xffff) * c2) + ((((k1 >>> 16) * c2) & 0xffff) << 16)) & 0xffffffff; h1 ^= k1; } h1 ^= key.length; h1 ^= h1 >>> 16; h1 = (((h1 & 0xffff) * 0x85ebca6b) + ((((h1 >>> 16) * 0x85ebca6b) & 0xffff) << 16)) & 0xffffffff; h1 ^= h1 >>> 13; h1 = ((((h1 & 0xffff) * 0xc2b2ae35) + ((((h1 >>> 16) * 0xc2b2ae35) & 0xffff) << 16))) & 0xffffffff; h1 ^= h1 >>> 16; return h1 >>> 0; } if (!window.jasmine) { trumpet.activate(); } return trumpet }); Eval (size: 2412, repeated: 1) (function() { try { var g = jiathis_config || {} } catch (e) { var g = {} }; var h = JIATHIS_CONFIGS.servicelist, _hmf = g.hmf || false, _lk = g.leftLink || {}, _rk = g.rightLink || {}, _gcp = function(s) { try { var a = jiathis_config || {} } catch (e) { var a = {} }; var b = '<div style="border:10px solid #7F7F7F; width:300px;">'; b += '<div class="jiadiv_01" style="width:300px;">'; b += '<div style="background:#F2F2F2;line-height:100%;height:30px;overflow:hidden;width:300px;">'; b += '<table width="100%" style="margin:5px 0 0 0;"><tr class="jt_sharetitle" style="line-height:20px!important;"><td align="left" style="text-align:left;font-size:12px;">«0' QÃ� < /td><td align="right"><img src="'+JIATHIS_CONFIGS.codehost+'/images / img_exit.gif " border=" 0 " style=" margin: 0 4px; cursor: pointer; " onclick=" $CKE.centerClose(); "/></td></tr></table>';b+='</div><div class=" searchTxtCont ">';b+='<div style=" background: url('+JIATHIS_CONFIGS.codehost+' / images / img_so.gif) no - repeat center; height: 30px; width: 281px ">';b+='<input class=" searchTxt " name="" type=" text " onclick=" this.value = \'\';this.style.color=\'#000\';" value="Â�eQÃ� üó)Â�" onkeyup = "$CKE.choose(this)" />'; b += '</div></div><div id="jiathis_sharelist" class="jiadiv_02" style="width:300px;height:300px;overflow-y:auto;">'; for (var k in s) { if (h[k] && !! s[k] && !! s[k].split) { var c = k.slice(3), media = s[k].split(','), hidden_value = c + ',' + media[0] + ',' + media[1]; var d = JIATHIS_CONFIGS.custom[c] || {}; var f = (d.icon) ? ' style="background:url(' + d.icon + ') no-repeat left;"' : ''; b += '<a href="#" onclick="jiathis_sendto(\'' + c + '\');return false;" class="jiatitle"><span class="jtico jtico_' + c + '"' + f + '>' + media[0] + '</span><input type="hidden" value="' + hidden_value + '" /></a>' } } b += '<div style="clear:both"></div></div>'; if (!_hmf) { b += '<div class="centerBottom">'; b += '<div style="float:left;font-size:10px;"><a href="' + (_lk.url ? _lk.url : JIATHIS_CONFIGS.webhost + '/help/html/what-is-jiathis') + '" class="link_01" style="color:#333333;" target="_blank">' + (***** ? ***** : 'Ã�/Ã�HÃ¥w?') + '</a></div>'; b += '<div style="float:right;font-size:11px;margin:0 10px 0 0;">'; b += '<img src="' + JIATHIS_CONFIGS.codehost + '/images/img_012.gif" align="absmiddle" border="none" />&nbsp;'; b += '<a href="' + (_rk.url ? _rk.url : JIATHIS_CONFIGS.webhost) + '" style="color:#333333;" class="link_01" target="_blank">' + (***** ? ***** : 'JiaThis') + '</a>'; b += '</div><div style="clear:both"></div></div>' } b += '</div>'; return b }; $CKE.centerpop.innerHTML = _gcp(h); $CKE.center() })(); Eval (size: 13315, repeated: 1) (function() { var d = document, w = window, e = encodeURIComponent, p = parseInt, dd = d.documentElement, db = d.body, dc = d.compatMode == "CSS1Compat", dx = dc ? dd : db, na = navigator.userAgent.toLowerCase(), ie6 = /msie 6/i.test(na), loop = (ie6 || (!dc && /msie/i.test(na))), params = {}, d1, d2, d3, d4, timerover, timerout, gotop, head = d.getElementsByTagName("head")[0] || dd, conf = (typeof(ujian_config) == 'undefined') ? {} : ujian_config, s = d.getElementsByTagName('script'); for (var i = 0, ss; ss = s[i++];) { if (ss.src && ss.src.indexOf("ujian.js") != -1) { ss.src.replace(/(type|uid|pos|num|btn|icon|ibtm|cbtm)=([^&]+)/g, function(a, p, v) { params[p] = v }) } } w.UJIAN = { event: { _eventListDictionary: {}, _fnSeqUID: 0, _objSeqUID: 0, addEvent: function(b, c, d, e) { var f, res = false, l; if (!b) { return res } if (!b.eventsListUID) { b.eventsListUID = "e" + (++UJIAN.event._objSeqUID) } if (!(l = UJIAN.event._eventListDictionary[b.eventsListUID])) { l = UJIAN.event._eventListDictionary[b.eventsListUID] = {} } if (!d.__elUID) { d.__elUID = "e" + (++UJIAN.event._fnSeqUID) + b.eventsListUID } if (!l[c]) { l[c] = {} } if (typeof(l[c][d.__elUID]) == 'function') { return false } f = function(a) { return d.apply(b, !e ? [UJIAN.event.getEvent(a)] : ([UJIAN.event.getEvent(a)]).concat(e)) }; if (b.addEventListener) { b.addEventListener(c, f, false); res = true } else if (b.attachEvent) { res = b.attachEvent("on" + c, f) } else { res = false } if (res) { l[c][d.__elUID] = f } return res }, getEvent: function(a) { var a = w.event || a || null, c, _s = UJIAN.event.getEvent, ct = 0; if (!a) { c = arguments.callee; while (c && ct < 10) { if ((a = c.arguments[0]) && (typeof(a.button) != "undefined" && typeof(a.ctrlKey) != "undefined")) { break }++ct; c = c.caller } } return a } }, ujianhost: "http://www.ujian.cc/", apihost: "http://*****/", imghost: "http://*****/", loghost: "http://l.ujian.cc/", slidePos: "ujian-slide-pos", siteid: 0, hookobj: [], adids: "", adgids: "", hidden: true, closed: false, opened: false, d2W: 0, slideW: 20, stX: 55, displaying: 0, hideing: 0, pos: (params.pos == 'left') ? 'left' : 'right', icon: (params.icon) ? p(params.icon) : 1, btn: (params.btn) ? p(params.btn) : 1, ibtm: (params.ibtm) ? p(params.ibtm) : 10, cbtm: (params.cbtm) ? p(params.cbtm) : 0, creElm: function(o, t, a) { var b = d.createElement(t || "div"); for (var p in o) { p == "style" ? (b[p].cssText = o[p]) : (b[p] = o[p]) } return (a || db).insertBefore(b, (a || db).firstChild) }, getWH: function() { return { h: dx.clientHeight, w: dx.clientWidth } }, slideDisplay: function() { if (UJIAN.closed || !UJIAN.hidden || UJIAN.displaying || UJIAN.hideing) { return } if (UJIAN.opened || UJIAN.hidden) { clearInterval(timerover); clearInterval(timerout); var t = 10, step = (UJIAN.d2W / UJIAN.stX); (UJIAN.pos == 'right') && (d2.style.left = UJIAN.getWH().w + "px"); d2.style.display = ''; timerover = setInterval(function() { if (t == 0) { UJIAN.displaying = 0; clearInterval(timerover); (UJIAN.pos == 'right') && (d2.style.width = UJIAN.d2W + 'px'); d2.style.left = (UJIAN.pos == 'right') ? 'auto' : '0px' } else { UJIAN.displaying = 1; var n = Math.round(step * t--); d2.style.left = (UJIAN.pos == 'right') ? (d2.offsetLeft - n + 'px') : (d2.offsetLeft + n + 'px'); (UJIAN.pos == 'right') && (d2.style.width = d2.offsetWidth + n + 'px') } }, 10) } UJIAN.hidden = false }, slideHidden: function() { if (UJIAN.opened || UJIAN.hidden || UJIAN.displaying || UJIAN.hideing) { return } if (UJIAN.closed || !UJIAN.hidden) { clearInterval(timerover); clearInterval(timerout); (UJIAN.pos == 'right') && (d2.style.left = (UJIAN.getWH().w - UJIAN.d2W) + "px"); var t = 10, step = (UJIAN.d2W / UJIAN.stX); timerout = setInterval(function() { if (t == 0) { UJIAN.hideing = 0; clearInterval(timerout); d2.style.left = (UJIAN.pos == 'right') ? 'auto' : ('-' + d2.offsetWidth + 'px'); d2.style.display = 'none' } else { UJIAN.hideing = 1; var n = Math.round(step * t--); if (UJIAN.pos == 'right') { var a = p(d2.offsetWidth - n); if (a >= 0) { d2.style.width = a + 'px' } } d2.style.left = (UJIAN.pos == 'right') ? (d2.offsetLeft + n + 'px') : (d2.offsetLeft - n + 'px') } }, 10) } UJIAN.hidden = true }, slideClose: function() { UJIAN.opened = false; UJIAN.closed = true; UJIAN.slideHidden() }, log: function() { if (UJIAN.siteid > 0 && UJIAN.adids != "" && UJIAN.adgids != "") { (new Image).src = UJIAN.loghost + "pv.gif?sid=" + UJIAN.siteid + "&aid=" + UJIAN.adids + "&gid=" + UJIAN.adgids + "&time=" + new Date().getTime() } }, slideOpen: function() { UJIAN.opened = true; UJIAN.closed = false; UJIAN.slideDisplay(); UJIAN.log() }, getY: function() { var y = 0; if (typeof(w.pageYOffset) == "number") { y = w.pageYOffset } else if (db && (db.scrollLeft || db.scrollTop)) { y = db.scrollTop } else if (dd && (dd.scrollLeft || dd.scrollTop)) { y = dd.scrollTop } return y }, maxHeight: function() { var a = Math.max(db.clientHeight, dd.clientHeight); var b = Math.max(db.scrollHeight, dd.scrollHeight); return Math.max(a, b) }, scroll: function(a, b, c) { var e = false; UJIAN.event.addEvent(w, 'scroll', function() { if (c) { var o = d.getElementById(conf.slidePos ? conf.slidePos : UJIAN.slidePos), mh = UJIAN.maxHeight(), y1 = UJIAN.getY(), y2 = w.innerHeight ? w.innerHeight : dx.clientHeight, y3 = o ? (o.offsetTop - y2) : Math.round((mh / 3) * 2 - y2); if (y3 - y1 <= 0 && y1 != 0) { UJIAN.slideDisplay(); if (!e) { if (!UJIAN.hidden && !UJIAN.opened) { UJIAN.log() } e = true } } else { UJIAN.slideHidden(); e = false } if (y1 == 0) { UJIAN.closed = false } } if (a && loop) { a.style.bottom = 'auto'; ***** = (dx.scrollTop + dx.clientHeight - a.offsetHeight - b) + 'px' } }) }, backTop: function() { gotop = setInterval(function() { w.scrollTo(0, (UJIAN.getY() / 2)); if (UJIAN.getY() <= 0) { clearInterval(gotop) } }, 1) }, renderBacktop: function() { var d = UJIAN.imghost + 'style/' + UJIAN.btn + '.png', a = '<a onmouseover="this.style.backgroundPosition=\'-96px 0\';" onmouseout="this.style.backgroundPosition=\'-64px 0\';" href="#" title="\u8fd4\u56de\u9876\u90e8" onclick="UJIAN.backTop();return false;" style="margin-' + (UJIAN.pos == 'left' ? 'right' : 'left') + ':3px;background:url(' + d + ') no-repeat scroll -64px 0 transparent;display:block;float:' + UJIAN.pos + ';outline:0 none;text-indent:-9999em;width:32px;height:32px;">\u8fd4\u56de\u9876\u90e8</a>', b = '<a onmouseover="this.style.backgroundPosition=\'-32px 0\';" onmouseout="this.style.backgroundPosition=\'0 0\';" href="#" title="\u731c\u4f60\u559c\u6b22" onclick="UJIAN.slideOpen();return false;" style="background:url(' + d + ') no-repeat scroll 0 0 transparent;display:block;float:' + UJIAN.pos + ';outline:0 none;text-indent:-9999em;width:32px;height:32px;">\u731c\u4f60\u559c\u6b22</a>', c = a + b; if (UJIAN.icon == 2) { c = b } else if (UJIAN.icon == 3) { c = a } d1 = UJIAN.creElm({ id: 'ujian-backtop', style: (UJIAN.pos == 'right' ? "left:auto;right:5px;" : "left:5px;right:auto;") + "position:" + (loop ? "absolute" : "fixed") + ";top:auto;bottom:" + UJIAN.ibtm + "px;z-index:99999999;overflow:hidden;", innerHTML: c }); UJIAN.scroll(d1, UJIAN.ibtm, false) }, renderSlide: function(A, B) { UJIAN.d2W = p(B) + UJIAN.slideW; var a = "background:transparent;border:0px;padding:0px;margin:0px;vertical-align:middle;", DIV = '<div style="width:' + p(B) + 'px;">' + A + '</div>', C = '<div style="width:22px;height:83px;overflow:hidden;margin-' + UJIAN.pos + ':-2px;background:url(' + UJIAN.imghost + 'cai.png) no-repeat -12px 0;"><span onclick="UJIAN.slideClose();" onmouseover="this.style.backgroundPosition=\'0 -12px\';" onmouseout="this.style.backgroundPosition=\'0 0\';" style="cursor:pointer;width:12px;height:12px;display:block;overflow:hidden;background:url(' + UJIAN.imghost + 'cai.png) no-repeat 0 0; margin:5px 0 0 5px;"></span></div>', D = '<table cellPadding="0" cellSpacing="0" style="' + a + '"><tbody style="background:transparent;"><tr><td style="background:transparent;' + a + '">', E = '</td></tr></tbody></table>'; d2 = UJIAN.creElm({ id: 'ujian-side', style: (UJIAN.pos == 'right' ? "left:auto;right:0px;width:0px;" : "left:-" + (UJIAN.d2W + 2) + "px;right:auto;") + "position:" + (loop ? "absolute" : "fixed") + ";top:auto;bottom:" + UJIAN.cbtm + "px;z-index:100000000;font:12px/15px 'Microsoft YaHei',arial,tahoma;overflow:hidden;display:none;", innerHTML: UJIAN.pos == 'right' ? D + C + '</td><td style="' + a + '">' + DIV + E : D + DIV + '</td><td style="' + a + '">' + C + E }); UJIAN.scroll(d2, UJIAN.cbtm, true) }, resizeImg: function(a, c) { var b, d; if (!(a.width == 0 || a.height == 0)) { if (a.width < a.height) { d = c * a.height / a.width; b = c } else { b = c * a.width / a.height; d = c } var f = (d - c) / 2, A = f + c, o = (b - c) / 2, B = o + c, i = a.style; i.width = b + "px"; i.height = d + "px"; i.clip = "rect(" + f + "px " + B + "px " + A + "px " + o + "px)"; i.left = -o + 8 + "px"; ***** = -f + 8 + "px"; if (w.XMLHttpRequest == undefined && ActiveXObject != undefined) { b = a.parentNode.getElementsByTagName("shape"); for (d = 0; d < b.length; d++) { b[d].style.display = "none" } } i.visibility = "visible" } }, resizeFoot: function(a, c, b, d) { var o = a.parentNode; if (d != 1) { if (b > 0) { d = o.offsetWidth; if ((d / c) < b) { b = parseInt(d / c) } o.style.width = c * b - 1 + "px" } } o.removeChild(a); o.getElementsByTagName("a")[0].style.display = "inline" }, whoami: function() { var a = ''; a += '<div style="background-color:#F2F2F2;border-color: #D4D4D4 #D4D4D4 #E4E4E4; border-style: solid; border-top-left-radius: 5px; border-top-right-radius: 5px; border-width: 1px; margin: 0;padding:8px 15px;">'; a += '<span style="line-height:20px;color:#666;cursor:default;float:left;font-size:16px;margin: 0; padding: 0; font-weight:bold;">\u5173\u4e8e\u53cb\u8350</span>'; a += '<a href="javascript:;" onclick="UJIAN.closeWhoami();" style="display:block; float:right; margin-top:7px;line-height:10px;" title="\u5173\u95ed"><img src="' + UJIAN.imghost + 'close.gif" border="0"></a>'; a += '<div style="clear:both"></div>'; a += '</div>'; a += '<div style="background-color:#FFFFFF;border-bottom: 1px solid #D4D4D4; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; border-left: 1px solid #D4D4D4; border-right: 1px solid #D4D4D4; padding:10px;">'; a += '<div style="font-size:12px;width:100%;line-height:18px;color:#666;">\u300c\u53cb\u8350\u300d\u662f\u4e00\u4e2a\u8986\u76d6\u4e0a\u4ebf\u7528\u6237\u7684\u201c\u731c\u4f60\u559c\u6b22\u201d\u5a92\u4f53\u7f51\u7edc\uff0c\u53cb\u8350\u4f7f\u7528\u6700\u5148\u8fdb\u7684\u8bed\u4e49\u5206\u6790\u53ca\u793e\u4f1a\u5316\u63a8\u8350\u6280\u672f\uff0c\u6765\u5c3d\u529b\u4e3a\u6bcf\u4f4d\u7528\u6237\u5339\u914d\u6700\u53ef\u80fd\u611f\u5174\u8da3\u7684\u5185\u5bb9\uff0c\u5982\u60a8\u6709\u4efb\u4f55\u95ee\u9898\u8bf7<a href="http://wpa.qq.com/msgrd?v=3&uin=1538776211&site=qq&menu=yes" style="color:#666;" target="_blank">\u4e0e\u6211\u4eec\u8054\u7cfb</a>\u3002</div>'; a += '<div style="clear:both"></div>'; a += '<div style="margin-top:8px;">'; a += '<div style="width:48%;float:left;font-size:12px;">'; a += '<a title="\u7f51\u7ad9\u4e3b\u8bf7\u70b9\u6b64\u83b7\u53d6\u300c\u731c\u4f60\u559c\u6b22\u300d\u4ee3\u7801" href="' + UJIAN.ujianhost + 'getcode/widget" onmouseover="this.style.backgroundPosition=\'0 -34px\';" onmouseout="this.style.backgroundPosition=\'0 0\';" style="display:block;height:34px;width: 112px; text-decoration:none; overflow:hidden; margin:0 auto 8px; text-indent:-999em; background:url(' + UJIAN.imghost + 'whoami.png) no-repeat 0 0;" target="_blank">\u83b7\u53d6\u4ee3\u7801</a>'; a += '</div>'; a += '<div style="width:48%;float:right;font-size:12px;">'; a += '<a title="\u5e7f\u544a\u4e3b\u8bf7\u70b9\u6b64\u6295\u653e\u5e7f\u544a" href="' + UJIAN.ujianhost + 'marketer/add" onmouseover="this.style.backgroundPosition=\'-112px -34px\';" onmouseout="this.style.backgroundPosition=\'-112px 0\';" style="display:block;height:34px;width: 112px; text-decoration:none; overflow:hidden; margin:0 auto 8px; text-indent:-999em; background:url(' + UJIAN.imghost + 'whoami.png) no-repeat -112px 0;" target="_blank">\u5e7f\u544a\u6295\u653e</a>'; a += '</div>'; a += '</div>'; a += '<div style="clear:both"></div>'; a += '<div style="height:12px;"><a href="' + UJIAN.ujianhost + '" target="_blank" style="font-size:12px; color:#666; display:block; float:right; text-decoration:none;">\u53cb\u8350</a></div>'; a += '</div>'; var b = 400, d4h = 175, ch = w.innerHeight ? w.innerHeight : dx.clientHeight, cw = dx.clientWidth, bt = (ch - d4h) / 2, lt = (cw - b) / 2; d3 = UJIAN.creElm({ id: 'ujian-whoami-bg', style: 'position:absolute;top:0px;left:0px;width:100%;height:' + UJIAN.maxHeight() + 'px;z-index:100000001;filter:alpha(opacity=30);opacity:0.3;background-color:#000;', innerHTML: '' }); d4 = UJIAN.creElm({ id: 'ujian-whoami', style: 'width:' + b + 'px;height:' + d4h + 'px;border-radius: 6px 6px 6px 6px; box-shadow: 0 2px 5px #CCCCCC;z-index:100000002;position:' + (loop ? 'absolute' : 'fixed') + ';top:auto;bottom:' + bt + 'px;left:' + lt + 'px;text-align:left;font-family:"arial";', innerHTML: a }); UJIAN.event.addEvent(d3, 'click', function() { UJIAN.closeWhoami() }); UJIAN.scroll(d4, bt, false) }, closeWhoami: function() { d3.style.display = 'none'; d4.style.display = 'none' }, init: function() { var a = document.getElementsByTagName("div"); for (var i = 0, obj; obj = a[i++];) { if (obj.className == "ujian-hook") { UJIAN.hookobj.push(obj) } } var A = conf.url ? conf.url : d.location, B = "?url=" + e(A), C = "&title=" + e(conf.title || d.title), D = conf.tags ? "&tags=" + e(conf.tags) : "", E = conf.domains ? "&domains=" + e(conf.domains) : "", F = conf.num ? "&dn=" + p(conf.num) : "", G = (typeof(conf.showType) != 'undefined') ? "&showtype=" + p(conf.showType) : "", H = conf.picSize ? "&picsize=" + p(conf.picSize) : "", I = conf.itemTitle ? "&itemtitle=" + e(conf.itemTitle) : "", J = conf.bgColor ? "&bgcolor=" + e(conf.bgColor) : "", K = conf.mouseoverColor ? "&mouseovercolor=" + e(conf.mouseoverColor) : "", L = conf.textHeight ? "&textheight=" + p(conf.textHeight) : "", M = conf.textColor ? "&textcolor=" + e(conf.textColor) : "", N = conf.hoverTextColor ? "&hovertextcolor=" + e(conf.hoverTextColor) : "", O = conf.borderColor ? "&bordercolor=" + e(conf.borderColor) : "", P = conf.defaultPic ? "&defaultpic=" + e(conf.defaultPic) : "", Q = conf.showShares ? "&showshares=" + p(conf.showShares) : "", R = conf.sharesNum ? "&sharesnum=" + p(conf.sharesNum) : "", S = conf.title ? "&idxtit=1" : "", T = ***** ? "&target=" + p(conf.target) : "", U = params.uid ? "&uid=" + p(params.uid) : "", V = params.type ? "&type=" + e(params.type) : "", W = params.num ? "&sn=" + p(params.num) : "", X = conf.nodata ? "&nodata=" + p(conf.nodata) : "", Y = (UJIAN.hookobj.length > 0) ? "&hook=1" : "", SRC = UJIAN.apihost + B + C + D + E + F + G + H + I + J + K + L + M + N + O + P + Q + R + S + T + U + V + W + X + Y; UJIAN.creElm({ src: SRC, charset: "utf-8" }, "script", head) } }; UJIAN.init() })(); Eval (size: 394, repeated: 2) (function() { var w = window, g = !! window.postMessage, jcookie = function(a) { var b = document.cookie; var c = b.indexOf(a + "="); if (c != -1) { c += a.length + 1; var d = b.indexOf(";", c); if (d == -1) { d = b.length } return unescape(b.substring(c, d)) } return "" }; var c = jcookie('jiathis_sers'), v = "", s = ""; if (c) { var a = c.split(","); for (var k in a) { var d = a[k].split(":"); v += s + d[0]; s = "," } } v = v ? v : "FALSE"; g && w.parent.postMessage(v, "*") })(); Eval (size: 226, repeated: 1) ({ '0': [0, -15, 5, 8], '1': [-5, -15, 3, 8], '2': [-8, -15, 5, 8], '3': [-13, -15, 5, 8], '4': [-18, -15, 5, 8], '5': [-23, -15, 5, 8], '6': [-28, -15, 5, 8], '7': [-33, -15, 5, 8], '8': [-38, -15, 5, 8], '9': [-43, -15, 5, 8], ',': [-48, -15, 2, 8], 'o': [-50, -15, 24, 8] }) Eval (size: 17, repeated: 1) /*@cc_on!@*/ false Eval (size: 237, repeated: 1) if (!window._jiathis_r) { var JIATHIS_CONFIGS = { webhost: "http://*****", lhost: "http://l.jiathis.com", codehost: "", sc: true, uid: 1626433, type: "right", move: 1, btn: "", ckprefix: "jt_", jtcbk: "jtss", jtck: "", custom: [], servicelist: { 'jt_ishare': '' Eval (size: 2992, repeated: 1) setTimeout(function() { try { var f = jiathis_config || {} } catch (e) { var f = {} }; var g = 0, _fn = typeof(f.boldNum) == "number" ? f.boldNum : 6, _ln = typeof(f.siteNum) == "number" ? f.siteNum : 15, _p = {}, _ck = JIATHIS_CONFIGS.jtck || "", _cp = JIATHIS_CONFIGS.ckprefix, _ls = JIATHIS_CONFIGS.servicelist, _sm = ***** || "", _hm = f.hideMore || false, _hsf = f.hsf || false, _lk = f.leftLink || {}, _rk = f.rightLink || {}, _wn = f.siteName || "«0...", _sc = typeof(f.showClose) == "boolean" ? f.showClose : JIATHIS_CONFIGS.sc, _wc = _sc ? '<img src="' + JIATHIS_CONFIGS.codehost + '/images/img_exit.gif" border="0" style="opacity:0.5;filter:alpha(opacity=50);margin:0 10px;cursor:pointer;" onclick=\'$CKE.shareClose();\' />' : '', _sd = "copy,email,qzone,tsina,msn,tqq,renren,kaixin001,t163,tsohu,xiaoyou,taobao,feixin,douban,ishare", _gp = function(s) { var a = '<div class="jiadiv_01">'; a += '<div style="width:100%;background:#F2F2F2;border-bottom:1px solid #E5E5E5;line-height:200%;padding-left:5px;font-size:12px"><table width=100%><tr class="jt_sharetitle"><td align=left style="text-align:left;line-height:25px;font-size:14px;font-weight:bold;color:#000000;">' + _wn + '</td><td align=right style="text-align:right;">' + _wc + '</td></tr></table></div>'; a += '<div class="jiadiv_02" style="width:100%;" id="jiathis_sers">'; for (var k in s) { if (_ls[k] && !! s[k].a && !! s[k].a.split) { var b = k.slice(3), media = s[k].a.split(','), cu = JIATHIS_CONFIGS.custom[b] || {}, css = styles = ""; css = (s[k].b == 'T') ? 'font-weight:bold;' : ''; css = (cu.icon) ? css + 'background:url(' + cu.icon + ') no-repeat left;' : css; styles = css ? 'style="' + css + '"' : ''; a += '<a href="#" onclick="jiathis_sendto(\'' + b + '\');return false;" class="jiatitle"><span class="jtico jtico_' + b + '"' + styles + '>' + media[0] + '</span></a>' } } if (!_hm) { a += '<a href="#" onclick="$CKE.center(this);return false;" class="jiatitle"><span class="jtico jtico_jiathis" >Ã¥ ô(' + _len(_ls) + ')</span></a>' } a += '<div style="clear:both"></div></div>'; if (!_hsf) { a += '<div class="ckepopBottom" style="width:100%;">'; a += '<div style="float:left;font-size:10px"><a href="' + (_lk.url ? _lk.url : JIATHIS_CONFIGS.webhost + '/help/html/what-is-jiathis') + '" class="link_01" style="color:#333333;" target="_blank">' + (_lk.name ? _lk.name : 'Ã�/Ã�HÃ¥w?') + '</a></div>'; a += '<div style="float:right;font-size:11px;margin:0 5px 0 0;">'; a += '<img src="' + JIATHIS_CONFIGS.codehost + '/images/img_012.gif" align="absmiddle" border="0" />'; a += '<a href="' + (_rk.url ? _rk.url : JIATHIS_CONFIGS.webhost) + '" style="color:#333333;padding:0 3px;" class="link_01" target="_blank">' + (_rk.name ? _rk.name : 'JiaThis') + '</a>'; a += '</div>'; a += '<div style="clear:both"></div></div>' } a += '</div>'; return a }, _len = function(o) { var a = 0; for (var n in o) { if (o.hasOwnProperty(n)) { a++ } } return a }, _mp = function(c) { if (c) { var d = c.split(','); for (var e in d) { var x = _ls[_cp + d[e]]; if (x && !_p[_cp + d[e]]) { if (g < _ln) { var y = (g < _fn) ? 'T' : 'F'; _p[_cp + d[e]] = { a: x, b: y }; g++ } else { break } } } } }, _ms = function(c) { for (var d in c) { if (g < _ln) { var x = _ls[_cp + c[d]]; if (x && !_p[_cp + c[d]]) { _p[_cp + c[d]] = { a: x, b: "F" }; g++ } } else { break } } }; _mp(_sm); _mp(_ck); _ms(_sd.split(',')); $CKE.pop.innerHTML = _gp(_p) }, 0); Eval (size: 188, repeated: 1) var JIATHIS_CONFIGS = { webhost: "http://www.jiathis.com", lhost: "http://l.jiathis.com", codehost: "", sc: false, uid: 1626433, ckprefix: "jt_", jtcbk: "jtss", jtck: "", custom: [], servicelist: { 'jt_ishare': '' Eval (size: 3478, repeated: 2) var _gnayTrack = function() { var d = document, w = window, ws = w.screen, dm = ***** || "", dm = dm.replace(/^www\./, ''), na = navigator, ua = na.userAgent.toLowerCase(), se = { baidu: 'wd', google: 'q', soso: 'w', sogou: 'query', yahoo: 'p', youdao: 'q', iask: 'k', 'sina': 'key', zhongsou: 'w', bing: 'q' }, dms = { cn: 'com|org|gov|net', tw: 'com', hk: 'com' }, ec = encodeURIComponent, H = 'http://lc.jiathis.com', SWFID = 'JIATHISSWF', MU = H + '/c.gif', r = d.referrer, fO = { path: 'http://www.jiathis.com/code/swf/m.swf' }, YAR = 315360000, JIDNAME = 'jid', cm = getDm(dm, 1); function trim(s) { return s.replace(/^\s+|\s+$/g, '') } function genUv() { return new Date().getTime() + "" + Math.floor(Math.random() * 899 + 100) } function getUT(c) { var a = c; if (!def(a)) { a = genUv() } return { jid: a } } function getP(s, n, d) { s = n == 'p' ? s.replace("fp_ip=", "fp_ips=") : s; return s.match(new RegExp(n.replace(/([\[\]])/g, '\\\$1') + "=([^&\\?#]*)"), 'gm') ? RegExp.$1 : d || null } function getDm(h, g) { var k = h.split('.').reverse(), i = 0, l = k.length, o, ao; do { o = k[i]; ao = k[i + 1]; if (dms[o] && ao && ao.match(dms[o])) { break } } while (++i < l); o = k[i < l ? i + 2 : 1]; if (g && o) { o = "." + h.match(new RegExp(".*(" + o + ".*?)$"))[1] } return o } function getRf(r) { if (r.match(/(?:[a-z]\:\/\/)([^\/\?]+)(.*)/gi)) { var o = { host: RegExp.$1, path: RegExp.$2 }, h = getDm(*****), k; if (se[h] && (k = getP(o.path, se[h]))) { o.key = k; o.source = h } return o } return 0 } function uptUt(f, a) { if (f) { if (a && a.jid) { f.writeSharedObject(JIDNAME, a.jid) } } } function req(u) { (new Image).src = u + '&time=' + new Date().getTime() } function reqUT(a) { var o = getRf(r), keyword = "", source = "", ref = "", url = 'id=' + a.jid + '&u=' + ec(d.location) + '&t=' + ec(trim(d.title)); if (o && o.host != dm && !o.host.match(dm.replace(/^www/, '').replace(/\./g, '\\.') + '$') && o.key && o.source) { keyword = ec(o.key); source = o.source } if (r) { ref = ec(r) } url += '&r=' + ref + '&k=' + keyword + '&s=' + source; req(MU + "?" + url) } function def(o) { return o && typeof o != 'undefined' && o != 'undefined' } function getFV() { var f = '-', f1, ax, v = "$version", ss = "ShockwaveFlash.ShockwaveFlash"; if (na.plugins && na.plugins.length) { for (var i = 0, ci; ci = na.plugins[i++];) { if (/Shockwave Flash/.test(ci.name)) { f = ci.description.replace(/Shockwave Flash /, ''); break } } } else { ax = ActiveXObject; try { fl = new ax(ss + ".7"); f = fl.GetVariable(v) } catch (e) { try { fl = new ax(ss); f = fl.GetVariable(v) } catch (e) { try { fl = new ax(ss + ".6"); f = "WIN 6,0,21,0"; fl.AllowScriptAccess = "always"; f = fl.GetVariable(v) } catch (e) {} } } if (f != "-") { f = f.replace(/WIN (\d+),(\d+),(\d+),\d+/, "$1.$2 r$3") } } return f } function init() { var s = (na.userAgent.indexOf("MSIE") > 0) ? d.getElementById(SWFID) : d[SWFID], fv = getFV(); if (typeof s == 'undefined' || s == 'null' || !s) { d.write("<div style='position:absolute;width:0px;height:0px;'><object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width=0 height=0 id='" + SWFID + "' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab'><param name='allowScriptAccess' value='always'><param name='swLiveConnect' value='true'><param name='movie' value='" + fO.path + "'><param name='FlashVars' value='z=a'><embed name='" + SWFID + "' src='" + fO.path + "' FlashVars='z=a' width=0 height=0 allowscriptaccess='always' swLiveConnect='true' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' /></object></div>") } if (fv != '-' && parseInt(fv.match(/^\d+(?=.)/)) > 8) { ***** = 1 } } init(); return { ready: function(p) { if (fO.su) { var a = d[SWFID] || d.getElementById(SWFID), jid = a.readSharedObject(JIDNAME), ut = getUT(jid); if (!def(jid)) { uptUt(a, ut) } if (typeof($CKE) == 'object') { $CKE.jid = ut.jid } if (typeof(ICLICK) == 'object') { if (typeof(ICLICK.jiathis) == 'function') { ICLICK.jiathis(ut.jid) } } reqUT(ut) } } } }(); JavaScript - Writes (8) - Expand all Write (size: 271, repeated: 1) Write (size: 678, repeated: 1) Write (size: 451, repeated: 1) Write (size: 182, repeated: 1) Write (size: 158, repeated: 1) Write (size: 106, repeated: 1) Write (size: 111, repeated: 1) Write (size: 229, repeated: 1) JavaScript - SetInnerHTML (17) - Expand all SetInnerHTML (size: 0, repeated: 3) SetInnerHTML (size: 6, repeated: 27) SetInnerHTML (size: 107, repeated: 1) SetInnerHTML (size: 36, repeated: 1) SetInnerHTML (size: 16, repeated: 1) SetInnerHTML (size: 31, repeated: 1) SetInnerHTML (size: 738, repeated: 1) SetInnerHTML (size: 1590, repeated: 1) SetInnerHTML (size: 50, repeated: 1) SetInnerHTML (size: 197, repeated: 1) SetInnerHTML (size: 211, repeated: 1) SetInnerHTML (size: 1058, repeated: 1) SetInnerHTML (size: 295, repeated: 1) SetInnerHTML (size: 20, repeated: 1) SetInnerHTML (size: 11141, repeated: 1) SetInnerHTML (size: 290, repeated: 1) SetInnerHTML (size: 83, repeated: 1) HTTP Transactions (100) Request Response GET / HTTP/1.1 Host: hexieshe.com HTTP/1.1 301 Moved Permanently Content-Type: text/html; charset=UTF-8 GET /wp-content/themes/RED/style.css?b1801e HTTP/1.1 Host: www.hexieshe.com HTTP/1.1 200 OK Content-Type: text/css GET /favicon.ico?b1801e HTTP/1.1 Host: www.hexieshe.com HTTP/1.1 200 OK Content-Type: image/x-icon GET /tumblr_m8wedhD6kn1re6761o1_1280.png HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: image/png GET /cdn-cgi/nexp/aav=4114775854/cloudflare.min.js HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: application/x-javascript GET / HTTP/1.1 Host: www.hexieshe.com HTTP/1.1 200 OK Content-Type: text/html; charset=UTF-8 GET /cdn-cgi/pe/bag?r[]=http%3A%2F%2Fwww.hexieshe.com%3A80%2Fcdn-cgi%2Fnexp%2Faav%3D1870252173%2Fapps%2Ftrumpet.js HTTP/1.1 Host: www.hexieshe.com HTTP/1.1 200 OK Content-Type: multipart/bag; boundary=04c28eb69208eb27 GET /embed.js HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: application/x-javascript; charset=utf-8 GET /ga.js HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: text/javascript GET /aWfmPl.jpg HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: image/jpeg GET /r0z2kl.jpg HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: image/jpeg GET /yRLjll.jpg HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: image/jpeg GET /__utm.gif?utmwv=5.3.5&utms=1&utmn=875116567&utmhn=www.hexieshe.com&utmcs=UTF-8&utmsr=1280x960&utmvp=1263x853&utmsc=24-bit&utmul=en-us&utmje=1&utmfl=-&utmdt=%E5%92%8C%E9%82%AA%E7%A4%BE%7C%E4%BD%A0%E7%9A%84ACG%E7%94%9F%E6%B4%BB%20%E6%96%87%E4%B8%8D%E5%9C%A8%E9%95%BF.%E5%86%85%E6%B6%B5%E5%88%99%E6%98%8E%20%E5%9B%BE%E4%B8%8D%E5%9C%A8%E8%89%B2.%E6%84%8F%E6%B7%AB%E5%88%99%E7%81%B5&utmhid=630685485&utmr=-&utmp=%2F&utmac=UA-319682-5&utmcc=__utma%3D156987810.465977643.1348331331.1348331331.1348331331.1%3B%2B__utmz%3D156987810.1348331331.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&utmu=q~ HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: image/gif GET /h7G5Sl.jpg HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: image/jpeg GET /c2Kkl.jpg HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: image/jpeg GET /small.js HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: application/x-javascript GET /styles/embed.css?0.2.css HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: text/css GET /js/easyXDM.min.js HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: application/x-javascript GET /js/embed.compat.js HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: application/x-javascript GET /ext/relatedItemsWidget.htm HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: text/javascript;charset=UTF-8 GET /tumblr_m8whdvgueR1re6761o1_400.png HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: image/png GET /cse/brand?form=cse-search-box&lang=zh-Hans HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: text/javascript; charset=UTF-8 GET /cse/intl/zh-Hans/images/google_custom_search_watermark.gif HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: image/gif GET /player.php/sid/XNDUzMzk2OTMy/v.swf HTTP/1.1 Host: ***** HTTP/1.1 302 Found Content-Type: text/html GET /4285947.js HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: application/x-javascript GET /b/button.js HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: application/x-javascript GET /b/addons/bshareMM.js HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: application/x-javascript GET /api/threads/counts.jsonp?callback=DUOSHUO%5B%27cb_309558%27%5D&referer=&user_agent=Mozilla%2F5.0%20(Windows%3B%20U%3B%20Windows%20NT%206.1%3B%20en-US%3B%20rv%3A1.9.2.13)%20Gecko%2F20101203%20Firefox%2F3.6.13&require=site%2Cvisitor%2CserverTime%2CunreadComments%2CunreadNotifications%2Clog%2CextraCss&threads=638120%2C638113%2C638115%2C638114%2C638015%2C638110%2C638109%2C638108%2C638107%2C638099&sso=1&remote_auth=W10%3D%20cd8fa682d8481e7c6d8f92340239c2d4a5146ffc%201348331327 HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: application/x-javascript; charset=UTF-8 GET /code/ujian.js?type=slide&uid=1506119 HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: application/x-javascript GET /lmn.js HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: application/javascript GET /code/jiathis_r.js?move=0&btn=r4.gif&uid=1506119 HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: application/x-javascript GET /code_mini/jia.js?uid=1506119 HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: application/x-javascript GET /img/nuffnang_footer.gif HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: image/gif GET /nn_frame.php?bid=9a2234d8236d28029aad1f6a25fed2a3&ad_type=skyscraper&ref=&sid=1348331334203&visit=visit&l=http://www.hexieshe.com/ HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: application/x-javascript GET /tc.js HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: application/x-javascript GET /wp-content/themes/RED/images/footer-delimiter.gif HTTP/1.1 Host: www.hexieshe.com HTTP/1.1 200 OK Content-Type: image/gif GET /pingjs/?k=5tqm2bvba6p0&t=%E5%92%8C%E9%82%AA%E7%A4%BE%7C%E4%BD%A0%E7%9A%84ACG%E7%94%9F%E6%B4%BB%20%E6%96%87%E4%B8%8D%E5%9C%A8%E9%95%BF.%E5%86%85%E6%B6%B5%E5%88%99%E6%98%8E%20%E5%9B%BE%E4%B8%8D%E5%9C%A8%E8%89%B2.%E6%84%8F%E6%B7%AB%E5%88%99%E7%81%B5&c=s&y=&a=-1&r=562481 HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: text/javascript GET /images/pixel.png HTTP/1.1 Host: ***** HTTP/1.0 200 OK Content-Type: image/png;charset=UTF-8 GET /nn20.php?aid=1000100&bid=9a2234d8236d28029aad1f6a25fed2a3&t=1348331334&ad_type=skyscraper&track=1 HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: text/html GET /?url=http%3A%2F%2Fwww.hexieshe.com%2F&title=%E5%92%8C%E9%82%AA%E7%A4%BE%7C%E4%BD%A0%E7%9A%84ACG%E7%94%9F%E6%B4%BB%20%E6%96%87%E4%B8%8D%E5%9C%A8%E9%95%BF.%E5%86%85%E6%B6%B5%E5%88%99%E6%98%8E%20%E5%9B%BE%E4%B8%8D%E5%9C%A8%E8%89%B2.%E6%84%8F%E6%B7%AB%E5%88%99%E7%81%B5&uid=1506119&type=slide HTTP/1.1 Host: api.ujian.cc HTTP/1.1 200 OK Content-Type: text/javascript; charset=utf-8 GET /icon_8.gif HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: image/gif GET /code_mini/plugin.client.js HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: application/x-javascript GET /code_mini/css/jiathis_share.css HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: text/css GET /code_mini/jiathis_utility.html HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: text/html GET /ads/1000100/1005438.jpg HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: image/jpeg GET /upload6/20120921/266E83C6040B3CF0C0DE39EFBDB69141_500.jpg HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: image/jpeg GET /upload6/20120806/919B071508935DCE81ED67B8AC4FFBF0.jpg HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: image/jpeg GET /code/jiathis_utility.html HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: text/html GET /upload6/20120921/224D0E7728E035F42595496FA56B585B_500.jpg HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: image/jpeg GET /upload6/20120806/49AA6A6885E603635EB94B1EB9D2F092.jpg HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: image/jpeg GET /upload6/20120806/335B454C28D3BE4B81B839AD42ECF10A.jpg HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: image/jpeg GET /code/ckepop.js HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: application/x-javascript GET /code/css/jiathis_share.css HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: text/css GET /code/images/r4.gif HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: image/gif GET /code/swf/m.swf HTTP/1.1 Host: www.jiathis.com HTTP/1.1 200 OK Content-Type: application/x-shockwave-flash GET /style/1.png HTTP/1.1 Host: ***** HTTP/1.0 200 OK Content-Type: image/png GET /201209/135/092/mini_c2551472379089ac4a65_120_120.jpg HTTP/1.1 Host: ***** HTTP/1.0 200 OK Content-Type: image/jpeg GET /201209/197/022/mini_bc3d6b78d2bcd4d56cf6_120_120.jpg HTTP/1.1 Host: ***** HTTP/1.0 200 OK Content-Type: image/jpeg GET /201209/164/6b0/mini_479a3d7f8ba4be07f5d1_120_120.jpg HTTP/1.1 Host: ***** HTTP/1.0 200 OK Content-Type: image/jpeg GET /201209/189/5c0/mini_547d3b53ce50772da7e2_120_120.jpg HTTP/1.1 Host: ***** HTTP/1.0 200 OK Content-Type: image/jpeg GET /code/ckecenterpop.js HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: application/x-javascript GET /code/images/img_exit.gif HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: image/gif GET /code/images/img_012.gif HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: image/gif GET /code/plugin.client.js HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: application/x-javascript GET /jiathis.php?uid=1506119&dm=www.hexieshe.com HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: text/javascript GET /upload6/20120922/8199886F1EBCC9A838E82DD157ABD8FC.jpg HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: image/jpeg GET /b/engines/bs-engine.js?v=20120921 HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: application/x-javascript GET /b/langs/bs-lang-zh.js?v=20120921 HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: application/x-javascript GET /code_mini/images/jiathis_ico.png HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: image/png GET /upload6/20120917/5BE1D22D4637215D180392026D4AB71D.jpg HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: image/jpeg GET /upload6/20120916/0974BCD0D429F765C77ACE5065D81614.jpg HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: image/jpeg GET /upload6/20120916/69EDE7AB5BFD9F957946F1A4C44BBC36.jpg HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: image/jpeg GET /upload6/20120922/71A4D1FA42A713F662F23A8350D1BD56_800.jpg HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: image/jpeg GET /upload6/20120917/88F255F2F9444E0DA7B487B0BC131D8C.jpg HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: image/jpeg GET /upload6/20120830/8A09847F994D85FF4B9E1B2D0E745377_240.jpg HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: image/jpeg GET /pingd?dm=www.hexieshe.com&pvi=661891072&si=s7342344192&url=/&arg=&ty=&rdm=&rurl=&rarg=&adt=&r2=9934791&r3=-1&r4=2&fl=&scr=1280x960&scl=24-bit&lg=en-us&jv=1&tz=-2&ct=&ext=adid=3*1&pf=&random=1348331340730 HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: text/html GET /bshare_view?Callback=bShare.viewcb&url=http%3A%2F%2Fwww.hexieshe.com%2F&h=&uuid=544d14c3-3a12-45da-a277-f9079845d58e&sc=1&l=17 HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: application/json;charset=UTF-8 GET /cors/index.html?xdm_e=http%3A%2F%2Fwww.hexieshe.com&xdm_c=default706&xdm_p=1 HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: text/html GET /nice/17.jpg HTTP/1.1 Host: img.ujian.cc HTTP/1.0 200 OK Content-Type: image/jpeg GET /frame/images/logo_square_s.gif HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: image/gif GET /frame/images/logos/s4/msn.png HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: image/png GET /frame/images/logos/s4/sohuminiblog.png HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: image/png GET /frame/images/logos/s4/neteasemb.png HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: image/png GET /frame/images/logos/s4/sinaminiblog.png HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: image/png GET /frame/images/logos/s4/renren.png HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: image/png GET /frame/images/logos/s4/qqmb.png HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: image/png GET /upload6/20120830/8A09847F994D85FF4B9E1B2D0E745377_240.jpg HTTP/1.1 Host: ***** HTTP/1.1 304 Not Modified HTTP/1.1 304 Not Modified GET /upload6/20120921/88F84E7039EBAB95AC64ADEE489C4899.jpg HTTP/1.1 Host: ***** HTTP/1.1 200 OK Content-Type: image/jpeg GET /usr895226/upload6/20120921/scL9jneRVaROpuZ9DXIdszmJ1grX9qINR8qRWNwoM9SFpgGo2tAsZCg==.jpg HTTP/1.1 Host: ***** HTTP/1.1 302 Found HTTP/1.1 302 Found GET /usr895226/upload6/20120830/sH167dS60fLzHOuwBkRABFLEiemZxOCYVBu5jIYeHbI0du09c84irVg==.jpg HTTP/1.1 Host: ***** HTTP/1.1 302 Found HTTP/1.1 302 Found GET /usr895226/upload6/20120917/sUlg+QVmNAPc9KTpOPtnlPjR7g5jV_5NZE7iSVj+et085nLpgQxlQcA==.jpg HTTP/1.1 Host: ***** HTTP/1.1 302 Found HTTP/1.1 302 Found GET /usr895226/upload6/20120916/sirnZ7TWUFRXIUi0dgCi9eVyOaTxHbNwZR6x7lVC9TZrEEyqo8u+V8w==.jpg HTTP/1.1 Host: ***** HTTP/1.1 302 Found HTTP/1.1 302 Found GET /usr895226/upload6/20120921/sJUSUcQ6RpVc82g+CvdpLmtYDcM0wOczGCoDg+uyW0lvoc2Vbs2sSIA==.jpg HTTP/1.1 Host: ***** HTTP/1.1 302 Found HTTP/1.1 302 Found GET /go.asp?svid=4&id=4285947&tpages=1&ttimes=1&tzone=2&tcolor=24&sSize=1280,960&referrer=&vpage=http%3A//www.hexieshe.com/ HTTP/1.1 Host: web1.51.la:82 HTTP/1.1 302 Found HTTP/1.1 302 Found GET /usr895226/upload6/20120921/sNFxzm7B+1MKQSzcIUwkyc59qUP5MSHBGLcj0367cyQ_F9QC+D_nMOQ==.jpg HTTP/1.1 Host: ***** HTTP/1.1 302 Found HTTP/1.1 302 Found GET /usr895226/upload6/20120921/scL9jneRVaROpuZ9DXIdszmJ1grX9qINR8qRWNwoM9SFpgGo2tAsZCg==.jpg HTTP/1.1 Host: ***** HTTP/1.1 302 Found HTTP/1.1 302 Found GET /usr895226/upload6/20120922/s0ju4ziUGgVGmhj3iic+Usg1KPwRa7fbnWk7zZ9v8vcSO88UJH7mn3A==.jpg HTTP/1.1 Host: ***** HTTP/1.1 302 Found HTTP/1.1 302 Found GET /usr895226/upload6/20120916/szA+1Fjoq1sRlR52KtHwxasDKldww_TNSXZ8h_REjFE6rib5KsDS8UQ==.jpg HTTP/1.1 Host: ***** HTTP/1.1 302 Found HTTP/1.1 302 Found GET /usr895226/upload6/20120922/s6xPLyaC4bkcRSx6ERIm0AhfL_kXaMPonJkUyFH_kjdUMUbELE8kjWQ==.jpg HTTP/1.1 Host: ***** HTTP/1.1 302 Found HTTP/1.1 302 Found GET /usr895226/upload6/20120830/sH167dS60fLzHOuwBkRABFLEiemZxOCYVBu5jIYeHbI0du09c84irVg==.jpg HTTP/1.1 Host: ***** HTTP/1.1 302 Found HTTP/1.1 302 Found
Útil
中国最大ACG博客之一
Útil
Verifique se você foi comprometidoConecte-se com o Google para escanear seu histórico de navegação.
Conecte-se com o Google
Como visto em
Ao fazer login, você concorda com a coleta e o uso de dados conforme descrito em nosso Termos de uso e Política de Privacidade
alternative-placeholder

Sobre o WOT

Analisamos mais de 2 milhões de sites e contamos. O WOT é uma extensão leve projetada para ajudá-lo a navegar com rapidez e segurança. Ele limpará seu navegador, o acelerará e protegerá suas informações privadas.
Este site usa cookies para análises e personalização. Ao continuar, você concorda com a nossa política de cookies.
Aceitar