merhaba arkadaşlar bne bir popup reklam aldımda aldığım kişi bana şunları söyledi
http://www.sistembilgisi.com/pup.js bu js kodunu indirip sitenizin dizinine atınız.header temanıza </HEAD> tagından önce alttaki kodu yazınız.
<SCRIPT LANGUAGE="JavaScript">
<!--
//frequency cap,1 pop-under per number of hours
var frequencyCap = 2; //hours
function setCookie(cookieName,cookieValue, expirehours) {
if (frequencyCap > 0){
var today = new Date();
var expire = new Date();
expire.setTime(today.getTime() + 1600000 * frequencyCap);
document.cookie = cookieName+"="+escape(cookieValue)
+ ";expires="+expire.toGMTString() + "; path=/";
}else{
document.cookie = cookieName+"="+escape(cookieValue) + "; path=/";
}
// zone
}
function ReadCookie(cookieName) {
var theCookie=""+document.cookie;
var ind=theCookie.indexOf(cookieName);
if (ind==-1 || cookieName=="") return "";
var ind1=theCookie.indexOf(';',ind);
if (ind1==-1) ind1=theCookie.length;
return unescape(theCookie.substring(ind+cookieName.length+1,ind1));
}
if (ReadCookie('PayPopupAds31') != 'yes')
{
setCookie('PayPopupAds31','yes', frequencyCap);
document.write('<SCRI'+'PT LANGUAGE="JavaScript1.1" ');
document.write(' SRC="http://www.coksey.com/pup.js">');
document.write('</SCR'+'IPT>');
}
// -->
</SCRIPT>bunları söyledi sorun çıkarmı denenleri yaparsam js dosyalarında hack var diye duymuştumda.