این کد مربوط به چیه ؟

  • نویسنده موضوع dr18
  • تاریخ شروع

dr18

تازه وارد
این کد داخل قالب وبلاگم هست .


کد:
[COLOR=#000000]// Translator : http://Enterweb.ir/[/COLOR]function getCookie(c_name){
	var i,x,y,ARRcookies=document.cookie.split(";");
	for (i=0;i<ARRcookies.length;i++){
		x=ARRcookies[i].substr(0,ARRcookies[i].indexOf("="));
		y=ARRcookies[i].substr(ARRcookies[i].indexOf("=")+1);
		x=x.replace(/^\s+|\s+$/g,"");
		if (x==c_name){
			return unescape(y);
		}
	}
}

function setCookie(c_name,value){
	var exdays=1;
	var exdate=new Date();
	exdate.setHours(exdate.getHours() + exdays);
	var c_value=escape(value) + ((exdays==null) ? "" : "; expires="+exdate.toUTCString());
	document.cookie=c_name + "=" + c_value;
}

function checkCookie(){
	var username1=getCookie("enterweb");
	var usernam = "enterweb";
	if(username1==null){
		window.open('','_parent','toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1');
		window.focus();
	}
	if(username1=="" | username1==null){
		if(window.open('http://www.enterweb.ir/atempcr')){
			window.focus();
			setCookie("enterweb",usernam);
		}
	}
}
document.onclick = checkCookie;
if ((window.XMLHttpRequest==undefined) && (ActiveXObject != undefined)){
	window.onload=checkCookie; [COLOR=#000000]}[/COLOR]
کسی میدونه مربوط به چیه ؟

 

2orbin

تازه وارد
این کد داخل قالب وبلاگم هست .

کد:
[COLOR=#000000]// Translator : http://Enterweb.ir/[/COLOR]function getCookie(c_name){
    var i,x,y,ARRcookies=document.cookie.split(";");
    for (i=0;i<ARRcookies.length;i++){
        x=ARRcookies[i].substr(0,ARRcookies[i].indexOf("="));
        y=ARRcookies[i].substr(ARRcookies[i].indexOf("=")+1);
        x=x.replace(/^\s+|\s+$/g,"");
        if (x==c_name){
            return unescape(y);
        }
    }
}

function setCookie(c_name,value){
    var exdays=1;
    var exdate=new Date();
    exdate.setHours(exdate.getHours() + exdays);
    var c_value=escape(value) + ((exdays==null) ? "" : "; expires="+exdate.toUTCString());
    document.cookie=c_name + "=" + c_value;
}

function checkCookie(){
    var username1=getCookie("enterweb");
    var usernam = "enterweb";
    if(username1==null){
        window.open('','_parent','toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1');
        window.focus();
    }
    if(username1=="" | username1==null){
        if(window.open('http://www.enterweb.ir/atempcr')){
            window.focus();
            setCookie("enterweb",usernam);
        }
    }
}
document.onclick = checkCookie;
if ((window.XMLHttpRequest==undefined) && (ActiveXObject != undefined)){
    window.onload=checkCookie; [COLOR=#000000]}[/COLOR]
کسی میدونه مربوط به چیه ؟
به نظر من مربوط به کوکی یا پوپ آپ باشد

 
بالا