farbtiefe = screen.colorDepth; java_on = 0; if (navigator.javaEnabled() == true) java_on = 1; cookie_on = 0; if (navigator.cookieEnabled == true) cookie_on = 1; plugins = Array(); // Plugins if(navigator.plugins) for(var i=0; i < navigator.plugins.length; ++i) plugins[i] = navigator.plugins[i].name; // for NN4/IE4 if (self.screen) { width = screen.width height = screen.height } // for NN3 w/Java else if (self.java) { var javakit = java.awt.Toolkit.getDefaultToolkit(); var scrsize = javakit.getScreenSize(); width = scrsize.width; height = scrsize.height; } else { // N2, E3, N3 w/o Java (Opera and WebTV) width = height = '?' } ref = escape(document.referrer ? document.referrer : 'none'); var url = "http://www.php-sitetracker.de//demo2.1/firstload.php?host=" + location.host + "&url=" + escape(location.href.replace("http://"+location.host,"")) + "&referer=" + ref + "&width=" + width + "&height=" + height + "&java=" + java_on + "&cookie=" + cookie_on + "&ip=38.107.179.238&provider=38.107.179.238&req_meth=GET&http_accept=text/html,application/xhtml+xml,text/xml;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5&uagent=CCBot/1.0%20(+http://www.commoncrawl.org/bot.html)&language=en-us,en;q=0.5&color_depth=" + farbtiefe + "%20bit&javascript=1&plugins="+escape(plugins.join(";;")); document.write("");