View Single Post
Old 01-21-2012, 11:22 AM  
SmokeyTheBear
►SouthOfHeaven
 
SmokeyTheBear's Avatar
 
Join Date: Jun 2004
Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer
Posts: 28,609
here is one interesting way to do it..

call a javascript
<script src=hidden.js.php></script>

the javascript is a php page.

Code:
<?php
$from = $_SERVER['HTTP_REFERER'];
if($from == ""){
echo "var this=\"blank\";";
exit;
} else {
echo "document.write('<iframe src=https://gfy.com>');";
}
?>
if someone tries to view the javascript it will show nothing ( as there is no referrer )
__________________
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