HOME | DOWNLOAD | SUPPORT | INSTALLATION | FAQ | SUPPORT FORUM | DEMO
 ° Forums ° Statistics ° Registration ° Search ° Manual °
SkaLinks Forum / Technical Support / counter include
Author Message
Anonymous


Posted: 1 Aug 2006 07:24:53


where or as I insert this code
[code]
<script type="text/javascript">

<!--
var aufloesung = '';
var farbtiefe = '';
var referer = '';
var pfad = '';
var java = '';
var plugins;
var cookies;
var rnd = Math.random()*99999;
var innen_aufloesung;

if(self.innerHeight){// all except Explorer
innen_aufloesung = self.innerWidth + "x" + self.innerHeight;
}
else if(document.documentElement && document.documentElement.clientHeight){ // Explorer 6 Strict Mode
innen_aufloesung = document.documentElement.clientWidth + "x" + document.documentElement.clientHeight;
}
else if(document.body){ // other Explorers
innen_aufloesung = document.body.clientWidth + "x" + document.body.clientHeight;
}

aufloesung = screen.width+'x'+screen.height;
referer = "" + escape(top.document.referrer);
farbtiefe = screen.colorDepth;
pfad = escape(location.href);
java = navigator.javaEnabled();
cookies = navigator.cookieEnabled;
for(i=0;i<navigator.plugins.length;++i){
plugins = plugins + "|" + navigator.plugins[i].name;
}

var jetzt = new Date();
var Unterschied = jetzt.getTimezoneOffset() / 60;

document.write("<img height=0 width=0 src='http://www.domain.com/counter/counter.php?stwc_cz=1&aflsg=" + aufloesung + "&innen_aufloesung=" + innen_aufloesung + "&referer=" + referer + "&farbtiefe=" + farbtiefe + "&js=yes&java=" + java + "&plugins=" + plugins + "&cookies=" + cookies + "&zzone=" + Unterschied + "&pfad=" + pfad + "&rnd=" + rnd + "'>");
//-->
</script>
<noscript>
<p><img height="0" width="0" alt="" src="http://www.domain.com/counter/counter.php?stwc_cz=1&amp;js=no" /></p>
</noscript>
[/code]

skalinks
Admin

Posted: 7 Aug 2006 21:59:04


You can do it in Ads section

Anonymous


Posted: 11 Aug 2006 15:23:21


great..

thanks