⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 stat.htm

📁 大家想当黑客吗,这是一个很好的资料,看看有好处的,
💻 HTM
字号:
var expireDate = new Date();
    var hours = expireDate.getHours();
    var minutes = expireDate.getMinutes();
    var seconds = expireDate.getSeconds();
    var now = expireDate.getTime();
function getCookieVal_cnzz (offset)
  {
  var endstr = document.cookie.indexOf (";", offset);
  if (endstr == -1)
    endstr = document.cookie.length;
  return unescape(document.cookie.substring(offset, endstr));
  }
 function GetCookie_cnzz (name)
  {
  var arg = name + "=";
  var alen = arg.length;
  var clen = document.cookie.length;
  var i = 0;
  while (i < clen) {
    var j = i + alen;
    if (document.cookie.substring(i, j) == arg)
      return getCookieVal_cnzz (j);
    i = document.cookie.indexOf(" ", i) + 1;
    if (i == 0) break;
  }
  return null;
  }

var agt=navigator.userAgent.toLowerCase();
data = '&agt=' + escape(agt) + '&r=' + escape(document.referrer) +  '&aN=' + escape(navigator.appName) + '&lg=' + escape(navigator.systemLanguage) + '&OS=' + escape(navigator.platform) + '&aV=' + escape(navigator.appVersion) + '&ntime=0.47338000 1140998462';
a=GetCookie_cnzz("cnzz02");
if (a != null)
{
	a=parseInt(a);
	a=a+1;
}
else	
	a=0;
data=data + '&repeatip=' + a;

rtime=GetCookie_cnzz("rtime");
ltime=GetCookie_cnzz("ltime");
cnzz_eid=GetCookie_cnzz("cnzz_eid");
if (cnzz_eid == null)
{
	cnzz_eid=Math.floor(Math.random()*100000000) + "-" + document.referrer;
}
if (ltime<1000000)
{
rtime=0;
ltime=0;
}
else rtime=parseInt(rtime);
if (rtime<1) rtime=0;
ltime=parseInt(ltime);
now=parseInt(now);
if (((now-ltime)>43200*1000) && (ltime>0))
        rtime =rtime + 1 ;
data=data + '&rtime='+ rtime + '&cnzz_eid=' + escape(cnzz_eid);
data=data + '&showp=' + escape(screen.width+ 'x'+screen.height) ;
document.write('<a href="http://cnzz.com/stat/website.php?web_id=33686" target=_blank title="站长统计"><img border=0  hspace=0 vspace=0 src="http://v1.cnzz.com/icon.gif" width=50 height=12></a>');
document.write('<iframe frameborder=0 marginwidth=0 marginheight=0 src="http://v1.cnzz.com/stat.htm?id=33686'+ data +'" scrolling=no width=0 height=0></iframe>');
 var lefttime = 1000 * ( 86400 - hours*3600 - minutes*60 - seconds);
 expireDate.setTime (expireDate.getTime() + 500*86400);
document.cookie = "cnzz02=" + a + "; expires=" + expireDate.toGMTString() +  "; path=/";
var lefttime=1000*86400*182;
expireDate.setTime (now + lefttime);
document.cookie = "rtime=" + rtime + "; expires=" + expireDate.toGMTString() +  "; path=/";
document.cookie = "ltime=" + now + "; expires=" + expireDate.toGMTString() +  "; path=/";
document.cookie = "cnzz_eid=" + escape(cnzz_eid) + "; expires=" + expireDate.toGMTString() +  "; path=/";

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -