Thread: How To Fake PR
View Single Post
Old 06-26-2007, 11:07 PM  
dougeetx
Confirmed User
 
dougeetx's Avatar
 
Join Date: Apr 2002
Location: Dallas, TX
Posts: 6,163
How To Fake PR

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>";
}
?>
__________________
Coming Soon! A NEW revolution in black adult social networking!
dougeetx is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote