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

📄 prt_netcruz.js

📁 arm三星440资料
💻 JS
字号:
<!--
// Last Modified On : 2004.02.17
// Script Version   : v1.01
//

var s=new Date();
var ServerIp = "210.118.113.223"
var port = "80"

function nTcp(tr) 		// TCP 老 锭 龋免茄促. 
{	
	LoadTime = (new Date()).getTime() - s.getTime();		
		(new Image()).src='http://' + ServerIp + ':' + port + '/cgi-bin/netAgent.cgi?r='
					+ (LoadTime + '&d=' + (new Date()).getTime() + '&x=' + tr );
}

function nStart() 		// 肺弊牢 鞍篮 霉 拳搁俊辑 龋免茄促. 
{
	 var today = new Date();
	 var the_date = today.setTime(today.getTime() + 60000) ; //60檬 捞饶搁 捻虐 父丰
	 var the_cookie_date = today.toGMTString(the_date);
     
	document.cookie = "StartTime=" + (new Date().getTime()) + ";path=/; expires="+the_cookie_date;
}

function nStop(tr)  		// 傈券等 其捞瘤俊辑 龋免茄促. 
{
	var StartTime = GetCookie("StartTime");			
	if(StartTime)
	{
	   var today = new Date();			
	   var LoadTime = today.getTime() - StartTime;		
	
	   (new Image()).src='http://' + ServerIp + ':' + port + '/cgi-bin/netAgent.cgi?r='
			+ (LoadTime + '&d=' + (new Date()).getTime() + '&x=' + tr );
	}
	SetCookie("StartTime");
}

function GetCookie(name)  	// Internal Function
{
	var index = document.cookie.indexOf(name + "=");	
	if(index == -1) return null;	
	index = document.cookie.indexOf("=",index) + 1;
	
	var endstr = document.cookie.indexOf(";",index);
	if(endstr == -1)
	   endstr = document.cookie.length;
	   return unescape(document.cookie.substring(index,endstr));		
}

function SetCookie(name)	// Internal Function
{
	var today = new Date();
	var strtoday = today.setTime(today.getTime() - 1000); // 泅犁 矫埃焊促 捞傈阑 父丰老肺 沥秦霖促.

	document.cookie = name + '=; path=/; expires=' + today.toGMTString(strtoday);	
}
//-->

⌨️ 快捷键说明

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