Thread: How To Fake PR
View Single Post
Old 06-27-2007, 12:12 AM  
Vick!
Confirmed User
 
Industry Role:
Join Date: Nov 2005
Location: 20 00'24.00" N, 75 09'00.00 W
Posts: 6,882
Quote:
Originally Posted by dougeetx View Post
Code:
<?php
/* insert a cloaking script here to detect whether the visitor is 
Googlebot */
if (Googlebot) {
echo '<meta http-equiv="refresh" content="0;url=http://www.google.com/">';
exit();
}
else {
echo "<p>My PR10 page!</p>";
}
?>
At least you learned this after 5 years
Vick! is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote