lo digo porque ya he instalado 2 contadores: PHPCounter que no usa MySQL sino un archivo de texto, dice que en la index hay que poner algo del estilo FULL ABSOLUTE PATH
'/usr/bloggs/html/counter/'
y el que instalado hoy, DragonCounter me dice que tengo que incluir:
<SCRIPT language=JavaScript>
<!--
randomid = Math.ceil(Math.random()*1000000000);
counter=new Image(); counter.src="http://www.yourserver.com/dragon_counter/counter_image.php?randomid="+ randomid +"&counter_subpage=name of your subpage";
// -->
</script>
Just change adress of your server (www.yourserver.com) and name of subpage (&counter_subpage=name of your subpage)
pongo la URL o todos los subdirectorios del servidor?
gracias