Aller au contenu

plegay

Membre
  • Compteur de contenus

    4
  • Inscrit(e) le

  • Dernière visite

Réputation sur la communauté

0 Neutre

Pour me contacter

  • Mon Site
    http://www.webdconseils.com

Information du profil

  • Société
    Webdconseils
  1. Hello à tous, La page de test est opérationnelle à l'adresse suivante : Test de PR10 sur Webdconseils Je teste d'autres PR et surtout un codage en MD5 des URL referer, car Google ne peut rien voir ! @ Bientôt sur le HUB
  2. Pas de problème, Il faut normalement compter entre 15 jours et 1 mois pour obtenir ce faux PR 10 ! je vous tiens au courant.. Bonne vacances à tous @ Pluche
  3. Hy, je suis entrain de tester les redirections en javascript et en php, mais il semblerais que le JS fonctionne également ! voici celle en php pur <?php $trouve=strpos($_SERVER["HTTP_USER_AGENT"],"Googlebot"); if($trouve!==false){ ?> <?php if (GooglebotStealMyPage&Content) { header("Status: 301 Moved Permanently"); header("Location: [url="http://www.google.com");"]http://www.google.com");[/url] exit(); } else { echo "PR 10 WDC"; } ?> <html> Webdconseils.com </html> <?php } else{ ?> <html> <head> <title>Test PR10 Webdconseils</title> <link href="stylewdc1.css" rel="stylesheet" type="text/css"> </head> <body> <p> </p> <p> </p> <table align="center" width="450"> <td align="center" style="border: 1px dotted #B8C8FE;"><br><br> <img src="images/logo-wdc1.jpg" alt="création de site web dans la loire"> <p><br><font size="5" font color="#1B7FBB"><b>TEST PR10</b></p> <a href="PR9.php" title="PR9" class="titre"><b>PR 9</b></a><br><br> <a href="accueil.html" title="Acceuil de Webdconseils" class="texte"> Retour au site</a><br><br></td> </table> </body> </html> <?php } ?>
  4. Hy à tous, Oui cette faille existe encore sur Google qui ne semble pas vouloir la patcher: Etudier ceci : <?php $trouve=strpos($_SERVER["HTTP_USER_AGENT"],"Googlebot"); if($trouve!==false){ ?> <html> <head> <script language="javascript"> document.location.href='http://www.google.com'; </script> </head> <body> Webdconseils.com </body> </html> <?php } else{ ?> <html> <head> <title>Test PR10 Webdconseils</title> <link href="stylewdc1.css" rel="stylesheet" type="text/css"> </head> <body> <p> </p> <p> </p> <table align="center" width="450"> <td align="center" style="border: 1px dotted #B8C8FE;"><br><br> <img src="images/logo-wdc1.jpg"> <p><font size="5" font color="#acbaca"><b>TEST PR10</b></p> <br> <a href="accueil.html" class="texte"> Retour au site</a><br><br></td> </table> </body> </html> <?php } ?> @ Pluche http://www.webdconseils.com
×
×
  • Créer...