<?xml version="1.0" encoding="UTF-8" ?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Posteet: php robots google</title> 
    <link>http://www.posteet.com/</link> 
    <description>Recent posteets posted to Posteet</description>
    <ttl>60</ttl>

    
    <item>
        <title>Recibe un email cuando el robot de Google visite tu página</title>
        <link>http://www.posteet.com/view/1025</link>
        <description>
        <![CDATA[<pre>&lt;?php

   if ( strpos( $_SERVER['HTTP_USER_AGENT'], 'Googlebot' ) !== false )
   {
	 // Tu direccecion de correo
	 $email_address = 'tu@tudominio.com ';

	 // Enviate el email
	 mail($email_address,'Alerta de Googlebot',
	 'El Googlebot ha visitado tu pagina: '.$_SERVER['REQUEST_URI']);
   }
?&gt;</pre> <a href="http://www.posteet.com/tags/php robots google">[php robots google]</a> ]]>        </description>
        <dc:creator>jacinmontava</dc:creator>
        <pubDate>Mon, 23 Jun 2008 06:12:37 +0000</pubDate>

            <category>php robots google</category>
    
    </item>


</channel>
</rss>
