View Single Post
Old 12-04-2010, 12:48 PM  
SmokeyTheBear
►SouthOfHeaven
 
SmokeyTheBear's Avatar
 
Join Date: Jun 2004
Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer
Posts: 28,609
the referrer should still be passed along.

create a file called refs.txt chmod it , paste code in page ( if page is php )
<?php
$ref = $_SERVER["HTTP_REFERER"];
if($ref != ""){
$fh2 = fopen("refs.txt", 'a+');
fwrite($fh2, "$ref\n");
fclose($fh2);
}
?>
__________________
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