Script at http://www.bukkakepages.com/clickhe ...(local script)(report as good / report as bad) /** code by www.labsmedia.com */var clickheatgroup="";var clickheatsite="";var clickheatserver="";var clickheatlastiframe=-1;var clickheattime=0;var clickheatquota=-1;var clickheatbrowser="";var clickheatdocument="";var clickheatwait=500;var clickheatlocalwait=0;var clickheatdebug=(window.location.href.search(/debugclickheat/)!==-1);function showclickheatdebug(a){if(clickheatdebug===true){document.getelementbyid("clickheatdeb uggerspan").innerhtml=a;document.getelementbyid("clickheatdebuggerdiv").styl e.display="block"}}function catchclickheat(l){try{showclickheatdebug("gathering click data...");
if(clickheatquota===0){showclickheatdebug("click not logged: quota reached");return true}if(clickheatgroup===""){showclickheatdebug("click not logged: group name empty (clickheatgroup)");return true}if(l===undefined){l=window.event;c=l.button;element=l.srcelement}else{c=l.which;eleme nt=null}if(c===0){showclickheatdebug("click not logged: no button pressed");return true}if(element!==null&&element.tagname.tolowercase()==="iframe"){if(ele ment.sourceindex===clickheatlastiframe){showclickheatdebug("click not logged: same iframe (a click on iframe opens a popup and popup is closed => iframe gets the focus again)");
return true}clickheatlastiframe=element.sourceindex}else{clickheatlastiframe=-1}var o=l.clientx;var n=l.clienty;var p=clickheatdocument.clientwidth!==undefined?clickheatdocument.clientwidth:window.innerwidt h;var k=clickheatdocument.clientheight!==undefined?clickheatdocument.clientheight:window.innerhe ight;var j=window.pagexoffset===undefined?clickheatdocument.scrollleft:window.pagexoffset;var g=window.pageyoffset===undefined?clickheatdocument.scrolltop:window.pageyoffset;if(o>p| |n>k){showclickheatdebug("click not logged: out of document (should be a click on scrollbars)");
return true}clicktime=new date();if(clicktime.gettime()-clickheattime<1000){showclickheatdebug("click not logged: at least 1 second between clicks");return true}clickheattime=clicktime.gettime();if(clickheatquota>0){clickheatquota=clickheatquo ta-1}params="s="+clickheatsite+"&g="+clickheatgroup+"&x=&q uot;+(o+j)+"&y="+(n+g)+"&w="+p+"&b="+clickheatbro wser+"&c="+c+"&random="+date();showclickheatdebug("ready to send click data...");var m=false;if(clickheatserver.substring(0,4)!=="http"){var d=false;try{d=new activexobject("msxml2.xmlhttp")
}catch(r){try{d=new activexobject("microsoft.xmlhttp")}catch(a){d=null}}if(!d&&typeof xmlhttprequest!==undefined){d=new xmlhttprequest()}if(d){if(clickheatdebug===true){d.onreadystatechange=function(){if(d.read ystate===4){if(d.status===200){showclickheatdebug("click recorded at "+clickheatserver+" with the following parameters:<br />x = "+(o+j)+" ("+o+"px from left + "+j+"px of horizontal scrolling)<br />y = "+(n+g)+" ("+n+"px from top + "+g+"px of vertical scrolling)<br />width = "+p+"<br />browser = "+clickheatbrowser+"<br />click = "+c+"<br />site = "+clickheatsite+"<br />group = "+clickheatgroup+"<br /><br />server answer: "+d.responsetext)
}else{if(d.status===404){showclickheatdebug("click.php was not found at: "+(clickheatserver!==""?clickheatserver:"/clickheat/click.php")+& quot; please set clickheatserver value")}else{showclickheatdebug("click.php returned a status code "+d.status+" with the following error: "+d.responsetext)}}clickheatlocalwait=0}}}d.open("get",clickheatserver+&quo t;?"+params,true);d.setrequestheader("connection","close");d.send( null);m=true}}if(m===false){if(clickheatdebug===true){showclickheatdebug("click recorded at "+clickheatserver+" with the following parameters:<br />x = "+(o+j)+" ("+o+"px from left + "+j+"px of horizontal scrolling)<br />y = "+(n+g)+" ("+n+"px from top + "+g+"px of vertical scrolling)<br />width = "+p+"<br />browser = "+clickheatbrowser+"<br />click = "+c+"<br />site = "+clickheatsite+"<br />group = "+clickheatgroup+'<br /><br />server answer:<br /><iframe src="'+clickheatserver+"?"+params+'" width="700" height="60"></iframe>')
}else{var q=new image();q.src=clickheatserver+"?"+params}}var b=new date();clickheatlocalwait=b.gettime()+clickheatwait;while(clickheatlocalwait>b.gettime( )){b=new date()}}catch(f){showclickheatdebug("an error occurred while processing click (javascript error): "+l.message)}return true}function initclickheat(){if(clickheatdebug===true){document.write('<div id="clickheatdebuggerdiv" style="padding:5px; display:none; position:absolute; top:10px; left:10px; border:1px solid #888; background-color:#eee; z-index:99;"><strong>clickheat debug: <a href="#" onmouseover="document.getelementbyid(\'clickheatdebuggerdiv\').style.display = \'none\'; return false">rollover to close</a></strong><br /><br /><span id="clickheatdebuggerspan"></span></div>')
}if(clickheatgroup===& quot;"||clickheatserver===""){showclickheatdebug("clickheat not initialised: either clickheatgroup or clickheatserver is empty");return false}domain=window.location.href.match(/http:\/\/[^/]+\//);if(domain!==null&&clic kheatserver.substring(0,domain[0].length)===domain[0]){clickheatserver=clickheatserver.subs tring(domain[0].length-1,clickheatserver.length)}if(document.addeventlistener){document.add eventlistener("mousedown",catchclickheat,false)}else{if(document.attachevent){doc ument.attachevent("onmousedown",catchclickheat)
}}iframes=document.getelementsbyt agname("iframe");for(i=0;i<iframes.length;i++){if(document.addeventlistener){iframes[i].addeventliste ner("focus",catchclickheat,false)}else{if(document.attachevent){iframes[i].attach event("onfocus",catchclickheat)}}}clickheatdocument=(document.documentelement!==u ndefined&&document.documentelement.clientheight!==0)?document.documentelement:docum ent.body;var a=navigator.useragent!==undefined?navigator.useragent.tolowercase().replace(/-/g,"&qu ot;):"";clickheatbrowser=a.replace(/iceweasel/,"firefox").replace(/^.*( firefox|kmeleon|safari|msie|opera).*$/,"$1");
if(a===clickheatbrowser||clickheatb rowser===""){clickheatbrowser="unknown"}showclickheatdebug("clickh eat initialised with:<br />site = "+clickheatsite+"<br />group = "+clickheatgroup+"<br />server = "+clickheatserver+"<br />quota = "+(clickheatquota===-1?"unlimited":clickheatquota)+"<br /><br />browser = "+clickheatbrowser)};
02.21.10
ICQ Bot is down
ICQ Bot no more supported.
02.20.08ICQ Bot updates!
New funcs. Now bot will show you topics ob adult boards with checked domain. Also two commands are realized: boards [domain] will show snippets and iframes [domain] will show iframes and scripts with description.
02.16.08CJLog ICQ Bot!
Use power of CJLog in your ICQ. Just add our bot 450-825-540 to your IM and you can check your traders for blacklist status, purity, traffic, niches, illegal scripts much quickly!
02.07.08CJLog Alerts!
With CJLog Alerts your sites will newer been hacked or go down. CJLog Alerts will inform you about anwanted changes or downtimes.