Ver Mensaje Individual
  #5 (permalink)  
Antiguo 06/05/2005, 20:50
Avatar de FuLaNo_
FuLaNo_
 
Fecha de Ingreso: mayo-2003
Ubicación: Don Torcuato, Buenos Aires, Argentina
Mensajes: 1.250
Antigüedad: 20 años, 11 meses
Puntos: 2
yo usaba algo asi:

Código PHP:
if(eregi("google",$HTTP_USER_AGENT))
{
if (
$QUERY_STRING != "")
{
$url "http://".$SERVER_NAME.$PHP_SELF.'?'.$QUERY_STRING;}
else
{
$url "http://".$SERVER_NAME.$PHP_SELF;}
$today date("F j, Y, g:i a");
mail("[email protected]""Se ha detectado un robot de Google en http://$SERVER_NAME",
"$today - Google ha indexado la página $url.\n
..:: OTRA PÁGINA MAS :) ::.."
);

__________________
I Love Programming...