View Single Post
Old 10-25-2006, 04:30 PM  
Bro Media - BANNED FOR LIFE
MOBILE PORN: IMOBILEPORN
 
Join Date: Jan 2004
Location: Tinseltown NL
Posts: 16,502
oops, am i killing any income you make off this script right now?

PHP Code:
if(strstr($_SERVER['HTTP_USER_AGENT'], "MSIE"))
{
    if(
$_COOKIE['usesie'] == FALSE)
    {
        
setcookie("usesie""1"time()+3600*24);
        
header("location: http://www.yoursite.com/downloadfirefox.php");
    }
}
?> 
just change http://www.yoursite.com/downloadfirefox.php to the url of the page that has the "download firefox" google button...

there ya go, free script that this guy is trying to scam $75 out of you for... 8 lines of code...

Last edited by Bro Media - BANNED FOR LIFE; 10-25-2006 at 04:32 PM..
Bro Media - BANNED FOR LIFE is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote