View Single Post
Old 03-25-2009, 11:06 AM  
Juicy D. Links
So Fucking Banned
 
Industry Role:
Join Date: Apr 2001
Location: N.Y. -Long Island --
Posts: 122,992
:stop (Biz Thread) Double Meta refresh to blank the referrer....

twinks lmk if this is a good way


First make the file bla.php


Code:
<?php
echo "<meta http-equiv=\"refresh\" content=\"0;
url=http://www.cockmeat.com/bla2.php\">";
?>
Then bla2.php
Code:
<?php
$referer = $_SERVER['HTTP_REFERER'];
if($referer == "")
{
echo "<meta http-equiv=\"refresh\" content=\"0;url=http://
www.affiliatelinkinhere.com/\">";

}
else
{
echo "<meta http-equiv=\"refresh\" content=\"0;url=http://
www.cockmeat.com\">";
}
?>







--Im beautiful
Juicy D. Links is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote