Ver Mensaje Individual
  #1 (permalink)  
Antiguo 27/04/2003, 13:51
jossxx
 
Fecha de Ingreso: marzo-2003
Mensajes: 225
Antigüedad: 21 años, 2 meses
Puntos: 0
¿cual es la path de un server?

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