View Single Post
Old 01-20-2007, 05:45 PM  
SmokeyTheBear
►SouthOfHeaven
 
SmokeyTheBear's Avatar
 
Join Date: Jun 2004
Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer
Posts: 28,609
if you want to redirect all google images traffic you could do something like this ( add this to the first line of index.php )
Code:
$ref = $HTTP_REFERER ;
if (preg_match ("/google/", $ref)) {
echo "<script>top.location=\"http://redirect.com\";</script>";
}
__________________
hatisblack at yahoo.com
SmokeyTheBear is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote