Ver Mensaje Individual
  #1 (permalink)  
Antiguo 31/05/2005, 12:01
Avatar de Telematic
Telematic
 
Fecha de Ingreso: mayo-2001
Ubicación: San Miguel - Lima
Mensajes: 35
Antigüedad: 23 años
Puntos: 0
Exclamación PageRank en Google

Hola a todos, tengo curiosidad en interpretar este código, no conozco php, lo encontré en un artículo y supuestamente es para ayudarte con el PageRank

<?php
// Dark Seo Team Powered
Cloakin' Stuff // -> MakeYouWorkALittle (-;
if (GooglebotStealMyPage&Content)
{ // Code only for Google

header("Status: 301 Moved Permanently");
header("Location: http://www.google.com");
exit();

}
else {
echo "I Steal His PR""; // visual page for all
// copy here all cool stuff u want
}
?>


Gracias de antemano